*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-12 {
  right: -3rem;
}
.-right-16 {
  right: -4rem;
}
.-right-20 {
  right: -5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-12 {
  top: -3rem;
}
.-top-16 {
  top: -4rem;
}
.-top-24 {
  top: -6rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+\.75rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + .75rem);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-11 {
  top: 2.75rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[68px\] {
  top: 68px;
}
.top-\[calc\(env\(safe-area-inset-top\)\+4\.75rem\)\] {
  top: calc(env(safe-area-inset-top) + 4.75rem);
}
.top-\[max\(0\.75rem\2c env\(safe-area-inset-top\)\)\] {
  top: max(0.75rem,env(safe-area-inset-top));
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2147483000\] {
  z-index: 2147483000;
}
.z-\[2147483002\] {
  z-index: 2147483002;
}
.z-\[2147483647\] {
  z-index: 2147483647;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[80\] {
  z-index: 80;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-\[calc\(100dvh-112px\)\] {
  height: calc(100dvh - 112px);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[344px\] {
  max-height: 344px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[52vh\] {
  max-height: 52vh;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[72vh\] {
  max-height: 72vh;
}
.max-h-\[82dvh\] {
  max-height: 82dvh;
}
.max-h-\[92dvh\] {
  max-height: 92dvh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.max-h-\[calc\(100dvh-1rem\)\] {
  max-height: calc(100dvh - 1rem);
}
.max-h-\[calc\(100dvh-5\.5rem\)\] {
  max-height: calc(100dvh - 5.5rem);
}
.max-h-\[min\(88dvh\2c 42rem\)\] {
  max-height: min(88dvh,42rem);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-\[0\] {
  min-height: 0;
}
.min-h-\[108px\] {
  min-height: 108px;
}
.min-h-\[122px\] {
  min-height: 122px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[4\.15rem\] {
  min-height: 4.15rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[5\.35rem\] {
  width: 5.35rem;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-dvw {
  width: 100dvw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1060px\] {
  min-width: 1060px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[5\.35rem\] {
  min-width: 5.35rem;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[850px\] {
  min-width: 850px;
}
.min-w-\[860px\] {
  min-width: 860px;
}
.min-w-\[86px\] {
  min-width: 86px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[10\.5rem\] {
  max-width: 10.5rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[112rem\] {
  max-width: 112rem;
}
.max-w-\[11rem\] {
  max-width: 11rem;
}
.max-w-\[12\.5rem\] {
  max-width: 12.5rem;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[14\.5rem\] {
  max-width: 14.5rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[1540px\] {
  max-width: 1540px;
}
.max-w-\[1680px\] {
  max-width: 1680px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[54px\] {
  max-width: 54px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[94\%\] {
  max-width: 94%;
}
.max-w-\[96rem\] {
  max-width: 96rem;
}
.max-w-\[calc\(100\%-1rem\)\] {
  max-width: calc(100% - 1rem);
}
.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}
.max-w-\[calc\(100vw-1rem\)\] {
  max-width: calc(100vw - 1rem);
}
.max-w-\[min\(42rem\2c calc\(100vw-1\.5rem\)\)\] {
  max-width: min(42rem,calc(100vw - 1.5rem));
}
.max-w-\[min\(72rem\2c 94vw\)\] {
  max-width: min(72rem,94vw);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[36px\] {
  --tw-translate-x: 36px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[\.75fr_1fr_\.9fr_\.75fr\] {
  grid-template-columns: .75fr 1fr .9fr .75fr;
}
.grid-cols-\[1\.4fr_\.8fr_\.8fr\] {
  grid-template-columns: 1.4fr .8fr .8fr;
}
.grid-cols-\[108px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 108px minmax(0,1fr);
}
.grid-cols-\[1fr_64px_88px\] {
  grid-template-columns: 1fr 64px 88px;
}
.grid-cols-\[96px_repeat\(14\2c minmax\(50px\2c 1fr\)\)\] {
  grid-template-columns: 96px repeat(14,minmax(50px,1fr));
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.15rem\] {
  border-radius: 1.15rem;
}
.rounded-\[1\.35rem\] {
  border-radius: 1.35rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[1\.7rem\] {
  border-radius: 1.7rem;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[2\.25rem\] {
  border-radius: 2.25rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[36px\] {
  border-radius: 36px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-sabi-blue\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.border-sabi-blue\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-sabi-blue\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-sabi-blue\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-sabi-purple {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-\[\#020617\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-sabi-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-sabi-blue\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-sabi-blue\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-sabi-blue\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-sabi-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-sabi-pink\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-sabi-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-sabi-purple\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-sabi-purple\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-\[radial-gradient\(circle_at_10\%_10\%\2c rgba\(96\2c 165\2c 250\2c \.28\)\2c transparent_34\%\)\2c radial-gradient\(circle_at_90\%_20\%\2c rgba\(244\2c 114\2c 182\2c \.22\)\2c transparent_30\%\)\] {
  background-image: radial-gradient(circle at 10% 10%,rgba(96,165,250,.28),transparent 34%),radial-gradient(circle at 90% 20%,rgba(244,114,182,.22),transparent 30%);
}
.bg-\[radial-gradient\(circle_at_12\%_10\%\2c rgba\(96\2c 165\2c 250\2c \.34\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_88\%_12\%\2c rgba\(244\2c 114\2c 182\2c \.26\)\2c transparent_30\%\)\2c radial-gradient\(circle_at_50\%_95\%\2c rgba\(167\2c 139\2c 250\2c \.28\)\2c transparent_35\%\)\] {
  background-image: radial-gradient(circle at 12% 10%,rgba(96,165,250,.34),transparent 32%),radial-gradient(circle at 88% 12%,rgba(244,114,182,.26),transparent 30%),radial-gradient(circle at 50% 95%,rgba(167,139,250,.28),transparent 35%);
}
.bg-\[radial-gradient\(circle_at_20\%_10\%\2c rgba\(96\2c 165\2c 250\2c \.22\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_80\%_20\%\2c rgba\(244\2c 114\2c 182\2c \.18\)\2c transparent_30\%\)\] {
  background-image: radial-gradient(circle at 20% 10%,rgba(96,165,250,.22),transparent 32%),radial-gradient(circle at 80% 20%,rgba(244,114,182,.18),transparent 30%);
}
.bg-\[radial-gradient\(circle_at_20\%_20\%\2c rgba\(96\2c 165\2c 250\2c \.28\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_80\%_65\%\2c rgba\(244\2c 114\2c 182\2c \.20\)\2c transparent_28\%\)\] {
  background-image: radial-gradient(circle at 20% 20%,rgba(96,165,250,.28),transparent 32%),radial-gradient(circle at 80% 65%,rgba(244,114,182,.20),transparent 28%);
}
.bg-\[radial-gradient\(circle_at_25\%_25\%\2c rgba\(96\2c 165\2c 250\2c \.50\)\2c transparent_34\%\)\2c radial-gradient\(circle_at_80\%_50\%\2c rgba\(244\2c 114\2c 182\2c \.36\)\2c transparent_36\%\)\] {
  background-image: radial-gradient(circle at 25% 25%,rgba(96,165,250,.50),transparent 34%),radial-gradient(circle at 80% 50%,rgba(244,114,182,.36),transparent 36%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(96\2c 165\2c 250\2c \.20\)\2c transparent_34\%\)\2c radial-gradient\(circle_at_top_right\2c rgba\(244\2c 114\2c 182\2c \.16\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_bottom\2c rgba\(167\2c 139\2c 250\2c \.16\)\2c transparent_36\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(96,165,250,.20),transparent 34%),radial-gradient(circle at top right,rgba(244,114,182,.16),transparent 32%),radial-gradient(circle at bottom,rgba(167,139,250,.16),transparent 36%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(96\2c 165\2c 250\2c \.24\)\2c transparent_34\%\)\2c radial-gradient\(circle_at_top_right\2c rgba\(244\2c 114\2c 182\2c \.18\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_bottom\2c rgba\(167\2c 139\2c 250\2c \.18\)\2c transparent_36\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(96,165,250,.24),transparent 34%),radial-gradient(circle at top right,rgba(244,114,182,.18),transparent 32%),radial-gradient(circle at bottom,rgba(167,139,250,.18),transparent 36%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(96\2c 165\2c 250\2c \.36\)\2c transparent_34\%\)\2c radial-gradient\(circle_at_top_right\2c rgba\(244\2c 114\2c 182\2c \.28\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_bottom\2c rgba\(167\2c 139\2c 250\2c \.24\)\2c transparent_36\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(96,165,250,.36),transparent 34%),radial-gradient(circle at top right,rgba(244,114,182,.28),transparent 32%),radial-gradient(circle at bottom,rgba(167,139,250,.24),transparent 36%);
}
.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(96\2c 165\2c 250\2c \.18\)\2c transparent_38\%\)\2c radial-gradient\(circle_at_bottom_left\2c rgba\(244\2c 114\2c 182\2c \.14\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 38%),radial-gradient(circle at bottom left,rgba(244,114,182,.14),transparent 34%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-100 {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50 {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sabi-blue {
  --tw-gradient-from: #60A5FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sabi-purple {
  --tw-gradient-from: #A78BFA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-950\/55 {
  --tw-gradient-from: rgb(2 6 23 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-50 {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-50\/50 {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-100 {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-100 {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-100 {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-400 {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-50 {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-50\/50 {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 245 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sabi-blue {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60A5FA var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sabi-purple {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #A78BFA var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-55\% {
  --tw-gradient-via-position: 55%;
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-50\/60 {
  --tw-gradient-to: rgb(239 246 255 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-50\/70 {
  --tw-gradient-to: rgb(250 245 255 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}
.to-rose-100 {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}
.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}
.to-sabi-pink {
  --tw-gradient-to: #F472B6 var(--tw-gradient-to-position);
}
.to-sabi-purple {
  --tw-gradient-to: #A78BFA var(--tw-gradient-to-position);
}
.to-sky-500 {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-slate-950 {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}
.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.fill-amber-500 {
  fill: #f59e0b;
}
.fill-sabi-purple {
  fill: #A78BFA;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[max\(0\.5rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(0.5rem,env(safe-area-inset-bottom));
}
.pb-\[max\(1\.25rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(1.25rem,env(safe-area-inset-bottom));
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[108px\] {
  padding-top: 108px;
}
.pt-\[max\(0\.5rem\2c env\(safe-area-inset-top\)\)\] {
  padding-top: max(0.5rem,env(safe-area-inset-top));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.375rem;
  line-height: 1.18;
}
.text-3xl {
  font-size: 1.75rem;
  line-height: 1.12;
}
.text-4xl {
  font-size: 2.125rem;
  line-height: 1.08;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.35rem\] {
  font-size: 1.35rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 0.875rem;
  line-height: 1.45;
}
.text-lg {
  font-size: 1rem;
  line-height: 1.35;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.45;
}
.text-xl {
  font-size: 1.125rem;
  line-height: 1.28;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1.35;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-\.045em\] {
  letter-spacing: -.045em;
}
.tracking-\[\.04em\] {
  letter-spacing: .04em;
}
.tracking-\[\.08em\] {
  letter-spacing: .08em;
}
.tracking-\[\.12em\] {
  letter-spacing: .12em;
}
.tracking-\[\.13em\] {
  letter-spacing: .13em;
}
.tracking-\[\.14em\] {
  letter-spacing: .14em;
}
.tracking-\[\.16em\] {
  letter-spacing: .16em;
}
.tracking-\[\.18em\] {
  letter-spacing: .18em;
}
.tracking-\[\.22em\] {
  letter-spacing: .22em;
}
.tracking-\[\.2em\] {
  letter-spacing: .2em;
}
.tracking-\[\.35em\] {
  letter-spacing: .35em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-sabi-blue {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-sabi-ink {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-sabi-pink {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-sabi-purple {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.accent-blue-500 {
  accent-color: #3b82f6;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-12px_30px_rgba\(15\2c 23\2c 42\2c \.08\)\] {
  --tw-shadow: 0 -12px 30px rgba(15,23,42,.08);
  --tw-shadow-colored: 0 -12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_22px_rgba\(96\2c 165\2c 250\2c \.24\)\] {
  --tw-shadow: 0 10px 22px rgba(96,165,250,.24);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(15\2c 23\2c 42\2c \.05\)\] {
  --tw-shadow: 0 10px 30px rgba(15,23,42,.05);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_40px_rgba\(15\2c 23\2c 42\2c \.05\)\] {
  --tw-shadow: 0 10px 40px rgba(15,23,42,.05);
  --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_26px_rgba\(96\2c 165\2c 250\2c \.26\)\] {
  --tw-shadow: 0 12px 26px rgba(96,165,250,.26);
  --tw-shadow-colored: 0 12px 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_30px_rgba\(96\2c 165\2c 250\2c \.25\)\] {
  --tw-shadow: 0 12px 30px rgba(96,165,250,.25);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_32px_rgba\(96\2c 165\2c 250\2c \.22\)\] {
  --tw-shadow: 0 14px 32px rgba(96,165,250,.22);
  --tw-shadow-colored: 0 14px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_32px_rgba\(96\2c 165\2c 250\2c \.34\)\] {
  --tw-shadow: 0 14px 32px rgba(96,165,250,.34);
  --tw-shadow-colored: 0 14px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_36px_rgba\(96\2c 165\2c 250\2c \.25\)\] {
  --tw-shadow: 0 16px 36px rgba(96,165,250,.25);
  --tw-shadow-colored: 0 16px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_40px_rgba\(96\2c 165\2c 250\2c \.28\)\] {
  --tw-shadow: 0 16px 40px rgba(96,165,250,.28);
  --tw-shadow-colored: 0 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_36px_rgba\(96\2c 165\2c 250\2c \.22\)\] {
  --tw-shadow: 0 18px 36px rgba(96,165,250,.22);
  --tw-shadow-colored: 0 18px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_42px_rgba\(124\2c 58\2c 237\2c \.26\)\] {
  --tw-shadow: 0 18px 42px rgba(124,58,237,.26);
  --tw-shadow-colored: 0 18px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_50px_rgba\(96\2c 165\2c 250\2c \.25\)\] {
  --tw-shadow: 0 18px 50px rgba(96,165,250,.25);
  --tw-shadow-colored: 0 18px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(15\2c 23\2c 42\2c \.08\)\] {
  --tw-shadow: 0 24px 70px rgba(15,23,42,.08);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(15\2c 23\2c 42\2c \.24\)\] {
  --tw-shadow: 0 24px 70px rgba(15,23,42,.24);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(2\2c 6\2c 23\2c \.28\)\] {
  --tw-shadow: 0 24px 70px rgba(2,6,23,.28);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_80px_rgba\(0\2c 0\2c 0\2c \.42\)\] {
  --tw-shadow: 0 28px 80px rgba(0,0,0,.42);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_80px_rgba\(15\2c 23\2c 42\2c \.16\)\] {
  --tw-shadow: 0 28px 80px rgba(15,23,42,.16);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_80px_rgba\(15\2c 23\2c 42\2c \.2\)\] {
  --tw-shadow: 0 28px 80px rgba(15,23,42,.2);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_100px_rgba\(15\2c 23\2c 42\2c \.12\)\] {
  --tw-shadow: 0 30px 100px rgba(15,23,42,.12);
  --tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_90px_rgba\(15\2c 23\2c 42\2c \.25\)\] {
  --tw-shadow: 0 30px 90px rgba(15,23,42,.25);
  --tw-shadow-colored: 0 30px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[10px_10px_0_rgba\(15\2c 23\2c 42\2c \.10\)\] {
  --tw-shadow: 10px 10px 0 rgba(15,23,42,.10);
  --tw-shadow-colored: 10px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-soft {
  --tw-shadow: 0 20px 60px rgba(15,23,42,.08);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-amber-300\/70 {
  --tw-ring-color: rgb(252 211 77 / 0.7);
}
.ring-amber-300\/80 {
  --tw-ring-color: rgb(252 211 77 / 0.8);
}
.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-200\/60 {
  --tw-ring-color: rgb(191 219 254 / 0.6);
}
.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200\/60 {
  --tw-ring-color: rgb(167 243 208 / 0.6);
}
.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}
.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}
.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.ring-red-200\/70 {
  --tw-ring-color: rgb(254 202 202 / 0.7);
}
.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}
.ring-sabi-purple {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.ring-sabi-purple\/15 {
  --tw-ring-color: rgb(167 139 250 / 0.15);
}
.ring-sabi-purple\/30 {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}
.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-slate-200\/70 {
  --tw-ring-color: rgb(226 232 240 / 0.7);
}
.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.ring-slate-900\/10 {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}
.ring-slate-900\/5 {
  --tw-ring-color: rgb(15 23 42 / 0.05);
}
.ring-slate-950\/10 {
  --tw-ring-color: rgb(2 6 23 / 0.1);
}
.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}
.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.drop-shadow-\[0_3px_18px_rgba\(0\2c 0\2c 0\2c \.55\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 18px rgba(0,0,0,.55));
  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);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.\!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) !important;
}
.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-blur {
  --tw-backdrop-blur: blur(8px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[background\:radial-gradient\(circle_at_15\%_15\%\2c rgba\(96\2c 165\2c 250\2c \.45\)\2c transparent_30\%\)\2c radial-gradient\(circle_at_90\%_20\%\2c rgba\(168\2c 85\2c 247\2c \.4\)\2c transparent_26\%\)\2c linear-gradient\(135deg\2c \#020617\2c \#111827_45\%\2c \#312e81\)\] {
  background: radial-gradient(circle at 15% 15%,rgba(96,165,250,.45),transparent 30%),radial-gradient(circle at 90% 20%,rgba(168,85,247,.4),transparent 26%),linear-gradient(135deg,#020617,#111827 45%,#312e81);
}
.\[background\:radial-gradient\(circle_at_20\%_20\%\2c rgba\(96\2c 165\2c 250\2c \.42\)\2c transparent_30\%\)\2c radial-gradient\(circle_at_80\%_10\%\2c rgba\(244\2c 114\2c 182\2c \.28\)\2c transparent_26\%\)\2c radial-gradient\(circle_at_65\%_85\%\2c rgba\(16\2c 185\2c 129\2c \.22\)\2c transparent_34\%\)\] {
  background: radial-gradient(circle at 20% 20%,rgba(96,165,250,.42),transparent 30%),radial-gradient(circle at 80% 10%,rgba(244,114,182,.28),transparent 26%),radial-gradient(circle at 65% 85%,rgba(16,185,129,.22),transparent 34%);
}
.\[grid-template-columns\:minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,1fr);
}
.\[grid-template-columns\:minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.\[overflow-anchor\:none\] {
  overflow-anchor: none;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

:root{
  --sabi-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sabi-text-xs: 0.75rem;
  --sabi-text-sm: 0.875rem;
  --sabi-text-base: 0.875rem;
  --sabi-text-md: 0.9375rem;
  --sabi-text-lg: 1rem;
  --sabi-text-xl: 1.125rem;
  --sabi-leading-tight: 1.2;
  --sabi-leading-normal: 1.45;
  --sabi-leading-relaxed: 1.55;
  font-family:var(--sabi-font-sans);
  font-size:14px;
  line-height:var(--sabi-leading-normal);
  color:#0f172a;
  background:#f8fafc;
  color-scheme:light;
  font-feature-settings:"cv02","cv03","cv04","cv11";
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
html.dark{
  color:#f8fafc;
  background:#020617;
  color-scheme:dark;
}
*{box-sizing:border-box}
html,body,#root{min-height:100%;margin:0}
body{overflow-x:hidden;background:#f8fafc;font-family:var(--sabi-font-sans);font-size:var(--sabi-text-base);line-height:var(--sabi-leading-normal);letter-spacing:-0.006em}
html.dark body{background:#020617}
button,input,select,textarea{font:inherit}
button{-webkit-tap-highlight-color:transparent}

/* v472: Netlify-like compact typography system.
   Global, token-based normalization only: preserves SabiHQ colors, layout contracts,
   storefront routes, food/manual-order flows and mobile 16px input behavior. */
.sabihq-dashboard-shell,
.auth-public-page,
.public-storefront-page,
.v373-storefront-runtime{
  font-family:var(--sabi-font-sans)!important;
  font-size:var(--sabi-text-base);
  line-height:var(--sabi-leading-normal);
}
.sabihq-dashboard-shell h1,
.sabihq-dashboard-shell h2,
.sabihq-dashboard-shell h3,
.auth-public-page h1,
.auth-public-page h2,
.auth-public-page h3,
.public-storefront-page h1,
.public-storefront-page h2,
.public-storefront-page h3,
.v373-storefront-runtime h1,
.v373-storefront-runtime h2,
.v373-storefront-runtime h3{
  font-family:var(--sabi-font-sans)!important;
  letter-spacing:-0.025em;
}
.sabihq-dashboard-shell h1{font-size:1.5rem;line-height:1.16;font-weight:700}
.sabihq-dashboard-shell h2{font-size:1.125rem;line-height:1.24;font-weight:650}
.sabihq-dashboard-shell h3{font-size:1rem;line-height:1.28;font-weight:650}
.sabihq-dashboard-shell p,
.sabihq-dashboard-shell label,
.sabihq-dashboard-shell li,
.sabihq-dashboard-shell td,
.sabihq-dashboard-shell th{
  line-height:var(--sabi-leading-normal);
}
.sabihq-dashboard-shell .text-xs{font-size:0.75rem!important;line-height:1.35!important}
.sabihq-dashboard-shell .text-sm{font-size:0.875rem!important;line-height:1.45!important}
.sabihq-dashboard-shell .text-base{font-size:0.875rem!important;line-height:1.45!important}
.sabihq-dashboard-shell .text-lg{font-size:1rem!important;line-height:1.35!important}
.sabihq-dashboard-shell .text-xl{font-size:1.125rem!important;line-height:1.28!important}
.sabihq-dashboard-shell .text-2xl{font-size:1.375rem!important;line-height:1.18!important}
.sabihq-dashboard-shell .text-3xl{font-size:1.75rem!important;line-height:1.12!important}
.sabihq-dashboard-shell button,
.sabihq-dashboard-shell .sabi-button,
.sabihq-dashboard-shell a[role="button"]{
  font-size:0.8125rem;
  line-height:1.35;
  font-weight:650;
  letter-spacing:-0.006em;
}
.sabihq-dashboard-shell input,
.sabihq-dashboard-shell select,
.sabihq-dashboard-shell textarea{
  font-family:var(--sabi-font-sans)!important;
  font-size:0.875rem;
  line-height:1.4;
}
.sabihq-dashboard-shell .sabi-card-title{
  font-size:0.9375rem;
  line-height:1.35;
  font-weight:650;
  letter-spacing:-0.018em;
}
.sabihq-dashboard-shell .sabi-muted{
  font-size:0.75rem;
  line-height:1.45;
  color:#64748b;
}
html.dark .sabihq-dashboard-shell .sabi-muted{color:#94a3b8}
.public-storefront-page,
.v373-storefront-runtime{
  font-size:0.875rem;
  line-height:1.45;
}
.public-storefront-page button,
.v373-storefront-runtime button{
  font-size:0.8125rem;
  line-height:1.35;
  font-weight:650;
}
@media(max-width:640px){
  .sabihq-dashboard-shell h1{font-size:1.375rem;line-height:1.14}
  .sabihq-dashboard-shell h2{font-size:1.075rem;line-height:1.22}
  .sabihq-dashboard-shell h3{font-size:0.975rem;line-height:1.26}
  .sabihq-dashboard-shell input,
  .sabihq-dashboard-shell select,
  .sabihq-dashboard-shell textarea,
  .auth-public-page input,
  .auth-public-page select,
  .auth-public-page textarea{
    font-size:16px!important;
  }
}

/* v484 premium text crispness refinement.
   This improves edge clarity without darkening text or globally increasing weight.
   It keeps the compact v472 typography scale while reducing soft/blurred rendering from
   synthetic browser font weights, fractional spacing and opacity-style muted text. */
html{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-kerning:normal;
  font-synthesis:none;
  font-synthesis-weight:none;
  font-synthesis-style:none;
  font-optical-sizing:auto;
}
body,
.sabihq-dashboard-shell,
.auth-public-page,
.public-storefront-page,
.v373-storefront-runtime{
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"cv02" 1,"cv03" 1,"cv04" 1,"cv11" 1;
  font-variant-ligatures:common-ligatures contextual;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.sabihq-dashboard-shell,
.auth-public-page,
.public-storefront-page,
.v373-storefront-runtime{
  letter-spacing:-0.004em;
}
.sabihq-dashboard-shell h1,
.sabihq-dashboard-shell h2,
.sabihq-dashboard-shell h3,
.auth-public-page h1,
.auth-public-page h2,
.auth-public-page h3,
.public-storefront-page h1,
.public-storefront-page h2,
.public-storefront-page h3,
.v373-storefront-runtime h1,
.v373-storefront-runtime h2,
.v373-storefront-runtime h3{
  font-synthesis:none;
  font-optical-sizing:auto;
  text-wrap:balance;
  letter-spacing:-0.018em;
}
.sabihq-dashboard-shell p,
.sabihq-dashboard-shell li,
.sabihq-dashboard-shell td,
.sabihq-dashboard-shell th,
.sabihq-dashboard-shell label,
.public-storefront-page p,
.public-storefront-page li,
.v373-storefront-runtime p,
.v373-storefront-runtime li{
  text-shadow:none;
  text-rendering:optimizeLegibility;
}
.sabihq-dashboard-shell small,
.sabihq-dashboard-shell .text-xs,
.sabihq-dashboard-shell .sabi-muted,
.public-storefront-page small,
.v373-storefront-runtime small{
  letter-spacing:0;
  font-synthesis:none;
}
.sabihq-dashboard-shell button,
.sabihq-dashboard-shell input,
.sabihq-dashboard-shell select,
.sabihq-dashboard-shell textarea,
.public-storefront-page button,
.v373-storefront-runtime button{
  font-synthesis:none;
  font-optical-sizing:auto;
}
.sabihq-dashboard-shell .opacity-70,
.sabihq-dashboard-shell .opacity-75,
.sabihq-dashboard-shell .opacity-80,
.public-storefront-page .opacity-70,
.public-storefront-page .opacity-75,
.v373-storefront-runtime .opacity-70,
.v373-storefront-runtime .opacity-75{
  opacity:1;
}
.sabihq-dashboard-shell .opacity-70,
.sabihq-dashboard-shell .opacity-75,
.sabihq-dashboard-shell .opacity-80{
  color:inherit;
}
@media print{
  html,body{
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
}

/* v485 light-mode readability correction.
   v484 made dark mode crisp, but light-mode text became too delicate on white surfaces.
   This keeps the compact premium type scale while giving light mode explicit ink colors
   instead of opacity/inherited softness. Dark mode is intentionally untouched. */
html:not(.dark){
  color:#0f172a;
  background:#f8fafc;
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto;
}
html:not(.dark) body,
html:not(.dark) .sabihq-dashboard-shell,
html:not(.dark) .auth-public-page,
html:not(.dark) .public-storefront-page,
html:not(.dark) .v373-storefront-runtime{
  color:#0f172a;
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto;
}
html:not(.dark) .sabihq-dashboard-shell h1,
html:not(.dark) .sabihq-dashboard-shell h2,
html:not(.dark) .sabihq-dashboard-shell h3,
html:not(.dark) .auth-public-page h1,
html:not(.dark) .auth-public-page h2,
html:not(.dark) .auth-public-page h3,
html:not(.dark) .public-storefront-page h1,
html:not(.dark) .public-storefront-page h2,
html:not(.dark) .public-storefront-page h3,
html:not(.dark) .v373-storefront-runtime h1,
html:not(.dark) .v373-storefront-runtime h2,
html:not(.dark) .v373-storefront-runtime h3{
  color:#0f172a;
}
html:not(.dark) .sabihq-dashboard-shell p,
html:not(.dark) .sabihq-dashboard-shell li,
html:not(.dark) .sabihq-dashboard-shell label,
html:not(.dark) .sabihq-dashboard-shell td,
html:not(.dark) .sabihq-dashboard-shell th,
html:not(.dark) .public-storefront-page p,
html:not(.dark) .public-storefront-page li,
html:not(.dark) .v373-storefront-runtime p,
html:not(.dark) .v373-storefront-runtime li{
  color:inherit;
}
html:not(.dark) .sabihq-dashboard-shell .text-slate-400,
html:not(.dark) .auth-public-page .text-slate-400,
html:not(.dark) .public-storefront-page .text-slate-400,
html:not(.dark) .v373-storefront-runtime .text-slate-400{color:#64748b!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-500,
html:not(.dark) .auth-public-page .text-slate-500,
html:not(.dark) .public-storefront-page .text-slate-500,
html:not(.dark) .v373-storefront-runtime .text-slate-500{color:#475569!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-600,
html:not(.dark) .auth-public-page .text-slate-600,
html:not(.dark) .public-storefront-page .text-slate-600,
html:not(.dark) .v373-storefront-runtime .text-slate-600{color:#334155!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-700,
html:not(.dark) .auth-public-page .text-slate-700,
html:not(.dark) .public-storefront-page .text-slate-700,
html:not(.dark) .v373-storefront-runtime .text-slate-700{color:#1e293b!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-800,
html:not(.dark) .sabihq-dashboard-shell .text-slate-900,
html:not(.dark) .sabihq-dashboard-shell .text-slate-950,
html:not(.dark) .auth-public-page .text-slate-800,
html:not(.dark) .auth-public-page .text-slate-900,
html:not(.dark) .auth-public-page .text-slate-950,
html:not(.dark) .public-storefront-page .text-slate-800,
html:not(.dark) .public-storefront-page .text-slate-900,
html:not(.dark) .public-storefront-page .text-slate-950,
html:not(.dark) .v373-storefront-runtime .text-slate-800,
html:not(.dark) .v373-storefront-runtime .text-slate-900,
html:not(.dark) .v373-storefront-runtime .text-slate-950{color:#0f172a!important}
html:not(.dark) .sabihq-dashboard-shell .sabi-muted,
html:not(.dark) .sabihq-dashboard-shell .text-muted,
html:not(.dark) .auth-public-page .sabi-muted,
html:not(.dark) .public-storefront-page .sabi-muted,
html:not(.dark) .v373-storefront-runtime .sabi-muted{color:#475569!important}
html:not(.dark) .sabihq-dashboard-shell .opacity-50,
html:not(.dark) .sabihq-dashboard-shell .opacity-55,
html:not(.dark) .sabihq-dashboard-shell .opacity-60,
html:not(.dark) .sabihq-dashboard-shell .opacity-70,
html:not(.dark) .sabihq-dashboard-shell .opacity-75,
html:not(.dark) .sabihq-dashboard-shell .opacity-80,
html:not(.dark) .sabihq-dashboard-shell .opacity-85,
html:not(.dark) .auth-public-page .opacity-70,
html:not(.dark) .auth-public-page .opacity-75,
html:not(.dark) .auth-public-page .opacity-80,
html:not(.dark) .public-storefront-page .opacity-70,
html:not(.dark) .public-storefront-page .opacity-75,
html:not(.dark) .public-storefront-page .opacity-80,
html:not(.dark) .v373-storefront-runtime .opacity-70,
html:not(.dark) .v373-storefront-runtime .opacity-75,
html:not(.dark) .v373-storefront-runtime .opacity-80{
  opacity:1;
}
html:not(.dark) .sabihq-dashboard-shell .opacity-50,
html:not(.dark) .sabihq-dashboard-shell .opacity-55,
html:not(.dark) .sabihq-dashboard-shell .opacity-60{
  color:#64748b;
}
html:not(.dark) .sabihq-dashboard-shell input,
html:not(.dark) .sabihq-dashboard-shell select,
html:not(.dark) .sabihq-dashboard-shell textarea,
html:not(.dark) .auth-public-page input,
html:not(.dark) .auth-public-page select,
html:not(.dark) .auth-public-page textarea{
  color:#0f172a;
}
html:not(.dark) .sabihq-dashboard-shell input::-moz-placeholder, html:not(.dark) .sabihq-dashboard-shell textarea::-moz-placeholder, html:not(.dark) .auth-public-page input::-moz-placeholder, html:not(.dark) .auth-public-page textarea::-moz-placeholder{
  color:#64748b;
  opacity:1;
}
html:not(.dark) .sabihq-dashboard-shell input::placeholder,
html:not(.dark) .sabihq-dashboard-shell textarea::placeholder,
html:not(.dark) .auth-public-page input::placeholder,
html:not(.dark) .auth-public-page textarea::placeholder{
  color:#64748b;
  opacity:1;
}


.app-shell{min-height:100vh;display:grid;grid-template-columns:1fr;background:#f8fafc}
html.dark .app-shell{background:radial-gradient(circle at top left,rgba(96,165,250,.18),transparent 34rem),radial-gradient(circle at top right,rgba(167,139,250,.16),transparent 30rem),#020617}
.topbar{min-height:76px}
.content-viewport{min-height:calc(100vh - 76px)}

/* Global dark-mode compatibility for existing Tailwind utility-heavy pages. */
html.dark .bg-white{background-color:#0f172a!important}
html.dark .bg-white\/95{background-color:rgba(15,23,42,.88)!important}
html.dark .bg-slate-50{background-color:#020617!important}
html.dark .bg-slate-100{background-color:#1e293b!important}
html.dark .bg-blue-50{background-color:rgba(37,99,235,.16)!important}
html.dark .bg-blue-50\/60,html.dark .bg-blue-50\/70{background-color:rgba(37,99,235,.18)!important}
html.dark .bg-purple-50{background-color:rgba(126,34,206,.18)!important}
html.dark .bg-pink-50{background-color:rgba(219,39,119,.16)!important}
html.dark .bg-emerald-50{background-color:rgba(5,150,105,.16)!important}
html.dark .bg-amber-50{background-color:rgba(217,119,6,.16)!important}
html.dark .from-blue-50{--tw-gradient-from:rgba(37,99,235,.22) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}
html.dark .from-purple-50{--tw-gradient-from:rgba(126,34,206,.22) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(126,34,206,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}
html.dark .from-pink-50{--tw-gradient-from:rgba(219,39,119,.18) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(219,39,119,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}
html.dark .from-slate-50{--tw-gradient-from:#0f172a var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(15,23,42,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}
html.dark .to-white{--tw-gradient-to:#0f172a var(--tw-gradient-to-position)!important}

html.dark .text-slate-950,html.dark .text-slate-900,html.dark .text-sabi-ink,html.dark .text-slate-800,html.dark .text-slate-700{color:#f8fafc!important}
html.dark .text-slate-600{color:#cbd5e1!important}
html.dark .text-slate-500{color:#94a3b8!important}
html.dark .text-slate-400{color:#94a3b8!important}
html.dark .text-slate-300{color:#cbd5e1!important}
html.dark .text-blue-600{color:#93c5fd!important}
html.dark .text-purple-600,html.dark .text-purple-700{color:#c4b5fd!important}
html.dark .text-pink-600{color:#f9a8d4!important}
html.dark .text-emerald-600,html.dark .text-emerald-700{color:#6ee7b7!important}
html.dark .text-amber-700{color:#fcd34d!important}

html.dark .border-slate-100,html.dark .border-slate-200,html.dark .border-slate-200\/80{border-color:rgba(148,163,184,.18)!important}
html.dark .border-blue-100,html.dark .border-blue-200{border-color:rgba(96,165,250,.28)!important}
html.dark .border-purple-100,html.dark .border-purple-200{border-color:rgba(167,139,250,.28)!important}
html.dark .border-pink-100{border-color:rgba(244,114,182,.28)!important}
html.dark .border-emerald-200{border-color:rgba(52,211,153,.26)!important}
html.dark .border-amber-200{border-color:rgba(251,191,36,.26)!important}
html.dark .shadow-soft,html.dark .shadow-sm,html.dark .shadow-xl,html.dark .shadow-lg{box-shadow:0 20px 70px rgba(0,0,0,.32)!important}
html.dark .backdrop-blur{backdrop-filter:blur(18px)}
html.dark input,html.dark select,html.dark textarea{background:#0f172a;color:#f8fafc;border-color:rgba(148,163,184,.24)}
html.dark ::-moz-selection{background:rgba(96,165,250,.35)}
html.dark ::selection{background:rgba(96,165,250,.35)}

@media(min-width:1024px){.app-shell{grid-template-columns:280px minmax(0,1fr)}.sidebar{width:280px;min-width:280px}}
@media(max-width:640px){
  .topbar{min-height:68px}
  .content-viewport{min-height:calc(100vh - 68px);padding:1rem!important;padding-bottom:6.25rem!important}
  .rounded-\[30px\],.rounded-\[28px\],.rounded-3xl{border-radius:1.25rem!important}
  h1,h2{letter-spacing:-.04em}
}

/* v10 dark-shell hardening */
html.dark .topbar,
html.dark header.topbar{
  background:linear-gradient(135deg,rgba(7,17,31,.98),rgba(15,23,42,.95))!important;
  color:#f8fafc!important;
}
html.dark .topbar button,
html.dark .topbar .rounded-2xl{
  color:#f8fafc;
}
.room-operations-panel{contain:layout paint;}
.room-swipe-row{scrollbar-width:thin;scroll-padding-left:.25rem;-webkit-overflow-scrolling:touch;}
.room-swipe-row::-webkit-scrollbar{height:8px}
.room-swipe-row::-webkit-scrollbar-thumb{background:rgba(96,165,250,.35);border-radius:999px}
html.dark .room-swipe-row::-webkit-scrollbar-thumb{background:rgba(147,197,253,.38)}
@media(max-width:640px){
  .room-swipe-row article{min-width:82vw}
  .room-operations-panel .grid{gap:1rem}
}


/* v15 SabiHQ brand consistency and settings contrast hardening */
.sabi-brand-button{
  background:linear-gradient(135deg,#60A5FA,#A78BFA 52%,#F472B6);
  color:#fff!important;
  border-color:rgba(96,165,250,.45)!important;
  box-shadow:0 14px 34px rgba(96,165,250,.22);
}
.sabi-brand-button:hover{filter:saturate(1.06);transform:translateY(-1px)}
.settings-control-center{
  background:linear-gradient(135deg,#ffffff,#f8fafc)!important;
  color:#0f172a!important;
}
html.dark .settings-control-center{
  background:radial-gradient(circle at top left,rgba(96,165,250,.25),transparent 34%),radial-gradient(circle at top right,rgba(244,114,182,.18),transparent 30%),linear-gradient(135deg,#0b1220,#020617)!important;
  color:#f8fafc!important;
}
.settings-summary-tile{
  background:rgba(255,255,255,.86)!important;
  color:#0f172a!important;
}
html.dark .settings-summary-tile{
  background:rgba(15,23,42,.82)!important;
  color:#f8fafc!important;
  border-color:rgba(148,163,184,.22)!important;
}
html.dark .settings-summary-tile p:first-child{color:#cbd5e1!important}
html.dark .settings-summary-tile p:last-child{color:#fff!important}
html.dark .settings-subtab,
html.dark .settings-subtab *{color:#f8fafc!important}
html.dark .settings-subtab .muted,
html.dark .settings-subtab p:not(.force-bright){color:#cbd5e1!important}

/* v45 mobile shell overflow fix */
html,body,#root,.app-shell{width:100%;max-width:100%;overflow-x:hidden}
.topbar,.mobile-store-strip{max-width:100vw;overflow:hidden}
.mobile-brand{max-width:calc(100vw - 7.25rem)}
.mobile-top-actions{max-width:5.5rem}
.mobile-store-strip > *{min-width:0}
nav.fixed.inset-x-0{max-width:100vw;overflow:hidden}
nav.fixed.inset-x-0 a{min-width:0}
@media(max-width:640px){
  .topbar{min-height:62px;padding-left:.875rem!important;padding-right:.875rem!important}
  .content-viewport{min-height:calc(100vh - 104px);padding-left:.875rem!important;padding-right:.875rem!important}
  .mobile-store-strip{padding-left:.875rem!important;padding-right:.875rem!important}
  .mobile-store-strip .rounded-full{white-space:nowrap}
}


/* v46 notification center and mobile top action repair */
.notification-popover{max-width:calc(100vw - 1.5rem);}
@media(max-width:640px){
  .mobile-top-actions{max-width:5.75rem;gap:.375rem!important;overflow:visible!important;}
  .mobile-top-actions > div{flex:0 0 auto;}
  .mobile-top-actions button{flex:0 0 auto;}
  .notification-popover{width:auto;}
  .notification-popover *{min-width:0;}
}

/* v48 overlay and route-resilience hardening */
body.modal-open{overflow:hidden!important;touch-action:none}
.notification-layer,.modal-layer{isolation:isolate}
@media(max-width:640px){
  [role="dialog"] input,[role="dialog"] button{font-size:16px}
  [role="dialog"]{max-width:100vw}
}

/* v54: safe mobile readability repair after reverting v53 global typography overrides.
   Keep sizing controlled so text cannot spill across cards or break the mobile shell. */
@media (max-width: 640px){
  html,body,#root{max-width:100%;overflow-x:hidden;}
  .content-viewport{width:100%;max-width:100vw;overflow-x:hidden;padding-left:.75rem!important;padding-right:.75rem!important;}
  .content-viewport *{min-width:0;box-sizing:border-box;}
  .content-viewport p,
  .content-viewport li,
  .content-viewport label{font-size:.925rem;line-height:1.5;overflow-wrap:anywhere;}
  .content-viewport .text-xs{font-size:.76rem;line-height:1.35;}
  .content-viewport .text-sm{font-size:.9rem;line-height:1.45;}
  .content-viewport h1{font-size:1.38rem;line-height:1.15;letter-spacing:-.02em;}
  .content-viewport h2{font-size:1.12rem;line-height:1.22;}
  .content-viewport h3{font-size:1rem;line-height:1.28;}
  .content-viewport .rounded-3xl,
  .content-viewport .rounded-\[24px\],
  .content-viewport .rounded-\[28px\],
  .content-viewport .rounded-\[30px\]{max-width:100%;}
  .content-viewport .max-w-sm,
  .content-viewport .max-w-md,
  .content-viewport .max-w-lg{max-width:100%;}
  .content-viewport button,
  .content-viewport input,
  .content-viewport select,
  .content-viewport textarea{font-size:16px;max-width:100%;}
  [role="dialog"]{max-width:calc(100vw - 1rem);}
  [role="dialog"] *{min-width:0;}
}

/* v55: mobile-only navbar/topbar sizing refinement.
   Scoped to shell navigation only. Does not apply global typography overrides. */
@media (max-width: 640px){
  .topbar{min-height:68px!important;padding-left:.875rem!important;padding-right:.875rem!important;}
  .mobile-brand{max-width:calc(100vw - 8.75rem);}
  .mobile-top-actions{max-width:7.75rem;gap:.375rem!important;overflow:visible!important;}
  .mobile-top-actions button{width:2.25rem;height:2.25rem;}
  .mobile-bottom-nav{padding-bottom:calc(.625rem + env(safe-area-inset-bottom));}
  .mobile-bottom-nav a{min-height:4.15rem;font-size:.6875rem;line-height:1.1;}
  .mobile-bottom-nav svg{width:1.25rem;height:1.25rem;}
  .content-viewport{padding-bottom:7.25rem!important;}
}

/* v224: fixed logo/header bar.
   Keep the logo/header controls pinned while page content scrolls underneath. */
.topbar{
  position:fixed!important;
  top:0!important;
  left:0;
  right:0;
  z-index:40;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.mobile-store-strip{
  position:fixed!important;
  top:68px!important;
  left:0;
  right:0;
  z-index:30;
  backface-visibility:hidden;
  transform:translateZ(0);
}
@media(min-width:768px){
  .mobile-store-strip{display:none!important;}
}
@media(min-width:1024px){
  .topbar{left:280px!important;width:calc(100% - 280px)!important;}
}
@media(max-width:640px){
  .topbar{min-height:68px!important;}
  .content-viewport{min-height:calc(100vh - 108px);}
}


/* v226: pinned shell rail + jitter-free mobile header.
   Desktop sidebar is now a true fixed rail; main content scrolls independently.
   Mobile header uses exact heights and compositor isolation to prevent scroll drift. */
@media(min-width:1024px){
  .app-shell{display:block!important;grid-template-columns:none!important;}
  .sidebar{
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:280px!important;
    min-width:280px!important;
    height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  main{margin-left:280px;}
  .topbar{left:280px!important;width:calc(100vw - 280px)!important;}
}
@media(max-width:767px){
  .topbar{
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
    position:fixed!important;
    inset:0 0 auto 0!important;
    z-index:60!important;
    contain:layout paint style;
    will-change:transform;
    transform:translate3d(0,0,0)!important;
    -webkit-transform:translate3d(0,0,0)!important;
  }
  .topbar > div:first-child{min-height:68px!important;height:68px!important;}
  .mobile-store-strip{
    top:68px!important;
    z-index:55!important;
    contain:layout paint style;
    will-change:transform;
    transform:translate3d(0,0,0)!important;
    -webkit-transform:translate3d(0,0,0)!important;
  }
  main{padding-top:108px!important;}
}


/* v228: mobile viewport/body scroll isolation for Chrome mobile.
   The browser body no longer scrolls on phones; only the app content pane scrolls
   under the fixed header/store strip. This prevents Chrome address-bar resize from
   visually dragging the SabiHQ logo/topbar while merchants scroll up/down. */
:root{
  --sabi-mobile-topbar-height:68px;
  --sabi-mobile-store-strip-height:52px;
  --sabi-mobile-bottom-nav-height:88px;
}
@supports (height: 100dvh){
  :root{--sabi-app-viewport-height:100dvh;}
}
@supports not (height: 100dvh){
  :root{--sabi-app-viewport-height:100vh;}
}
@media(max-width:767px){
  html,
  body,
  #root{
    width:100%;
    height:var(--sabi-app-viewport-height);
    min-height:var(--sabi-app-viewport-height);
    max-height:var(--sabi-app-viewport-height);
    overflow:hidden!important;
    overscroll-behavior:none;
  }
  body{
    position:fixed;
    inset:0;
    touch-action:pan-y;
  }
  #root,
  .app-shell{
    position:fixed;
    inset:0;
    display:block!important;
    height:var(--sabi-app-viewport-height)!important;
    min-height:var(--sabi-app-viewport-height)!important;
    max-height:var(--sabi-app-viewport-height)!important;
    overflow:hidden!important;
    contain:layout paint;
  }
  .shell-main{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:var(--sabi-app-viewport-height)!important;
    min-height:var(--sabi-app-viewport-height)!important;
    max-height:var(--sabi-app-viewport-height)!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    overscroll-behavior:none;
  }
  .topbar{
    height:var(--sabi-mobile-topbar-height)!important;
    min-height:var(--sabi-mobile-topbar-height)!important;
    max-height:var(--sabi-mobile-topbar-height)!important;
    overflow:visible!important;
    transform:translate3d(0,0,0)!important;
    will-change:transform;
    contain:layout paint;
  }
  .topbar > div:first-child{
    min-height:var(--sabi-mobile-topbar-height)!important;
    height:var(--sabi-mobile-topbar-height)!important;
  }
  .mobile-store-strip{
    top:var(--sabi-mobile-topbar-height)!important;
    height:var(--sabi-mobile-store-strip-height)!important;
    min-height:var(--sabi-mobile-store-strip-height)!important;
    max-height:var(--sabi-mobile-store-strip-height)!important;
    overflow:visible!important;
    transform:translate3d(0,0,0)!important;
    will-change:transform;
    contain:layout paint;
  }
  .mobile-bottom-nav{
    height:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    min-height:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    transform:translate3d(0,0,0)!important;
    will-change:transform;
  }
  .content-viewport{
    position:absolute!important;
    top:calc(var(--sabi-mobile-topbar-height) + var(--sabi-mobile-store-strip-height))!important;
    right:0!important;
    bottom:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    left:0!important;
    width:100vw!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-y;
    padding-top:1rem!important;
    padding-bottom:1.25rem!important;
    scroll-padding-top:1rem;
    contain:layout paint;
  }
  .content-viewport::after{
    content:"";
    display:block;
    height:calc(1rem + env(safe-area-inset-bottom));
  }
}


/* v229: fixed shell chrome + modal scroll boundary hardening.
   Keep topbar, sidebar and mobile bottom nav outside every scroll surface.
   The page body is never the scrolling element, so scroll-boundary bounce cannot
   temporarily repaint or hide fixed navigation chrome. */
:root{
  --sabi-desktop-sidebar-width:280px;
  --sabi-desktop-topbar-height:76px;
}
html,
body,
#root{
  height:100%;
  min-height:100%;
  overflow:hidden!important;
  overscroll-behavior:none;
}
body{
  margin:0;
}
.app-shell{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:100dvh!important;
  max-height:100dvh!important;
  overflow:hidden!important;
  isolation:isolate;
  contain:none!important;
}
.shell-main{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  margin:0!important;
  min-width:0!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:100dvh!important;
  max-height:100dvh!important;
  padding:0!important;
  overflow:hidden!important;
  overscroll-behavior:none;
}
.topbar,
.sidebar,
.mobile-store-strip,
.mobile-bottom-nav{
  flex:0 0 auto;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  transform:translate3d(0,0,0)!important;
  -webkit-transform:translate3d(0,0,0)!important;
  will-change:transform;
}
.topbar{
  z-index:90!important;
  height:var(--sabi-desktop-topbar-height)!important;
  min-height:var(--sabi-desktop-topbar-height)!important;
  max-height:var(--sabi-desktop-topbar-height)!important;
  overflow:visible!important;
  contain:none!important;
}
.content-viewport{
  position:absolute!important;
  top:var(--sabi-desktop-topbar-height)!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:auto!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  transform:translateZ(0);
  scroll-padding-top:1rem;
}
@media(min-width:1024px){
  .sidebar{
    z-index:95!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:var(--sabi-desktop-sidebar-width)!important;
    min-width:var(--sabi-desktop-sidebar-width)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    contain:none!important;
  }
  .shell-main{
    left:var(--sabi-desktop-sidebar-width)!important;
    width:calc(100vw - var(--sabi-desktop-sidebar-width))!important;
  }
  .topbar{
    left:var(--sabi-desktop-sidebar-width)!important;
    right:0!important;
    width:calc(100vw - var(--sabi-desktop-sidebar-width))!important;
  }
  .content-viewport{
    top:var(--sabi-desktop-topbar-height)!important;
    bottom:0!important;
  }
}
@media(max-width:1023px){
  .sidebar{display:none!important;}
}
@media(max-width:767px){
  html,
  body,
  #root,
  .app-shell,
  .shell-main{
    height:var(--sabi-app-viewport-height)!important;
    min-height:var(--sabi-app-viewport-height)!important;
    max-height:var(--sabi-app-viewport-height)!important;
  }
  .topbar{
    z-index:100!important;
    height:var(--sabi-mobile-topbar-height)!important;
    min-height:var(--sabi-mobile-topbar-height)!important;
    max-height:var(--sabi-mobile-topbar-height)!important;
  }
  .topbar > div:first-child{
    min-height:var(--sabi-mobile-topbar-height)!important;
    height:var(--sabi-mobile-topbar-height)!important;
    max-height:var(--sabi-mobile-topbar-height)!important;
  }
  .mobile-store-strip{
    z-index:95!important;
    top:var(--sabi-mobile-topbar-height)!important;
    height:var(--sabi-mobile-store-strip-height)!important;
    min-height:var(--sabi-mobile-store-strip-height)!important;
    max-height:var(--sabi-mobile-store-strip-height)!important;
    overflow:visible!important;
    contain:none!important;
  }
  .mobile-bottom-nav{
    z-index:95!important;
    height:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    min-height:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    max-height:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
    contain:none!important;
  }
  .content-viewport{
    top:calc(var(--sabi-mobile-topbar-height) + var(--sabi-mobile-store-strip-height))!important;
    bottom:calc(var(--sabi-mobile-bottom-nav-height) + env(safe-area-inset-bottom))!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    padding-top:1rem!important;
    padding-bottom:1.25rem!important;
    overscroll-behavior:contain;
    contain:none!important;
  }
}
.modal-layer,
[role="presentation"]{
  overscroll-behavior:contain;
}
[role="dialog"]{
  overscroll-behavior:contain;
  transform:translateZ(0);
  backface-visibility:hidden;
}
[role="dialog"] .overflow-y-auto{
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch;
}
body.modal-open .app-shell{
  pointer-events:none;
}
body.modal-open .topbar,
body.modal-open .sidebar,
body.modal-open .mobile-store-strip,
body.modal-open .mobile-bottom-nav{
  pointer-events:none;
}

/* v230: internal mobile pull-to-refresh without returning body scroll.
   The fixed header/sidebar stay compositor-pinned; only the content pane listens
   for a top-edge pull and emits a scoped live refresh event. */
.mobile-pull-refresh{display:none;}
@media(max-width:767px){
  .content-viewport{
    overscroll-behavior-y:contain!important;
    touch-action:pan-y!important;
    scroll-behavior:auto;
  }
  .mobile-pull-refresh{
    position:sticky;
    top:0;
    z-index:8;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.55rem;
    height:3.25rem;
    margin:-.75rem auto -2.5rem;
    pointer-events:none;
    color:#2563eb;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.01em;
    transition:opacity .16s ease,transform .16s ease;
    will-change:opacity,transform;
  }
  html.dark .mobile-pull-refresh{color:#93c5fd;}
  .mobile-pull-refresh__spinner{
    width:1rem;
    height:1rem;
    border-radius:999px;
    border:2px solid currentColor;
    border-right-color:transparent;
    transform:rotate(0deg);
  }
  .mobile-pull-refresh__spinner.is-refreshing{animation:sabiPullRefreshSpin .7s linear infinite;}
}
@keyframes sabiPullRefreshSpin{to{transform:rotate(360deg)}}

/* v233: scope dashboard scroll isolation and repair public/auth pages.
   Previous shell hardening intentionally pinned the dashboard viewport, but the
   global html/body overflow rules also affected storefront, login and
   onboarding routes. Only pages mounted inside Shell now get fixed app scrolling;
   public/auth pages keep normal document scrolling. */
html:not(.sabihq-dashboard-shell),
html:not(.sabihq-dashboard-shell) body,
html:not(.sabihq-dashboard-shell) #root{
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  position:static!important;
  overscroll-behavior:auto!important;
  touch-action:auto!important;
}
html:not(.sabihq-dashboard-shell) body{
  background:#f8fafc!important;
}
html.dark:not(.sabihq-dashboard-shell) body{
  background:#020617!important;
}
html:not(.sabihq-dashboard-shell) main{
  margin-left:0!important;
}
.public-storefront-page,
.auth-public-page{
  min-height:100vh;
  min-height:100dvh;
  overflow-x:hidden;
  overflow-y:visible;
  isolation:isolate;
}
.public-storefront-page{
  background:#f8fafc;
  color:#0f172a;
}
.public-storefront-page .storefront-hero{
  overflow:hidden;
  background:#0f172a;
  isolation:isolate;
}
.public-storefront-page .storefront-hero-glow{
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 14%,rgba(96,165,250,.34),transparent 30rem),
    radial-gradient(circle at 86% 12%,rgba(244,114,182,.24),transparent 28rem),
    linear-gradient(105deg,rgba(15,23,42,.97),rgba(15,23,42,.82) 48%,rgba(15,23,42,.44));
}
.public-storefront-page .storefront-hero-fade{
  pointer-events:none;
  background:linear-gradient(to top,#f8fafc,rgba(248,250,252,.55),transparent);
}
.auth-public-page > .auth-page-glow{
  pointer-events:none;
  z-index:0;
}
.auth-public-page > section{
  z-index:1;
}
@media(max-width:767px){
  .public-storefront-page header{
    position:sticky!important;
    top:0!important;
  }
  .public-storefront-page .storefront-hero{
    min-height:auto!important;
  }
  .public-storefront-page .storefront-hero-glow{
    background:
      radial-gradient(circle at 18% 10%,rgba(96,165,250,.28),transparent 18rem),
      radial-gradient(circle at 92% 12%,rgba(244,114,182,.20),transparent 17rem),
      linear-gradient(180deg,rgba(15,23,42,.98),rgba(15,23,42,.86));
  }
  .auth-public-page{
    min-height:100svh;
  }
}

/* v237: public storefront mobile header stability.
   Keep the customer-facing storefront header compact and independent from the
   dashboard fixed-shell rules. Long store names must truncate instead of pushing
   the logo down and creating a blank band at the top of mobile pages. */
.public-storefront-page .storefront-header{
  min-height:4rem;
  max-height:4rem;
  overflow:hidden;
  transform:translate3d(0,0,0);
  will-change:transform;
}
.public-storefront-page .storefront-header__inner{
  min-width:0;
}
@media(min-width:768px){
  .public-storefront-page .storefront-header{
    min-height:0;
    max-height:none;
    overflow:visible;
  }
}
@media(max-width:767px){
  .public-storefront-page .storefront-header{
    position:sticky!important;
    top:0!important;
  }
  .public-storefront-page .storefront-header a,
  .public-storefront-page .storefront-header button{
    white-space:nowrap;
  }
}

/* v238: public storefront mobile header and media tap hardening.
   Public storefront is not part of the dashboard shell. On mobile the header is
   fixed to the visual top of the page and the page reserves its height, so the
   logo cannot be pushed down by hero/banner content. Product and room media
   surfaces are real touch targets and the fullscreen media modal owns its scroll
   without relying on the dashboard app shell. */
@media(max-width:767px){
  .public-storefront-page{
    padding-top:4rem!important;
    min-height:100svh;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .public-storefront-page .storefront-header{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:4rem!important;
    min-height:4rem!important;
    max-height:4rem!important;
    overflow:hidden!important;
    background:rgba(255,255,255,.98)!important;
    transform:translateZ(0);
    backface-visibility:hidden;
    contain:layout paint;
  }
  .public-storefront-page .storefront-header__inner{
    height:4rem!important;
    max-height:4rem!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .public-storefront-page .storefront-header img,
  .public-storefront-page .storefront-header .grid{
    flex-shrink:0!important;
  }
  .public-storefront-page .storefront-hero{
    margin-top:0!important;
  }
  .public-storefront-page button.touch-manipulation,
  .public-storefront-page [role="button"]{
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
}

/* v241: mobile auth centering and fit.
   Login/onboarding are public pages, not dashboard shell pages. On mobile,
   keep their form block centered in the visible viewport and let the card
   scroll internally only when the content is taller than the phone screen. */
@media(max-width:767px){
  .auth-public-page{
    min-height:100svh!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  .auth-public-page .auth-centered-section{
    width:100%!important;
    min-height:100svh!important;
    min-height:100dvh!important;
    display:grid!important;
    align-items:center!important;
    justify-items:center!important;
    gap:.75rem!important;
    padding-top:max(.875rem, env(safe-area-inset-top))!important;
    padding-bottom:max(.875rem, env(safe-area-inset-bottom))!important;
  }
  .auth-public-page .auth-card-wrap{
    width:100%!important;
    max-width:min(100%, 30rem)!important;
    align-self:center!important;
  }
  .auth-public-page .auth-mobile-brand{
    min-height:3.4rem!important;
    margin-bottom:.65rem!important;
  }
  .auth-public-page .auth-mobile-brand svg{
    width:2.65rem!important;
    height:2.65rem!important;
  }
  .auth-public-page .auth-mobile-brand p:first-child{
    font-size:1.35rem!important;
    line-height:1.05!important;
  }
  .auth-public-page .auth-mobile-brand p:last-child{
    font-size:.54rem!important;
    letter-spacing:.16em!important;
  }
  .auth-public-page .auth-card{
    border-radius:1.65rem!important;
    padding:1rem!important;
    max-height:calc(100svh - 5.4rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    max-height:calc(100dvh - 5.4rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch;
  }
  .auth-login-page .auth-card{
    max-height:calc(100svh - 5.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    max-height:calc(100dvh - 5.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  }
  .auth-onboarding-page .auth-card{
    max-height:calc(100svh - 5.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    max-height:calc(100dvh - 5.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  }
  .auth-onboarding-page .auth-card .mt-6{margin-top:1rem!important;}
  .auth-onboarding-page .auth-card .mt-5{margin-top:.85rem!important;}
  .auth-onboarding-page .auth-card .mt-4{margin-top:.75rem!important;}
  .auth-onboarding-page .auth-card .rounded-3xl{border-radius:1.25rem!important;}
  .auth-onboarding-page .auth-card button.rounded-3xl{padding:.85rem!important;}
  .auth-onboarding-page .auth-card input,
  .auth-onboarding-page .auth-card select{padding-top:.72rem!important;padding-bottom:.72rem!important;}
}

/* v242: storefront mobile media modal portal hardening.
   Media previews now render through document.body instead of inside the public
   page scroll container. This prevents mobile Chrome from showing only a blurred
   backdrop when fixed descendants are clipped/repainted by storefront header and
   page overflow rules. */
.storefront-media-modal{
  isolation:isolate;
  transform:translateZ(0);
  backface-visibility:hidden;
  overscroll-behavior:contain;
  touch-action:none;
}
.storefront-media-modal__panel{
  height:100vh;
  height:100svh;
  height:100dvh;
  max-height:100vh;
  max-height:100svh;
  max-height:100dvh;
}
.storefront-media-modal img,
.storefront-media-modal video{
  display:block;
}
@media(max-width:767px){
  .storefront-media-modal{
    padding-top:env(safe-area-inset-top)!important;
    padding-bottom:env(safe-area-inset-bottom)!important;
  }
  .storefront-media-modal__panel{
    width:100vw!important;
    max-width:100vw!important;
    border-radius:0!important;
  }
  .storefront-media-modal .max-h-\[82dvh\]{
    max-height:calc(100dvh - 8.5rem)!important;
  }
}

/* v243: mobile auth fit and original logo restore.
   Login/onboarding use the same compact SabiHQ logo mark as the app shell.
   The mobile layout is bounded to the visible viewport so the card bottom and
   CTA controls are not cut off by browser chrome/safe areas. */
@media(max-width:767px){
  .auth-public-page{
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .auth-public-page .auth-page-glow{
    position:fixed!important;
    inset:0!important;
  }
  .auth-public-page .auth-centered-section{
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:.55rem .75rem max(.55rem, env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  .auth-public-page .auth-card-wrap{
    display:flex!important;
    min-height:0!important;
    max-height:calc(100dvh - .75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    flex-direction:column!important;
  }
  .auth-public-page .auth-mobile-brand{
    min-height:2.65rem!important;
    margin-bottom:.45rem!important;
    align-items:center!important;
  }
  .auth-public-page .auth-logo{
    gap:.55rem!important;
    min-width:0!important;
  }
  .auth-public-page .auth-logo-mark{
    width:2.25rem!important;
    height:2.25rem!important;
    border-radius:.85rem!important;
    font-size:.8rem!important;
  }
  .auth-public-page .auth-mobile-brand p:first-child{
    font-size:1.05rem!important;
    line-height:1!important;
  }
  .auth-public-page .auth-mobile-brand p:last-child{
    max-width:8.5rem!important;
    font-size:.46rem!important;
    letter-spacing:.11em!important;
    line-height:1.1!important;
  }
  .auth-public-page .auth-theme-selector{
    padding:.15rem!important;
    max-width:5.2rem!important;
  }
  .auth-public-page .auth-theme-selector button{
    min-width:2.25rem!important;
    height:2rem!important;
    justify-content:center!important;
    gap:0!important;
    padding:0!important;
    border-radius:999px!important;
  }
  .auth-public-page .auth-theme-selector button svg{
    width:.9rem!important;
    height:.9rem!important;
  }
  .auth-public-page .auth-theme-selector button span{
    display:none!important;
  }
  .auth-public-page .auth-card{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    border-radius:1.25rem!important;
    padding:.85rem!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch;
  }
  .auth-login-page .auth-card{
    flex:0 1 auto!important;
    max-height:calc(100dvh - 3.35rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  }
  .auth-onboarding-page .auth-card{
    max-height:calc(100dvh - 3.35rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  }
  .auth-public-page .auth-card h2{font-size:1.2rem!important;line-height:1.18!important;}
  .auth-public-page .auth-card label{margin-top:.65rem!important;}
  .auth-public-page .auth-card input,
  .auth-public-page .auth-card select{padding-top:.6rem!important;padding-bottom:.6rem!important;}
  .auth-public-page .auth-card button[type="submit"]{padding-top:.68rem!important;padding-bottom:.68rem!important;}
  .auth-login-page .auth-card .mt-6,
  .auth-onboarding-page .auth-card .mt-6{margin-top:.75rem!important;}
  .auth-login-page .auth-card .mt-5,
  .auth-onboarding-page .auth-card .mt-5{margin-top:.65rem!important;}
  .auth-login-page .auth-card .mt-4,
  .auth-onboarding-page .auth-card .mt-4{margin-top:.55rem!important;}
}


/* v244: mobile auth viewport and light-theme repair.
   Auth pages are outside the dashboard shell. Keep the original SabiHQ logo,
   remove the large blank top band on phones, and make the local light/dark
   selector independent from any global html.dark app setting. */
.auth-public-page.auth-theme-light{
  background:#f8fafc!important;
  color:#0f172a!important;
  color-scheme:light!important;
}
.auth-public-page.auth-theme-dark{
  background:#020617!important;
  color:#fff!important;
  color-scheme:dark!important;
}
.auth-public-page.auth-theme-light .auth-page-glow{
  background:
    radial-gradient(circle at 8% 4%,rgba(96,165,250,.22),transparent 20rem),
    radial-gradient(circle at 94% 10%,rgba(244,114,182,.16),transparent 18rem),
    radial-gradient(circle at 50% 92%,rgba(167,139,250,.14),transparent 22rem)!important;
}
.auth-public-page.auth-theme-light .auth-card{
  background:rgba(255,255,255,.96)!important;
  border-color:rgba(226,232,240,.9)!important;
  color:#0f172a!important;
}
.auth-public-page.auth-theme-light .auth-card,
.auth-public-page.auth-theme-light .auth-card p,
.auth-public-page.auth-theme-light .auth-card label,
.auth-public-page.auth-theme-light .auth-card span,
.auth-public-page.auth-theme-light .auth-card h1,
.auth-public-page.auth-theme-light .auth-card h2,
.auth-public-page.auth-theme-light .auth-card h3{
  color:#0f172a;
}
.auth-public-page.auth-theme-light .auth-card input,
.auth-public-page.auth-theme-light .auth-card select{
  background:transparent!important;
  color:#0f172a!important;
}
.auth-public-page.auth-theme-light .auth-card .dark\:bg-white\/5,
.auth-public-page.auth-theme-light .auth-card .dark\:bg-emerald-400\/10,
.auth-public-page.auth-theme-light .auth-card .dark\:bg-blue-400\/10{
  background-color:#f8fafc!important;
}
.auth-public-page.auth-theme-light .auth-card .dark\:border-white\/10,
.auth-public-page.auth-theme-light .auth-card .dark\:border-emerald-300\/20,
.auth-public-page.auth-theme-light .auth-card .dark\:border-blue-300\/25{
  border-color:#e2e8f0!important;
}
.auth-public-page.auth-theme-light .auth-card .dark\:text-white,
.auth-public-page.auth-theme-light .auth-card .dark\:text-slate-200,
.auth-public-page.auth-theme-light .auth-card .dark\:text-slate-300,
.auth-public-page.auth-theme-light .auth-card .dark\:text-blue-100,
.auth-public-page.auth-theme-light .auth-card .dark\:text-emerald-100{
  color:#334155!important;
}
.auth-public-page.auth-theme-light .auth-theme-selector{
  background:#fff!important;
  border-color:#e2e8f0!important;
}
.auth-public-page.auth-theme-dark .auth-theme-selector{
  background:rgba(255,255,255,.1)!important;
  border-color:rgba(255,255,255,.1)!important;
}

@media(max-width:767px){
  .auth-public-page{
    min-height:100svh!important;
    min-height:100dvh!important;
    height:auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  .auth-public-page .auth-centered-section{
    min-height:100svh!important;
    min-height:100dvh!important;
    height:auto!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    padding-top:max(.35rem, env(safe-area-inset-top))!important;
    padding-left:.75rem!important;
    padding-right:.75rem!important;
    padding-bottom:max(.5rem, env(safe-area-inset-bottom))!important;
    overflow:visible!important;
  }
  .auth-public-page .auth-card-wrap{
    width:100%!important;
    max-width:27rem!important;
    margin-top:0!important;
    max-height:none!important;
  }
  .auth-public-page .auth-mobile-brand{
    min-height:2.35rem!important;
    margin-bottom:.35rem!important;
    gap:.55rem!important;
  }
  .auth-public-page .auth-logo-mark{
    width:2.1rem!important;
    height:2.1rem!important;
    border-radius:.78rem!important;
    font-size:.78rem!important;
  }
  .auth-public-page .auth-mobile-brand p:first-child{
    font-size:1rem!important;
    line-height:1!important;
  }
  .auth-public-page .auth-mobile-brand p:last-child{
    display:none!important;
  }
  .auth-public-page .auth-theme-selector{
    padding:.12rem!important;
    max-width:4.75rem!important;
    border-radius:999px!important;
  }
  .auth-public-page .auth-theme-selector button{
    min-width:2.05rem!important;
    width:2.05rem!important;
    height:1.75rem!important;
    padding:0!important;
  }
  .auth-public-page .auth-theme-selector button svg{
    width:.82rem!important;
    height:.82rem!important;
  }
  .auth-public-page .auth-card{
    max-height:none!important;
    border-radius:1.1rem!important;
    padding:.72rem!important;
    overflow:visible!important;
  }
  .auth-login-page .auth-card{
    max-height:none!important;
  }
  .auth-onboarding-page .auth-card{
    max-height:none!important;
  }
  .auth-public-page .auth-card h2{font-size:1.05rem!important;line-height:1.12!important;}
  .auth-public-page .auth-card p{line-height:1.35!important;}
  .auth-public-page .auth-card label{margin-top:.5rem!important;}
  .auth-public-page .auth-card input,
  .auth-public-page .auth-card select{padding-top:.52rem!important;padding-bottom:.52rem!important;}
  .auth-public-page .auth-card button[type="submit"]{padding-top:.58rem!important;padding-bottom:.58rem!important;}
  .auth-public-page .auth-card .rounded-3xl{border-radius:1rem!important;}
  .auth-login-page .auth-card .mt-6,
  .auth-onboarding-page .auth-card .mt-6{margin-top:.55rem!important;}
  .auth-login-page .auth-card .mt-5,
  .auth-onboarding-page .auth-card .mt-5{margin-top:.5rem!important;}
  .auth-login-page .auth-card .mt-4,
  .auth-onboarding-page .auth-card .mt-4{margin-top:.45rem!important;}
}

/* v245: mobile auth viewport stabilization and full light-theme surface.
   Mobile Chrome can expose the document body during address-bar/rubber-band
   movement. While login/onboarding are mounted, lock the auth surface to a
   stable small viewport and tint html/body/#root from the local auth theme so
   light mode never reveals a dark band at the top. */
html[data-sabihq-auth-theme="light"]:not(.sabihq-dashboard-shell),
html[data-sabihq-auth-theme="light"]:not(.sabihq-dashboard-shell) body,
html[data-sabihq-auth-theme="light"]:not(.sabihq-dashboard-shell) #root{
  background:#f8fafc!important;
  color-scheme:light!important;
}
html[data-sabihq-auth-theme="dark"]:not(.sabihq-dashboard-shell),
html[data-sabihq-auth-theme="dark"]:not(.sabihq-dashboard-shell) body,
html[data-sabihq-auth-theme="dark"]:not(.sabihq-dashboard-shell) #root{
  background:#020617!important;
  color-scheme:dark!important;
}
@media(max-width:767px){
  html[data-sabihq-auth-theme]:not(.sabihq-dashboard-shell),
  html[data-sabihq-auth-theme]:not(.sabihq-dashboard-shell) body,
  html[data-sabihq-auth-theme]:not(.sabihq-dashboard-shell) #root{
    width:100%!important;
    min-height:100%!important;
    height:100%!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:manipulation!important;
  }
  .auth-public-page{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100svh!important;
    min-height:100svh!important;
    max-height:100svh!important;
    overflow:hidden!important;
    transform:translate3d(0,0,0)!important;
    backface-visibility:hidden!important;
    contain:layout paint!important;
  }
  .auth-public-page.auth-theme-light{
    background:#f8fafc!important;
  }
  .auth-public-page.auth-theme-dark{
    background:#020617!important;
  }
  .auth-public-page .auth-page-glow{
    position:fixed!important;
    inset:0!important;
    min-height:100svh!important;
    transform:translateZ(0)!important;
  }
  .auth-public-page .auth-centered-section{
    position:relative!important;
    z-index:1!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100svh!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding-top:max(.55rem, env(safe-area-inset-top))!important;
    padding-right:.75rem!important;
    padding-left:.75rem!important;
    padding-bottom:max(.75rem, env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  .auth-public-page .auth-card-wrap{
    width:100%!important;
    max-width:27rem!important;
    max-height:calc(100svh - max(.55rem, env(safe-area-inset-top)) - max(.75rem, env(safe-area-inset-bottom)))!important;
    margin:0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:0!important;
    overflow:hidden!important;
    transform:translateZ(0)!important;
  }
  .auth-public-page .auth-mobile-brand{
    flex:0 0 auto!important;
    min-height:2.25rem!important;
    margin-bottom:.35rem!important;
  }
  .auth-public-page .auth-theme-selector{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:4.5rem!important;
  }
  .auth-public-page .auth-theme-selector button{
    width:1.95rem!important;
    min-width:1.95rem!important;
    height:1.65rem!important;
  }
  .auth-public-page .auth-theme-selector button svg{
    width:.78rem!important;
    height:.78rem!important;
  }
  .auth-public-page .auth-card{
    min-height:0!important;
    max-height:calc(100svh - 3.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    transform:translateZ(0)!important;
  }
  .auth-login-page .auth-card{
    flex:0 1 auto!important;
  }
  .auth-onboarding-page .auth-card{
    flex:1 1 auto!important;
    padding-bottom:max(1.35rem, calc(env(safe-area-inset-bottom) + 1.1rem))!important;
  }
  .auth-onboarding-page .auth-card button[type="submit"]{
    margin-bottom:max(.85rem, env(safe-area-inset-bottom))!important;
  }
}

/* v246: final mobile auth shell reset.
   Do not let dashboard fixed-header spacing or global dark mode bleed into
   login/onboarding. Auth pages own the whole mobile viewport, start at the
   real top edge, and use a compact internal card scroll only when necessary. */
html[data-sabihq-auth-theme="light"],
html[data-sabihq-auth-theme="light"] body,
html[data-sabihq-auth-theme="light"] #root{
  background:#f8fafc!important;
  color-scheme:light!important;
}
html[data-sabihq-auth-theme="dark"],
html[data-sabihq-auth-theme="dark"] body,
html[data-sabihq-auth-theme="dark"] #root{
  background:#020617!important;
  color-scheme:dark!important;
}
html[data-sabihq-auth-theme="light"] body::before,
html[data-sabihq-auth-theme="light"] body::after,
html[data-sabihq-auth-theme="light"] #root::before,
html[data-sabihq-auth-theme="light"] #root::after{
  background:#f8fafc!important;
}
@media(max-width:767px){
  html[data-sabihq-auth-theme],
  html[data-sabihq-auth-theme] body,
  html[data-sabihq-auth-theme] #root{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
  .auth-public-page{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100svh!important;
    min-height:0!important;
    max-height:100svh!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
    contain:layout paint!important;
  }
  .auth-public-page.auth-theme-light,
  .auth-public-page.auth-theme-light .auth-page-glow{
    background:#f8fafc!important;
  }
  .auth-public-page.auth-theme-light .auth-page-glow{
    background:
      radial-gradient(circle at 8% 0%,rgba(96,165,250,.16),transparent 15rem),
      radial-gradient(circle at 92% 4%,rgba(244,114,182,.10),transparent 15rem),
      #f8fafc!important;
  }
  .auth-public-page.auth-theme-dark,
  .auth-public-page.auth-theme-dark .auth-page-glow{
    background:#020617!important;
  }
  .auth-public-page.auth-theme-dark .auth-page-glow{
    background:
      radial-gradient(circle at 8% 0%,rgba(96,165,250,.28),transparent 17rem),
      radial-gradient(circle at 92% 4%,rgba(244,114,182,.18),transparent 16rem),
      #020617!important;
  }
  .auth-public-page .auth-page-glow{
    position:absolute!important;
    inset:0!important;
    min-height:0!important;
    pointer-events:none!important;
  }
  .auth-public-page .auth-centered-section{
    position:relative!important;
    z-index:1!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    padding:max(.35rem, env(safe-area-inset-top)) .75rem max(.9rem, env(safe-area-inset-bottom))!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .auth-public-page .auth-card-wrap{
    width:100%!important;
    max-width:27rem!important;
    height:100%!important;
    max-height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }
  .auth-public-page .auth-mobile-brand{
    flex:0 0 auto!important;
    min-height:2.15rem!important;
    margin:0 0 .32rem!important;
    gap:.45rem!important;
  }
  .auth-public-page .auth-logo-mark{
    width:2rem!important;
    height:2rem!important;
    border-radius:.72rem!important;
    font-size:.76rem!important;
  }
  .auth-public-page .auth-mobile-brand p:first-child{
    font-size:1rem!important;
    line-height:1!important;
  }
  .auth-public-page .auth-mobile-brand p:last-child{
    display:none!important;
  }
  .auth-public-page .auth-theme-selector{
    width:auto!important;
    max-width:4.35rem!important;
    padding:.1rem!important;
  }
  .auth-public-page .auth-theme-selector button{
    width:1.88rem!important;
    min-width:1.88rem!important;
    height:1.58rem!important;
    padding:0!important;
  }
  .auth-public-page .auth-theme-selector button svg{
    width:.76rem!important;
    height:.76rem!important;
  }
  .auth-public-page .auth-theme-selector button span{
    display:none!important;
  }
  .auth-public-page .auth-card{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    border-radius:1.05rem!important;
    padding:.7rem!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .auth-login-page .auth-card{
    flex:0 1 auto!important;
    max-height:calc(100svh - 3rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  }
  .auth-onboarding-page .auth-card{
    flex:1 1 auto!important;
    max-height:none!important;
    padding-bottom:max(1.75rem, calc(env(safe-area-inset-bottom) + 1.45rem))!important;
  }
  .auth-onboarding-page .auth-card button[type="submit"]{
    margin-bottom:max(1.1rem, env(safe-area-inset-bottom))!important;
  }
  .auth-public-page .auth-card h2{font-size:1.02rem!important;line-height:1.12!important;}
  .auth-public-page .auth-card p{line-height:1.3!important;}
  .auth-public-page .auth-card label{margin-top:.46rem!important;}
  .auth-public-page .auth-card input,
  .auth-public-page .auth-card select{padding-top:.5rem!important;padding-bottom:.5rem!important;}
  .auth-public-page .auth-card button[type="submit"]{padding-top:.56rem!important;padding-bottom:.56rem!important;}
}

/* v247: final mobile auth vertical balance.
   Keep the fixed auth viewport from v246, but center the mobile login and
   onboarding content as one card group so there is balanced space above and
   below. Inputs remain readable; intro/footer copy is centered. */
@media(max-width:767px){
  .auth-public-page .auth-centered-section{
    align-items:center!important;
    justify-content:center!important;
    padding-top:max(.85rem, env(safe-area-inset-top))!important;
    padding-right:.75rem!important;
    padding-left:.75rem!important;
    padding-bottom:max(1.15rem, calc(env(safe-area-inset-bottom) + .95rem))!important;
  }
  .auth-public-page .auth-card-wrap{
    height:auto!important;
    max-height:calc(100svh - max(.85rem, env(safe-area-inset-top)) - max(1.15rem, calc(env(safe-area-inset-bottom) + .95rem)))!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .auth-public-page .auth-mobile-brand{
    margin:0 0 .55rem!important;
  }
  .auth-public-page .auth-card{
    flex:0 1 auto!important;
    max-height:calc(100svh - 3.35rem - max(.85rem, env(safe-area-inset-top)) - max(1.15rem, calc(env(safe-area-inset-bottom) + .95rem)))!important;
    overflow-y:auto!important;
  }
  .auth-login-page .auth-card > div:first-child,
  .auth-login-page .auth-card > p:last-child,
  .auth-login-page .auth-card > div:last-child,
  .auth-login-page .auth-card > a,
  .auth-login-page .auth-card > button:not([type="submit"]){
    text-align:center!important;
  }
  .auth-login-page .auth-card > button:not([type="submit"]){
    display:block!important;
    width:-moz-max-content!important;
    width:max-content!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .auth-onboarding-page .auth-card > div:first-child{
    text-align:center!important;
  }
  .auth-onboarding-page .auth-card{
    padding-bottom:max(2.15rem, calc(env(safe-area-inset-bottom) + 1.75rem))!important;
  }
  .auth-onboarding-page .auth-card button[type="submit"]{
    margin-bottom:max(1.35rem, calc(env(safe-area-inset-bottom) + 1rem))!important;
  }
}

/* v259: mobile navigation clarity and smoother dashboard scrolling.
   Keep mobile nav to the five core destinations per industry and reduce scroll jank
   inside the fixed content pane without returning scroll to the document body. */
.mobile-bottom-nav,
.mobile-bottom-nav *{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
@media(max-width:767px){
  .content-viewport{
    scroll-behavior:auto!important;
    scroll-snap-type:none!important;
    overflow-anchor:none;
    will-change:scroll-position;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
  }
  .content-viewport > *{
    overflow-anchor:none;
  }
  .mobile-bottom-nav{
    backdrop-filter:blur(18px) saturate(1.15);
    -webkit-backdrop-filter:blur(18px) saturate(1.15);
  }
  .mobile-bottom-nav a{
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    contain:layout paint;
  }
}

/* v281: mobile-only readability pass, applied safely through the dashboard shell.
   Mirrors the Inbox mobile chat bump across dashboard tabs without touching desktop,
   auth pages, storefront pages, or public customer pages. */
@media (max-width: 767px){
  .sabihq-dashboard-shell .mobile-brand .grid{
    width:2.5rem!important;
    height:2.5rem!important;
    border-radius:1rem!important;
    font-size:.95rem!important;
  }
  .sabihq-dashboard-shell .mobile-brand p:first-child{
    font-size:1rem!important;
    line-height:1.05!important;
  }
  .sabihq-dashboard-shell .mobile-brand p:last-child{
    font-size:.6875rem!important;
    line-height:1.05!important;
  }
  .sabihq-dashboard-shell .mobile-top-actions button{
    width:2.5rem!important;
    height:2.5rem!important;
    min-width:2.5rem!important;
  }
  .sabihq-dashboard-shell .mobile-store-strip,
  .sabihq-dashboard-shell .mobile-store-strip button,
  .sabihq-dashboard-shell .mobile-store-strip select,
  .sabihq-dashboard-shell .mobile-store-strip span{
    font-size:.78rem!important;
    line-height:1.25!important;
  }
  .sabihq-dashboard-shell .mobile-bottom-nav a{
    font-size:.75rem!important;
    line-height:1.08!important;
    min-height:4.35rem!important;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
  .sabihq-dashboard-shell .mobile-bottom-nav svg{
    width:1.35rem!important;
    height:1.35rem!important;
  }

  /* Tab-by-tab content pass: keep only dashboard content in scope. */
  .sabihq-dashboard-shell .content-viewport .text-\[9px\]{font-size:.66rem!important;line-height:1.22!important;}
  .sabihq-dashboard-shell .content-viewport .text-\[10px\]{font-size:.72rem!important;line-height:1.28!important;}
  .sabihq-dashboard-shell .content-viewport .text-\[11px\]{font-size:.79rem!important;line-height:1.32!important;}
  .sabihq-dashboard-shell .content-viewport .text-xs{font-size:.82rem!important;line-height:1.4!important;}
  .sabihq-dashboard-shell .content-viewport .text-sm{font-size:.94rem!important;line-height:1.5!important;}
  .sabihq-dashboard-shell .content-viewport p,
  .sabihq-dashboard-shell .content-viewport li,
  .sabihq-dashboard-shell .content-viewport label,
  .sabihq-dashboard-shell .content-viewport td,
  .sabihq-dashboard-shell .content-viewport th{
    overflow-wrap:anywhere;
  }
  .sabihq-dashboard-shell .content-viewport button,
  .sabihq-dashboard-shell .content-viewport input,
  .sabihq-dashboard-shell .content-viewport select,
  .sabihq-dashboard-shell .content-viewport textarea{
    font-size:16px!important;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
}

/* v282: tab-by-tab mobile typography tuning.
   This extends v281 beyond the shared shell into the heavy tab surfaces that
   merchants use daily. It is intentionally mobile-only and anchored to each
   tab root class, so desktop text sizing remains untouched. */
@media (max-width: 767px){
  .sabihq-dashboard-shell .settings-mobile-typography,
  .sabihq-dashboard-shell .orders-mobile-typography,
  .sabihq-dashboard-shell .menu-mobile-typography,
  .sabihq-dashboard-shell .inventory-mobile-typography,
  .sabihq-dashboard-shell .reports-mobile-typography,
  .sabihq-dashboard-shell .hospitality-mobile-typography{
    font-size:.96rem;
    line-height:1.5;
  }

  .sabihq-dashboard-shell .settings-mobile-typography h2,
  .sabihq-dashboard-shell .orders-mobile-typography h2,
  .sabihq-dashboard-shell .menu-mobile-typography h2,
  .sabihq-dashboard-shell .inventory-mobile-typography h2,
  .sabihq-dashboard-shell .reports-mobile-typography h2,
  .sabihq-dashboard-shell .hospitality-mobile-typography h2{
    font-size:1.55rem!important;
    line-height:1.15!important;
    letter-spacing:-.035em!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography h3,
  .sabihq-dashboard-shell .orders-mobile-typography h3,
  .sabihq-dashboard-shell .menu-mobile-typography h3,
  .sabihq-dashboard-shell .inventory-mobile-typography h3,
  .sabihq-dashboard-shell .reports-mobile-typography h3,
  .sabihq-dashboard-shell .hospitality-mobile-typography h3{
    font-size:1.08rem!important;
    line-height:1.25!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography p,
  .sabihq-dashboard-shell .orders-mobile-typography p,
  .sabihq-dashboard-shell .menu-mobile-typography p,
  .sabihq-dashboard-shell .inventory-mobile-typography p,
  .sabihq-dashboard-shell .reports-mobile-typography p,
  .sabihq-dashboard-shell .hospitality-mobile-typography p{
    line-height:1.52!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography .text-\[10px\],
  .sabihq-dashboard-shell .orders-mobile-typography .text-\[10px\],
  .sabihq-dashboard-shell .menu-mobile-typography .text-\[10px\],
  .sabihq-dashboard-shell .inventory-mobile-typography .text-\[10px\],
  .sabihq-dashboard-shell .reports-mobile-typography .text-\[10px\],
  .sabihq-dashboard-shell .hospitality-mobile-typography .text-\[10px\]{
    font-size:.74rem!important;
    line-height:1.28!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography .text-\[11px\],
  .sabihq-dashboard-shell .orders-mobile-typography .text-\[11px\],
  .sabihq-dashboard-shell .menu-mobile-typography .text-\[11px\],
  .sabihq-dashboard-shell .inventory-mobile-typography .text-\[11px\],
  .sabihq-dashboard-shell .reports-mobile-typography .text-\[11px\],
  .sabihq-dashboard-shell .hospitality-mobile-typography .text-\[11px\]{
    font-size:.82rem!important;
    line-height:1.34!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography .text-xs,
  .sabihq-dashboard-shell .orders-mobile-typography .text-xs,
  .sabihq-dashboard-shell .menu-mobile-typography .text-xs,
  .sabihq-dashboard-shell .inventory-mobile-typography .text-xs,
  .sabihq-dashboard-shell .reports-mobile-typography .text-xs,
  .sabihq-dashboard-shell .hospitality-mobile-typography .text-xs{
    font-size:.84rem!important;
    line-height:1.42!important;
  }

  .sabihq-dashboard-shell .settings-mobile-typography .text-sm,
  .sabihq-dashboard-shell .orders-mobile-typography .text-sm,
  .sabihq-dashboard-shell .menu-mobile-typography .text-sm,
  .sabihq-dashboard-shell .inventory-mobile-typography .text-sm,
  .sabihq-dashboard-shell .reports-mobile-typography .text-sm,
  .sabihq-dashboard-shell .hospitality-mobile-typography .text-sm{
    font-size:.97rem!important;
    line-height:1.5!important;
  }

  /* Settings: readable card descriptions, form labels and section controls. */
  .sabihq-dashboard-shell .settings-mobile-typography label,
  .sabihq-dashboard-shell .settings-mobile-typography button,
  .sabihq-dashboard-shell .settings-mobile-typography input,
  .sabihq-dashboard-shell .settings-mobile-typography select,
  .sabihq-dashboard-shell .settings-mobile-typography textarea{
    font-size:16px!important;
    line-height:1.35!important;
  }
  .sabihq-dashboard-shell .settings-mobile-typography [class*="tracking-\["]{
    letter-spacing:.13em!important;
  }

  /* Orders and KDS/order-management cards: keep status/payment text visible. */
  .sabihq-dashboard-shell .orders-mobile-typography [class*="rounded-3xl"],
  .sabihq-dashboard-shell .orders-mobile-typography [class*="rounded-2xl"],
  .sabihq-dashboard-shell .menu-mobile-typography [class*="rounded-3xl"],
  .sabihq-dashboard-shell .menu-mobile-typography [class*="rounded-2xl"],
  .sabihq-dashboard-shell .inventory-mobile-typography [class*="rounded-3xl"],
  .sabihq-dashboard-shell .inventory-mobile-typography [class*="rounded-2xl"]{
    overflow-wrap:anywhere;
  }
  .sabihq-dashboard-shell .orders-mobile-typography button,
  .sabihq-dashboard-shell .menu-mobile-typography button,
  .sabihq-dashboard-shell .inventory-mobile-typography button{
    min-height:2.75rem;
    touch-action:manipulation;
  }

  /* Menu/Inventory search and filter controls: prevent tiny dropdown text. */
  .sabihq-dashboard-shell .menu-mobile-typography input,
  .sabihq-dashboard-shell .menu-mobile-typography select,
  .sabihq-dashboard-shell .inventory-mobile-typography input,
  .sabihq-dashboard-shell .inventory-mobile-typography select{
    font-size:16px!important;
    line-height:1.35!important;
  }

  /* Reports: chart labels and insight cards need a gentle bump but no crowding. */
  .sabihq-dashboard-shell .reports-mobile-typography .truncate{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .sabihq-dashboard-shell .reports-mobile-typography [class*="text-2xl"]{
    line-height:1.15!important;
  }

  /* Hospitality/reservations: mobile booking cards and timeline labels are the priority. */
  .sabihq-dashboard-shell .hospitality-mobile-typography button,
  .sabihq-dashboard-shell .hospitality-mobile-typography input,
  .sabihq-dashboard-shell .hospitality-mobile-typography select,
  .sabihq-dashboard-shell .hospitality-mobile-typography textarea{
    font-size:16px!important;
    line-height:1.35!important;
    touch-action:manipulation;
  }
  .sabihq-dashboard-shell .hospitality-mobile-typography .text-\[13px\]{
    font-size:.92rem!important;
    line-height:1.4!important;
  }
  .sabihq-dashboard-shell .reservations-mobile-typography .lg\:hidden,
  .sabihq-dashboard-shell .calendar-rooms-mobile-typography{
    overflow-wrap:anywhere;
  }
}


/* v283: mobile-only auth/onboarding typography bump.
   Keeps desktop untouched while matching the subtle mobile readability increase
   used across dashboard tabs. Scoped to login, onboarding and onboarding-complete pages only. */
@media (max-width: 767px){
  .auth-public-page .auth-mobile-brand p:first-child{
    font-size:1.08rem!important;
    line-height:1.05!important;
  }
  .auth-public-page .auth-logo-mark{
    font-size:.82rem!important;
  }
  .auth-public-page .auth-card h2{
    font-size:1.12rem!important;
    line-height:1.16!important;
  }
  .auth-public-page .auth-card p,
  .auth-public-page .auth-card span,
  .auth-public-page .auth-card label{
    font-size:.9rem!important;
    line-height:1.42!important;
  }
  .auth-public-page .auth-card .text-xs,
  .auth-public-page .auth-card .text-\[10px\],
  .auth-public-page .auth-card .text-\[11px\]{
    font-size:.78rem!important;
    line-height:1.35!important;
  }
  .auth-public-page .auth-card .text-sm,
  .auth-public-page .auth-card input,
  .auth-public-page .auth-card select,
  .auth-public-page .auth-card textarea,
  .auth-public-page .auth-card button{
    font-size:16px!important;
    line-height:1.35!important;
    touch-action:manipulation;
  }
  .auth-public-page .auth-card input,
  .auth-public-page .auth-card select,
  .auth-public-page .auth-card textarea{
    min-height:2.72rem!important;
  }
  .auth-public-page .auth-card button[type="submit"]{
    min-height:2.8rem!important;
  }
  .auth-onboarding-complete-page h1{
    font-size:2.2rem!important;
    line-height:1.08!important;
  }
  .auth-onboarding-complete-page h2,
  .auth-onboarding-complete-page h3{
    font-size:1.08rem!important;
    line-height:1.2!important;
  }
  .auth-onboarding-complete-page p,
  .auth-onboarding-complete-page span,
  .auth-onboarding-complete-page a,
  .auth-onboarding-complete-page button{
    font-size:.94rem!important;
    line-height:1.45!important;
  }
  .auth-onboarding-complete-page .text-xs,
  .auth-onboarding-complete-page .text-\[11px\]{
    font-size:.78rem!important;
    line-height:1.38!important;
  }
  .auth-onboarding-complete-page button,
  .auth-onboarding-complete-page a{
    touch-action:manipulation;
  }
}

/* v475: printable reports statement hub */
.sabi-report-print-area{display:none;}
@media print{
  body.sabi-report-printing *{visibility:hidden!important;}
  body.sabi-report-printing .sabi-report-print-area,
  body.sabi-report-printing .sabi-report-print-area *{visibility:visible!important;}
  body.sabi-report-printing .sabi-report-print-area{
    display:block!important;
    position:absolute!important;
    inset:0 auto auto 0!important;
    width:100%!important;
    min-height:100%!important;
    background:#fff!important;
    color:#0f172a!important;
    padding:0!important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }
  @page{margin:14mm;}
  .print-letterhead{display:flex;justify-content:space-between;gap:24px;border-bottom:3px solid #60A5FA;padding-bottom:18px;margin-bottom:18px;}
  .print-brand{font-size:25px;font-weight:900;letter-spacing:-.03em;color:#0f172a;}
  .print-muted{font-size:11px;font-weight:700;line-height:1.55;color:#64748b;margin-top:3px;}
  .print-right{text-align:right;}
  .print-chip{display:inline-block;border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;color:#334155;margin-bottom:5px;}
  .print-section{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #e2e8f0;border-radius:16px;padding:14px;margin:0 0 14px;background:#fff;}
  .print-section h3{font-size:14px;font-weight:900;color:#0f172a;margin:0 0 10px;}
  .print-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
  .print-metric{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#f8fafc;}
  .print-label{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#64748b;}
  .print-value{font-size:17px;font-weight:900;color:#0f172a;margin-top:4px;}
  .print-note{font-size:10px;font-weight:700;color:#64748b;margin-top:2px;line-height:1.35;}
  .print-section table{width:100%;border-collapse:collapse;margin-top:10px;}
  .print-section th{background:#f8fafc;color:#64748b;text-transform:uppercase;letter-spacing:.12em;font-size:9px;text-align:left;}
  .print-section th,.print-section td{border-bottom:1px solid #e2e8f0;padding:8px;font-size:11px;}
  .print-section .right{text-align:right;}
  .print-section ul{margin:0;padding-left:18px;color:#334155;font-size:11px;line-height:1.55;}
  .print-footer{margin-top:18px;color:#64748b;font-size:10px;font-weight:700;border-top:1px solid #e2e8f0;padding-top:10px;}
}

/* v477: polished section statement print formatting */
@media print{
  body.sabi-report-printing .print-letterhead{
    align-items:flex-start!important;
    border-bottom:3px solid #0f172a!important;
    padding-bottom:16px!important;
    margin-bottom:16px!important;
    position:relative!important;
  }
  body.sabi-report-printing .print-letterhead::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-6px;
    height:2px;
    background:linear-gradient(90deg,#60A5FA,#A78BFA,#F472B6);
  }
  body.sabi-report-printing .print-brand{font-size:27px!important;line-height:1.05!important;}
  body.sabi-report-printing .print-section{
    border:1px solid #cbd5e1!important;
    border-radius:14px!important;
    padding:0!important;
    overflow:hidden!important;
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
  }
  body.sabi-report-printing .print-section-head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:16px!important;
    background:#f8fafc!important;
    border-bottom:1px solid #e2e8f0!important;
    padding:12px 14px!important;
  }
  body.sabi-report-printing .print-kicker,
  body.sabi-report-printing .print-subtitle{
    font-size:8.5px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.14em!important;
    color:#64748b!important;
  }
  body.sabi-report-printing .print-section h3{
    margin:2px 0 0!important;
    font-size:17px!important;
    letter-spacing:-.02em!important;
  }
  body.sabi-report-printing .print-section-head p{
    margin:4px 0 0!important;
    font-size:10.5px!important;
    font-weight:700!important;
    line-height:1.45!important;
    color:#475569!important;
  }
  body.sabi-report-printing .print-count{
    border:1px solid #cbd5e1!important;
    border-radius:999px!important;
    background:white!important;
    color:#0f172a!important;
    padding:5px 9px!important;
    font-size:9px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
  body.sabi-report-printing .print-subtitle{margin:12px 14px 6px!important;}
  body.sabi-report-printing .print-grid{padding:0 14px!important;margin-bottom:8px!important;}
  body.sabi-report-printing .print-metric{background:#fff!important;}
  body.sabi-report-printing .print-value{font-size:16px!important;}
  body.sabi-report-printing .print-section table{margin:0!important;border-top:1px solid #e2e8f0!important;}
  body.sabi-report-printing .print-section th{background:#eef2f7!important;color:#334155!important;}
  body.sabi-report-printing .print-section th,
  body.sabi-report-printing .print-section td{padding:7px 9px!important;vertical-align:top!important;}
  body.sabi-report-printing .print-section tbody tr:nth-child(even) td{background:#fbfdff!important;}
  body.sabi-report-printing .print-decision-box{
    margin:10px 14px 14px!important;
    border:1px solid #bbf7d0!important;
    border-radius:12px!important;
    background:#f0fdf4!important;
    padding:1px 0 10px!important;
  }
  body.sabi-report-printing .print-decision-box ul{margin:0!important;padding:0 14px 0 28px!important;color:#14532d!important;}
  body.sabi-report-printing .print-decision-box li{margin-top:4px!important;font-size:10.5px!important;font-weight:700!important;line-height:1.45!important;}
}

/* v479: reports print every visible record with repeating table headers */
@media print{
  body.sabi-report-printing .print-section table{
    width:100%!important;
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
  }
  body.sabi-report-printing .print-section thead{
    display:table-header-group!important;
  }
  body.sabi-report-printing .print-section tfoot{
    display:table-footer-group!important;
  }
  body.sabi-report-printing .print-section tr{
    page-break-inside:avoid!important;
    -moz-column-break-inside:avoid!important;
         break-inside:avoid!important;
  }
  body.sabi-report-printing .print-section tbody{
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
  }
}

/* v480: reports print selected-section header and full visible totals */
@media print{
  body.sabi-report-printing .print-selected-overview{
    border:1px solid #cbd5e1!important;
    border-radius:14px!important;
    background:#ffffff!important;
    margin:0 0 14px!important;
    overflow:hidden!important;
    page-break-inside:avoid!important;
    -moz-column-break-inside:avoid!important;
         break-inside:avoid!important;
  }
  body.sabi-report-printing .print-selected-title{
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-start!important;
    gap:18px!important;
    padding:12px 14px!important;
    background:#f8fafc!important;
    border-bottom:1px solid #e2e8f0!important;
  }
  body.sabi-report-printing .print-selected-title h2{
    margin:2px 0 0!important;
    font-size:19px!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
    color:#0f172a!important;
  }
  body.sabi-report-printing .print-selected-title p{
    margin:4px 0 0!important;
    max-width:620px!important;
    font-size:10.5px!important;
    font-weight:700!important;
    line-height:1.45!important;
    color:#475569!important;
  }
  body.sabi-report-printing .print-selected-meta{
    display:grid!important;
    grid-template-columns:auto!important;
    gap:2px!important;
    min-width:170px!important;
    text-align:right!important;
  }
  body.sabi-report-printing .print-selected-meta span,
  body.sabi-report-printing .print-selected-stats span{
    font-size:8.5px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.14em!important;
    color:#64748b!important;
  }
  body.sabi-report-printing .print-selected-meta strong,
  body.sabi-report-printing .print-selected-stats strong{
    font-size:12px!important;
    font-weight:900!important;
    color:#0f172a!important;
  }
  body.sabi-report-printing .print-selected-stats{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    padding:0!important;
  }
  body.sabi-report-printing .print-selected-stats div{
    border-right:1px solid #e2e8f0!important;
    padding:10px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
  }
  body.sabi-report-printing .print-selected-stats div:last-child{border-right:none!important;}
  body.sabi-report-printing .print-section tfoot td{
    background:#f8fafc!important;
    color:#0f172a!important;
    font-weight:900!important;
    border-top:2px solid #cbd5e1!important;
  }
}

/* v481: allow report printouts to continue across unlimited pages */
@media print{
  html,
  body,
  #root{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    background:#fff!important;
  }
  body.sabi-report-printing{
    width:auto!important;
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }
  body.sabi-report-printing *{
    max-height:none!important;
  }
  body.sabi-report-printing .sabi-report-print-area{
    display:block!important;
    position:static!important;
    inset:auto!important;
    width:auto!important;
    min-height:auto!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    background:#fff!important;
  }
  body.sabi-report-printing .print-letterhead,
  body.sabi-report-printing .print-selected-overview,
  body.sabi-report-printing .print-section-head,
  body.sabi-report-printing .print-grid,
  body.sabi-report-printing .print-metric,
  body.sabi-report-printing .print-decision-box,
  body.sabi-report-printing .print-footer{
    overflow:visible!important;
  }
  body.sabi-report-printing .print-section{
    display:block!important;
    overflow:visible!important;
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
    -moz-column-break-after:auto!important;
         break-after:auto!important;
    page-break-after:auto!important;
  }
  body.sabi-report-printing .print-section table{
    display:table!important;
    table-layout:auto!important;
    width:100%!important;
    overflow:visible!important;
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
  }
  body.sabi-report-printing .print-section thead{
    display:table-header-group!important;
  }
  body.sabi-report-printing .print-section tbody{
    display:table-row-group!important;
    page-break-inside:auto!important;
    -moz-column-break-inside:auto!important;
         break-inside:auto!important;
  }
  body.sabi-report-printing .print-section tfoot{
    display:table-footer-group!important;
  }
  body.sabi-report-printing .print-section tr{
    display:table-row!important;
    page-break-inside:avoid!important;
    -moz-column-break-inside:avoid!important;
         break-inside:avoid!important;
  }
  body.sabi-report-printing .print-section th,
  body.sabi-report-printing .print-section td{
    overflow:visible!important;
    white-space:normal!important;
    word-break:break-word!important;
  }
}

/* v486 mobile typography comfort bump.
   Slightly increases mobile reading size only. Desktop/tablet remain unchanged,
   and inputs stay at 16px to preserve mobile browser zoom protection. */
@media (max-width: 640px){
  :root{
    --sabi-mobile-text-xs: 0.8125rem;
    --sabi-mobile-text-sm: 0.9375rem;
    --sabi-mobile-text-base: 0.9375rem;
    --sabi-mobile-text-md: 1rem;
    --sabi-mobile-text-lg: 1.0625rem;
    --sabi-mobile-text-xl: 1.1875rem;
  }
  body,
  .sabihq-dashboard-shell,
  .auth-public-page,
  .public-storefront-page,
  .v373-storefront-runtime{
    font-size:var(--sabi-mobile-text-base);
    line-height:1.5;
  }
  .sabihq-dashboard-shell p,
  .sabihq-dashboard-shell li,
  .sabihq-dashboard-shell label,
  .sabihq-dashboard-shell td,
  .sabihq-dashboard-shell th,
  .auth-public-page p,
  .public-storefront-page p,
  .v373-storefront-runtime p,
  .v373-storefront-runtime li{
    font-size:var(--sabi-mobile-text-base)!important;
    line-height:1.52!important;
  }
  .sabihq-dashboard-shell .text-xs,
  .auth-public-page .text-xs,
  .public-storefront-page .text-xs,
  .v373-storefront-runtime .text-xs{
    font-size:var(--sabi-mobile-text-xs)!important;
    line-height:1.42!important;
  }
  .sabihq-dashboard-shell .text-sm,
  .auth-public-page .text-sm,
  .public-storefront-page .text-sm,
  .v373-storefront-runtime .text-sm{
    font-size:var(--sabi-mobile-text-sm)!important;
    line-height:1.5!important;
  }
  .sabihq-dashboard-shell .text-base,
  .auth-public-page .text-base,
  .public-storefront-page .text-base,
  .v373-storefront-runtime .text-base{
    font-size:var(--sabi-mobile-text-base)!important;
    line-height:1.5!important;
  }
  .sabihq-dashboard-shell .text-lg,
  .auth-public-page .text-lg,
  .public-storefront-page .text-lg,
  .v373-storefront-runtime .text-lg{
    font-size:var(--sabi-mobile-text-lg)!important;
    line-height:1.4!important;
  }
  .sabihq-dashboard-shell .text-xl,
  .auth-public-page .text-xl,
  .public-storefront-page .text-xl,
  .v373-storefront-runtime .text-xl{
    font-size:var(--sabi-mobile-text-xl)!important;
    line-height:1.32!important;
  }
  .sabihq-dashboard-shell h1{font-size:1.5rem!important;line-height:1.15!important;}
  .sabihq-dashboard-shell h2{font-size:1.1875rem!important;line-height:1.22!important;}
  .sabihq-dashboard-shell h3{font-size:1.0625rem!important;line-height:1.28!important;}
  .sabihq-dashboard-shell .sabi-card-title,
  .public-storefront-page .sabi-card-title,
  .v373-storefront-runtime .sabi-card-title{
    font-size:1rem!important;
    line-height:1.38!important;
  }
  .sabihq-dashboard-shell .sabi-muted,
  .auth-public-page .sabi-muted,
  .public-storefront-page .sabi-muted,
  .v373-storefront-runtime .sabi-muted{
    font-size:0.875rem!important;
    line-height:1.5!important;
  }
  .sabihq-dashboard-shell button,
  .sabihq-dashboard-shell .sabi-button,
  .sabihq-dashboard-shell a[role="button"],
  .auth-public-page button,
  .public-storefront-page button,
  .v373-storefront-runtime button{
    font-size:0.875rem!important;
    line-height:1.42!important;
  }
  .sabihq-dashboard-shell input,
  .sabihq-dashboard-shell select,
  .sabihq-dashboard-shell textarea,
  .auth-public-page input,
  .auth-public-page select,
  .auth-public-page textarea,
  .public-storefront-page input,
  .public-storefront-page select,
  .public-storefront-page textarea,
  .v373-storefront-runtime input,
  .v373-storefront-runtime select,
  .v373-storefront-runtime textarea{
    font-size:16px!important;
    line-height:1.45!important;
  }
}

/* v487 storefront light-theme readability + relaxed product cards.
   Scoped to the public storefront only so dashboard typography and dark mode stay stable. */
html:not(.dark) .public-storefront-page,
html:not(.dark) .v373-storefront-runtime{
  color:#0f172a;
  background:#f8fafc;
}
html:not(.dark) .public-storefront-page .storefront-product-card,
html:not(.dark) .v373-storefront-runtime .storefront-product-card{
  color:#0f172a;
  background:#ffffff;
  border-color:#dbe3ee;
  box-shadow:0 18px 50px rgba(15,23,42,.075);
}
html:not(.dark) .public-storefront-page .storefront-product-card .storefront-product-description,
html:not(.dark) .v373-storefront-runtime .storefront-product-card .storefront-product-description{
  color:#334155!important;
  font-weight:560;
  line-height:1.65!important;
  letter-spacing:-0.002em;
}
html:not(.dark) .public-storefront-page .storefront-product-card .text-slate-400,
html:not(.dark) .v373-storefront-runtime .storefront-product-card .text-slate-400{color:#64748b!important}
html:not(.dark) .public-storefront-page .storefront-product-card .text-slate-500,
html:not(.dark) .v373-storefront-runtime .storefront-product-card .text-slate-500{color:#475569!important}
html:not(.dark) .public-storefront-page .storefront-product-card .text-slate-600,
html:not(.dark) .v373-storefront-runtime .storefront-product-card .text-slate-600{color:#334155!important}
.public-storefront-page .storefront-products-grid,
.v373-storefront-runtime .storefront-products-grid{
  align-items:stretch;
}
.public-storefront-page .storefront-product-card,
.v373-storefront-runtime .storefront-product-card{
  min-width:0;
}
@media(min-width:1280px) and (max-width:1535.98px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(min-width:1536px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(18rem,1fr))!important;
  }
}
@media(max-width:767.98px){
  .public-storefront-page .storefront-product-card,
  .v373-storefront-runtime .storefront-product-card{
    border-radius:1.55rem!important;
  }
  html:not(.dark) .public-storefront-page .storefront-product-card .storefront-product-description,
  html:not(.dark) .v373-storefront-runtime .storefront-product-card .storefront-product-description{
    font-size:.95rem!important;
    line-height:1.62!important;
  }
}


/* v488 storefront hero contrast + wider catalog frame.
   Keep dashboard untouched; only public storefront gets these layout/readability fixes. */
.public-storefront-page .storefront-hero,
.v373-storefront-runtime .storefront-hero{
  color:#ffffff!important;
}
.public-storefront-page .storefront-hero h1,
.public-storefront-page .storefront-hero h2,
.public-storefront-page .storefront-hero h3,
.public-storefront-page .storefront-hero p,
.public-storefront-page .storefront-hero span,
.v373-storefront-runtime .storefront-hero h1,
.v373-storefront-runtime .storefront-hero h2,
.v373-storefront-runtime .storefront-hero h3,
.v373-storefront-runtime .storefront-hero p,
.v373-storefront-runtime .storefront-hero span{
  color:inherit;
}
.public-storefront-page .storefront-hero h1,
.v373-storefront-runtime .storefront-hero h1{
  color:#ffffff!important;
  text-shadow:0 2px 18px rgba(15,23,42,.28);
}
.public-storefront-page .storefront-header__inner,
.public-storefront-page .storefront-hero > .relative,
.public-storefront-page #public-catalog,
.v373-storefront-runtime .storefront-header__inner,
.v373-storefront-runtime .storefront-hero > .relative,
.v373-storefront-runtime #public-catalog{
  max-width:96rem!important;
}
.public-storefront-page #public-catalog,
.v373-storefront-runtime #public-catalog{
  padding-left:clamp(1rem,3vw,2rem)!important;
  padding-right:clamp(1rem,3vw,2rem)!important;
}
@media(min-width:1280px){
  .public-storefront-page #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_340px\],
  .v373-storefront-runtime #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_340px\]{
    grid-template-columns:minmax(0,1fr) 320px!important;
  }
}
@media(min-width:1440px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(19.5rem,1fr))!important;
    gap:1.5rem!important;
  }
}
@media(min-width:1680px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(22rem,1fr))!important;
    gap:1.75rem!important;
  }
}


/* v489 storefront hero summary + wider product frame.
   Keep the checkout rail narrow and give the 3-card product row more horizontal room. */
.public-storefront-page .storefront-hero-summary-card,
.v373-storefront-runtime .storefront-hero-summary-card{
  color:#ffffff!important;
  background:rgba(15,23,42,.38)!important;
  border-color:rgba(255,255,255,.24)!important;
}
.public-storefront-page .storefront-hero-summary-card p,
.public-storefront-page .storefront-hero-summary-card h2,
.public-storefront-page .storefront-hero-summary-card h3,
.public-storefront-page .storefront-hero-summary-card span,
.v373-storefront-runtime .storefront-hero-summary-card p,
.v373-storefront-runtime .storefront-hero-summary-card h2,
.v373-storefront-runtime .storefront-hero-summary-card h3,
.v373-storefront-runtime .storefront-hero-summary-card span{
  color:#ffffff!important;
}
.public-storefront-page .storefront-hero-summary-card .rounded-2xl,
.v373-storefront-runtime .storefront-hero-summary-card .rounded-2xl{
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.18)!important;
  --tw-ring-color:rgba(255,255,255,.18)!important;
}
.public-storefront-page .storefront-header__inner,
.public-storefront-page .storefront-hero > .relative,
.public-storefront-page #public-catalog,
.v373-storefront-runtime .storefront-header__inner,
.v373-storefront-runtime .storefront-hero > .relative,
.v373-storefront-runtime #public-catalog{
  max-width:112rem!important;
}
@media(min-width:1280px){
  .public-storefront-page #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_280px\],
  .v373-storefront-runtime #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_280px\],
  .public-storefront-page #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_320px\],
  .v373-storefront-runtime #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_320px\],
  .public-storefront-page #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_340px\],
  .v373-storefront-runtime #public-catalog .xl\:grid-cols-\[minmax\(0\,1fr\)_340px\]{
    grid-template-columns:minmax(0,1fr) 280px!important;
  }
}
@media(min-width:1440px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(21rem,1fr))!important;
    gap:1.75rem!important;
  }
}
@media(min-width:1680px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(24rem,1fr))!important;
    gap:2rem!important;
  }
}

/* v491 storefront-only text weight and white-card contrast refinement.
   Keep the restored v373 storefront shell, but make storefront text feel lighter
   and keep order-summary step text dark on white cards in dark mode. */
.public-storefront-page .font-black,
.v373-storefront-runtime .font-black{
  font-weight:650!important;
}
.public-storefront-page .font-extrabold,
.v373-storefront-runtime .font-extrabold{
  font-weight:650!important;
}
.public-storefront-page .font-bold,
.v373-storefront-runtime .font-bold{
  font-weight:520!important;
}
.public-storefront-page .font-semibold,
.v373-storefront-runtime .font-semibold{
  font-weight:450!important;
}
.public-storefront-page h1.font-black,
.public-storefront-page h2.font-black,
.public-storefront-page h3.font-black,
.v373-storefront-runtime h1.font-black,
.v373-storefront-runtime h2.font-black,
.v373-storefront-runtime h3.font-black{
  font-weight:680!important;
}
.public-storefront-page button.font-black,
.public-storefront-page a.font-black,
.v373-storefront-runtime button.font-black,
.v373-storefront-runtime a.font-black{
  font-weight:620!important;
}
.public-storefront-page .bg-white\/75,
.public-storefront-page .bg-white\/75 *,
.v373-storefront-runtime .bg-white\/75,
.v373-storefront-runtime .bg-white\/75 *{
  color:#0f172a!important;
}
.public-storefront-page .bg-white\/75 span:first-child,
.v373-storefront-runtime .bg-white\/75 span:first-child{
  color:#ffffff!important;
}

/* v492 platform contrast refinement.
   Increase perceived contrast through explicit ink colors rather than heavier font weights.
   This preserves the current typography scale, v491 storefront weight reduction, and dark/light theme behavior. */
:root{
  --sabi-ink-strong:#020617;
  --sabi-ink:#0f172a;
  --sabi-ink-soft:#1e293b;
  --sabi-ink-muted:#334155;
  --sabi-ink-subtle:#475569;
  --sabi-dark-ink:#f8fafc;
  --sabi-dark-soft:#e2e8f0;
  --sabi-dark-muted:#cbd5e1;
  --sabi-dark-subtle:#b6c3d1;
}
html:not(.dark) body,
html:not(.dark) .sabihq-dashboard-shell,
html:not(.dark) .auth-public-page,
html:not(.dark) .public-storefront-page,
html:not(.dark) .v373-storefront-runtime{
  color:var(--sabi-ink);
}
html:not(.dark) .sabihq-dashboard-shell h1,
html:not(.dark) .sabihq-dashboard-shell h2,
html:not(.dark) .sabihq-dashboard-shell h3,
html:not(.dark) .auth-public-page h1,
html:not(.dark) .auth-public-page h2,
html:not(.dark) .auth-public-page h3,
html:not(.dark) .public-storefront-page h1,
html:not(.dark) .public-storefront-page h2,
html:not(.dark) .public-storefront-page h3,
html:not(.dark) .v373-storefront-runtime h1,
html:not(.dark) .v373-storefront-runtime h2,
html:not(.dark) .v373-storefront-runtime h3,
html:not(.dark) .sabihq-dashboard-shell .text-sabi-ink{
  color:var(--sabi-ink-strong)!important;
}
html:not(.dark) .sabihq-dashboard-shell .text-slate-950,
html:not(.dark) .sabihq-dashboard-shell .text-slate-900,
html:not(.dark) .sabihq-dashboard-shell .text-slate-800,
html:not(.dark) .auth-public-page .text-slate-950,
html:not(.dark) .auth-public-page .text-slate-900,
html:not(.dark) .auth-public-page .text-slate-800,
html:not(.dark) .public-storefront-page .text-slate-950,
html:not(.dark) .public-storefront-page .text-slate-900,
html:not(.dark) .public-storefront-page .text-slate-800,
html:not(.dark) .v373-storefront-runtime .text-slate-950,
html:not(.dark) .v373-storefront-runtime .text-slate-900,
html:not(.dark) .v373-storefront-runtime .text-slate-800{color:var(--sabi-ink-strong)!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-700,
html:not(.dark) .auth-public-page .text-slate-700,
html:not(.dark) .public-storefront-page .text-slate-700,
html:not(.dark) .v373-storefront-runtime .text-slate-700{color:var(--sabi-ink)!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-600,
html:not(.dark) .auth-public-page .text-slate-600,
html:not(.dark) .public-storefront-page .text-slate-600,
html:not(.dark) .v373-storefront-runtime .text-slate-600{color:var(--sabi-ink-soft)!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-500,
html:not(.dark) .auth-public-page .text-slate-500,
html:not(.dark) .public-storefront-page .text-slate-500,
html:not(.dark) .v373-storefront-runtime .text-slate-500{color:var(--sabi-ink-muted)!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-400,
html:not(.dark) .auth-public-page .text-slate-400,
html:not(.dark) .public-storefront-page .text-slate-400,
html:not(.dark) .v373-storefront-runtime .text-slate-400{color:var(--sabi-ink-subtle)!important}
html:not(.dark) .sabihq-dashboard-shell .text-slate-300,
html:not(.dark) .auth-public-page .text-slate-300,
html:not(.dark) .public-storefront-page .text-slate-300,
html:not(.dark) .v373-storefront-runtime .text-slate-300{color:var(--sabi-ink-subtle)!important}
html:not(.dark) .sabihq-dashboard-shell .sabi-muted,
html:not(.dark) .sabihq-dashboard-shell .text-muted,
html:not(.dark) .auth-public-page .sabi-muted,
html:not(.dark) .public-storefront-page .sabi-muted,
html:not(.dark) .v373-storefront-runtime .sabi-muted{color:var(--sabi-ink-muted)!important}
html.dark .sabihq-dashboard-shell,
html.dark .auth-public-page,
html.dark .public-storefront-page,
html.dark .v373-storefront-runtime{color:var(--sabi-dark-soft)}
html.dark .sabihq-dashboard-shell h1,
html.dark .sabihq-dashboard-shell h2,
html.dark .sabihq-dashboard-shell h3,
html.dark .auth-public-page h1,
html.dark .auth-public-page h2,
html.dark .auth-public-page h3,
html.dark .public-storefront-page h1,
html.dark .public-storefront-page h2,
html.dark .public-storefront-page h3,
html.dark .v373-storefront-runtime h1,
html.dark .v373-storefront-runtime h2,
html.dark .v373-storefront-runtime h3{color:var(--sabi-dark-ink)!important}
html.dark .text-slate-950,
html.dark .text-slate-900,
html.dark .text-sabi-ink,
html.dark .text-slate-800,
html.dark .text-slate-700{color:var(--sabi-dark-ink)!important}
html.dark .text-slate-600,
html.dark .text-slate-500,
html.dark .text-slate-400{color:var(--sabi-dark-muted)!important}
html.dark .text-slate-300{color:var(--sabi-dark-soft)!important}
html.dark .sabihq-dashboard-shell .sabi-muted,
html.dark .auth-public-page .sabi-muted,
html.dark .public-storefront-page .sabi-muted,
html.dark .v373-storefront-runtime .sabi-muted{color:var(--sabi-dark-muted)!important}
html:not(.dark) .sabihq-dashboard-shell .text-white,
html:not(.dark) .auth-public-page .text-white,
html:not(.dark) .public-storefront-page .text-white,
html:not(.dark) .v373-storefront-runtime .text-white,
html.dark .sabihq-dashboard-shell .text-white,
html.dark .auth-public-page .text-white,
html.dark .public-storefront-page .text-white,
html.dark .v373-storefront-runtime .text-white{color:#ffffff!important}
html:not(.dark) .sabihq-dashboard-shell .text-white\/70,
html:not(.dark) .public-storefront-page .text-white\/70,
html:not(.dark) .v373-storefront-runtime .text-white\/70,
html.dark .sabihq-dashboard-shell .text-white\/70,
html.dark .public-storefront-page .text-white\/70,
html.dark .v373-storefront-runtime .text-white\/70{color:rgba(255,255,255,.86)!important}
html:not(.dark) .sabihq-dashboard-shell .text-white\/60,
html:not(.dark) .public-storefront-page .text-white\/60,
html:not(.dark) .v373-storefront-runtime .text-white\/60,
html.dark .sabihq-dashboard-shell .text-white\/60,
html.dark .public-storefront-page .text-white\/60,
html.dark .v373-storefront-runtime .text-white\/60{color:rgba(255,255,255,.78)!important}


/* v538 storefront immediate load + dark-theme header CTA + mobile room deposit visibility. */
.public-storefront-page .storefront-chioma-header-button,
.v373-storefront-runtime .storefront-chioma-header-button{
  background:#ffffff!important;
  color:#0f172a!important;
  border:1px solid rgba(148,163,184,.45)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.10)!important;
}
.public-storefront-page .storefront-chioma-header-button *,
.v373-storefront-runtime .storefront-chioma-header-button *{color:#0f172a!important}
.public-storefront-page .storefront-room-deposit-line,
.v373-storefront-runtime .storefront-room-deposit-line{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#b45309!important;
}
@media(max-width:767.98px){
  .public-storefront-page .storefront-room-price-block,
  .v373-storefront-runtime .storefront-room-price-block{width:100%!important;min-width:0!important}
  .public-storefront-page .storefront-room-deposit-line,
  .v373-storefront-runtime .storefront-room-deposit-line{margin-top:.35rem!important;white-space:normal!important}
}


/* v540: public storefront header Chat with Chioma must stay readable on white buttons in dark theme. */
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button:visited,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button:hover,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button:focus {
  background: #ffffff !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  border-color: rgba(148, 163, 184, 0.55) !important;
}
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button *,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button svg,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button path,
html.dark body #root .public-storefront-page header.storefront-header .storefront-chioma-header-button span {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  stroke: #0f172a !important;
}


/* v541: restore v1-style storefront theme selector effects while keeping the v2 runtime. */
.public-storefront-page.storefront-theme-dark{
  background:#020617!important;
  color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark .storefront-header{
  background:rgba(15,23,42,.96)!important;
  border-color:rgba(255,255,255,.12)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-header a,
.public-storefront-page.storefront-theme-dark .storefront-header nav a{color:#e2e8f0!important}
.public-storefront-page.storefront-theme-dark .storefront-product-card,
.public-storefront-page.storefront-theme-dark aside > .rounded-\[2rem\],
.public-storefront-page.storefront-theme-dark #how-it-works > .rounded-\[2rem\]{
  background:#0f172a!important;
  border-color:rgba(255,255,255,.12)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card h3,
.public-storefront-page.storefront-theme-dark aside h3,
.public-storefront-page.storefront-theme-dark aside h4{color:#f8fafc!important}
.public-storefront-page.storefront-theme-dark .storefront-product-card p,
.public-storefront-page.storefront-theme-dark aside p{color:#cbd5e1!important}
.public-storefront-page.storefront-theme-light{
  background:#f8fafc!important;
  color:#0f172a!important;
}
.public-storefront-page.storefront-theme-brand{
  background:linear-gradient(180deg,#f8fafc 0%,#eef6ff 48%,#fff1f7 100%)!important;
}

/* v542: storefront dark theme readability, hero-owned store details/theme, and visible availability. */
.public-storefront-page.storefront-theme-dark,
.public-storefront-page.storefront-theme-dark section,
.public-storefront-page.storefront-theme-dark #public-catalog,
.public-storefront-page.storefront-theme-dark #how-it-works{
  background:#020617!important;
  color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark .storefront-hero{
  background:#020617!important;
  color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card,
.public-storefront-page.storefront-theme-dark .storefront-hero-details,
.public-storefront-page.storefront-theme-dark .storefront-product-card,
.public-storefront-page.storefront-theme-dark aside > .rounded-\[2rem\],
.public-storefront-page.storefront-theme-dark #how-it-works > .rounded-\[2rem\],
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls,
.public-storefront-page.storefront-theme-dark .storefront-hero-stat,
.public-storefront-page.storefront-theme-dark .rounded-\[1\.5rem\].border,
.public-storefront-page.storefront-theme-dark .rounded-3xl.border,
.public-storefront-page.storefront-theme-dark .rounded-2xl.border{
  background:#0f172a!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark h1,
.public-storefront-page.storefront-theme-dark h2,
.public-storefront-page.storefront-theme-dark h3,
.public-storefront-page.storefront-theme-dark h4,
.public-storefront-page.storefront-theme-dark .text-slate-950,
.public-storefront-page.storefront-theme-dark .text-slate-900,
.public-storefront-page.storefront-theme-dark .text-slate-800,
.public-storefront-page.storefront-theme-dark .text-slate-700{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark p,
.public-storefront-page.storefront-theme-dark span,
.public-storefront-page.storefront-theme-dark label,
.public-storefront-page.storefront-theme-dark .text-slate-600,
.public-storefront-page.storefront-theme-dark .text-slate-500,
.public-storefront-page.storefront-theme-dark .text-slate-400,
.public-storefront-page.storefront-theme-dark .storefront-product-description{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-dark .text-white,
.public-storefront-page.storefront-theme-dark .text-white\/70,
.public-storefront-page.storefront-theme-dark .text-white\/60,
.public-storefront-page.storefront-theme-dark .storefront-hero .text-white,
.public-storefront-page.storefront-theme-dark .storefront-hero h1,
.public-storefront-page.storefront-theme-dark .storefront-hero h2,
.public-storefront-page.storefront-theme-dark .storefront-hero h3{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark input,
.public-storefront-page.storefront-theme-dark select,
.public-storefront-page.storefront-theme-dark textarea{
  background:#020617!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  border-color:rgba(255,255,255,.18)!important;
}
.public-storefront-page.storefront-theme-dark input::-moz-placeholder, .public-storefront-page.storefront-theme-dark textarea::-moz-placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important}
.public-storefront-page.storefront-theme-dark input::placeholder,
.public-storefront-page.storefront-theme-dark textarea::placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important}
.public-storefront-page.storefront-theme-dark .storefront-chioma-header-button,
.public-storefront-page.storefront-theme-dark .storefront-chioma-header-button *,
html.dark body #root .public-storefront-page .storefront-chioma-header-button,
html.dark body #root .public-storefront-page .storefront-chioma-header-button *{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-availability-line{
  background:rgba(16,185,129,.14)!important;
  color:#bbf7d0!important;
  -webkit-text-fill-color:#bbf7d0!important;
  border-color:rgba(16,185,129,.28)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-room-deposit-line{color:#fbbf24!important;-webkit-text-fill-color:#fbbf24!important}


/* v543: storefront handoff cleanup + v1-style readable merchant/contact surfaces. */
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:rgba(148,163,184,.28)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.12)!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card h2,
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card h3,
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card p,
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card span,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card h2,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card h3,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card p,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card span{
  color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-summary-card .text-slate-400,
.public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .text-slate-400{
  color:#64748b!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-details,
.public-storefront-page.storefront-theme-brand .storefront-hero-details{
  background:#f8fafc!important;
  border-color:#cbd5e1!important;
  color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-stat,
.public-storefront-page.storefront-theme-brand .storefront-hero-stat{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 10px 28px rgba(15,23,42,.06)!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-selector button,
.public-storefront-page.storefront-theme-brand .storefront-theme-selector button{
  background:#ffffff!important;
  color:#334155!important;
  border:1px solid #cbd5e1!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-selector button.bg-slate-950,
.public-storefront-page.storefront-theme-brand .storefront-theme-selector button.bg-slate-950{
  background:#0f172a!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-body,
.public-storefront-page.storefront-theme-dark .storefront-handoff-line,
.public-storefront-page.storefront-theme-dark .storefront-handoff-date-box{
  background:#0f172a!important;
  border-color:rgba(148,163,184,.24)!important;
  color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-body p,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body span,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body label,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body h3{
  color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-body input{
  color:#f8fafc!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white\/75,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body label{
  background:rgba(15,23,42,.82)!important;
  border-color:rgba(148,163,184,.25)!important;
}


/* v547: keep storefront checkout/booking handoff on the right side on desktop. */
@media (min-width: 1024px){
  .public-storefront-page .storefront-catalog-layout{
    align-items:start!important;
  }
  .public-storefront-page .storefront-catalog-column{
    min-width:0!important;
  }
  .public-storefront-page .storefront-handoff-panel{
    grid-column:2!important;
    width:100%!important;
    min-width:430px!important;
    max-width:560px!important;
    justify-self:end!important;
  }
}
@media (max-width: 1023.98px){
  .public-storefront-page .storefront-handoff-panel{
    min-width:0!important;
    max-width:none!important;
  }
}


/* v548: fixed desktop storefront layout: 3 catalog cards per row + right-side handoff sidebar.
   The handoff is a sidebar, never a grid item above the catalog on desktop. */
@media (min-width: 1024px){
  .public-storefront-page #public-catalog,
  .v373-storefront-runtime #public-catalog{
    max-width:min(100vw,112rem)!important;
    padding-left:clamp(1rem,2vw,1.75rem)!important;
    padding-right:clamp(1rem,2vw,1.75rem)!important;
  }
  .public-storefront-page .storefront-catalog-layout,
  .v373-storefront-runtime .storefront-catalog-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) clamp(20rem,24vw,25rem)!important;
    align-items:start!important;
    gap:1.5rem!important;
  }
  .public-storefront-page .storefront-catalog-column,
  .v373-storefront-runtime .storefront-catalog-column{
    grid-column:1!important;
    min-width:0!important;
  }
  .public-storefront-page .storefront-handoff-panel,
  .v373-storefront-runtime .storefront-handoff-panel{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:25rem!important;
    justify-self:stretch!important;
    align-self:start!important;
  }
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:1.25rem!important;
    align-items:stretch!important;
  }
  .public-storefront-page .storefront-product-card,
  .v373-storefront-runtime .storefront-product-card{
    min-width:0!important;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px){
  .public-storefront-page .storefront-catalog-layout,
  .v373-storefront-runtime .storefront-catalog-layout{
    grid-template-columns:minmax(0,1fr) 19rem!important;
    gap:.75rem!important;
  }
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    gap:.75rem!important;
  }
  .public-storefront-page .storefront-handoff-panel,
  .v373-storefront-runtime .storefront-handoff-panel{
    max-width:19rem!important;
  }
}
@media (max-width: 1023.98px){
  .public-storefront-page .storefront-catalog-layout,
  .v373-storefront-runtime .storefront-catalog-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:1fr!important;
  }
  .public-storefront-page .storefront-handoff-panel,
  .v373-storefront-runtime .storefront-handoff-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}
@media (min-width: 640px) and (max-width: 1023.98px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* v552 storefront contrast + no demo room-copy fallback support.
   Keep industry-direct links from v551 untouched. These rules are scoped to the public storefront only. */
@media (max-width: 767.98px){
  .public-storefront-page.storefront-theme-light,
  .public-storefront-page.storefront-theme-brand{
    background:#f8fafc!important;
    color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light h1,
  .public-storefront-page.storefront-theme-light h2,
  .public-storefront-page.storefront-theme-light h3,
  .public-storefront-page.storefront-theme-light h4,
  .public-storefront-page.storefront-theme-light .text-slate-950,
  .public-storefront-page.storefront-theme-light .text-slate-900,
  .public-storefront-page.storefront-theme-brand h1,
  .public-storefront-page.storefront-theme-brand h2,
  .public-storefront-page.storefront-theme-brand h3,
  .public-storefront-page.storefront-theme-brand h4,
  .public-storefront-page.storefront-theme-brand .text-slate-950,
  .public-storefront-page.storefront-theme-brand .text-slate-900{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light p,
  .public-storefront-page.storefront-theme-light span,
  .public-storefront-page.storefront-theme-light label,
  .public-storefront-page.storefront-theme-light .text-slate-600,
  .public-storefront-page.storefront-theme-light .text-slate-500,
  .public-storefront-page.storefront-theme-light .text-slate-400,
  .public-storefront-page.storefront-theme-brand p,
  .public-storefront-page.storefront-theme-brand span,
  .public-storefront-page.storefront-theme-brand label,
  .public-storefront-page.storefront-theme-brand .text-slate-600,
  .public-storefront-page.storefront-theme-brand .text-slate-500,
  .public-storefront-page.storefront-theme-brand .text-slate-400{
    color:#334155!important;
    -webkit-text-fill-color:#334155!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-light .storefront-hero-details,
  .public-storefront-page.storefront-theme-light .storefront-hero-stat,
  .public-storefront-page.storefront-theme-light .storefront-product-card,
  .public-storefront-page.storefront-theme-light .storefront-handoff-date-box,
  .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-brand .storefront-hero-details,
  .public-storefront-page.storefront-theme-brand .storefront-hero-stat,
  .public-storefront-page.storefront-theme-brand .storefront-product-card,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-date-box{
    background:#ffffff!important;
    color:#0f172a!important;
    border-color:#cbd5e1!important;
    box-shadow:0 14px 42px rgba(15,23,42,.09)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero-details *,
  .public-storefront-page.storefront-theme-light .storefront-hero-stat *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-details *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-stat *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero-details .text-slate-400,
  .public-storefront-page.storefront-theme-light .storefront-hero-stat .text-slate-400,
  .public-storefront-page.storefront-theme-brand .storefront-hero-details .text-slate-400,
  .public-storefront-page.storefront-theme-brand .storefront-hero-stat .text-slate-400{
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
  }
}

/* Dark theme: any deliberately white/pale chip/card/logo surface must keep dark text on desktop and mobile. */
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/75,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/85,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/90,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-slate-50,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-emerald-50,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-amber-50,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-rose-50,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card img.bg-white,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .bg-slate-50,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white\/75,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-slate-50,
.public-storefront-page.storefront-theme-dark .storefront-media-modal__panel,
.public-storefront-page.storefront-theme-dark footer.bg-white\/92{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#dbe3ee!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/75 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/85 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/90 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-slate-50 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-emerald-50 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-amber-50 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-rose-50 *,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .bg-slate-50 *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white\/75 *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-slate-50 *,
.public-storefront-page.storefront-theme-dark .storefront-media-modal__panel *,
.public-storefront-page.storefront-theme-dark footer.bg-white\/92 *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white svg,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/75 svg,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/85 svg,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/90 svg,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-slate-50 svg,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .bg-white svg,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white svg{
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .text-sabi-purple,
.public-storefront-page.storefront-theme-dark .storefront-hero-summary-card .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .storefront-availability-line,
.public-storefront-page.storefront-theme-dark .storefront-product-card .storefront-availability-line *{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  border-color:#a7f3d0!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .storefront-room-deposit-line{
  color:#b45309!important;
  -webkit-text-fill-color:#b45309!important;
}

/* v553: storefront exact light/dark mobile contrast repairs.
   Keep direct industry links and structured Chioma handoff unchanged. */
.public-storefront-page.storefront-theme-light,
.public-storefront-page.storefront-theme-light main,
.public-storefront-page.storefront-theme-light section,
.public-storefront-page.storefront-theme-brand,
.public-storefront-page.storefront-theme-brand main,
.public-storefront-page.storefront-theme-brand section{
  color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-header,
.public-storefront-page.storefront-theme-brand .storefront-header{
  background:rgba(255,255,255,.96)!important;
  border-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-light .storefront-header a,
.public-storefront-page.storefront-theme-light .storefront-header nav a,
.public-storefront-page.storefront-theme-brand .storefront-header a,
.public-storefront-page.storefront-theme-brand .storefront-header nav a{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light #public-catalog,
.public-storefront-page.storefront-theme-brand #public-catalog,
.public-storefront-page.storefront-theme-light #how-it-works,
.public-storefront-page.storefront-theme-brand #how-it-works{
  background:#f8fafc!important;
}
.public-storefront-page.storefront-theme-light #public-catalog h1,
.public-storefront-page.storefront-theme-light #public-catalog h2,
.public-storefront-page.storefront-theme-light #public-catalog h3,
.public-storefront-page.storefront-theme-light #public-catalog h4,
.public-storefront-page.storefront-theme-brand #public-catalog h1,
.public-storefront-page.storefront-theme-brand #public-catalog h2,
.public-storefront-page.storefront-theme-brand #public-catalog h3,
.public-storefront-page.storefront-theme-brand #public-catalog h4{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light #public-catalog p,
.public-storefront-page.storefront-theme-light #public-catalog span,
.public-storefront-page.storefront-theme-light #public-catalog label,
.public-storefront-page.storefront-theme-brand #public-catalog p,
.public-storefront-page.storefront-theme-brand #public-catalog span,
.public-storefront-page.storefront-theme-brand #public-catalog label{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-light .storefront-catalog-controls,
.public-storefront-page.storefront-theme-light .storefront-catalog-controls label,
.public-storefront-page.storefront-theme-light .storefront-product-card,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel > *,
.public-storefront-page.storefront-theme-light #how-it-works > *,
.public-storefront-page.storefront-theme-brand .storefront-catalog-controls,
.public-storefront-page.storefront-theme-brand .storefront-catalog-controls label,
.public-storefront-page.storefront-theme-brand .storefront-product-card,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel > *,
.public-storefront-page.storefront-theme-brand #how-it-works > *{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-light input,
.public-storefront-page.storefront-theme-light select,
.public-storefront-page.storefront-theme-light textarea,
.public-storefront-page.storefront-theme-brand input,
.public-storefront-page.storefront-theme-brand select,
.public-storefront-page.storefront-theme-brand textarea{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light input::-moz-placeholder, .public-storefront-page.storefront-theme-brand input::-moz-placeholder{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}
.public-storefront-page.storefront-theme-light input::placeholder,
.public-storefront-page.storefront-theme-brand input::placeholder{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}

/* Dark storefront: dark background text stays light, but deliberately white card/control surfaces stay dark-text. */
.public-storefront-page.storefront-theme-dark .storefront-hero-secondary-button,
.public-storefront-page.storefront-theme-dark .storefront-hero-secondary-button *,
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill,
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill *,
.public-storefront-page.storefront-theme-dark .storefront-category-chip,
.public-storefront-page.storefront-theme-dark .storefront-date-control,
.public-storefront-page.storefront-theme-dark .storefront-date-control *,
.public-storefront-page.storefront-theme-dark .storefront-flow-step,
.public-storefront-page.storefront-theme-dark .storefront-flow-step *{
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page.storefront-theme-dark .storefront-hero-secondary-button,
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:rgba(255,255,255,.7)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-hero-secondary-button *,
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls{
  background:#0f172a!important;
  border-color:rgba(148,163,184,.24)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls label{
  background:#020617!important;
  color:#f8fafc!important;
  border-color:rgba(148,163,184,.26)!important;
  --tw-ring-color:rgba(148,163,184,.26)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls input{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  background:transparent!important;
}
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls input::-moz-placeholder{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls input::placeholder{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-dark .storefront-category-chip{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border:1px solid rgba(226,232,240,.92)!important;
  --tw-ring-color:rgba(226,232,240,.92)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-category-chip.is-active{
  background:linear-gradient(135deg,#60A5FA,#A78BFA 55%,#F472B6)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(255,255,255,.35)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-date-box{
  background:#0f172a!important;
  border-color:rgba(148,163,184,.28)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-date-control{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#dbe3ee!important;
  --tw-ring-color:#dbe3ee!important;
}
.public-storefront-page.storefront-theme-dark .storefront-date-control span,
.public-storefront-page.storefront-theme-dark .storefront-date-control input,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit-fields-wrapper,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit-text,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit-month-field,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit-day-field,
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-datetime-edit-year-field{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  background:transparent!important;
}
.public-storefront-page.storefront-theme-dark .storefront-date-control input::-webkit-calendar-picker-indicator{
  filter:none!important;
  opacity:1!important;
}
.public-storefront-page.storefront-theme-dark .storefront-flow-step{
  background:#ffffff!important;
  color:#334155!important;
  border-color:#e2e8f0!important;
  --tw-ring-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-dark .storefront-flow-step > span:not(.storefront-flow-step-number){
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-dark .storefront-flow-step-number{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid rgba(15,23,42,.08)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-selector button:not(.bg-slate-950){
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#dbe3ee!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-selector button.bg-slate-950{
  background:#60A5FA!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

@media(max-width:767.98px){
  .public-storefront-page.storefront-theme-light .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-light .storefront-hero-details,
  .public-storefront-page.storefront-theme-light .storefront-hero-stat,
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls,
  .public-storefront-page.storefront-theme-light .storefront-product-card,
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel > *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-brand .storefront-hero-details,
  .public-storefront-page.storefront-theme-brand .storefront-hero-stat,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls,
  .public-storefront-page.storefront-theme-brand .storefront-product-card,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel > *{
    background:#ffffff!important;
    color:#0f172a!important;
    border-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero-summary-card *,
  .public-storefront-page.storefront-theme-light .storefront-hero-details *,
  .public-storefront-page.storefront-theme-light .storefront-hero-stat *,
  .public-storefront-page.storefront-theme-light .storefront-product-card *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-details *,
  .public-storefront-page.storefront-theme-brand .storefront-hero-stat *,
  .public-storefront-page.storefront-theme-brand .storefront-product-card *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-description,
  .public-storefront-page.storefront-theme-brand .storefront-product-description{
    color:#334155!important;
    -webkit-text-fill-color:#334155!important;
  }
}

/* v554: final storefront theme parity and visibility repairs.
   Keep v551 direct industry links and v549 Chioma handoff contracts unchanged. */
.public-storefront-page.storefront-theme-light .storefront-handoff-panel > *,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel > *,
.public-storefront-page.storefront-theme-light .storefront-handoff-body,
.public-storefront-page.storefront-theme-brand .storefront-handoff-body,
.public-storefront-page.storefront-theme-light .storefront-handoff-line,
.public-storefront-page.storefront-theme-brand .storefront-handoff-line,
.public-storefront-page.storefront-theme-light .storefront-handoff-date-box,
.public-storefront-page.storefront-theme-brand .storefront-handoff-date-box{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel h2,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel h3,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel h4,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel p,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel span,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel label,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel h2,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel h3,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel h4,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel p,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel span,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel label{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-slate-600,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-slate-500,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-slate-400,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .text-slate-600,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .text-slate-500,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-sabi-purple,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel input,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel input{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
}

/* Mobile light/brand: keep the hero using the same dark hero treatment as desktop, instead of forcing black text onto the dark hero. */
@media (max-width: 767.98px){
  .public-storefront-page.storefront-theme-light .storefront-hero,
  .public-storefront-page.storefront-theme-brand .storefront-hero{
    background:#020617!important;
    color:#ffffff!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero h1,
  .public-storefront-page.storefront-theme-light .storefront-hero h2,
  .public-storefront-page.storefront-theme-light .storefront-hero h3,
  .public-storefront-page.storefront-theme-light .storefront-hero p,
  .public-storefront-page.storefront-theme-light .storefront-hero span,
  .public-storefront-page.storefront-theme-light .storefront-hero a,
  .public-storefront-page.storefront-theme-light .storefront-hero svg,
  .public-storefront-page.storefront-theme-brand .storefront-hero h1,
  .public-storefront-page.storefront-theme-brand .storefront-hero h2,
  .public-storefront-page.storefront-theme-brand .storefront-hero h3,
  .public-storefront-page.storefront-theme-brand .storefront-hero p,
  .public-storefront-page.storefront-theme-brand .storefront-hero span,
  .public-storefront-page.storefront-theme-brand .storefront-hero a,
  .public-storefront-page.storefront-theme-brand .storefront-hero svg{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    stroke:currentColor!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-summary-card,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat{
    background:#ffffff!important;
    color:#0f172a!important;
    border-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-summary-card *,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details *,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat *,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-summary-card *,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details *,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    stroke:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-summary-card .text-slate-400,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details .text-slate-400,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat .text-slate-400,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-summary-card .text-slate-400,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details .text-slate-400,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat .text-slate-400{
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-secondary-button,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-official-page-pill,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-secondary-button,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-official-page-pill{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border-color:#e2e8f0!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-secondary-button *,
  .public-storefront-page.storefront-theme-light .storefront-hero .storefront-official-page-pill *,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-secondary-button *,
  .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-official-page-pill *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    stroke:#0f172a!important;
  }
}

/* Dark handoff: date controls and numbered flow bubbles must stay readable even inside white flow rows. */
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control *{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#dbe3ee!important;
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit-fields-wrapper,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit-text,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit-month-field,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit-day-field,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-date-control input::-webkit-datetime-edit-year-field{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-flow-step-number,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .storefront-flow-step-number,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .bg-white .storefront-flow-step-number{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#334155!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-body .storefront-flow-step-number *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-flow-step > span:not(.storefront-flow-step-number){
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}

/* Dark category/menu labels: keep official-page and category chips legible. */
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill,
.public-storefront-page.storefront-theme-dark .storefront-official-page-pill *,
.public-storefront-page.storefront-theme-dark .storefront-category-chip:not(.is-active),
.public-storefront-page.storefront-theme-dark .storefront-category-chip:not(.is-active) *{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-category-chip.is-active,
.public-storefront-page.storefront-theme-dark .storefront-category-chip.is-active *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}

/* v555: mobile light storefront controls + product/room card action icon contrast.
   Keep v551 industry-direct links, v549 Chioma handoff, and v552 room-description contract untouched. */
@media (max-width: 767.98px){
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls{
    background:#ffffff!important;
    color:#0f172a!important;
    border-color:#cbd5e1!important;
    box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls label,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls label{
    background:#f8fafc!important;
    color:#0f172a!important;
    border:1px solid #cbd5e1!important;
    --tw-ring-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls input,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls input{
    background:transparent!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls input::-moz-placeholder, .public-storefront-page.storefront-theme-brand .storefront-catalog-controls input::-moz-placeholder{
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
    opacity:1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls input::placeholder,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls input::placeholder{
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
    opacity:1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-catalog-controls svg,
  .public-storefront-page.storefront-theme-brand .storefront-catalog-controls svg{
    color:#475569!important;
    stroke:#475569!important;
    -webkit-text-fill-color:#475569!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-category-chip:not(.is-active),
  .public-storefront-page.storefront-theme-brand .storefront-category-chip:not(.is-active){
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border:1px solid #cbd5e1!important;
    --tw-ring-color:#cbd5e1!important;
    box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-category-chip.is-active,
  .public-storefront-page.storefront-theme-brand .storefront-category-chip.is-active{
    background:#0f172a!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border-color:#0f172a!important;
    --tw-ring-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card,
  .public-storefront-page.storefront-theme-brand .storefront-product-card{
    background:#ffffff!important;
    color:#0f172a!important;
    border-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card button,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button{
    opacity:1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card button.bg-slate-950,
  .public-storefront-page.storefront-theme-light .storefront-product-card button.bg-emerald-500,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button.bg-slate-950,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button.bg-emerald-500{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card button.bg-slate-950 *,
  .public-storefront-page.storefront-theme-light .storefront-product-card button.bg-emerald-500 *,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button.bg-slate-950 *,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button.bg-emerald-500 *{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    stroke:#ffffff!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card button.disabled\:bg-slate-200:disabled,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button.disabled\:bg-slate-200:disabled{
    background:#e2e8f0!important;
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card button:disabled *,
  .public-storefront-page.storefront-theme-brand .storefront-product-card button:disabled *{
    color:#64748b!important;
    -webkit-text-fill-color:#64748b!important;
    stroke:#64748b!important;
  }
}

/* White surfaces inside dark storefront cards must always carry dark text/icons. */
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/75,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/85,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/90,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-slate-50,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .bg-slate-50,
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls .bg-white,
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls .bg-slate-50{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/75 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/85 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-white\/90 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card .bg-slate-50 *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .bg-slate-50 *,
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls .bg-white *,
.public-storefront-page.storefront-theme-dark .storefront-catalog-controls .bg-slate-50 *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  stroke:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card button.bg-slate-950,
.public-storefront-page.storefront-theme-dark .storefront-product-card button.bg-emerald-500{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark .storefront-product-card button.bg-slate-950 *,
.public-storefront-page.storefront-theme-dark .storefront-product-card button.bg-emerald-500 *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}

/* v556: exact mobile light storefront card metadata visibility.
   Keep v551 direct industry links, v549 structured Chioma handoff, and v552 room-description contract unchanged. */
@media (max-width: 767.98px){
  .public-storefront-page.storefront-theme-light .storefront-product-card,
  .public-storefront-page.storefront-theme-brand .storefront-product-card{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
    border-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-product-card h3,
  .public-storefront-page.storefront-theme-light .storefront-product-card .storefront-room-price-block p,
  .public-storefront-page.storefront-theme-brand .storefront-product-card h3,
  .public-storefront-page.storefront-theme-brand .storefront-product-card .storefront-room-price-block p{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-card-status-badge,
  .public-storefront-page.storefront-theme-brand .storefront-card-status-badge,
  .public-storefront-page.storefront-theme-light .storefront-availability-line,
  .public-storefront-page.storefront-theme-brand .storefront-availability-line{
    background:#ecfdf5!important;
    color:#047857!important;
    -webkit-text-fill-color:#047857!important;
    border-color:#a7f3d0!important;
    --tw-ring-color:#a7f3d0!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-card-status-badge *,
  .public-storefront-page.storefront-theme-brand .storefront-card-status-badge *,
  .public-storefront-page.storefront-theme-light .storefront-availability-line *,
  .public-storefront-page.storefront-theme-brand .storefront-availability-line *{
    color:#047857!important;
    -webkit-text-fill-color:#047857!important;
    stroke:#047857!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-card-availability-pill,
  .public-storefront-page.storefront-theme-brand .storefront-card-availability-pill,
  .public-storefront-page.storefront-theme-light .storefront-card-meta-chip,
  .public-storefront-page.storefront-theme-brand .storefront-card-meta-chip,
  .public-storefront-page.storefront-theme-light .storefront-card-media-count,
  .public-storefront-page.storefront-theme-brand .storefront-card-media-count{
    background:#f8fafc!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border-color:#cbd5e1!important;
    --tw-ring-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-card-availability-pill *,
  .public-storefront-page.storefront-theme-brand .storefront-card-availability-pill *,
  .public-storefront-page.storefront-theme-light .storefront-card-meta-chip *,
  .public-storefront-page.storefront-theme-brand .storefront-card-meta-chip *,
  .public-storefront-page.storefront-theme-light .storefront-card-media-count *,
  .public-storefront-page.storefront-theme-brand .storefront-card-media-count *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    stroke:#7c3aed!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-media-view-badge,
  .public-storefront-page.storefront-theme-brand .storefront-media-view-badge{
    background:rgba(15,23,42,.88)!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border-color:rgba(255,255,255,.32)!important;
    --tw-ring-color:rgba(255,255,255,.32)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-media-view-badge *,
  .public-storefront-page.storefront-theme-brand .storefront-media-view-badge *{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    stroke:#ffffff!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-official-page-pill,
  .public-storefront-page.storefront-theme-brand .storefront-official-page-pill{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border-color:#cbd5e1!important;
    --tw-ring-color:#cbd5e1!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-official-page-pill *,
  .public-storefront-page.storefront-theme-brand .storefront-official-page-pill *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    stroke:#059669!important;
  }
}

/* v557: exact storefront handoff + media badge contrast repair.
   Preserve v551 industry-direct links, v549 structured Chioma payload, and v552 no-demo room descriptions. */
.public-storefront-page .storefront-handoff-panel [class*="bg-gradient-to-br"],
.public-storefront-page .storefront-handoff-panel [class*="bg-gradient-to-br"] *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:currentColor!important;
}
.public-storefront-page .storefront-handoff-panel [class*="bg-gradient-to-br"] .text-white\/60,
.public-storefront-page .storefront-handoff-panel [class*="bg-gradient-to-br"] .text-white\/65,
.public-storefront-page .storefront-handoff-panel [class*="bg-gradient-to-br"] .text-white\/70{
  color:rgba(255,255,255,.82)!important;
  -webkit-text-fill-color:rgba(255,255,255,.82)!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body > p,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body > div,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body label,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .storefront-handoff-line{
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body p,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body span,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body label,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body h3,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body h4{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .text-slate-600,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .text-slate-500,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70{
  background:#eff6ff!important;
  border-color:#bfdbfe!important;
  color:#1e293b!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70{
  background:#faf5ff!important;
  border-color:#e9d5ff!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 *,
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 *{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 svg{
  color:#2563eb!important;
  stroke:#2563eb!important;
  -webkit-text-fill-color:#2563eb!important;
}
.public-storefront-page .storefront-flow-step{
  background:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:initial!important;
  border-color:#e2e8f0!important;
  --tw-ring-color:#e2e8f0!important;
}
.public-storefront-page .storefront-flow-step > span:not(.storefront-flow-step-number){
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page .storefront-flow-step-number,
.public-storefront-page.storefront-theme-light .storefront-flow-step-number,
.public-storefront-page.storefront-theme-brand .storefront-flow-step-number,
.public-storefront-page.storefront-theme-dark .storefront-flow-step-number{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid rgba(15,23,42,.18)!important;
}
.public-storefront-page .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-light .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-brand .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-dark .storefront-flow-step-number *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#dbe3ee!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body p,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body span,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body label,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body h3,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body h4{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .text-slate-600,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .text-slate-500,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70{
  background:#eff6ff!important;
  border-color:#bfdbfe!important;
  color:#1e293b!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70{
  background:#faf5ff!important;
  border-color:#e9d5ff!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 *{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 svg{
  color:#2563eb!important;
  stroke:#2563eb!important;
  -webkit-text-fill-color:#2563eb!important;
}
.public-storefront-page.storefront-theme-light .storefront-media-view-badge,
.public-storefront-page.storefront-theme-brand .storefront-media-view-badge,
.public-storefront-page.storefront-theme-light .storefront-media-view-badge *,
.public-storefront-page.storefront-theme-brand .storefront-media-view-badge *{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
  border-color:rgba(15,23,42,.16)!important;
}
@media (max-width: 767.98px){
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel [class*="bg-gradient-to-br"],
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel [class*="bg-gradient-to-br"],
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel [class*="bg-gradient-to-br"]{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel [class*="bg-gradient-to-br"] *,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel [class*="bg-gradient-to-br"] *,
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel [class*="bg-gradient-to-br"] *{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    stroke:currentColor!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body,
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body p,
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body span,
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body h3,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body p,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body span,
  .public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body h3,
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body p,
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body span,
  .public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-handoff-body h3{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
}

/* v558: final targeted storefront light-theme visibility for media badge and handoff header/flow.
   Keep these rules last so earlier broad theme overrides cannot black out the text. */
.public-storefront-page.storefront-theme-light .storefront-handoff-panel [class*="bg-gradient-to-br"],
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel [class*="bg-gradient-to-br"],
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel [class*="bg-gradient-to-br"]{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel [class*="bg-gradient-to-br"] *,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel [class*="bg-gradient-to-br"] *,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel [class*="bg-gradient-to-br"] *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body > p,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body > p,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 *,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body .bg-blue-50\/70 *,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 *,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 *{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 > p,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-handoff-body .bg-purple-50\/70 > p,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-sabi-purple,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-light .storefront-flow-step,
.public-storefront-page.storefront-theme-brand .storefront-flow-step{
  background:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border-color:#e2e8f0!important;
  box-shadow:0 1px 0 rgba(15,23,42,.04)!important;
}
.public-storefront-page.storefront-theme-light .storefront-flow-step > span:not(.storefront-flow-step-number),
.public-storefront-page.storefront-theme-brand .storefront-flow-step > span:not(.storefront-flow-step-number){
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-light .storefront-flow-step-number,
.public-storefront-page.storefront-theme-brand .storefront-flow-step-number,
.public-storefront-page.storefront-theme-dark .storefront-flow-step-number{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid rgba(15,23,42,.12)!important;
}
.public-storefront-page.storefront-theme-light .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-brand .storefront-flow-step-number *,
.public-storefront-page.storefront-theme-dark .storefront-flow-step-number *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-light .storefront-media-view-badge,
.public-storefront-page.storefront-theme-brand .storefront-media-view-badge,
.public-storefront-page.storefront-theme-dark .storefront-media-view-badge{
  background:rgba(15,23,42,.92)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(255,255,255,.18)!important;
}
.public-storefront-page.storefront-theme-light .storefront-media-view-badge *,
.public-storefront-page.storefront-theme-brand .storefront-media-view-badge *,
.public-storefront-page.storefront-theme-dark .storefront-media-view-badge *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}


/* v560: bulletproof checkout/booking flow number visibility. Uses a pseudo-rendered data-step so broad theme text-fill rules cannot black out 1/2/3 in light or dark mode. */
.public-storefront-page .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#ffffff!important;
  border:2px solid #0f172a!important;
  box-shadow:0 6px 16px rgba(15,23,42,.16)!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index::after,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index::after,
.public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index::after,
.public-storefront-page.storefront-theme-dark .storefront-handoff-panel .storefront-flow-step-number.storefront-flow-step-index::after{
  content:attr(data-step)!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  font-size:.75rem!important;
  line-height:1!important;
  font-weight:900!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}

/* v561: mobile light storefront visibility fix for handoff helper copy, clear request, assurance cards, and theme selector buttons. */
@media (max-width: 767px){
  .public-storefront-page.storefront-theme-light,
  .public-storefront-page.storefront-theme-light #public-catalog,
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel,
  .public-storefront-page.storefront-theme-light .storefront-assurance-section{
    background:#f8fafc!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-basket-empty,
  .public-storefront-page.storefront-theme-light .storefront-handoff-body .storefront-basket-empty,
  .public-storefront-page.storefront-theme-light .storefront-clear-request,
  .public-storefront-page.storefront-theme-light .storefront-clear-request *,
  .public-storefront-page.storefront-theme-light .storefront-assurance-card,
  .public-storefront-page.storefront-theme-light .storefront-assurance-card *,
  .public-storefront-page.storefront-theme-light .storefront-theme-selector,
  .public-storefront-page.storefront-theme-light .storefront-theme-selector *,
  .public-storefront-page.storefront-theme-light .storefront-theme-button,
  .public-storefront-page.storefront-theme-light .storefront-theme-button *{
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    mix-blend-mode:normal!important;
    text-shadow:none!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-basket-empty,
  .public-storefront-page.storefront-theme-light .storefront-handoff-body .storefront-basket-empty{
    display:block!important;
    background:#ffffff!important;
    color:#334155!important;
    -webkit-text-fill-color:#334155!important;
    border:1px solid #e2e8f0!important;
    box-shadow:0 1px 2px rgba(15,23,42,.04)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-clear-request{
    display:inline-flex!important;
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border:1px solid #cbd5e1!important;
    box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-theme-selector > p{
    color:#475569!important;
    -webkit-text-fill-color:#475569!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-theme-button{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border:1px solid #cbd5e1!important;
    box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-theme-button.is-active{
    background:#0f172a!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-section > div{
    background:#ffffff!important;
    border-color:#e2e8f0!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-section > div > div:first-child p,
  .public-storefront-page.storefront-theme-light .storefront-assurance-section > div > div:first-child h2{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-section > div > div:first-child p:first-child{
    color:#7c3aed!important;
    -webkit-text-fill-color:#7c3aed!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-card{
    background:#f8fafc!important;
    border:1px solid #e2e8f0!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-icon{
    background:#ffffff!important;
    color:#7c3aed!important;
    -webkit-text-fill-color:#7c3aed!important;
    border:1px solid #e2e8f0!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-icon svg{
    color:#7c3aed!important;
    stroke:#7c3aed!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-heading{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-assurance-body{
    color:#334155!important;
    -webkit-text-fill-color:#334155!important;
  }
}

/* v562: Mobile light hospitality date inputs must remain visible. Native date controls can inherit dark/color-scheme rules on mobile browsers, so lock them to a light, readable surface. */
@media (max-width: 767px){
  #root .public-storefront-page.storefront-theme-light .storefront-date-control,
  #root .public-storefront-page.storefront-theme-light .storefront-handoff-panel .storefront-date-control,
  #root .public-storefront-page.storefront-theme-light .storefront-handoff-date-box .storefront-date-control,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control,
  #root .public-storefront-page.storefront-theme-brand .storefront-handoff-panel .storefront-date-control,
  #root .public-storefront-page.storefront-theme-brand .storefront-handoff-date-box .storefront-date-control{
    display:block!important;
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:initial!important;
    border:1px solid #cbd5e1!important;
    --tw-ring-color:#cbd5e1!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    mix-blend-mode:normal!important;
    color-scheme:light!important;
  }
  #root .public-storefront-page.storefront-theme-light .storefront-date-control span,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control span{
    color:#475569!important;
    -webkit-text-fill-color:#475569!important;
    background:transparent!important;
    opacity:1!important;
    visibility:visible!important;
  }
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input[type="date"],
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input[type="date"]{
    display:block!important;
    width:100%!important;
    min-height:28px!important;
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    border:0!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    mix-blend-mode:normal!important;
    text-shadow:none!important;
    color-scheme:light!important;
    -moz-appearance:auto!important;
         appearance:auto!important;
    -webkit-appearance:auto!important;
  }
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit-fields-wrapper,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit-text,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit-month-field,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit-day-field,
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-datetime-edit-year-field,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit-fields-wrapper,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit-text,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit-month-field,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit-day-field,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-datetime-edit-year-field{
    background:#ffffff!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    opacity:1!important;
    visibility:visible!important;
  }
  #root .public-storefront-page.storefront-theme-light .storefront-date-control input::-webkit-calendar-picker-indicator,
  #root .public-storefront-page.storefront-theme-brand .storefront-date-control input::-webkit-calendar-picker-indicator{
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    color:#0f172a!important;
    background:transparent!important;
  }
}

/* v563: Storefront theme switcher simplification and merchant email visibility. */
.public-storefront-page .storefront-theme-toggle .storefront-theme-icon-button{
  display:inline-grid!important;
  place-items:center!important;
  width:2.25rem!important;
  height:2.25rem!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page .storefront-theme-toggle .storefront-theme-icon-button svg{
  opacity:1!important;
  visibility:visible!important;
  stroke:currentColor!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-toggle,
.public-storefront-page.storefront-theme-light .storefront-email-line,
.public-storefront-page.storefront-theme-light .storefront-email-line *,
.public-storefront-page.storefront-theme-light .storefront-theme-toggle p{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-toggle > div{
  background:#f1f5f9!important;
  border-color:#cbd5e1!important;
  --tw-ring-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-toggle .storefront-theme-icon-button{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-toggle .storefront-theme-icon-button.is-active{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-toggle,
.public-storefront-page.storefront-theme-dark .storefront-email-line,
.public-storefront-page.storefront-theme-dark .storefront-theme-toggle p{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-toggle > div{
  background:rgba(15,23,42,.72)!important;
  border-color:rgba(148,163,184,.35)!important;
  --tw-ring-color:rgba(148,163,184,.35)!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-toggle .storefront-theme-icon-button{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-dark .storefront-theme-toggle .storefront-theme-icon-button.is-active{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#ffffff!important;
}
@media (max-width: 767px){
  .public-storefront-page .storefront-theme-toggle .storefront-theme-icon-button{
    width:2.5rem!important;
    height:2.5rem!important;
  }
}

/* v574 storefront public policy + mobile media modal cleanup.
   Show public opening/check-in policy lines and keep media viewer centered on phones. */
.public-storefront-page .storefront-hours-line,
.v373-storefront-runtime .storefront-hours-line{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-dark .storefront-hours-line,
.v373-storefront-runtime.storefront-theme-dark .storefront-hours-line{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
}
.storefront-media-modal{
  display:grid!important;
  place-items:center!important;
  align-items:center!important;
  justify-items:center!important;
}
.storefront-media-modal__panel{
  width:min(100%,72rem)!important;
  max-width:72rem!important;
}
@media(max-width:767.98px){
  .storefront-media-modal{
    padding:max(.75rem, env(safe-area-inset-top)) .75rem max(.75rem, env(safe-area-inset-bottom)) .75rem!important;
  }
  .storefront-media-modal__panel{
    width:calc(100vw - 1.5rem)!important;
    max-width:calc(100vw - 1.5rem)!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(100dvh - 1.5rem)!important;
    border-radius:1.5rem!important;
    margin:auto!important;
  }
  .storefront-media-modal__panel > .grid{
    min-height:0!important;
    max-height:calc(100dvh - 8.5rem)!important;
  }
  .storefront-media-modal img,
  .storefront-media-modal video{
    max-width:100%!important;
    max-height:calc(100dvh - 9rem)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v603: Food mobile nav overflow repair.
   The Food industry has more destinations than the original five-item shell.
   Keep each destination at a fixed touch-friendly width and scroll the inner row
   instead of shrinking every tab into one cramped viewport. */
@media (max-width: 1023px){
  .sabihq-dashboard-shell .mobile-bottom-nav{
    overflow:hidden!important;
  }
  .sabihq-dashboard-shell .mobile-bottom-nav-scroll{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100vw!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
    scroll-snap-type:x proximity;
    padding-left:.125rem!important;
    padding-right:.875rem!important;
  }
  .sabihq-dashboard-shell .mobile-bottom-nav-scroll > a,
  .sabihq-dashboard-shell .mobile-bottom-nav-item{
    flex:0 0 5.35rem!important;
    width:5.35rem!important;
    min-width:5.35rem!important;
    max-width:5.35rem!important;
    scroll-snap-align:start;
  }
}

/* v605: global active mobile destination styling.
   Applies to Retail, Food and Hospitality because all industries render the same
   Shell mobile nav item classes. Do not scope this to Food-only routes. */
@media (max-width: 1023px){
  .sabihq-dashboard-shell .mobile-bottom-nav-item-active{
    background:linear-gradient(135deg,#60A5FA 0%,#A78BFA 52%,#F472B6 100%)!important;
    color:#fff!important;
    opacity:1!important;
    transform:translateY(-.18rem)!important;
    border-color:rgba(255,255,255,.58)!important;
    box-shadow:0 16px 34px rgba(96,165,250,.38),0 6px 16px rgba(244,114,182,.18)!important;
    outline:2px solid rgba(255,255,255,.68)!important;
    outline-offset:0!important;
  }
  .sabihq-dashboard-shell .mobile-bottom-nav-item-active svg,
  .sabihq-dashboard-shell .mobile-bottom-nav-item-active span{
    color:#fff!important;
    text-shadow:0 1px 7px rgba(15,23,42,.28);
  }
  .sabihq-dashboard-shell .mobile-bottom-nav-item-active svg{
    filter:drop-shadow(0 2px 6px rgba(15,23,42,.25));
  }
  .sabihq-dashboard-shell .mobile-bottom-nav-item-idle{
    background:rgba(255,255,255,.78)!important;
    color:#64748b!important;
    opacity:.78!important;
  }
  .dark .sabihq-dashboard-shell .mobile-bottom-nav-item-idle,
  .sabihq-dashboard-shell.dark .mobile-bottom-nav-item-idle{
    background:rgba(255,255,255,.055)!important;
    color:#cbd5e1!important;
  }
}


/* v661: storefront light/brand visibility pass for hero stats, clear request, and active light icon. */
.public-storefront-page.storefront-theme-light .storefront-hero-stat,
.public-storefront-page.storefront-theme-brand .storefront-hero-stat,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero-stat,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero-stat{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-stat-label,
.public-storefront-page.storefront-theme-brand .storefront-hero-stat-label,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero-stat-label,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero-stat-label{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero-stat-value,
.public-storefront-page.storefront-theme-brand .storefront-hero-stat-value,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero-stat-value,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero-stat-value{
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-clear-request,
.public-storefront-page.storefront-theme-brand .storefront-clear-request,
html.dark .public-storefront-page.storefront-theme-light .storefront-clear-request,
html.dark .public-storefront-page.storefront-theme-brand .storefront-clear-request{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border:1px solid #94a3b8!important;
  box-shadow:0 1px 2px rgba(15,23,42,.08)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-clear-request *,
.public-storefront-page.storefront-theme-brand .storefront-clear-request *,
html.dark .public-storefront-page.storefront-theme-light .storefront-clear-request *,
html.dark .public-storefront-page.storefront-theme-brand .storefront-clear-request *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-button.is-active,
.public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-button.is-active,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-button.is-active svg,
.public-storefront-page.storefront-theme-light .storefront-theme-button.is-active svg *,
.public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active svg,
.public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active svg *,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-button.is-active svg,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-button.is-active svg *,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active svg,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-button.is-active svg *{
  color:#ffffff!important;
  stroke:#ffffff!important;
  fill:none!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* v662: exact storefront header light toggle + hero stats/details light-theme visibility */
.public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active,
.public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active svg,
.public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active svg *,
.public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active svg,
.public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active svg *,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active svg,
html.dark .public-storefront-page.storefront-theme-light .storefront-theme-toggle--header .storefront-theme-button.is-active svg *,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active svg,
html.dark .public-storefront-page.storefront-theme-brand .storefront-theme-toggle--header .storefront-theme-button.is-active svg *{
  color:#ffffff!important;
  stroke:#ffffff!important;
  fill:none!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat,
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
  border:1px solid #cbd5e1!important;
  box-shadow:0 10px 24px rgba(15,23,42,.12)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat-label,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat-label,
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-label,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-label,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat-label,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat-label,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-label,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-label{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat-value,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat-value,
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-body,
.public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-body *,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-body,
.public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-body *,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-stat-value,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-stat-value,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-body,
html.dark .public-storefront-page.storefront-theme-light .storefront-hero .storefront-hero-details-body *,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-body,
html.dark .public-storefront-page.storefront-theme-brand .storefront-hero .storefront-hero-details-body *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}

/* v663: exact storefront light-theme readability fix for white hero cards and top Light icon. */
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat,
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
  border-color:#cbd5e1!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat-label,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat-label,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat-label,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat-label,
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-label,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-label,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-label,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-label{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat-value,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-stat-value,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat-value,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-stat-value,
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-body,
html #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-body *,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-body,
html.dark #root .public-storefront-page.storefront-theme-light .storefront-hero-summary-card .storefront-hero-details-body *,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-body,
html #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-body *,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-body,
html.dark #root .public-storefront-page.storefront-theme-brand .storefront-hero-summary-card .storefront-hero-details-body *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active,
html #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#0f172a!important;
  opacity:1!important;
}
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg,
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg *,
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg path,
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg circle,
html #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg line,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg *,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg path,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg circle,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button.storefront-light-theme-button.is-active svg line,
html #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active svg,
html #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active svg *,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active svg,
html.dark #root .public-storefront-page .storefront-theme-toggle--header button[data-storefront-theme-choice="light"].is-active svg *{
  color:#ffffff!important;
  stroke:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}

/* v728: Customer Rewards Stay reminder dark-theme contrast hard stop.
   The shared Button component adds text-white by default; these campaign buttons
   need a dark-on-white treatment in dark theme, including icon strokes. */
.sabihq-dashboard-shell .sabihq-stay-reminder-button{
  background:#0f172a!important;
  color:#ffffff!important;
}
.sabihq-dashboard-shell .sabihq-stay-reminder-button svg{
  color:currentColor!important;
  stroke:currentColor!important;
}
html.dark .sabihq-dashboard-shell .sabihq-stay-reminder-button{
  background:#ffffff!important;
  color:#0f172a!important;
}


/* v740: dual-theme hard-stop visibility for the storefront hero secondary CTA.
   v739 restored the dark theme, but light theme needs its own explicit treatment
   so storefront cascades cannot make “View rooms” invisible again. */
.public-storefront-page .sabihq-storefront-view-rooms-button,
.v373-storefront-runtime .sabihq-storefront-view-rooms-button{
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
.public-storefront-page .sabihq-storefront-view-rooms-button *,
.v373-storefront-runtime .sabihq-storefront-view-rooms-button *{
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
.public-storefront-page.storefront-theme-light .sabihq-storefront-view-rooms-button,
.v373-storefront-runtime.storefront-theme-light .sabihq-storefront-view-rooms-button{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#0f172a!important;
  box-shadow:0 12px 28px rgba(15,23,42,.22)!important;
}
.public-storefront-page.storefront-theme-light .sabihq-storefront-view-rooms-button *,
.v373-storefront-runtime.storefront-theme-light .sabihq-storefront-view-rooms-button *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark .sabihq-storefront-view-rooms-button,
.v373-storefront-runtime.storefront-theme-dark .sabihq-storefront-view-rooms-button{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:rgba(255,255,255,.7)!important;
  box-shadow:0 12px 28px rgba(255,255,255,.16)!important;
}
.public-storefront-page.storefront-theme-dark .sabihq-storefront-view-rooms-button *,
.v373-storefront-runtime.storefront-theme-dark .sabihq-storefront-view-rooms-button *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  stroke:#0f172a!important;
}


/* v741/v742: mobile header utilities contract.
   Keep high-frequency theme and alert controls visible on mobile without moving them into the bottom nav.
   v742 scopes the invisible compact language select to its own 40px label so it cannot intercept
   taps intended for the adjacent theme toggle or alert button. */
@media (max-width: 767px){
  .sabihq-dashboard-shell .mobile-top-actions,
  .sabihq-dashboard-shell .sabihq-mobile-header-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:.375rem!important;
    width:auto!important;
    max-width:none!important;
    min-width:8.25rem!important;
    overflow:visible!important;
    flex:0 0 auto!important;
  }
  .sabihq-dashboard-shell .mobile-brand{
    max-width:calc(100vw - 10.75rem)!important;
    min-width:0!important;
  }
  .sabihq-dashboard-shell .sabihq-mobile-header-actions label[data-language-switcher-market]{
    position:relative!important;
    isolation:isolate!important;
    z-index:1!important;
    width:2.5rem!important;
    height:2.5rem!important;
    min-width:2.5rem!important;
    max-width:2.5rem!important;
    padding:0!important;
    justify-content:center!important;
    gap:0!important;
    overflow:hidden!important;
    border-radius:1rem!important;
  }
  .sabihq-dashboard-shell .sabihq-mobile-header-actions label[data-language-switcher-market] > span[aria-hidden="true"]{
    position:relative!important;
    z-index:2!important;
    pointer-events:none!important;
    display:block!important;
    font-size:.6875rem!important;
    line-height:1!important;
    letter-spacing:-.01em!important;
  }
  .sabihq-dashboard-shell .sabihq-mobile-header-actions label[data-language-switcher-market] select{
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    cursor:pointer!important;
  }
  .sabihq-dashboard-shell .sabihq-mobile-alert-button,
  .sabihq-dashboard-shell .sabihq-mobile-theme-toggle{
    position:relative!important;
    z-index:2!important;
    display:grid!important;
    width:2.5rem!important;
    height:2.5rem!important;
    min-width:2.5rem!important;
    max-width:2.5rem!important;
    flex:0 0 2.5rem!important;
    place-items:center!important;
    border-radius:1rem!important;
  }
  .sabihq-dashboard-shell .sabihq-mobile-alert-button span.hidden{
    display:none!important;
  }
}
@media (max-width: 360px){
  .sabihq-dashboard-shell .mobile-brand .grid{
    width:2.25rem!important;
    height:2.25rem!important;
  }
  .sabihq-dashboard-shell .mobile-brand p:last-child{
    display:none!important;
  }
  .sabihq-dashboard-shell .mobile-brand{
    max-width:calc(100vw - 10.25rem)!important;
  }
}

/* v745: Keep Retail/Food Orders metric period selected chip visible in both themes.
   The selected Today / Last 7 days / Last 30 days / All time state must not inherit
   muted dark-theme button text from shared chip/button cascades. */
.sabihq-dashboard-shell .sabihq-order-metric-period-option[data-selected="true"]{
  background:#0f172a!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
  box-shadow:0 1px 2px rgba(15,23,42,.12)!important;
}
.dark .sabihq-dashboard-shell .sabihq-order-metric-period-option[data-selected="true"]{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:rgba(255,255,255,.92)!important;
}
.sabihq-dashboard-shell .sabihq-order-metric-period-option[data-selected="false"]{
  color:#475569!important;
}
.dark .sabihq-dashboard-shell .sabihq-order-metric-period-option[data-selected="false"]{
  color:rgba(226,232,240,.96)!important;
}

/* v746: Keep Settings payment mode ON buttons readable in dark theme across Retail, Food and Hospitality.
   Shared dark-mode utility overrides can otherwise recolor selected Paystack/Mollie/manual-bank pills.
   The explicit data-selected state locks the active ON pill contrast in both themes. */
.sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="true"]{
  background:#059669!important;
  color:#ffffff!important;
  border-color:#059669!important;
  box-shadow:0 1px 2px rgba(15,23,42,.12)!important;
}
.dark .sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="true"]{
  background:#6ee7b7!important;
  color:#064e3b!important;
  border-color:rgba(110,231,183,.88)!important;
}
.sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="false"]{
  color:#475569!important;
}
.dark .sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="false"]{
  color:rgba(226,232,240,.96)!important;
}
.sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="true"] *,
.dark .sabihq-dashboard-shell .sabihq-settings-payment-mode-option[data-selected="true"] *{
  color:inherit!important;
}

/* v747: Keep Storefront Settings logo/banner upload buttons readable in dark theme across all industries.
   These labels wrap hidden file inputs, so shared dark-mode label/button cascades must not make
   Upload logo / Upload banner text or icons disappear. */
.sabihq-dashboard-shell .sabihq-storefront-brand-upload-button[data-storefront-brand-upload="true"]{
  background:#0f172a!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
}
.dark .sabihq-dashboard-shell .sabihq-storefront-brand-upload-button[data-storefront-brand-upload="true"]{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:rgba(255,255,255,.92)!important;
}
.sabihq-dashboard-shell .sabihq-storefront-brand-upload-button[data-storefront-brand-upload="true"] *,
.dark .sabihq-dashboard-shell .sabihq-storefront-brand-upload-button[data-storefront-brand-upload="true"] *{
  color:inherit!important;
  stroke:currentColor!important;
}


/* v752: Keep designated WhatsApp alert OTP buttons readable in dark theme.
   The Send verification code / Verify code actions sit inside the Settings notification modal and
   must not inherit low-contrast dark modal button styles. */
.sabihq-dashboard-shell .sabihq-merchant-alert-otp-action[data-merchant-alert-otp-action="send"]{
  background:#0f172a!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
}
.dark .sabihq-dashboard-shell .sabihq-merchant-alert-otp-action[data-merchant-alert-otp-action="send"]{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:rgba(255,255,255,.92)!important;
}
.sabihq-dashboard-shell .sabihq-merchant-alert-otp-action[data-merchant-alert-otp-action="verify"]{
  background:#ffffff!important;
  color:#6d28d9!important;
  border-color:rgba(196,181,253,.9)!important;
}
.dark .sabihq-dashboard-shell .sabihq-merchant-alert-otp-action[data-merchant-alert-otp-action="verify"]{
  background:#f5f3ff!important;
  color:#4c1d95!important;
  border-color:rgba(245,243,255,.92)!important;
}
.sabihq-dashboard-shell .sabihq-merchant-alert-otp-action *,
.dark .sabihq-dashboard-shell .sabihq-merchant-alert-otp-action *{
  color:inherit!important;
  stroke:currentColor!important;
}

/* v782: Settings account/store activity modal mobile centering hard stop.
   The account activity modal is opened from every industry Settings page. On
   narrow screens it must be centered in the viewport, not left-aligned by any
   dashboard shell/content transform or inherited modal width. */
.sabihq-account-activity-modal-layer{
  left:0!important;
  right:0!important;
  width:100vw!important;
  max-width:100vw!important;
  margin:0!important;
  place-items:center!important;
  overflow:hidden!important;
}
.sabihq-account-activity-modal-panel{
  margin-left:auto!important;
  margin-right:auto!important;
  min-width:0!important;
}
@media(max-width:767px){
  .sabihq-account-activity-modal-layer{
    padding-left:max(.75rem, env(safe-area-inset-left))!important;
    padding-right:max(.75rem, env(safe-area-inset-right))!important;
  }
  .sabihq-account-activity-modal-panel{
    width:min(100%, calc(100vw - 1.5rem))!important;
    max-width:calc(100vw - 1.5rem)!important;
    transform:none!important;
  }
}

/* v808: Marketplace tab dark contrast + compact five-column public storefront catalog.
   The checkout/handoff sidebar keeps its existing size; only product/room cards are compacted. */
.sabihq-marketplace-open-storefront-action[data-marketplace-open-storefront-dark-contrast="true"]{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(15,23,42,.18)!important;
}
.dark .sabihq-marketplace-open-storefront-action[data-marketplace-open-storefront-dark-contrast="true"]{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:rgba(255,255,255,.35)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.28)!important;
}
.dark .sabihq-marketplace-open-storefront-action[data-marketplace-open-storefront-dark-contrast="true"] *,
.dark .sabihq-marketplace-open-storefront-action[data-marketplace-open-storefront-dark-contrast="true"] svg{
  color:#0f172a!important;
  stroke:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}

.public-storefront-page .storefront-products-grid,
.v373-storefront-runtime .storefront-products-grid{
  gap:.85rem!important;
}
.public-storefront-page .storefront-product-card,
.v373-storefront-runtime .storefront-product-card{
  border-radius:1.25rem!important;
}
.public-storefront-page .storefront-product-card > button:first-child,
.v373-storefront-runtime .storefront-product-card > button:first-child{
  min-height:8.5rem!important;
}
.public-storefront-page .storefront-product-card > button:first-child .h-56,
.public-storefront-page .storefront-product-card > button:first-child .min-h-48,
.v373-storefront-runtime .storefront-product-card > button:first-child .h-56,
.v373-storefront-runtime .storefront-product-card > button:first-child .min-h-48{
  height:8.5rem!important;
  min-height:8.5rem!important;
}
.public-storefront-page .storefront-product-card > div.flex-1,
.v373-storefront-runtime .storefront-product-card > div.flex-1{
  padding:.85rem!important;
}
.public-storefront-page .storefront-product-card h3,
.v373-storefront-runtime .storefront-product-card h3{
  font-size:1rem!important;
  line-height:1.2!important;
  letter-spacing:-.015em!important;
}
.public-storefront-page .storefront-product-card .storefront-product-description,
.v373-storefront-runtime .storefront-product-card .storefront-product-description{
  font-size:.78rem!important;
  line-height:1.35!important;
  -webkit-line-clamp:2!important;
}
.public-storefront-page .storefront-product-card .storefront-room-price-block p.text-2xl,
.v373-storefront-runtime .storefront-product-card .storefront-room-price-block p.text-2xl,
.public-storefront-page .storefront-product-card p.text-2xl,
.v373-storefront-runtime .storefront-product-card p.text-2xl{
  font-size:1.05rem!important;
  line-height:1.2!important;
}
.public-storefront-page .storefront-product-card .storefront-availability-line,
.public-storefront-page .storefront-product-card .storefront-card-availability-pill,
.public-storefront-page .storefront-product-card .storefront-card-meta-chip,
.v373-storefront-runtime .storefront-product-card .storefront-availability-line,
.v373-storefront-runtime .storefront-product-card .storefront-card-availability-pill,
.v373-storefront-runtime .storefront-product-card .storefront-card-meta-chip{
  font-size:.66rem!important;
  padding:.22rem .48rem!important;
}
.public-storefront-page .storefront-product-card .storefront-card-status-badge,
.public-storefront-page .storefront-product-card .storefront-card-media-count,
.v373-storefront-runtime .storefront-product-card .storefront-card-status-badge,
.v373-storefront-runtime .storefront-product-card .storefront-card-media-count{
  font-size:.63rem!important;
  padding:.2rem .46rem!important;
}
.public-storefront-page .storefront-product-card .storefront-media-view-badge,
.v373-storefront-runtime .storefront-product-card .storefront-media-view-badge{
  display:none!important;
}
.public-storefront-page .storefront-product-card button.rounded-2xl,
.v373-storefront-runtime .storefront-product-card button.rounded-2xl{
  border-radius:.95rem!important;
  padding:.6rem .7rem!important;
  font-size:.75rem!important;
}
.public-storefront-page .storefront-product-card p.text-center.text-\[11px\],
.v373-storefront-runtime .storefront-product-card p.text-center.text-\[11px\]{
  display:none!important;
}
@media (min-width:1024px){
  .public-storefront-page .storefront-catalog-layout,
  .v373-storefront-runtime .storefront-catalog-layout{
    grid-template-columns:minmax(0,1fr) clamp(20rem,24vw,25rem)!important;
    gap:1.15rem!important;
  }
  .public-storefront-page .storefront-handoff-panel,
  .v373-storefront-runtime .storefront-handoff-panel{
    max-width:25rem!important;
    min-width:0!important;
  }
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:767.98px){
  .public-storefront-page .storefront-product-card > button:first-child,
  .v373-storefront-runtime .storefront-product-card > button:first-child,
  .public-storefront-page .storefront-product-card > button:first-child .h-56,
  .v373-storefront-runtime .storefront-product-card > button:first-child .h-56{
    min-height:10rem!important;
    height:10rem!important;
  }
}


/* v820: storefront v808-safe compact cards + disclaimer removal.
   Do not alter the confirmed 3-card catalog grid. */
.public-storefront-page .storefront-handoff-body > div.mt-5.flex.gap-2.rounded-3xl.border.border-blue-100,
.v373-storefront-runtime .storefront-handoff-body > div.mt-5.flex.gap-2.rounded-3xl.border.border-blue-100{
  display:none!important;
}
.public-storefront-page .storefront-product-card > div.flex.flex-1.flex-col,
.v373-storefront-runtime .storefront-product-card > div.flex.flex-1.flex-col{
  padding:1rem!important;
}
.public-storefront-page .storefront-product-card h3,
.v373-storefront-runtime .storefront-product-card h3{
  font-size:1.125rem!important;
  line-height:1.2!important;
  margin-top:.25rem!important;
}
.public-storefront-page .storefront-product-description,
.v373-storefront-runtime .storefront-product-description{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  line-height:1.25rem!important;
  margin-top:.375rem!important;
}
.public-storefront-page .storefront-availability-line,
.v373-storefront-runtime .storefront-availability-line{
  margin-top:.5rem!important;
  padding:.25rem .625rem!important;
  font-size:.6875rem!important;
}
.public-storefront-page .storefront-card-meta-chip,
.v373-storefront-runtime .storefront-card-meta-chip{
  padding:.25rem .625rem!important;
  font-size:.6875rem!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.public-storefront-page .storefront-card-stay-total-line,
.public-storefront-page .storefront-card-estimated-total-line,
.public-storefront-page .storefront-room-deposit-line,
.v373-storefront-runtime .storefront-card-stay-total-line,
.v373-storefront-runtime .storefront-card-estimated-total-line,
.v373-storefront-runtime .storefront-room-deposit-line{
  margin-top:.125rem!important;
  font-size:.75rem!important;
  line-height:1rem!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.public-storefront-page .storefront-product-card .storefront-live-stay-duration-line,
.v373-storefront-runtime .storefront-product-card .storefront-live-stay-duration-line,
.public-storefront-page.storefront-theme-light .storefront-live-stay-duration-line,
.v373-storefront-runtime.storefront-theme-light .storefront-live-stay-duration-line{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
  box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
}
.public-storefront-page.storefront-theme-light .storefront-card-meta-chip,
.public-storefront-page.storefront-theme-brand .storefront-card-meta-chip,
.v373-storefront-runtime .public-storefront-page.storefront-theme-light .storefront-card-meta-chip,
.v373-storefront-runtime .public-storefront-page.storefront-theme-brand .storefront-card-meta-chip{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
}

/* v820 hard final: keep storefront catalog at the confirmed 3-card desktop layout. */
@media (min-width:1024px){
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* v824: Public marketplace local theme hard-stop.
   The merchant dashboard can leave html.dark on the document, and the global
   dark-mode shim rewrites Tailwind utilities such as .bg-white and .text-slate-950.
   The marketplace has its own theme switcher, so light mode must override those
   global html.dark utility rewrites inside the marketplace shell. */
html.dark main[data-marketplace-theme="light"],
html.dark main[data-marketplace-theme="light"].bg-white,
html.dark main[data-marketplace-theme="light"] section,
html.dark main[data-marketplace-theme="light"] section.bg-white{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#0f172a!important;
  color-scheme:light!important;
}
html.dark main[data-marketplace-theme="light"] .bg-white,
html.dark main[data-marketplace-theme="light"] .bg-white\/95{
  background-color:#ffffff!important;
}
html.dark main[data-marketplace-theme="light"] .bg-slate-50{background-color:#f8fafc!important;}
html.dark main[data-marketplace-theme="light"] .bg-slate-100{background-color:#f1f5f9!important;}
html.dark main[data-marketplace-theme="light"] .bg-slate-200{background-color:#e2e8f0!important;}
html.dark main[data-marketplace-theme="light"] .bg-slate-950{background-color:#020617!important;}
html.dark main[data-marketplace-theme="light"] .text-slate-950,
html.dark main[data-marketplace-theme="light"] .text-slate-900,
html.dark main[data-marketplace-theme="light"] .text-slate-800,
html.dark main[data-marketplace-theme="light"] .text-slate-700{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
html.dark main[data-marketplace-theme="light"] .text-slate-600{color:#334155!important;-webkit-text-fill-color:#334155!important;}
html.dark main[data-marketplace-theme="light"] .text-slate-500{color:#475569!important;-webkit-text-fill-color:#475569!important;}
html.dark main[data-marketplace-theme="light"] .text-slate-400{color:#64748b!important;-webkit-text-fill-color:#64748b!important;}
html.dark main[data-marketplace-theme="light"] .border-slate-100,
html.dark main[data-marketplace-theme="light"] .border-slate-200,
html.dark main[data-marketplace-theme="light"] .border-slate-300{
  border-color:#e2e8f0!important;
}
html.dark main[data-marketplace-theme="light"] input,
html.dark main[data-marketplace-theme="light"] select,
html.dark main[data-marketplace-theme="light"] textarea{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  color-scheme:light!important;
}
html.dark main[data-marketplace-theme="light"] [data-marketplace-listing-card="true"]{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
}
html.dark main[data-marketplace-theme="light"] [data-marketplace-listing-image-frame="true"]{
  background:#f1f5f9!important;
}
html.dark main[data-marketplace-theme="light"] [data-marketplace-theme-switch="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-language-switch="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-result-count="true"]{
  background:#ffffff!important;
  color:#1e293b!important;
  border-color:#e2e8f0!important;
}


/* v825: Public marketplace light-theme CTA visibility and six-card maximum grid. */
html.dark main[data-marketplace-theme="light"] [data-marketplace-card-cta="true"],
main[data-marketplace-theme="light"] [data-marketplace-card-cta="true"]{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid #0f172a!important;
  box-shadow:0 1px 2px rgba(15,23,42,.12)!important;
}
html.dark main[data-marketplace-theme="light"] [data-marketplace-card-cta="true"] svg,
main[data-marketplace-theme="light"] [data-marketplace-card-cta="true"] svg{
  color:#ffffff!important;
  stroke:#ffffff!important;
}
@media (min-width:1536px){
  main[data-marketplace-theme] [data-marketplace-listing-grid="true"]{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
}

/* v826: Marketplace taller listing cards and visible light-theme category controls. */
main[data-marketplace-theme="light"] [data-marketplace-category-all="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-all="true"]{
  background:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid #0f172a!important;
  box-shadow:0 1px 2px rgba(15,23,42,.12)!important;
}
main[data-marketplace-theme="light"] [data-marketplace-card-tall-image="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-card-tall-image="true"]{
  min-height:150px!important;
  aspect-ratio:5/4!important;
}
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-card-tall-image="true"]{
    aspect-ratio:1/1!important;
    min-height:220px!important;
  }
}
main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
  min-height:180px!important;
}

/* v827: Marketplace mobile header, typography, and image-forward card tuning. */
main[data-marketplace-theme] [data-marketplace-language-switch="true"] span:not(.sr-only){
  display:none!important;
}
main[data-marketplace-theme] [data-marketplace-language-select="true"]{
  min-width:56px!important;
}
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-listing-image-frame="true"]{
    aspect-ratio:1/1!important;
    min-height:176px!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    min-height:154px!important;
    padding:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-card="true"] h3{
    font-size:1.0625rem!important;
    line-height:1.55rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-card="true"] p{
    font-size:.9375rem!important;
    line-height:1.45rem!important;
  }
}
@media (min-width:640px){
  main[data-marketplace-theme] [data-marketplace-listing-image-frame="true"]{
    min-height:190px!important;
    aspect-ratio:4/3!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    min-height:220px!important;
  }
}

/* v830: Public marketplace mobile header safe-top inset + smaller cards with larger text.
   Keep the dashboard shell top offset disabled, but add a tiny safe-area-aware inset so
   the SabiHQ logo is not clipped by mobile browser/status bars. Do not touch desktop or storefront. */
@media (max-width:767px){
  body[data-sabihq-public-marketplace="true"],
  body[data-sabihq-public-marketplace="true"] #root{
    padding-top:0!important;
    margin-top:0!important;
  }
  main[data-marketplace-mobile-flush-top="true"],
  body[data-sabihq-public-marketplace="true"] main[data-marketplace-theme]{
    padding-top:0!important;
    margin-top:0!important;
  }
  main[data-marketplace-mobile-flush-top="true"] > section:first-of-type,
  body[data-sabihq-public-marketplace="true"] main[data-marketplace-theme] > section:first-of-type{
    padding-top:max(8px,env(safe-area-inset-top))!important;
    margin-top:0!important;
  }
  main[data-marketplace-mobile-flush-top="true"] [data-marketplace-mobile-header-shell="true"],
  main[data-marketplace-mobile-flush-top="true"] [data-marketplace-mobile-top-row="true"],
  body[data-sabihq-public-marketplace="true"] [data-marketplace-mobile-header-shell="true"],
  body[data-sabihq-public-marketplace="true"] [data-marketplace-mobile-top-row="true"]{
    padding-top:0!important;
    margin-top:0!important;
  }
  main[data-marketplace-mobile-flush-top="true"] [data-marketplace-landing-logo="true"],
  body[data-sabihq-public-marketplace="true"] [data-marketplace-landing-logo="true"]{
    padding-top:0!important;
    margin-top:0!important;
    align-self:flex-start!important;
  }

  main[data-marketplace-theme] [data-marketplace-listing-image-frame="true"]{
    aspect-ratio:1/1!important;
    min-height:176px!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    min-height:154px!important;
    padding:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-card="true"] h3{
    font-size:1.0625rem!important;
    line-height:1.55rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-card="true"] p{
    font-size:.9375rem!important;
    line-height:1.45rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-card="true"] [data-marketplace-card-cta="true"]{
    font-size:.8125rem!important;
    padding:.7rem .85rem!important;
  }
}

/* v831: Marketplace mobile readability pass.
   Keep desktop 6-card layout and storefront untouched. On mobile, inset the listing
   media from both card edges so images are not edge-to-edge, and raise the size of
   marketplace instructional/search/category text that was too small on phones. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-listing-card="true"]{
    border-radius:1.25rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-listing-image-frame="true"]{
    width:calc(100% - 1.5rem)!important;
    margin:.75rem .75rem 0!important;
    border-radius:1rem!important;
    overflow:hidden!important;
    aspect-ratio:1/1!important;
    min-height:158px!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    padding:1rem!important;
    min-height:150px!important;
  }
  main[data-marketplace-theme] [data-marketplace-hero-subcopy="true"],
  main[data-marketplace-theme] [data-marketplace-result-copy="true"],
  main[data-marketplace-theme] [data-marketplace-group-copy="true"]{
    font-size:1rem!important;
    line-height:1.65rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-result-headline="true"],
  main[data-marketplace-theme] [data-marketplace-group-heading="true"]{
    font-size:1.5rem!important;
    line-height:1.9rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-result-kicker="true"]{
    font-size:.8125rem!important;
    line-height:1.2rem!important;
    letter-spacing:.12em!important;
  }
  main[data-marketplace-theme] [data-marketplace-search-form="true"] label,
  main[data-marketplace-theme] [data-marketplace-category-filter="true"] p{
    font-size:.8125rem!important;
    line-height:1.15rem!important;
    letter-spacing:.09em!important;
  }
  main[data-marketplace-theme] [data-marketplace-search-input="true"],
  main[data-marketplace-theme] [data-marketplace-location-input="true"],
  main[data-marketplace-theme] [data-marketplace-search-submit="true"],
  main[data-marketplace-theme] [data-marketplace-search-clear="true"]{
    font-size:.9375rem!important;
    line-height:1.35rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-industry-option] span:first-child{
    font-size:1rem!important;
    line-height:1.35rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-industry-option] span:last-child{
    font-size:.875rem!important;
    line-height:1.25rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-category-option]{
    font-size:.8125rem!important;
    line-height:1.15rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-result-count="true"],
  main[data-marketplace-theme] [data-marketplace-group-filter-button="true"]{
    font-size:.8125rem!important;
    line-height:1.1rem!important;
    letter-spacing:.1em!important;
  }
}

/* v832: Marketplace mobile price readability + selected category contrast in light theme.
   Keep storefront untouched. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-card-price="true"]{
    font-size:1rem!important;
    line-height:1.25rem!important;
    padding:.45rem .65rem!important;
    border-radius:9999px!important;
    font-weight:900!important;
  }
}
main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"],
main[data-marketplace-theme="light"] [data-marketplace-category-all="true"][aria-pressed="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-all="true"][aria-pressed="true"]{
  background:#0f172a!important;
  background-color:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid #0f172a!important;
  box-shadow:0 1px 2px rgba(15,23,42,.16)!important;
}
main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"] *,
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"] *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="false"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="false"]{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #cbd5e1!important;
}


/* v833: Marketplace mobile price prominence + selected category hard contrast.
   Keep storefront untouched. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-card-price="true"]{
    font-size:1.1875rem!important;
    line-height:1.35rem!important;
    padding:.55rem .8rem!important;
    border-radius:9999px!important;
    font-weight:950!important;
    letter-spacing:-.01em!important;
  }
  main[data-marketplace-theme="light"] [data-marketplace-card-price="true"],
  html.dark main[data-marketplace-theme="light"] [data-marketplace-card-price="true"]{
    background:#0f172a!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border:1px solid #0f172a!important;
  }
}
main[data-marketplace-theme="light"] [data-marketplace-category-selected="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-selected="true"],
main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"]{
  background:#0f172a!important;
  background-color:#0f172a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:1px solid #0f172a!important;
  box-shadow:0 2px 5px rgba(15,23,42,.18)!important;
}
main[data-marketplace-theme="light"] [data-marketplace-category-selected="true"] *,
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-selected="true"] *,
main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"] *,
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-option][aria-pressed="true"] *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
main[data-marketplace-theme="light"] [data-marketplace-category-selected="false"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-category-selected="false"]{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #cbd5e1!important;
}

/* v838: Marketplace generated hero background contrast.
   Light theme uses a readable copy panel so hero text remains visible over the
   retail/food/hospitality collage, even when global dashboard dark styles exist. */
main[data-marketplace-theme="light"] [data-marketplace-hero-copy-panel="true"]{
  background:rgba(255,255,255,.9)!important;
  color:#0f172a!important;
  border-color:rgba(255,255,255,.78)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
  backdrop-filter:blur(14px)!important;
}
main[data-marketplace-theme="light"] [data-marketplace-hero-headline="true"]{
  color:#020617!important;
  text-shadow:none!important;
}
main[data-marketplace-theme="light"] [data-marketplace-hero-subcopy="true"]{
  color:#1e293b!important;
  font-weight:800!important;
}

/* v839: Marketplace cards show storefront-style detail density.
   Public marketplace cards now mirror merchant storefront cards with subtitle,
   availability, price block, hospitality stay/deposit/estimated-total lines and
   compact meta chips. Keep storefront catalog untouched. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-card-price-large="true"]{
    font-size:1.25rem!important;
    line-height:1.55rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-subtitle="true"]{
    font-size:.8125rem!important;
    line-height:1.1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-availability-line="true"] span,
  main[data-marketplace-theme] [data-marketplace-card-meta-chips="true"] span,
  main[data-marketplace-theme] [data-marketplace-card-stay-line="true"],
  main[data-marketplace-theme] [data-marketplace-card-deposit-line="true"],
  main[data-marketplace-theme] [data-marketplace-card-estimated-total-line="true"]{
    font-size:.875rem!important;
    line-height:1.2rem!important;
  }
}


/* v840: Marketplace warm industry cards + mobile image fit.
   Mobile listing images should show the full product/room/meal instead of
   cropping important edges. Storefront catalog remains untouched. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-mobile-image-fit="contain"]{
    -o-object-fit:contain!important;
       object-fit:contain!important;
    padding:.45rem!important;
    background:#f8fafc!important;
  }
  main[data-marketplace-theme="dark"] [data-marketplace-mobile-image-fit="contain"]{
    background:#0f172a!important;
  }
}

/* v847: selected storefront cart uses a small persistent trigger, not a full fixed cart panel.
   The trigger stays visible after an item/room is selected and scrolls to the main
   checkout/Chioma handoff interface. Storefront catalog columns remain untouched. */
.public-storefront-page .storefront-handoff-panel,
.v373-storefront-runtime .storefront-handoff-panel{
  scroll-margin-top:1rem!important;
  outline:none!important;
}
.public-storefront-page .storefront-floating-cart-trigger,
.v373-storefront-runtime .storefront-floating-cart-trigger{
  position:fixed!important;
  right:max(1rem,env(safe-area-inset-right))!important;
  bottom:max(1rem,env(safe-area-inset-bottom))!important;
  z-index:90!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:.75rem!important;
  max-width:min(calc(100vw - 2rem),22rem)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#111827,#4f46e5,#ec4899)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.28)!important;
  padding:.72rem 1rem!important;
  cursor:pointer!important;
  text-align:left!important;
}
.public-storefront-page .storefront-floating-cart-trigger * ,
.v373-storefront-runtime .storefront-floating-cart-trigger *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page .storefront-floating-cart-trigger-icon,
.v373-storefront-runtime .storefront-floating-cart-trigger-icon{
  display:grid!important;
  height:2.25rem!important;
  width:2.25rem!important;
  flex:0 0 auto!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
}
.public-storefront-page .storefront-floating-cart-trigger-copy,
.v373-storefront-runtime .storefront-floating-cart-trigger-copy{
  display:grid!important;
  min-width:0!important;
  gap:.1rem!important;
}
.public-storefront-page .storefront-floating-cart-trigger-label,
.v373-storefront-runtime .storefront-floating-cart-trigger-label{
  font-size:.86rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.public-storefront-page .storefront-floating-cart-trigger-meta,
.v373-storefront-runtime .storefront-floating-cart-trigger-meta{
  font-size:.72rem!important;
  line-height:1.2!important;
  font-weight:800!important;
  opacity:.86!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media (min-width:1024px){
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    right:1.5rem!important;
    bottom:1.5rem!important;
  }
}
@media (max-width:1023.98px){
  .public-storefront-page:has(.storefront-floating-cart-trigger),
  .v373-storefront-runtime:has(.storefront-floating-cart-trigger){
    padding-bottom:2rem!important;
  }
  .public-storefront-page .storefront-catalog-layout,
  .v373-storefront-runtime .storefront-catalog-layout{
    padding-bottom:1rem!important;
  }
  .public-storefront-page [data-storefront-floating-cart="trigger-visible"],
  .v373-storefront-runtime [data-storefront-floating-cart="trigger-visible"]{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    box-shadow:none!important;
    border-radius:0!important;
  }
}
@media (max-width:420px){
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    left:auto!important;
    right:max(.8rem,env(safe-area-inset-right))!important;
    justify-content:flex-start!important;
  }
}

/* v849: mobile storefront floating cart trigger is viewport-side floating, not pinned to page base. */
/* v848: storefront floating cart contrast + true mobile floating trigger.
   The trigger must remain a small floating action button, not a sticky bottom bar,
   and the View cart label must stay readable in light theme even when html.dark is active. */
html #root .public-storefront-page .storefront-floating-cart-trigger,
html.dark #root .public-storefront-page .storefront-floating-cart-trigger,
html #root .v373-storefront-runtime .storefront-floating-cart-trigger,
html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger,
.public-storefront-page.storefront-theme-light .storefront-floating-cart-trigger,
.v373-storefront-runtime.storefront-theme-light .storefront-floating-cart-trigger{
  background:linear-gradient(135deg,#0f172a,#4f46e5,#db2777)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(255,255,255,.35)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
  box-shadow:0 18px 44px rgba(15,23,42,.32)!important;
}
html #root .public-storefront-page .storefront-floating-cart-trigger *,
html.dark #root .public-storefront-page .storefront-floating-cart-trigger *,
html #root .v373-storefront-runtime .storefront-floating-cart-trigger *,
html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger *,
.public-storefront-page.storefront-theme-light .storefront-floating-cart-trigger *,
.v373-storefront-runtime.storefront-theme-light .storefront-floating-cart-trigger *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
html #root .public-storefront-page .storefront-floating-cart-trigger-label,
html.dark #root .public-storefront-page .storefront-floating-cart-trigger-label,
html #root .v373-storefront-runtime .storefront-floating-cart-trigger-label,
html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger-label{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-weight:950!important;
}
@media (max-width:1023.98px){
  html #root .public-storefront-page .storefront-floating-cart-trigger,
  html.dark #root .public-storefront-page .storefront-floating-cart-trigger,
  html #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    left:auto!important;
    right:max(.9rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 58vh)!important;
    bottom:auto!important;
    width:auto!important;
    max-width:min(calc(100vw - 1.8rem),18rem)!important;
    min-width:0!important;
    border-radius:999px!important;
    padding:.68rem .92rem!important;
    transform:translateY(-50%)!important;
  }
  .public-storefront-page:has(.storefront-floating-cart-trigger),
  .v373-storefront-runtime:has(.storefront-floating-cart-trigger){
    padding-bottom:2rem!important;
  }
}
@media (max-width:420px){
  html #root .public-storefront-page .storefront-floating-cart-trigger,
  html.dark #root .public-storefront-page .storefront-floating-cart-trigger,
  html #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    left:auto!important;
    right:max(.8rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 60vh)!important;
    bottom:auto!important;
    width:auto!important;
    max-width:min(calc(100vw - 1.6rem),17rem)!important;
    justify-content:flex-start!important;
    transform:translateY(-50%)!important;
  }
  .public-storefront-page .storefront-floating-cart-trigger-meta,
  .v373-storefront-runtime .storefront-floating-cart-trigger-meta{
    max-width:10.5rem!important;
  }
}

/* v849 hard stop: on mobile the selected-cart trigger floats on the viewport side,
   not as a bottom/base bar. It remains visible while the customer scrolls. */
@media (max-width:1023.98px){
  html #root .public-storefront-page .storefront-floating-cart-trigger,
  html.dark #root .public-storefront-page .storefront-floating-cart-trigger,
  html #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    position:fixed!important;
    left:auto!important;
    right:max(.9rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 58vh)!important;
    bottom:auto!important;
    width:auto!important;
    max-width:min(calc(100vw - 1.8rem),18rem)!important;
    transform:translateY(-50%)!important;
  }
}
@media (max-width:420px){
  html #root .public-storefront-page .storefront-floating-cart-trigger,
  html.dark #root .public-storefront-page .storefront-floating-cart-trigger,
  html #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger,
  .public-storefront-page .storefront-floating-cart-trigger,
  .v373-storefront-runtime .storefront-floating-cart-trigger{
    top:calc(env(safe-area-inset-top) + 60vh)!important;
    bottom:auto!important;
  }
}

/* v850: draggable storefront floating cart trigger.
   The trigger appears only after a selection, defaults to the right side of the viewport,
   stays fixed while scrolling, and can be dragged around by the customer. It must not
   be appended into the hero section or pinned as a bottom/base bar. */
html #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
html.dark #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
html #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
.public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
.v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]{
  position:fixed!important;
  left:var(--storefront-floating-cart-x,auto)!important;
  top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  touch-action:none!important;
  -moz-user-select:none!important;
       user-select:none!important;
  -webkit-user-select:none!important;
  cursor:grab!important;
  z-index:999!important;
}
html #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active,
html.dark #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active,
html #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active,
html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active,
.public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active,
.v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]:active{
  cursor:grabbing!important;
}
@media (max-width:1023.98px){
  html #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
  html.dark #root .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
  html #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
  html.dark #root .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
  .public-storefront-page .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"],
  .v373-storefront-runtime .storefront-floating-cart-trigger[data-storefront-floating-cart-draggable="true"]{
    position:fixed!important;
    left:var(--storefront-floating-cart-x,auto)!important;
    top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:min(calc(100vw - 1.5rem),18rem)!important;
    touch-action:none!important;
  }
}


/* v851: storefront floating cart is rendered through a body portal, not inside the hero/catalog section.
   The button remains viewport-fixed while scrolling and can be dragged within the visible screen. */
.storefront-floating-cart-portal-root{
  position:static!important;
  pointer-events:none!important;
  z-index:10000!important;
}
.storefront-floating-cart-portal-root .storefront-floating-cart-trigger{
  pointer-events:auto!important;
  position:fixed!important;
  left:var(--storefront-floating-cart-x,auto)!important;
  top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  z-index:10001!important;
}
@media (max-width:1023.98px){
  .storefront-floating-cart-portal-root .storefront-floating-cart-trigger{
    position:fixed!important;
    left:var(--storefront-floating-cart-x,auto)!important;
    top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
  }
}

/* v852: mobile storefront hero is compact so catalog/search starts closer to top. */
@media (max-width: 767px){
  .public-storefront-page .storefront-hero > .relative,
  .v373-storefront-runtime .storefront-hero > .relative{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important;
    gap:.75rem!important;
  }
  .public-storefront-page .storefront-mobile-hidden-hero-copy,
  .v373-storefront-runtime .storefront-mobile-hidden-hero-copy{
    display:none!important;
  }
  .public-storefront-page .storefront-hero-summary-card,
  .v373-storefront-runtime .storefront-hero-summary-card{
    border-radius:1.5rem!important;
  }
  .public-storefront-page .storefront-hero-summary-card > div:first-child,
  .v373-storefront-runtime .storefront-hero-summary-card > div:first-child{
    height:9.4rem!important;
  }
  .public-storefront-page .storefront-mobile-banner-info,
  .v373-storefront-runtime .storefront-mobile-banner-info{
    display:block!important;
  }
  .public-storefront-page .storefront-hero-summary-card > .p-5,
  .v373-storefront-runtime .storefront-hero-summary-card > .p-5{
    display:block!important;
    padding:.75rem!important;
  }
  .public-storefront-page .storefront-hero-stats-grid,
  .v373-storefront-runtime .storefront-hero-stats-grid{
    display:none!important;
  }
  .public-storefront-page .storefront-hero-details[data-storefront-mobile-details-visible="true"],
  .v373-storefront-runtime .storefront-hero-details[data-storefront-mobile-details-visible="true"]{
    display:block!important;
    margin-top:0!important;
    padding:.75rem!important;
    border-radius:1rem!important;
  }
  .public-storefront-page .storefront-hero-details[data-storefront-mobile-details-visible="true"] .storefront-hero-details-body,
  .v373-storefront-runtime .storefront-hero-details[data-storefront-mobile-details-visible="true"] .storefront-hero-details-body{
    margin-top:.5rem!important;
    gap:.25rem!important;
    font-size:.78rem!important;
    line-height:1.25rem!important;
  }
  .public-storefront-page .storefront-hero-details[data-storefront-mobile-details-visible="true"] .storefront-email-line,
  .v373-storefront-runtime .storefront-hero-details[data-storefront-mobile-details-visible="true"] .storefront-email-line{
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .public-storefront-page #public-catalog,
  .v373-storefront-runtime #public-catalog{
    padding-top:1rem!important;
  }
}


/* v853: mobile storefront keeps merchant details visible and removes the trailing blank bottom gap. */
@media (max-width: 767px){
  .public-storefront-page .storefront-assurance-section,
  .v373-storefront-runtime .storefront-assurance-section{
    padding-bottom:1rem!important;
  }
  .public-storefront-page:has(.storefront-floating-cart-trigger),
  .v373-storefront-runtime:has(.storefront-floating-cart-trigger){
    padding-bottom:0!important;
  }
}

/* v854: protected storefront mobile details runtime lock.
   Direct /shop, /menu, /book, /store and /go routes use the pinned v373 runtime;
   protect both the current React marker and the older protected-runtime DOM shape. */
@media (max-width: 767px){
  .public-storefront-page .storefront-hero-summary-card > .p-5 > .grid.grid-cols-3.gap-2,
  .v373-storefront-runtime .storefront-hero-summary-card > .p-5 > .grid.grid-cols-3.gap-2,
  .public-storefront-page .storefront-hero-summary-card > .p-5 > .storefront-hero-stats-grid,
  .v373-storefront-runtime .storefront-hero-summary-card > .p-5 > .storefront-hero-stats-grid{
    display:none!important;
  }
  .public-storefront-page .storefront-hero-summary-card > .p-5,
  .v373-storefront-runtime .storefront-hero-summary-card > .p-5{
    display:block!important;
    padding:.75rem!important;
  }
  .public-storefront-page .storefront-hero-details,
  .v373-storefront-runtime .storefront-hero-details,
  .public-storefront-page .storefront-hero-details[data-storefront-mobile-details-visible="true"],
  .v373-storefront-runtime .storefront-hero-details[data-storefront-mobile-details-visible="true"]{
    display:block!important;
    margin-top:0!important;
    padding:.75rem!important;
    border-radius:1rem!important;
  }
  .public-storefront-page .storefront-hero-details .storefront-hero-details-body,
  .v373-storefront-runtime .storefront-hero-details .storefront-hero-details-body{
    margin-top:.5rem!important;
    gap:.25rem!important;
    font-size:.78rem!important;
    line-height:1.25rem!important;
  }
  .public-storefront-page .storefront-hero-details .storefront-email-line,
  .v373-storefront-runtime .storefront-hero-details .storefront-email-line{
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .public-storefront-page,
  .v373-storefront-runtime{
    padding-bottom:0!important;
  }
  .public-storefront-page .storefront-assurance-section,
  .v373-storefront-runtime .storefront-assurance-section{
    padding-bottom:.75rem!important;
    margin-bottom:0!important;
  }
}

/* v856: Marketplace mobile compact search controls.
   Merge the industry selector into the search column on phones while preserving the
   full industry tab layout on tablet/desktop. This keeps Retail/Food/Hospitality
   filters available without stacking a separate selector block above cards. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-mobile-search-shell="true"]{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:.5rem!important;
    align-items:end!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-industry-select="true"],
  main[data-marketplace-theme] [data-marketplace-mobile-search-input="true"]{
    height:2.75rem!important;
    min-height:2.75rem!important;
    border-radius:.875rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-industry-select="true"]{
    max-width:104px!important;
    padding-left:.5rem!important;
    padding-right:.35rem!important;
    font-size:.8125rem!important;
    line-height:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-search-input="true"]{
    width:100%!important;
    min-width:0!important;
    font-size:.9375rem!important;
    line-height:1.25rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-desktop-industry-filter="true"]{
    display:none!important;
  }
  main[data-marketplace-theme] [data-marketplace-category-filter="true"]{
    margin-top:.75rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-hospitality-date-search="true"]{
    margin-top:.15rem!important;
  }
}
@media (min-width:640px){
  main[data-marketplace-theme] [data-marketplace-mobile-search-shell="true"]{
    display:none!important;
  }
  main[data-marketplace-theme] [data-marketplace-desktop-industry-filter="true"]{
    display:grid!important;
  }
}

/* v858: Marketplace mobile customer-first layout.
   Hide secondary mobile result pills and keep hero headline on one line.

/* v857: Marketplace mobile customer-first layout.
   Keep search + filters compact, push real results higher, and make cards use
   one clear customer action per result. Desktop marketplace layout is preserved. */
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-mobile-compact-hero="true"]{
    padding:1rem!important;
    border-radius:1.25rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-short-headline="true"]{
    margin-top:.65rem!important;
    font-size:1.28rem!important;
    line-height:1.45rem!important;
    letter-spacing:-.04em!important;
    white-space:nowrap!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-short-subcopy="true"]{
    margin-top:.55rem!important;
    font-size:.875rem!important;
    line-height:1.35rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-primary-search="true"]{
    padding:.6rem!important;
    border-radius:1.15rem!important;
    box-shadow:0 14px 34px rgba(15,23,42,.12)!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-search-shell="true"]{
    grid-template-columns:92px minmax(0,1fr)!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-industry-select="true"]{
    max-width:92px!important;
  }
  main[data-marketplace-theme] [data-marketplace-location-input="true"]{
    min-height:2.5rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-date-panel="true"]{
    grid-template-columns:1fr 1fr!important;
    gap:.5rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-search-submit="true"],
  main[data-marketplace-theme] [data-marketplace-search-clear="true"]{
    min-height:2.55rem!important;
    border-radius:.95rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-chip-filter="true"]{
    overflow:hidden!important;
    padding:.65rem!important;
    border-radius:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-chip-row="true"]{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:.5rem!important;
    overflow-x:auto!important;
    padding-bottom:.15rem!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-chip-row="true"]::-webkit-scrollbar{
    display:none!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-chip-row="true"] [data-marketplace-category-option="true"],
  main[data-marketplace-theme] [data-marketplace-mobile-chip-row="true"] [data-marketplace-category-option]{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
  main[data-marketplace-theme] [data-marketplace-result-headline="true"]{
    font-size:1.1rem!important;
    line-height:1.35rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-result-copy="true"]{
    margin-top:.35rem!important;
    font-size:.78rem!important;
    line-height:1.15rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-result-meta="true"]{
    display:none!important;
  }

  main[data-marketplace-theme] [data-marketplace-listing-card="true"]{
    border-radius:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    padding:.85rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-subtitle="true"]{
    font-size:.58rem!important;
    letter-spacing:.09em!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-description="true"]{
    -webkit-line-clamp:1!important;
    font-size:.8125rem!important;
    line-height:1.15rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-availability-line="true"]{
    flex-wrap:nowrap!important;
    overflow:hidden!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-availability-line="true"] span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-hide-noisy-meta="true"],
  main[data-marketplace-theme] [data-marketplace-mobile-trust-badges="true"]{
    display:none!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-card-price-block="true"]{
    margin-top:.65rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-primary-cta="true"]{
    min-height:2.75rem!important;
    border-radius:.9rem!important;
    font-size:.8125rem!important;
  }
}

/* v858: Marketplace mobile visual consolidation.
   Remove secondary marketplace flow/count text on phones, keep the hero headline on
   one line, and center the mobile page content/cards with balanced side gutters. */
@media (max-width:639px){
  main[data-marketplace-mobile-centered-page="true"] > section{
    padding-left:.875rem!important;
    padding-right:.875rem!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-header-shell="true"],
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-results-section="true"]{
    max-width:27rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-centered-panel="true"]{
    width:100%!important;
    max-width:27rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-hero-copy-panel="true"],
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-results-section="true"] > div:first-child,
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-group-heading="true"],
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-group-copy="true"]{
    text-align:center!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-short-headline="true"]{
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(1.06rem,5.05vw,1.2rem)!important;
    line-height:1.32rem!important;
    letter-spacing:-.045em!important;
    white-space:nowrap!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-short-subcopy="true"]{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-hide-secondary-text="true"],
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-mobile-result-meta="true"]{
    display:none!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-listing-grid="true"]{
    justify-items:center!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-listing-card="true"],
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-loading-skeleton="true"]{
    width:100%!important;
    max-width:27rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  main[data-marketplace-mobile-centered-page="true"] [data-marketplace-group-filter-button="true"]{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v860: Storefront mobile customer layout.
   Mobile storefronts should feel like commerce pages: compact brand/details,
   search controls immediately visible, no wrapped category controls, one primary
   item action, and the existing floating cart summary remains visible without
   turning into a page-bottom blank spacer. Desktop storefront layout stays intact. */
@media (max-width:767px){
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"]{
    overflow-x:hidden!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero{
    min-height:0!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero > .relative,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero > .relative{
    max-width:27rem!important;
    padding-left:.875rem!important;
    padding-right:.875rem!important;
    padding-top:.625rem!important;
    padding-bottom:.625rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-hide-marketing-copy="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-hide-marketing-copy="true"]{
    display:none!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-summary-card,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-summary-card{
    border-radius:1.25rem!important;
    box-shadow:0 12px 32px rgba(15,23,42,.22)!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-summary-card > div:first-child,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-summary-card > div:first-child{
    height:9rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-mobile-banner-info,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-mobile-banner-info{
    left:.65rem!important;
    right:.65rem!important;
    bottom:.65rem!important;
    border-radius:1rem!important;
    padding:.65rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details[data-storefront-mobile-details-visible="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details[data-storefront-mobile-details-visible="true"]{
    display:block!important;
    padding:.7rem!important;
    border-radius:1rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details-label,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details-label{
    font-size:.62rem!important;
    letter-spacing:.11em!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details-body,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-hero-details-body{
    margin-top:.45rem!important;
    gap:.28rem!important;
    font-size:.76rem!important;
    line-height:1.12rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] #public-catalog,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] #public-catalog{
    max-width:27rem!important;
    padding-left:.875rem!important;
    padding-right:.875rem!important;
    padding-top:.875rem!important;
    padding-bottom:1.25rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] #public-catalog > div:first-child,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] #public-catalog > div:first-child{
    gap:.35rem!important;
    text-align:center!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] #public-catalog h2,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] #public-catalog h2{
    margin-top:.2rem!important;
    font-size:1.35rem!important;
    line-height:1.55rem!important;
    letter-spacing:-.04em!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-helper-copy,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-helper-copy,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-official-page-pill,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-official-page-pill{
    display:none!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box{
    margin-top:.75rem!important;
    border-radius:1.25rem!important;
    padding:.85rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box h3,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box h3{
    font-size:1rem!important;
    line-height:1.25rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box p:not(.storefront-live-stay-duration-line),
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-date-box p:not(.storefront-live-stay-duration-line){
    font-size:.76rem!important;
    line-height:1.15rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-controls[data-storefront-mobile-search-near-top="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-controls[data-storefront-mobile-search-near-top="true"]{
    margin-top:.75rem!important;
    border-radius:1.25rem!important;
    padding:.65rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-controls label,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-controls label{
    border-radius:.95rem!important;
    padding:.75rem .85rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-category-chip-row[data-storefront-mobile-category-chips="nowrap"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-category-chip-row[data-storefront-mobile-category-chips="nowrap"]{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
    padding-bottom:.15rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-category-chip,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-category-chip{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    scroll-snap-align:start!important;
    border-radius:999px!important;
    padding:.55rem .85rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout{
    margin-top:1rem!important;
    gap:.75rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-products-grid{
    gap:.75rem!important;
    justify-items:center!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-product-card,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-product-card{
    width:100%!important;
    max-width:27rem!important;
    border-radius:1.15rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child{
    min-height:0!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child .h-56,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child .h-56,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child video,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-product-card button:first-child video{
    height:12rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-product-description,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-product-description{
    -webkit-line-clamp:1!important;
    font-size:.82rem!important;
    line-height:1.15rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-status-badge,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-media-count,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-availability-pill,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-meta-chip,
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-helper-text,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-status-badge,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-media-count,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-availability-pill,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-meta-chip,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-helper-text{
    display:none!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-availability-line,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-availability-line{
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
    min-height:2.75rem!important;
    border-radius:.95rem!important;
    font-size:.88rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-panel,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-handoff-panel{
    margin-top:.25rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-flow-step,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-flow-step{
    padding:.65rem!important;
    font-size:.78rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"]{
    max-width:min(calc(100vw - 1.5rem),17.5rem)!important;
  }
}

/* Frontend v861: desktop customer-commerce layout hardening for marketplace and storefront. */
@media (min-width: 1024px){
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-hero-background="true"]{
    padding-top:1.75rem!important;
    padding-bottom:2rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-search-first="true"]{
    grid-template-columns:minmax(0,.86fr) minmax(420px,.64fr)!important;
    gap:1.5rem!important;
    align-items:stretch!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-compact-hero="true"]{
    padding:1.5rem!important;
    border-radius:1.5rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-hero-headline="true"]{
    margin-top:1rem!important;
    max-width:46rem!important;
    font-size:clamp(2.5rem,4vw,4.15rem)!important;
    line-height:.94!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-hero-subcopy="true"]{
    margin-top:1rem!important;
    max-width:44rem!important;
    font-size:1rem!important;
    line-height:1.65!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-search-panel="true"]{
    align-self:stretch!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-search-card="primary"]{
    height:100%!important;
    display:grid!important;
    align-content:center!important;
    padding:1rem!important;
    border-radius:1.5rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-search-input="true"]{
    min-height:3.2rem!important;
    font-size:.95rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-industry-filter="true"][data-marketplace-desktop-customer-labels="true"]{
    margin-top:1rem!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:.65rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-industry-filter="true"][data-marketplace-desktop-customer-labels="true"] button{
    padding:.9rem 1rem!important;
    border-radius:1rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-category-filter="true"]{
    margin-top:.8rem!important;
    border-radius:1.15rem!important;
    padding:.75rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-balanced-grid="true"]{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:.75rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-uniform-card="true"]{
    min-height:100%!important;
    border-radius:1rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-uniform-card="true"] [data-marketplace-card-expanded-body="true"]{
    min-height:17rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-cta="true"]{
    min-height:2.65rem!important;
    border-radius:.85rem!important;
    font-size:.78rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative{
    min-height:0!important;
    padding-top:2.25rem!important;
    padding-bottom:2.25rem!important;
    grid-template-columns:minmax(0,.82fr) minmax(360px,.55fr)!important;
    gap:2rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy h1,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy h1{
    margin-top:1rem!important;
    font-size:clamp(2.75rem,4vw,4.75rem)!important;
    line-height:.92!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy p,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy p{
    max-width:42rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy > .mt-8,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-mobile-hidden-hero-copy > .mt-8{
    margin-top:1.25rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-hero-summary-card,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-hero-summary-card{
    max-width:30rem!important;
    margin-left:auto!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-hero-summary-card .lg\:h-72,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-hero-summary-card .lg\:h-72{
    height:13rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] #public-catalog[data-storefront-desktop-catalog-first="true"],
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] #public-catalog[data-storefront-desktop-catalog-first="true"]{
    padding-top:2rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-helper-copy,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-helper-copy{
    max-width:48rem!important;
    line-height:1.55!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-controls,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-controls{
    margin-top:1rem!important;
    border-radius:1.5rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-layout[data-storefront-desktop-two-column-cart="sticky"],
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-catalog-layout[data-storefront-desktop-two-column-cart="sticky"]{
    margin-top:1.5rem!important;
    grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important;
    align-items:start!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] [data-storefront-desktop-sticky-cart="true"],
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] [data-storefront-desktop-sticky-cart="true"]{
    position:sticky!important;
    top:5.5rem!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-floating-cart-card,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-floating-cart-card{
    border-radius:1.5rem!important;
    box-shadow:0 24px 60px rgba(15,23,42,.12)!important;
  }
  .public-storefront-page[data-storefront-desktop-customer-layout="v861"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-desktop-customer-layout="v861"] .storefront-products-grid{
    gap:1.1rem!important;
  }
}
@media (min-width:1536px){
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-balanced-grid="true"]{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}

/* Frontend v862: Storefront item and room cards must hand off to Chioma through cart only. */
.public-storefront-page [data-storefront-card-cart-only="true"] .storefront-card-primary-cta{
  width:100%;
}
.v373-storefront-runtime [data-storefront-card-cart-only="true"] .storefront-card-primary-cta{
  width:100%;
}

/* Frontend v864: Marketplace card height compactness + light-theme SabiHQ logo text contrast. */
main[data-marketplace-theme="light"] [data-marketplace-header-logo-text="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-header-logo-text="true"],
main[data-marketplace-theme="light"] [data-marketplace-footer-logo-text="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-footer-logo-text="true"]{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  opacity:1!important;
  text-shadow:none!important;
}
main[data-marketplace-theme="dark"] [data-marketplace-header-logo-text="true"],
main[data-marketplace-theme="dark"] [data-marketplace-footer-logo-text="true"]{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
}
@media (min-width:640px){
  main[data-marketplace-theme] [data-marketplace-card-tall-image="true"],
  main[data-marketplace-theme] [data-marketplace-listing-image-frame="true"]{
    min-height:162px!important;
    aspect-ratio:4/3!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-expanded-body="true"]{
    min-height:187px!important;
    padding:.85rem!important;
  }
}
@media (min-width:1024px){
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-tall-image="true"],
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-listing-image-frame="true"]{
    min-height:162px!important;
    aspect-ratio:4/3!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-desktop-uniform-card="true"] [data-marketplace-card-expanded-body="true"]{
    min-height:14.45rem!important;
    padding:.85rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-description="true"]{
    -webkit-line-clamp:1!important;
    line-clamp:1!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-availability-line="true"],
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-price-block="true"],
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-meta-chips="true"]{
    margin-top:.55rem!important;
  }
  main[data-marketplace-desktop-customer-layout="v861"] [data-marketplace-card-cta="true"]{
    min-height:2.25rem!important;
    padding:.55rem .75rem!important;
  }
}

/* v865: Storefront merchant footer.
   Full merchant details live in a compact merchant-first footer so the hero
   keeps only identity/status and customers reach the catalog faster. */
.public-storefront-page [data-storefront-hero-compact-identity="true"],
.v373-storefront-runtime [data-storefront-hero-compact-identity="true"]{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page [data-storefront-merchant-footer="v866"],
.v373-storefront-runtime [data-storefront-merchant-footer="v866"]{
  padding-bottom:max(1.25rem, env(safe-area-inset-bottom))!important;
}
.public-storefront-page [data-storefront-merchant-footer="v866"] a,
.public-storefront-page [data-storefront-merchant-footer="v866"] button,
.v373-storefront-runtime [data-storefront-merchant-footer="v866"] a,
.v373-storefront-runtime [data-storefront-merchant-footer="v866"] button{
  transition:color .18s ease, transform .18s ease!important;
}
.public-storefront-page [data-storefront-merchant-footer="v866"] a:hover,
.public-storefront-page [data-storefront-merchant-footer="v866"] button:hover,
.v373-storefront-runtime [data-storefront-merchant-footer="v866"] a:hover,
.v373-storefront-runtime [data-storefront-merchant-footer="v866"] button:hover{
  color:#7c3aed!important;
}
@media (max-width:767px){
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-hero-compact-identity="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-hero-compact-identity="true"]{
    margin-top:.65rem!important;
    padding:.7rem!important;
    border-radius:1rem!important;
    text-align:left!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-merchant-footer="v866"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-merchant-footer="v866"]{
    max-width:27rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:.875rem!important;
    padding-right:.875rem!important;
    padding-top:.25rem!important;
    padding-bottom:max(1rem, env(safe-area-inset-bottom))!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-merchant-footer="v866"] > div,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-merchant-footer="v866"] > div{
    border-radius:1.25rem!important;
    padding:1rem!important;
  }
}

/* v866: storefront light-theme status/footer contrast + marketplace-style theme switcher.
   The compact hero status and merchant footer must remain readable in light theme,
   including direct protected storefront runtime routes. */
.public-storefront-page .storefront-marketplace-style-theme-switch,
.v373-storefront-runtime .storefront-marketplace-style-theme-switch{
  display:inline-flex!important;
  align-items:center!important;
  gap:.375rem!important;
  border-radius:1rem!important;
  border:1px solid #e2e8f0!important;
  background:#ffffff!important;
  color:#1e293b!important;
  -webkit-text-fill-color:#1e293b!important;
  box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-dark .storefront-marketplace-style-theme-switch,
.v373-storefront-runtime.storefront-theme-dark .storefront-marketplace-style-theme-switch{
  border-color:rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.10)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page .storefront-marketplace-style-theme-switch svg,
.public-storefront-page .storefront-marketplace-style-theme-switch svg *,
.v373-storefront-runtime .storefront-marketplace-style-theme-switch svg,
.v373-storefront-runtime .storefront-marketplace-style-theme-switch svg *{
  color:currentColor!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"],
.public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"],
html.dark .public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"],
html.dark .public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"],
.v373-storefront-runtime.storefront-theme-light [data-storefront-hero-compact-identity="true"],
.v373-storefront-runtime.storefront-theme-brand [data-storefront-hero-compact-identity="true"]{
  background:#ffffff!important;
  border-color:#cbd5e1!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] p,
.public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] span,
.public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] div,
.public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"] p,
.public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"] span,
.public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"] div,
html.dark .public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] p,
html.dark .public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] span,
html.dark .public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] div,
.v373-storefront-runtime.storefront-theme-light [data-storefront-hero-compact-identity="true"] p,
.v373-storefront-runtime.storefront-theme-light [data-storefront-hero-compact-identity="true"] span,
.v373-storefront-runtime.storefront-theme-light [data-storefront-hero-compact-identity="true"] div{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-hero-compact-identity="true"] p:first-child,
.public-storefront-page.storefront-theme-brand [data-storefront-hero-compact-identity="true"] p:first-child,
.v373-storefront-runtime.storefront-theme-light [data-storefront-hero-compact-identity="true"] p:first-child{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"],
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"],
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"],
.v373-storefront-runtime.storefront-theme-brand [data-storefront-merchant-footer="v866"]{
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] > div,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] > div,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] > div,
.v373-storefront-runtime.storefront-theme-brand [data-storefront-merchant-footer="v866"] > div{
  background:#ffffff!important;
  border-color:#cbd5e1!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
  box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] p,
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] span,
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] a,
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] button,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] p,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] span,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] a,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] button,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] p,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] span,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] a,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] button{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v866"] .text-slate-950,
.public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v866"] .text-slate-950,
.v373-storefront-runtime.storefront-theme-light [data-storefront-merchant-footer="v866"] .text-slate-950{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v866"],
.public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v866"] p,
.public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v866"] span,
.public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v866"] a,
.public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v866"] button,
.v373-storefront-runtime.storefront-theme-dark [data-storefront-merchant-footer="v866"],
.v373-storefront-runtime.storefront-theme-dark [data-storefront-merchant-footer="v866"] p,
.v373-storefront-runtime.storefront-theme-dark [data-storefront-merchant-footer="v866"] span,
.v373-storefront-runtime.storefront-theme-dark [data-storefront-merchant-footer="v866"] a,
.v373-storefront-runtime.storefront-theme-dark [data-storefront-merchant-footer="v866"] button{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
}

/* v867: final storefront light footer readability + exact marketplace-style theme switcher.
   This must beat the protected v373 header button hard-stops and global dark-mode leakage. */
#root .public-storefront-page .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"],
#root .public-storefront-page .storefront-header button.storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"]{
  display:inline-flex!important;
  align-items:center!important;
  gap:.375rem!important;
  border-radius:1rem!important;
  padding:.5rem .625rem!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
#root .public-storefront-page.storefront-theme-light .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"],
#root .public-storefront-page.storefront-theme-light .storefront-header button.storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"],
html.dark #root .public-storefront-page.storefront-theme-light .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"],
html.dark #root .public-storefront-page.storefront-theme-light .storefront-header button.storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"]{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  color:#1e293b!important;
  -webkit-text-fill-color:#1e293b!important;
  box-shadow:0 1px 2px rgba(15,23,42,.06)!important;
}
#root .public-storefront-page.storefront-theme-dark .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"],
#root .public-storefront-page.storefront-theme-dark .storefront-header button.storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"]{
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:none!important;
}
#root .public-storefront-page .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"] *,
#root .public-storefront-page .storefront-header button.storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"] *,
#root .public-storefront-page .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"] svg,
#root .public-storefront-page .storefront-marketplace-style-theme-switch[data-storefront-theme-switch="marketplace-style"] svg *{
  color:currentColor!important;
  -webkit-text-fill-color:currentColor!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"],
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"],
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"],
html.dark #root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"]{
  background:transparent!important;
  color:#334155!important;
  -webkit-text-fill-color:initial!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] > div,
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] > div,
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] > div,
html.dark #root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] > div{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  color:#334155!important;
  -webkit-text-fill-color:initial!important;
  box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
}
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] *,
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] *,
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] *,
html.dark #root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] *{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] [data-storefront-footer-brand-title="true"],
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] .text-slate-950,
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] [data-storefront-footer-brand-title="true"],
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] .text-slate-950,
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] [data-storefront-footer-brand-title="true"],
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] .text-slate-950{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
#root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] svg,
#root .public-storefront-page.storefront-theme-brand [data-storefront-merchant-footer="v867"] svg,
html.dark #root .public-storefront-page.storefront-theme-light [data-storefront-merchant-footer="v867"] svg{
  color:#7c3aed!important;
  stroke:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
#root .public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v867"] > div{
  background:rgba(15,23,42,.92)!important;
  border-color:rgba(148,163,184,.25)!important;
  color:#e2e8f0!important;
  -webkit-text-fill-color:initial!important;
}
#root .public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v867"] *,
#root .public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v867"] a,
#root .public-storefront-page.storefront-theme-dark [data-storefront-merchant-footer="v867"] button{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
}

/* v873: keep the known-working v867 floating cart visible while preventing the
   body-portal wrapper from adding a second full-height storefront page after
   an item/room is added to the cart. The trigger keeps the v867 classes and
   fixed positioning; only the portal wrapper is removed from document flow. */
html body > .storefront-floating-cart-portal-root.public-storefront-page,
html body > .storefront-floating-cart-portal-root.v373-storefront-runtime,
body > .storefront-floating-cart-portal-root.public-storefront-page,
body > .storefront-floating-cart-portal-root.v373-storefront-runtime,
.storefront-floating-cart-portal-root.public-storefront-page,
.storefront-floating-cart-portal-root.v373-storefront-runtime{
  position:fixed!important;
  inset:0 auto auto 0!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:visible!important;
  display:block!important;
  background:transparent!important;
  box-shadow:none!important;
  pointer-events:none!important;
  z-index:10001!important;
  contain:layout paint style!important;
}
html body > .storefront-floating-cart-portal-root.public-storefront-page:has(.storefront-floating-cart-trigger),
html body > .storefront-floating-cart-portal-root.v373-storefront-runtime:has(.storefront-floating-cart-trigger),
.storefront-floating-cart-portal-root.public-storefront-page:has(.storefront-floating-cart-trigger),
.storefront-floating-cart-portal-root.v373-storefront-runtime:has(.storefront-floating-cart-trigger){
  padding:0!important;
  margin:0!important;
  min-height:0!important;
  height:0!important;
}
.storefront-floating-cart-portal-root.public-storefront-page .storefront-floating-cart-trigger,
.storefront-floating-cart-portal-root.v373-storefront-runtime .storefront-floating-cart-trigger{
  pointer-events:auto!important;
  visibility:visible!important;
  opacity:1!important;
}

/* v874: the floating cart keeps the working v867 visual skin, but the body portal
   must never reuse the full .public-storefront-page shell. That shell carries
   mobile min-height/padding rules and can become a second blank storefront page
   after a cart item/room is added. */
html body > .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"],
body > .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"]{
  position:fixed!important;
  inset:0 auto auto 0!important;
  display:block!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  pointer-events:none!important;
  z-index:10001!important;
  contain:layout paint style!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger{
  pointer-events:auto!important;
  position:fixed!important;
  left:var(--storefront-floating-cart-x,auto)!important;
  top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
  right:auto!important;
  bottom:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:.75rem!important;
  width:auto!important;
  max-width:min(calc(100vw - 1.8rem),18rem)!important;
  min-width:0!important;
  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#0f172a,#4f46e5,#db2777)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.32)!important;
  padding:.68rem .92rem!important;
  cursor:grab!important;
  text-align:left!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
  touch-action:none!important;
  -moz-user-select:none!important;
       user-select:none!important;
  -webkit-user-select:none!important;
  z-index:10002!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
  left:auto!important;
  right:calc(env(safe-area-inset-right) + 1rem)!important;
  top:calc(env(safe-area-inset-top) + 58vh)!important;
  bottom:auto!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"]{
  left:var(--storefront-floating-cart-x)!important;
  right:auto!important;
  top:var(--storefront-floating-cart-y)!important;
  bottom:auto!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger:active,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger:active{
  cursor:grabbing!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger *,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger-icon,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger-icon{
  display:grid!important;
  height:2.25rem!important;
  width:2.25rem!important;
  flex:0 0 auto!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger-copy,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger-copy{
  display:grid!important;
  min-width:0!important;
  gap:.1rem!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger-label,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger-label{
  font-size:.86rem!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.storefront-floating-cart-v867-skin .storefront-floating-cart-trigger-meta,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger-meta{
  max-width:10.5rem!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:.72rem!important;
  line-height:1.2!important;
  font-weight:800!important;
}
@media (max-width:1023.98px){
  .storefront-floating-cart-v867-skin .storefront-floating-cart-trigger,
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger{
    left:var(--storefront-floating-cart-x,auto)!important;
    top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
    right:auto!important;
    bottom:auto!important;
    max-width:min(calc(100vw - 1.5rem),18rem)!important;
    transform:none!important;
  }
}
@media (max-width:420px){
  .storefront-floating-cart-v867-skin .storefront-floating-cart-trigger,
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger{
    top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 60vh))!important;
    max-width:min(calc(100vw - 1.6rem),17rem)!important;
  }
}


/* Frontend v875: keep the v867 floating cart visible while preventing a filled
   mobile cart review from creating a long cart-dependent section at the base of
   the storefront. The footer remains a normal static footer; only the in-page
   cart review is reordered above the catalog on mobile once it has items. */
@media (max-width: 1023.98px){
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-catalog-column="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-catalog-column="true"]{
    order:2!important;
    min-width:0!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"]{
    order:1!important;
    margin-top:0!important;
    margin-bottom:.35rem!important;
    width:100%!important;
    max-width:27rem!important;
    justify-self:center!important;
    align-self:center!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"] .storefront-floating-cart-card,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"] .storefront-floating-cart-card{
    max-height:min(76vh,42rem)!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"] .storefront-handoff-body,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="above-catalog"] .storefront-handoff-body{
    padding:1rem!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="empty"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-review="empty"]{
    order:3!important;
  }
}


/* Frontend v877: v876 fixed the cart base gap, but the detached v867 cart shell
   lost its default anchor because both left and right were auto until the user
   dragged it. Keep the detached/no-footprint shell, and explicitly anchor the
   default floating cart in the viewport in both light and dark themes. */
@media (max-width:1023.98px){
  .storefront-floating-cart-v867-skin .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
    left:auto!important;
    right:calc(env(safe-area-inset-right) + .85rem)!important;
    top:calc(env(safe-area-inset-top) + 58vh)!important;
    bottom:auto!important;
    display:inline-flex!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:10002!important;
  }
}
@media (max-width:420px){
  .storefront-floating-cart-v867-skin .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
    right:calc(env(safe-area-inset-right) + .75rem)!important;
    top:calc(env(safe-area-inset-top) + 60vh)!important;
  }
}

/* Frontend v878: render the storefront floating cart as an in-page fixed control,
   not through BrowserPortal. The wrapper remains fixed/zero-footprint so it cannot
   create the long base gap, while the trigger keeps the working v867 visual skin
   and a reliable default viewport anchor in both light and dark themes. */
.public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"],
.v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"],
[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"]{
  position:fixed!important;
  inset:0 auto auto 0!important;
  display:block!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  pointer-events:none!important;
  z-index:2147483000!important;
  contain:layout paint style!important;
}
.public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger,
.v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger,
[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger{
  pointer-events:auto!important;
  position:fixed!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:.75rem!important;
  width:auto!important;
  max-width:min(calc(100vw - 1.5rem),18rem)!important;
  min-width:0!important;
  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#0f172a,#4f46e5,#db2777)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.32)!important;
  padding:.68rem .92rem!important;
  cursor:grab!important;
  text-align:left!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
  touch-action:none!important;
  -moz-user-select:none!important;
       user-select:none!important;
  -webkit-user-select:none!important;
  z-index:2147483001!important;
}
.public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
.v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
  left:auto!important;
  right:calc(env(safe-area-inset-right) + 1rem)!important;
  top:calc(env(safe-area-inset-top) + 58vh)!important;
  bottom:auto!important;
}
.public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"],
.v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"],
[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"]{
  left:var(--storefront-floating-cart-x)!important;
  right:auto!important;
  top:var(--storefront-floating-cart-y)!important;
  bottom:auto!important;
}
.public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger *,
.v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger *,
[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  visibility:visible!important;
}
@media (max-width:420px){
  .public-storefront-page [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  .v373-storefront-runtime [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  [data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
    right:calc(env(safe-area-inset-right) + .75rem)!important;
    top:calc(env(safe-area-inset-top) + 60vh)!important;
  }
}

/* v879: hard restore floating cart as an always-visible, zero-footprint fixed control.
   This does not rely on .public-storefront-page or .v373-storefront-runtime ancestry because
   the cart is intentionally detached from the page shell to prevent bottom empty-page growth. */
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"]{
  position:fixed!important;
  inset:0 auto auto 0!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  pointer-events:none!important;
  z-index:2147483000!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"] .storefront-floating-cart-trigger{
  position:fixed!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:.72rem!important;
  width:auto!important;
  min-width:0!important;
  max-width:min(calc(100vw - 1.8rem),18rem)!important;
  height:auto!important;
  min-height:3.25rem!important;
  padding:.68rem .92rem!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.35)!important;
  background:linear-gradient(135deg,#0f172a,#4f46e5,#db2777)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.34)!important;
  pointer-events:auto!important;
  cursor:grab!important;
  touch-action:none!important;
  -moz-user-select:none!important;
       user-select:none!important;
  -webkit-user-select:none!important;
  z-index:2147483001!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
}
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
  left:auto!important;
  right:max(1rem,env(safe-area-inset-right))!important;
  top:calc(env(safe-area-inset-top) + 58vh)!important;
  bottom:auto!important;
}
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"],
.storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="custom"]{
  left:var(--storefront-floating-cart-x,auto)!important;
  top:var(--storefront-floating-cart-y,calc(env(safe-area-inset-top) + 58vh))!important;
  right:auto!important;
  bottom:auto!important;
}
.storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger *,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger *,
.storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"] .storefront-floating-cart-trigger *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}
@media (max-width:420px){
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-shell="detached"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-render="in-page-fixed-zero-footprint"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"],
  .storefront-floating-cart-portal-root[data-storefront-floating-cart-portal="in-page-fixed"] .storefront-floating-cart-trigger[data-storefront-floating-cart-position="default"]{
    right:max(.8rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 60vh)!important;
    max-width:min(calc(100vw - 1.6rem),17rem)!important;
  }
}

/* Frontend v880: rebuilt storefront floating cart from scratch. The button is a
   direct fixed viewport control, not a portal and not a page-shell child. This
   makes it visible in protected storefront runtime while keeping zero document
   footprint so the bottom empty-page bug cannot return. */
.sabihq-storefront-fixed-cart-button{
  position:fixed!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:.72rem!important;
  width:auto!important;
  max-width:min(calc(100vw - 1.5rem),18rem)!important;
  min-height:3.25rem!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.35)!important;
  background:linear-gradient(135deg,#0f172a,#4f46e5,#db2777)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.34)!important;
  padding:.68rem .92rem!important;
  cursor:grab!important;
  text-align:left!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  touch-action:none!important;
  -moz-user-select:none!important;
       user-select:none!important;
  -webkit-user-select:none!important;
  transform:none!important;
  z-index:2147483001!important;
  margin:0!important;
  float:none!important;
  contain:paint style!important;
}
.sabihq-storefront-fixed-cart-button[data-storefront-floating-cart-position="default"]{
  left:auto!important;
  right:max(1rem,env(safe-area-inset-right))!important;
  top:calc(env(safe-area-inset-top) + 58vh)!important;
  bottom:auto!important;
}
.sabihq-storefront-fixed-cart-button[data-storefront-floating-cart-position="custom"]{
  right:auto!important;
  bottom:auto!important;
}
.sabihq-storefront-fixed-cart-button:active{ cursor:grabbing!important; }
.sabihq-storefront-fixed-cart-button *,
.sabihq-storefront-fixed-cart-button__icon,
.sabihq-storefront-fixed-cart-button__copy,
.sabihq-storefront-fixed-cart-button__label,
.sabihq-storefront-fixed-cart-button__meta{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.sabihq-storefront-fixed-cart-button__icon{
  display:grid!important;
  height:2.25rem!important;
  width:2.25rem!important;
  flex:0 0 auto!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
}
.sabihq-storefront-fixed-cart-button__copy{
  display:grid!important;
  min-width:0!important;
  gap:.1rem!important;
}
.sabihq-storefront-fixed-cart-button__label{
  font-size:.86rem!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.sabihq-storefront-fixed-cart-button__meta{
  max-width:10.5rem!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:.72rem!important;
  line-height:1.2!important;
  font-weight:800!important;
}
@media (max-width:420px){
  .sabihq-storefront-fixed-cart-button[data-storefront-floating-cart-position="default"]{
    right:max(.8rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 60vh)!important;
    max-width:min(calc(100vw - 1.6rem),17rem)!important;
  }
}

/* Frontend v889: mobile storefront cart mirrors desktop. The floating cart is
   only a draggable viewport shortcut; the actual checkout remains a static
   in-page cart panel and the shortcut scrolls/focuses that panel. */
@media (max-width: 1023.98px){
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] .storefront-catalog-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-catalog-column="true"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-catalog-column="true"]{
    order:initial!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-checkout="static"],
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-checkout="static"]{
    order:initial!important;
    position:static!important;
    margin-top:1rem!important;
    margin-bottom:0!important;
    width:100%!important;
    max-width:27rem!important;
    justify-self:center!important;
    align-self:start!important;
  }
  .public-storefront-page[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-checkout="static"] .storefront-floating-cart-card,
  .v373-storefront-runtime[data-storefront-mobile-customer-layout="v860"] [data-storefront-mobile-cart-checkout="static"] .storefront-floating-cart-card{
    max-height:none!important;
    overflow:visible!important;
  }
}


/* Frontend v890: mobile floating cart mirrors desktop and stays readable.
   The cart is a draggable fixed shortcut only; checkout remains the static
   #storefront-main-cart-interface panel. Light theme must never turn the
   gradient cart label black. */
.sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"]{
  position:fixed!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  z-index:2147483001!important;
}
.sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"] *,
.sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"] svg,
.sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"] .sabihq-storefront-fixed-cart-button__label,
.sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"] .sabihq-storefront-fixed-cart-button__meta{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  stroke:currentColor!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
@media (max-width:1023.98px){
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"]{
    display:inline-flex!important;
    pointer-events:auto!important;
    touch-action:none!important;
    cursor:grab!important;
  }
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-mode^="desktop-mirror"][data-storefront-floating-cart-position="default"]{
    left:auto!important;
    right:max(.9rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 58vh)!important;
    bottom:auto!important;
  }
}

/* Frontend v893: mobile storefront floating cart remains body-level fixed,
   but only the default state is anchored on the right. Once dragged, React owns
   both left and top so the cart can move freely across X and Y instead of being
   locked to a horizontal line by an !important top rule. */
@media (max-width:1023.98px){
  body > .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"],
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"]{
    position:fixed!important;
    z-index:2147483001!important;
    bottom:auto!important;
    transform:none!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    touch-action:none!important;
    cursor:grab!important;
  }
  body > .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"][data-storefront-floating-cart-position="default"],
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"][data-storefront-floating-cart-position="default"]{
    left:auto!important;
    right:max(1rem,env(safe-area-inset-right))!important;
    top:calc(env(safe-area-inset-top) + 58vh)!important;
  }
  body > .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"][data-storefront-floating-cart-position="custom"],
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"][data-storefront-floating-cart-position="custom"]{
    right:auto!important;
    bottom:auto!important;
  }
  body > .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"] *,
  .sabihq-storefront-fixed-cart-button[data-storefront-mobile-floating-cart-persistence^="body-portal-viewport-fixed"] *{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    opacity:1!important;
  }
}

/* Frontend v891: mobile customer reviews must remain readable in storefront light theme. */
@media (max-width:767.98px){
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section > div,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section > div,
  .storefront-theme-light .storefront-public-reviews-section > div{
    background:#fff!important;
    border-color:#e2e8f0!important;
    color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section h2,
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section p,
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section span,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section h2,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section p,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section span,
  .storefront-theme-light .storefront-public-reviews-section h2,
  .storefront-theme-light .storefront-public-reviews-section p,
  .storefront-theme-light .storefront-public-reviews-section span{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section .text-sabi-purple,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section .text-sabi-purple,
  .storefront-theme-light .storefront-public-reviews-section .text-sabi-purple{
    color:#7c3aed!important;
    -webkit-text-fill-color:#7c3aed!important;
  }
  .public-storefront-page.storefront-theme-light .storefront-public-review-empty-state,
  .public-storefront-page.storefront-theme-light .storefront-public-review-card,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-review-empty-state,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-review-card,
  .storefront-theme-light .storefront-public-review-empty-state,
  .storefront-theme-light .storefront-public-review-card{
    background:#f8fafc!important;
    border-color:#cbd5e1!important;
    color:#334155!important;
    -webkit-text-fill-color:#334155!important;
  }
}

/* Frontend v894: desktop + mobile storefront light-theme hospitality visibility hard stop.
   Room cards, booking handoff, stay dates, totals, CTAs, and public reviews must stay readable
   on white/light surfaces across desktop and mobile. Keep this near the end so broad theme
   text-fill rules cannot hide customer-facing booking copy again. */
.public-storefront-page.storefront-theme-light .storefront-product-card,
.public-storefront-page.storefront-theme-light .storefront-floating-cart-card,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel,
.public-storefront-page.storefront-theme-light .storefront-handoff-body,
.public-storefront-page.storefront-theme-light .storefront-public-reviews-section > div,
.v373-storefront-runtime.storefront-theme-light .storefront-product-card,
.v373-storefront-runtime.storefront-theme-light .storefront-floating-cart-card,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-panel,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-body,
.v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section > div,
.storefront-theme-light .storefront-product-card,
.storefront-theme-light .storefront-floating-cart-card,
.storefront-theme-light .storefront-handoff-panel,
.storefront-theme-light .storefront-handoff-body,
.storefront-theme-light .storefront-public-reviews-section > div{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
.public-storefront-page.storefront-theme-light .storefront-product-card p,
.public-storefront-page.storefront-theme-light .storefront-product-card h3,
.public-storefront-page.storefront-theme-light .storefront-product-card span,
.public-storefront-page.storefront-theme-light .storefront-room-price-block p,
.public-storefront-page.storefront-theme-light .storefront-handoff-body p,
.public-storefront-page.storefront-theme-light .storefront-handoff-body h3,
.public-storefront-page.storefront-theme-light .storefront-handoff-body span,
.public-storefront-page.storefront-theme-light .storefront-handoff-line p,
.public-storefront-page.storefront-theme-light .storefront-handoff-line span,
.public-storefront-page.storefront-theme-light .storefront-handoff-date-box p,
.public-storefront-page.storefront-theme-light .storefront-handoff-date-box span,
.public-storefront-page.storefront-theme-light .storefront-public-reviews-section h2,
.public-storefront-page.storefront-theme-light .storefront-public-reviews-section p,
.public-storefront-page.storefront-theme-light .storefront-public-reviews-section span,
.v373-storefront-runtime.storefront-theme-light .storefront-product-card p,
.v373-storefront-runtime.storefront-theme-light .storefront-product-card h3,
.v373-storefront-runtime.storefront-theme-light .storefront-product-card span,
.v373-storefront-runtime.storefront-theme-light .storefront-room-price-block p,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-body p,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-body h3,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-body span,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-line p,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-line span,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-date-box p,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-date-box span,
.v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section h2,
.v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section p,
.v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section span,
.storefront-theme-light .storefront-product-card p,
.storefront-theme-light .storefront-product-card h3,
.storefront-theme-light .storefront-product-card span,
.storefront-theme-light .storefront-room-price-block p,
.storefront-theme-light .storefront-handoff-body p,
.storefront-theme-light .storefront-handoff-body h3,
.storefront-theme-light .storefront-handoff-body span,
.storefront-theme-light .storefront-handoff-line p,
.storefront-theme-light .storefront-handoff-line span,
.storefront-theme-light .storefront-handoff-date-box p,
.storefront-theme-light .storefront-handoff-date-box span,
.storefront-theme-light .storefront-public-reviews-section h2,
.storefront-theme-light .storefront-public-reviews-section p,
.storefront-theme-light .storefront-public-reviews-section span{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  text-shadow:none!important;
}
.public-storefront-page.storefront-theme-light .storefront-product-description,
.public-storefront-page.storefront-theme-light .storefront-card-helper-text,
.public-storefront-page.storefront-theme-light .storefront-handoff-body > p,
.public-storefront-page.storefront-theme-light .storefront-public-review-empty-state p,
.v373-storefront-runtime.storefront-theme-light .storefront-product-description,
.v373-storefront-runtime.storefront-theme-light .storefront-card-helper-text,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-body > p,
.v373-storefront-runtime.storefront-theme-light .storefront-public-review-empty-state p,
.storefront-theme-light .storefront-product-description,
.storefront-theme-light .storefront-card-helper-text,
.storefront-theme-light .storefront-handoff-body > p,
.storefront-theme-light .storefront-public-review-empty-state p{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-light .storefront-card-estimated-total-line,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel .text-sabi-purple,
.public-storefront-page.storefront-theme-light .storefront-public-reviews-section .text-sabi-purple,
.v373-storefront-runtime.storefront-theme-light .storefront-card-estimated-total-line,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-panel .text-sabi-purple,
.v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section .text-sabi-purple,
.storefront-theme-light .storefront-card-estimated-total-line,
.storefront-theme-light .storefront-handoff-panel .text-sabi-purple,
.storefront-theme-light .storefront-public-reviews-section .text-sabi-purple{
  color:#7c3aed!important;
  -webkit-text-fill-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-light .storefront-room-deposit-line,
.public-storefront-page.storefront-theme-light .storefront-handoff-line .storefront-room-deposit-line,
.v373-storefront-runtime.storefront-theme-light .storefront-room-deposit-line,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-line .storefront-room-deposit-line,
.storefront-theme-light .storefront-room-deposit-line,
.storefront-theme-light .storefront-handoff-line .storefront-room-deposit-line{
  color:#92400e!important;
  -webkit-text-fill-color:#92400e!important;
}
.public-storefront-page.storefront-theme-light .storefront-availability-line,
.public-storefront-page.storefront-theme-light .storefront-card-status-badge,
.v373-storefront-runtime.storefront-theme-light .storefront-availability-line,
.v373-storefront-runtime.storefront-theme-light .storefront-card-status-badge,
.storefront-theme-light .storefront-availability-line,
.storefront-theme-light .storefront-card-status-badge{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  border-color:#a7f3d0!important;
  --tw-ring-color:#a7f3d0!important;
}
.public-storefront-page.storefront-theme-light .storefront-availability-line *,
.public-storefront-page.storefront-theme-light .storefront-card-status-badge *,
.v373-storefront-runtime.storefront-theme-light .storefront-availability-line *,
.v373-storefront-runtime.storefront-theme-light .storefront-card-status-badge *,
.storefront-theme-light .storefront-availability-line *,
.storefront-theme-light .storefront-card-status-badge *{
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  stroke:#047857!important;
}
.public-storefront-page.storefront-theme-light .storefront-card-availability-pill,
.public-storefront-page.storefront-theme-light .storefront-card-meta-chip,
.public-storefront-page.storefront-theme-light .storefront-card-media-count,
.public-storefront-page.storefront-theme-light .storefront-handoff-line,
.public-storefront-page.storefront-theme-light .storefront-handoff-date-box,
.public-storefront-page.storefront-theme-light .storefront-date-control,
.public-storefront-page.storefront-theme-light .storefront-public-review-empty-state,
.public-storefront-page.storefront-theme-light .storefront-public-review-card,
.v373-storefront-runtime.storefront-theme-light .storefront-card-availability-pill,
.v373-storefront-runtime.storefront-theme-light .storefront-card-meta-chip,
.v373-storefront-runtime.storefront-theme-light .storefront-card-media-count,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-line,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-date-box,
.v373-storefront-runtime.storefront-theme-light .storefront-date-control,
.v373-storefront-runtime.storefront-theme-light .storefront-public-review-empty-state,
.v373-storefront-runtime.storefront-theme-light .storefront-public-review-card,
.storefront-theme-light .storefront-card-availability-pill,
.storefront-theme-light .storefront-card-meta-chip,
.storefront-theme-light .storefront-card-media-count,
.storefront-theme-light .storefront-handoff-line,
.storefront-theme-light .storefront-handoff-date-box,
.storefront-theme-light .storefront-date-control,
.storefront-theme-light .storefront-public-review-empty-state,
.storefront-theme-light .storefront-public-review-card{
  background:#f8fafc!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:#cbd5e1!important;
  --tw-ring-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-light .storefront-date-input,
.v373-storefront-runtime.storefront-theme-light .storefront-date-input,
.storefront-theme-light .storefront-date-input{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  background:transparent!important;
  color-scheme:light!important;
}
.public-storefront-page.storefront-theme-light .storefront-card-primary-cta,
.public-storefront-page.storefront-theme-light .storefront-card-primary-cta *,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel button.bg-slate-950,
.public-storefront-page.storefront-theme-light .storefront-handoff-panel button.bg-slate-950 *,
.v373-storefront-runtime.storefront-theme-light .storefront-card-primary-cta,
.v373-storefront-runtime.storefront-theme-light .storefront-card-primary-cta *,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-panel button.bg-slate-950,
.v373-storefront-runtime.storefront-theme-light .storefront-handoff-panel button.bg-slate-950 *,
.storefront-theme-light .storefront-card-primary-cta,
.storefront-theme-light .storefront-card-primary-cta *,
.storefront-theme-light .storefront-handoff-panel button.bg-slate-950,
.storefront-theme-light .storefront-handoff-panel button.bg-slate-950 *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
@media (max-width:767.98px), (min-width:768px){
  .public-storefront-page.storefront-theme-light .storefront-product-card,
  .public-storefront-page.storefront-theme-light .storefront-handoff-panel,
  .public-storefront-page.storefront-theme-light .storefront-public-reviews-section,
  .v373-storefront-runtime.storefront-theme-light .storefront-product-card,
  .v373-storefront-runtime.storefront-theme-light .storefront-handoff-panel,
  .v373-storefront-runtime.storefront-theme-light .storefront-public-reviews-section,
  .storefront-theme-light .storefront-product-card,
  .storefront-theme-light .storefront-handoff-panel,
  .storefront-theme-light .storefront-public-reviews-section{
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    mix-blend-mode:normal!important;
  }
}

/* v895: Marketplace Wakanow-inspired search portal hero.
   Keep the redesigned marketplace hero as a compact portal-style search card:
   tabs first, search/location/date fields together, and the storefront-first flow
   visible on desktop and mobile without cloning any third-party brand styling. */
main[data-marketplace-theme] [data-marketplace-wakanow-style-tabs="true"]{
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
}
main[data-marketplace-theme] [data-marketplace-wakanow-style-tabs="true"]::-webkit-scrollbar{
  display:none!important;
}
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-wakanow-inspired-hero="true"]{
    margin-top:.65rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-wakanow-style-search-card="true"]{
    margin-top:.85rem!important;
    padding:.6rem!important;
    border-radius:1.25rem!important;
    box-shadow:0 16px 44px rgba(15,23,42,.14)!important;
  }
  main[data-marketplace-theme] [data-marketplace-wakanow-style-tabs="true"]{
    gap:.35rem!important;
    border-radius:1rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-search-tab="true"]{
    min-width:6.6rem!important;
    padding:.6rem .65rem!important;
    border-radius:.85rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-wakanow-search-fields="true"]{
    gap:.55rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-wakanow-search-fields="true"] > label,
  main[data-marketplace-theme] [data-marketplace-wakanow-date-search="true"]{
    border-radius:1rem!important;
    padding:.72rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-mobile-short-headline="true"]{
    white-space:normal!important;
    max-width:22rem!important;
  }
  main[data-marketplace-theme] [data-marketplace-wakanow-flow-strip="true"]{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  main[data-marketplace-theme] [data-marketplace-storefront-first-disclaimer="true"]{
    display:none!important;
  }
}
@media (min-width:1024px){
  main[data-marketplace-theme] [data-marketplace-wakanow-style-search-card="true"]{
    transform:translateY(.25rem)!important;
  }
}

/* v897: Marketplace hero tab clarity and conservative card-height parity from v895.
   Reapplies the requested v896 refinements on the stable v895 layout without
   changing the marketplace result grid/column structure that caused formatting drift. */
main[data-marketplace-theme] [data-marketplace-hero-tabs-centered="v897-from-v895"]{
  justify-content:flex-start!important;
  text-align:center!important;
}
main[data-marketplace-theme] [data-marketplace-hero-tabs-centered="v897-from-v895"] [data-marketplace-search-tab="true"]{
  text-align:center!important;
}
main[data-marketplace-theme="light"] [data-marketplace-industry-selected="true"]{
  background:linear-gradient(135deg,#3430ff 0%,#7c3aed 48%,#db2777 100%)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(79,70,229,.32)!important;
  box-shadow:0 14px 32px rgba(79,70,229,.22)!important;
}
main[data-marketplace-theme="light"] [data-marketplace-industry-selected="true"] *,
html.dark main[data-marketplace-theme="light"] [data-marketplace-industry-selected="true"] *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
main[data-marketplace-theme="dark"] [data-marketplace-industry-selected="true"]{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  box-shadow:0 14px 32px rgba(255,255,255,.16)!important;
}
main[data-marketplace-theme="dark"] [data-marketplace-industry-selected="true"] *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-compact-image="v897-from-v895"]{
  min-height:132px!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-compact-body="v897-from-v895"]{
  padding:.85rem!important;
  min-height:0!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-card-description="true"]{
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  margin-top:.35rem!important;
  font-size:.78rem!important;
  line-height:1.15rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-card-price-block="true"],
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-card-meta-chips="true"]{
  margin-top:.55rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-card-meta-chips="true"] span:nth-child(n+5){
  display:none!important;
}
main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-card-cta="true"]{
  padding:.62rem .8rem!important;
  min-height:2.25rem!important;
}
@media (min-width:768px){
  main[data-marketplace-theme] [data-marketplace-hero-tabs-centered="v897-from-v895"]{
    justify-content:center!important;
  }
}
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-hero-tabs-centered="v897-from-v895"]{
    justify-content:flex-start!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-compact-image="v897-from-v895"]{
    min-height:150px!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-density="v897-from-v895"] [data-marketplace-compact-body="v897-from-v895"]{
    padding:.9rem!important;
  }
}

/* v898: Marketplace card height reduction.
   Keeps the stable v895/v897 Marketplace grid and formatting intact while reducing
   only the scoped card internals by roughly 25% for a storefront-card rhythm. */
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"]{
  min-height:0!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-image-reduction="v898-25-percent"]{
  min-height:99px!important;
  aspect-ratio:5/3.35!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-body-reduction="v898-25-percent"]{
  padding:.62rem!important;
  gap:0!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-subtitle="true"]{
  font-size:.55rem!important;
  line-height:.8rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] h3{
  font-size:.82rem!important;
  line-height:1.05rem!important;
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-description="true"]{
  -webkit-line-clamp:1!important;
  line-clamp:1!important;
  margin-top:.22rem!important;
  font-size:.68rem!important;
  line-height:.95rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-availability-line="true"],
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-price-block="true"],
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-meta-chips="true"],
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-trust-badges="true"]{
  margin-top:.35rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-availability-line="true"] span,
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-meta-chips="true"] span{
  padding:.2rem .45rem!important;
  font-size:.6rem!important;
  line-height:.75rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-price-large="true"]{
  font-size:1rem!important;
  line-height:1.2rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-stay-line="true"],
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-deposit-line="true"],
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-estimated-total-line="true"]{
  font-size:.66rem!important;
  line-height:.9rem!important;
  margin-top:.15rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-meta-chips="true"] span:nth-child(n+4),
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-trust-badges="true"] span:nth-child(n+3){
  display:none!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-cta="true"]{
  min-height:1.8rem!important;
  padding:.42rem .65rem!important;
  font-size:.62rem!important;
  border-radius:.55rem!important;
}
main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-expanded-body="true"] > div:last-child{
  padding-top:.55rem!important;
}
@media (max-width:639px){
  main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-image-reduction="v898-25-percent"]{
    min-height:112px!important;
    aspect-ratio:16/9!important;
  }
  main[data-marketplace-theme] [data-marketplace-card-height-reduction="v898-25-percent"] [data-marketplace-card-body-reduction="v898-25-percent"]{
    padding:.7rem!important;
  }
}


/* v900: Marketplace mobile professional polish.
   Keeps the stable v895/v897/v898/v899 structure while making the hero tabs fit
   in one viewport, strengthening the selected tab, and tightening mobile cards. */
main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"]{
  overflow-x:hidden!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  width:100%!important;
}
main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"] [data-marketplace-search-tab="true"]{
  min-width:0!important;
  width:100%!important;
  min-height:3rem!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:normal!important;
}
main[data-marketplace-theme="light"][data-marketplace-mobile-professional-polish="v900"] [data-marketplace-industry-selected="true"]{
  transform:translateY(-1px)!important;
  border-color:rgba(79,70,229,.42)!important;
  box-shadow:0 12px 28px rgba(79,70,229,.24), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
main[data-marketplace-theme="dark"][data-marketplace-mobile-professional-polish="v900"] [data-marketplace-industry-selected="true"]{
  transform:translateY(-1px)!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 12px 28px rgba(255,255,255,.13), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-search-card-polish="v900"]{
  isolation:isolate!important;
}
@media (max-width:639px){
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-background="true"]{
    padding-left:.75rem!important;
    padding-right:.75rem!important;
    padding-bottom:1rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-copy-panel="true"]{
    margin-top:.35rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-headline="true"]{
    max-width:19rem!important;
    font-size:2.15rem!important;
    line-height:2.35rem!important;
    letter-spacing:-.055em!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-subcopy="true"]{
    max-width:21rem!important;
    font-size:.78rem!important;
    line-height:1.2rem!important;
    margin-top:.55rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-search-card-polish="v900"]{
    margin-top:.85rem!important;
    border-radius:1.35rem!important;
    padding:.5rem!important;
    box-shadow:0 18px 50px rgba(15,23,42,.14)!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"]{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:.25rem!important;
    border-radius:1rem!important;
    padding:.25rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"] [data-marketplace-search-tab="true"]{
    border-radius:.85rem!important;
    padding:.52rem .2rem!important;
    min-height:2.6rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"] [data-marketplace-search-tab="true"] span:first-child{
    font-size:.62rem!important;
    line-height:.8rem!important;
    letter-spacing:-.01em!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-wakanow-search-fields="true"]{
    margin-top:.5rem!important;
    gap:.45rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-wakanow-search-fields="true"] label,
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-date-panel="true"]{
    border-radius:1rem!important;
    padding:.65rem!important;
    font-size:.62rem!important;
    letter-spacing:.09em!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-wakanow-search-fields="true"] input{
    min-height:2.35rem!important;
    font-size:.9rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-search-submit="true"]{
    min-height:2.75rem!important;
    border-radius:1rem!important;
    font-size:.78rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-search-clear="true"]{
    min-height:2.35rem!important;
    border-radius:1rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-results-section="true"]{
    padding-top:1.1rem!important;
    padding-left:.75rem!important;
    padding-right:.75rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-result-headline="true"]{
    font-size:1.12rem!important;
    line-height:1.35rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-grouped-results="true"]{
    gap:.75rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-results-grid-polish="v900"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-listing-grid="true"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.55rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-card-polish="v900"]{
    border-radius:.95rem!important;
    box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-card-image-polish="v900"]{
    min-height:88px!important;
    aspect-ratio:1.18/1!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-logo="true"]{
    display:none!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-card-body-polish="v900"]{
    padding:.5rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-subtitle="true"]{
    display:none!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-mobile-card-body-polish="v900"] h3{
    font-size:.72rem!important;
    line-height:.92rem!important;
    -webkit-line-clamp:2!important;
    line-clamp:2!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-description="true"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-availability-line="true"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-meta-chips="true"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-trust-badges="true"]{
    display:none!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-price-block="true"]{
    display:block!important;
    margin-top:.35rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-price-block="true"] > span{
    display:none!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-price-large="true"]{
    font-size:.85rem!important;
    line-height:1rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-stay-line="true"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-deposit-line="true"],
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-estimated-total-line="true"]{
    font-size:.55rem!important;
    line-height:.75rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-cta="true"]{
    margin-top:.45rem!important;
    min-height:1.65rem!important;
    padding:.35rem .45rem!important;
    font-size:.55rem!important;
    border-radius:.55rem!important;
  }
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-card-expanded-body="true"] > div:last-child{
    padding-top:.35rem!important;
  }
}
@media (min-width:640px){
  main[data-marketplace-mobile-professional-polish="v900"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"]{
    max-width:42rem!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v902: Storefront professional visual polish runtime-applied for mobile and desktop.
   Scope only to public/protected storefront pages with the v901 marker. Preserve
   protected runtime/theme separation and all cart/Chioma routing behavior. */
.public-storefront-page[data-storefront-professional-polish="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"]{
  overflow-x:hidden!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header{
  box-shadow:0 10px 30px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
  border-color:rgba(226,232,240,.92)!important;
  box-shadow:0 16px 42px rgba(15,23,42,.08)!important;
  background:linear-gradient(180deg,#fff 0%,#fff 72%,#f8fafc 100%)!important;
}
.public-storefront-page.storefront-theme-dark[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
.v373-storefront-runtime.storefront-theme-dark[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
  background:linear-gradient(180deg,#0f172a 0%,#111827 72%,#0b1120 100%)!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.32)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame{
  min-height:0!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-body,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-body{
  gap:.1rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
  box-shadow:0 12px 24px rgba(15,23,42,.14)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
  box-shadow:0 16px 40px rgba(15,23,42,.08)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]{
  scrollbar-width:none!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]::-webkit-scrollbar,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]::-webkit-scrollbar{
  display:none!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative{
    max-width:104rem!important;
    padding-top:2rem!important;
    padding-bottom:2rem!important;
    grid-template-columns:minmax(0,.95fr) minmax(360px,.55fr)!important;
    gap:2.4rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy{
    align-self:center!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy h1,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy h1{
    max-width:52rem!important;
    font-size:clamp(3rem,4.2vw,5rem)!important;
    line-height:.91!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card{
    max-width:31rem!important;
    border-radius:2rem!important;
    box-shadow:0 28px 70px rgba(15,23,42,.28)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog{
    padding-top:2.15rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"]{
    grid-template-columns:minmax(0,1fr) minmax(310px,350px)!important;
    gap:1.35rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-products-grid{
    gap:.75rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame video{
    height:10.75rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-body,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-body{
    padding:.75rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card h3,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card h3{
    font-size:1.03rem!important;
    line-height:1.25rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-description,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-description{
    -webkit-line-clamp:2!important;
    line-clamp:2!important;
    font-size:.82rem!important;
    line-height:1.18rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-floating-cart-card,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-floating-cart-card{
    border-radius:1.65rem!important;
    box-shadow:0 24px 64px rgba(15,23,42,.13)!important;
  }
}
@media (max-width:767px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner{
    height:3.65rem!important;
    gap:.45rem!important;
    padding-left:.75rem!important;
    padding-right:.75rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner > a span,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner > a span{
    max-width:7.25rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-chioma-header-button,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-chioma-header-button{
    padding:.55rem .65rem!important;
    font-size:.68rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero > .relative,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero > .relative{
    max-width:100%!important;
    padding-left:.7rem!important;
    padding-right:.7rem!important;
    padding-top:.45rem!important;
    padding-bottom:.55rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card{
    border-radius:1.15rem!important;
    box-shadow:0 16px 38px rgba(15,23,42,.22)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card > div:first-child,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card > div:first-child{
    height:7.8rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info{
    left:.55rem!important;
    right:.55rem!important;
    bottom:.55rem!important;
    padding:.45rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info h2,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info h2{
    font-size:.92rem!important;
    line-height:1.1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-details,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-details{
    margin-top:.55rem!important;
    padding:.62rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog{
    padding-left:.7rem!important;
    padding-right:.7rem!important;
    padding-top:.7rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog h2,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog h2{
    font-size:1.18rem!important;
    line-height:1.35rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-handoff-date-box,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-handoff-date-box,
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
    margin-top:.6rem!important;
    border-radius:1.05rem!important;
    padding:.62rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:.35rem!important;
    overflow-x:hidden!important;
    padding-bottom:0!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"] > svg,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"] > svg{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip{
    width:100%!important;
    min-width:0!important;
    padding:.52rem .3rem!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    border-radius:.75rem!important;
    font-size:.66rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-products-grid,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.58rem!important;
    justify-items:stretch!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-products-grid{
    grid-template-columns:1fr!important;
    gap:.8rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
    max-width:none!important;
    border-radius:.95rem!important;
    box-shadow:0 12px 26px rgba(15,23,42,.08)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame video,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame video{
    height:6.6rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame video{
    height:9.4rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-body,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-body{
    padding:.45rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card h3,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card h3{
    font-size:.78rem!important;
    line-height:1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-description,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-description{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-availability-line,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-availability-line,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-availability-line,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-availability-line{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-room-price-block p:first-child,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-room-price-block p:first-child{
    font-size:.55rem!important;
    letter-spacing:.1em!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-room-price-block p:nth-child(2),
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-room-price-block p:nth-child(2){
    font-size:.9rem!important;
    line-height:1.1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
    min-height:2rem!important;
    padding:.48rem .5rem!important;
    border-radius:.72rem!important;
    font-size:.64rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"]{
    max-width:min(calc(100vw - 1rem),17rem)!important;
  }
}


/* v902: final storefront polish must be present in protected pinned runtime too.
   This block intentionally uses the v902 marker and stronger visual deltas so
   /store, /shop, /menu, /book and /go routes cannot keep serving the old v901/no-op runtime. */
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero{
  min-height:auto!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"]{
  align-items:start!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
  transform:translateZ(0)!important;
  border-radius:1.15rem!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
    margin-top:1rem!important;
    padding:.8rem!important;
    border-radius:1.35rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-products-grid{
    gap:.75rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
    min-height:2.35rem!important;
    padding:.62rem .8rem!important;
  }
}
@media (max-width:767px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-helper-copy,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-helper-copy{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
    margin-top:.4rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card h3,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card h3{
    font-size:.74rem!important;
    line-height:1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
    min-height:2.15rem!important;
    padding:.5rem .45rem!important;
    font-size:.66rem!important;
  }
}


/* v903: Storefront professional polish actually applied with stronger, visible layout deltas.
   This must affect the direct protected storefront runtime and not only dashboard/source routes. */
.public-storefront-page[data-storefront-professional-polish="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"]{
  --sabi-v903-card-media-desktop:9.25rem;
  --sabi-v903-card-media-mobile:6.25rem;
  --sabi-v903-room-media-mobile:9.25rem;
  --sabi-v903-catalog-gap:1rem;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header{
  box-shadow:0 10px 30px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner{
  max-width:90rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero{
  border-bottom-left-radius:2.4rem!important;
  border-bottom-right-radius:2.4rem!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.08)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-glow,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-glow{
  background:linear-gradient(120deg,rgba(15,23,42,.74),rgba(15,23,42,.56) 44%,rgba(124,58,237,.48))!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card{
  border-radius:2rem!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 28px 80px rgba(15,23,42,.36),0 0 0 1px rgba(255,255,255,.08) inset!important;
  backdrop-filter:blur(18px)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
  box-shadow:0 18px 45px rgba(15,23,42,.07)!important;
  border-radius:1.35rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
  border-radius:1.15rem!important;
  box-shadow:0 16px 36px rgba(15,23,42,.08)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-body,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-body{
  padding:.82rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
  min-height:2.2rem!important;
  border-radius:.85rem!important;
  padding:.55rem .7rem!important;
  font-size:.73rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-floating-cart-card,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-floating-cart-card{
  border:1px solid rgba(226,232,240,.95)!important;
  border-radius:1.45rem!important;
  box-shadow:0 26px 70px rgba(15,23,42,.16)!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-handoff-panel[data-storefront-professional-handoff="v903"],
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-handoff-panel[data-storefront-professional-handoff="v903"]{
  max-width:24rem!important;
}
.public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-helper-text,
.v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-helper-text{
  display:none!important;
}

@media (min-width:1024px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero[data-storefront-desktop-compact-hero="true"] > .relative{
    max-width:90rem!important;
    min-height:clamp(26rem,48vw,31rem)!important;
    grid-template-columns:minmax(0,1.05fr) minmax(22rem,.72fr)!important;
    gap:2rem!important;
    padding-top:3rem!important;
    padding-bottom:3rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy h1,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy h1{
    max-width:54rem!important;
    font-size:clamp(3rem,4.5vw,4.7rem)!important;
    line-height:.95!important;
    letter-spacing:-.06em!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy p,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy p{
    max-width:40rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog{
    max-width:90rem!important;
    padding-top:1.65rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-handoff-date-box,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-handoff-date-box{
    margin-top:1.1rem!important;
    border-radius:1.35rem!important;
    padding:1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
    margin-top:1rem!important;
    padding:.85rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"]{
    margin-top:1.15rem!important;
    grid-template-columns:minmax(0,1fr) minmax(20rem,24rem)!important;
    gap:1.1rem!important;
    align-items:start!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:var(--sabi-v903-catalog-gap)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame{
    min-height:var(--sabi-v903-card-media-desktop)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame video,
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-media-frame > div,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-media-frame > div{
    height:var(--sabi-v903-card-media-desktop)!important;
    min-height:var(--sabi-v903-card-media-desktop)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card h3,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card h3{
    font-size:1rem!important;
    line-height:1.18rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-description,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-description{
    -webkit-line-clamp:1!important;
    line-clamp:1!important;
    font-size:.78rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-meta-chip:nth-child(n+4),
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-meta-chip:nth-child(n+4){
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-handoff-panel[data-storefront-desktop-sticky-cart="true"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-handoff-panel[data-storefront-desktop-sticky-cart="true"]{
    top:5rem!important;
  }
}

@media (max-width:767.98px){
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner{
    height:3.35rem!important;
    padding-left:.65rem!important;
    padding-right:.65rem!important;
    gap:.35rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner > a,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner > a{
    gap:.42rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-header__inner img,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-header__inner img{
    width:2rem!important;
    height:2rem!important;
    border-radius:.8rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-theme-toggle,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-theme-toggle{
    min-width:2.25rem!important;
    padding:.45rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-theme-toggle span,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-theme-toggle span{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero{
    border-bottom-left-radius:1.1rem!important;
    border-bottom-right-radius:1.1rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero > .relative,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero > .relative{
    padding:.38rem .62rem .48rem!important;
    gap:.55rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-hidden-hero-copy{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card{
    border-radius:1rem!important;
    box-shadow:0 14px 32px rgba(15,23,42,.22)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-summary-card > div:first-child,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-summary-card > div:first-child{
    height:6.15rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info{
    inset:auto .45rem .45rem .45rem!important;
    border-radius:.85rem!important;
    padding:.38rem .45rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info h2,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-mobile-banner-info h2{
    font-size:.82rem!important;
    line-height:.95rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-hero-details,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-hero-details{
    margin-top:.45rem!important;
    padding:.52rem!important;
    border-radius:.95rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog{
    padding:.55rem .62rem 6.2rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] #public-catalog h2,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] #public-catalog h2{
    font-size:1.05rem!important;
    line-height:1.18rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-handoff-date-box,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-handoff-date-box{
    margin-top:.42rem!important;
    padding:.55rem!important;
    border-radius:.95rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls[data-storefront-professional-search="v903"]{
    margin-top:.42rem!important;
    padding:.5rem!important;
    border-radius:.95rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-controls label,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-controls label{
    min-height:2.55rem!important;
    padding:.55rem .65rem!important;
    border-radius:.78rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"]{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    gap:.32rem!important;
    overflow:hidden!important;
    padding-bottom:0!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"] > svg,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip-row[data-storefront-category-fit-view="v903"] > svg{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-category-chip,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-category-chip{
    width:100%!important;
    min-width:0!important;
    padding:.46rem .25rem!important;
    border-radius:.68rem!important;
    font-size:.62rem!important;
    text-align:center!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-catalog-layout[data-storefront-professional-catalog="v903"]{
    margin-top:.58rem!important;
    gap:.65rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-products-grid,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.48rem!important;
    justify-items:stretch!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-products-grid,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-products-grid{
    grid-template-columns:1fr!important;
    gap:.72rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card[data-storefront-professional-card="v903"]{
    max-width:none!important;
    border-radius:.9rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame{
    min-height:var(--sabi-v903-card-media-mobile)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame video,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-media-frame video{
    height:var(--sabi-v903-card-media-mobile)!important;
    min-height:var(--sabi-v903-card-media-mobile)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame{
    min-height:var(--sabi-v903-room-media-mobile)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame .h-56,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame video,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame .h-56,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="hospitality"] .storefront-card-media-frame video{
    height:var(--sabi-v903-room-media-mobile)!important;
    min-height:var(--sabi-v903-room-media-mobile)!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-body,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-body{
    padding:.42rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card h3,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card h3{
    font-size:.72rem!important;
    line-height:.92rem!important;
    -webkit-line-clamp:2!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-card p.text-xs.uppercase,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-card p.text-xs.uppercase{
    font-size:.52rem!important;
    letter-spacing:.08em!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-product-description,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-product-description{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-availability-line,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-availability-line,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-availability-pill,
  .public-storefront-page[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-availability-pill,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-availability-line,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-availability-line,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="retail"] .storefront-card-availability-pill,
  .v373-storefront-runtime[data-storefront-professional-polish="v903"][data-storefront-industry="food"] .storefront-card-availability-pill{
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-meta-chip:nth-child(n+3),
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-meta-chip:nth-child(n+3){
    display:none!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-room-price-block p:nth-child(2),
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-room-price-block p:nth-child(2){
    font-size:.86rem!important;
    line-height:1.02rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-card-primary-cta[data-storefront-card-primary-cta="customer-friendly"]{
    min-height:1.85rem!important;
    padding:.42rem .38rem!important;
    font-size:.58rem!important;
  }
  .public-storefront-page[data-storefront-professional-polish="v903"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"],
  .v373-storefront-runtime[data-storefront-professional-polish="v903"] .storefront-floating-cart-trigger[data-storefront-mobile-cart-summary="floating-visible"]{
    max-width:min(calc(100vw - .9rem),17rem)!important;
    z-index:60!important;
  }
}

/* v904: storefront card media viewer full-contain + real Retail/Food mobile two-column grid.
   Keep v903 polish markers intact, but add concrete v904 locks so clicked images are never clipped
   in the viewer and older mobile rules cannot collapse Retail/Food cards back to one column. */
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"],
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"]{
  align-items:center!important;
  justify-items:center!important;
}
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__panel,
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__panel{
  max-height:min(96vh,56rem)!important;
  max-width:min(72rem,calc(100vw - 1rem))!important;
}
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__stage,
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__stage{
  height:min(74vh,calc(100vh - 9.5rem))!important;
  min-height:14rem!important;
  width:100%!important;
  overflow:hidden!important;
}
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__image,
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__image{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  -o-object-fit:contain!important;
     object-fit:contain!important;
  -o-object-position:center!important;
     object-position:center!important;
}
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] video,
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] video,
.public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] iframe,
.v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] iframe{
  max-width:100%!important;
  max-height:100%!important;
  -o-object-fit:contain!important;
     object-fit:contain!important;
}
@media (max-width:767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-catalog-column,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-catalog-column{
    min-width:0!important;
    width:100%!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="retail"],
  .public-storefront-page[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="food"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="retail"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="food"]{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.5rem!important;
    width:100%!important;
    max-width:100%!important;
    align-items:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="hospitality"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"][data-storefront-products-grid-industry="hospitality"]{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.72rem!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"] .storefront-product-card,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock="v904-retail-food-two-column"] .storefront-products-grid[data-storefront-products-grid="v904-mobile-retail-food-two-column"] .storefront-product-card{
    width:100%!important;
    min-width:0!important;
  }
  .public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"],
  .v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"]{
    padding:.35rem!important;
  }
  .public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__panel,
  .v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__panel{
    max-height:calc(100dvh - .7rem)!important;
    max-width:calc(100vw - .7rem)!important;
    border-radius:1rem!important;
  }
  .public-storefront-page[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__stage,
  .v373-storefront-runtime[data-storefront-card-image-viewer="v904-full-contain"] .storefront-media-modal[data-storefront-media-viewer="v904-full-image-contain"] .storefront-media-modal__stage{
    height:min(72vh,calc(100dvh - 8.2rem))!important;
    min-height:12rem!important;
    padding:.35rem!important;
  }
}

/* v905: actual mobile storefront catalog grid lock.
   v904 had the right intent but still relied on selectors that could be bypassed by the rendered grid class stack.
   v905 locks the actual rendered products grid to two columns for Retail/Food at mobile widths and keeps Hospitality one column. */
@media (max-width:767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"]{
    --sabi-v905-mobile-grid-gap:.5rem;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-catalog-layout,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-catalog-layout,
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-catalog-column,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-catalog-column{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-v905="retail-food-two-column-real"][data-storefront-mobile-grid-columns="2"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-v905="retail-food-two-column-real"][data-storefront-mobile-grid-columns="2"],
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="retail"],
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="food"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="retail"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="food"]{
    display:grid!important;
    grid-auto-flow:row!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:var(--sabi-v905-mobile-grid-gap)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:stretch!important;
    justify-items:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-v905="retail-food-two-column-real"][data-storefront-mobile-grid-columns="1"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-v905="retail-food-two-column-real"][data-storefront-mobile-grid-columns="1"],
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="hospitality"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-products-grid-industry="hospitality"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:.72rem!important;
    width:100%!important;
    max-width:100%!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-products-grid[data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .public-storefront-page[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-product-card[data-storefront-mobile-grid-card="retail-food-two-column"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v905="retail-food-two-column-real"] .storefront-product-card[data-storefront-mobile-grid-card="retail-food-two-column"]{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    justify-self:stretch!important;
  }
}


/* v906: real product-list container lock for Retail/Food mobile storefronts.
   This targets only the rendered product-card list, not the category chip row. */
@media (max-width:767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="2"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="2"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    gap:.55rem!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:stretch!important;
    justify-items:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="1"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="1"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:.75rem!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-catalog-column > .storefront-products-grid[data-storefront-products-grid-v906="product-list-container-two-column"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card{
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    grid-column:auto!important;
    justify-self:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-category-chip-row,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v906="product-grid-container-two-column"] .storefront-category-chip-row{
    grid-template-columns:initial;
  }
}


/* v907: real rendered product-card grid + portal-safe full image viewer.
   The product-card list is locked directly, while category chips are excluded.
   The media viewer is rendered through a portal, so selectors must be global. */
@media (max-width:767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock-v907="rendered-product-card-grid"] .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-mobile-grid-columns="2"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v907="rendered-product-card-grid"] .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-mobile-grid-columns="2"],
  .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-products-grid-industry="retail"],
  .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-products-grid-industry="food"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    grid-auto-columns:initial!important;
    grid-auto-rows:auto!important;
    gap:.52rem!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    justify-items:stretch!important;
    align-items:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v907="rendered-product-card-grid"] .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-mobile-grid-columns="1"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v907="rendered-product-card-grid"] .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-mobile-grid-columns="1"],
  .storefront-catalog-column .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-products-grid-industry="hospitality"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:.75rem!important;
  }
  .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"] > .storefront-product-card[data-storefront-mobile-grid-card-v907="product-card-two-column"]{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    grid-column:auto!important;
    justify-self:stretch!important;
    align-self:stretch!important;
  }
  .storefront-products-grid[data-storefront-products-grid-v907="rendered-product-card-grid"] > .storefront-product-card[data-storefront-mobile-grid-card-v907="product-card-two-column"] .storefront-card-body{
    min-width:0!important;
    padding:.44rem!important;
  }
}

.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"]{
  padding:clamp(.5rem,1.2vw,1rem)!important;
}
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] .storefront-media-modal__panel{
  width:min(94vw,72rem)!important;
  max-width:94vw!important;
  max-height:90dvh!important;
  min-height:0!important;
}
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] .storefront-media-modal__stage{
  min-height:0!important;
  height:min(72dvh,calc(90dvh - 8.25rem))!important;
  max-height:min(72dvh,calc(90dvh - 8.25rem))!important;
  overflow:hidden!important;
  contain:size layout paint!important;
}
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] .storefront-media-modal__image,
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] img[data-storefront-media-full-contain="true"]{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  -o-object-fit:contain!important;
     object-fit:contain!important;
  -o-object-position:center center!important;
     object-position:center center!important;
  transform:none!important;
}
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] video,
.storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] iframe{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  -o-object-fit:contain!important;
     object-fit:contain!important;
}
@media (min-width:1024px) and (max-height:900px){
  .storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] .storefront-media-modal__panel{
    max-height:88dvh!important;
  }
  .storefront-media-modal[data-storefront-media-viewer-v907="v907-full-image-contain-15-inch"] .storefront-media-modal__stage{
    height:min(68dvh,calc(88dvh - 7.75rem))!important;
    max-height:min(68dvh,calc(88dvh - 7.75rem))!important;
  }
}


/* v908: Real Retail/Food mobile product-card two-column lock and 15-inch-only media zoom-out.
   This deliberately targets the product-card list role, not category chips, and undoes the older
   mobile customer layout max-width/card-centering that made cards appear as one column. */
@media (max-width: 767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-products-grid-industry="retail"],
  .public-storefront-page[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-products-grid-industry="food"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-products-grid-industry="retail"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-products-grid-industry="food"],
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-mobile-grid-columns="2"]{
    display:grid!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    gap:.55rem!important;
    overflow:visible!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-industry="hospitality"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v908="cards-not-categories-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-industry="hospitality"],
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-mobile-grid-columns="1"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:stretch!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v908="cards-not-categories-two-column"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"]{
    grid-column:auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:stretch!important;
    align-self:stretch!important;
    margin:0!important;
    border-radius:1.05rem!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-media-frame,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-media-frame .h-56,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-media-frame video{
    height:6.6rem!important;
    min-height:6.6rem!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-body{
    padding:.56rem!important;
    min-width:0!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] h3{
    font-size:.9rem!important;
    line-height:1.08rem!important;
    -webkit-line-clamp:2!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-product-description,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-helper-text,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-meta-chip,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-availability-pill,
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-availability-line{
    display:none!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"] > .storefront-product-card[data-storefront-mobile-grid-card-v908="product-card-two-column"] .storefront-card-primary-cta{
    min-height:2.15rem!important;
    padding:.45rem .55rem!important;
    border-radius:.8rem!important;
    font-size:.72rem!important;
  }
}

/* Reset v907 portal viewer globally so mobile and large desktop keep the normal contain behavior. */
.storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__panel{
  width:100%!important;
  max-width:min(72rem,94vw)!important;
  max-height:92dvh!important;
}
.storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__stage{
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  overflow:auto!important;
  contain:none!important;
}
.storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__image,
.storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] img[data-storefront-media-full-contain="true"]{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:calc(92dvh - 8rem)!important;
  -o-object-fit:contain!important;
     object-fit:contain!important;
  -o-object-position:center center!important;
     object-position:center center!important;
  transform:none!important;
}

/* 15-inch laptop class only: common 1366x768, 1440x900 and 1536x864 viewports.
   Zoom the opened image out by bounding the stage and image more tightly. */
@media (min-width: 1200px) and (max-width: 1600px) and (min-height: 700px) and (max-height: 950px){
  .storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"]{
    padding:1rem!important;
  }
  .storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__panel{
    width:min(88vw,58rem)!important;
    max-width:min(88vw,58rem)!important;
    max-height:84dvh!important;
  }
  .storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__stage{
    height:calc(84dvh - 7.5rem)!important;
    max-height:calc(84dvh - 7.5rem)!important;
    overflow:hidden!important;
    padding:1rem!important;
  }
  .storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] .storefront-media-modal__image,
  .storefront-media-modal[data-storefront-media-viewer-v908="v908-15-inch-only-zoom-out"] img[data-storefront-media-full-contain="true"]{
    width:auto!important;
    height:auto!important;
    max-width:calc(100% - 1rem)!important;
    max-height:calc(100% - 1rem)!important;
    -o-object-fit:contain!important;
       object-fit:contain!important;
    -o-object-position:center center!important;
       object-position:center center!important;
    transform:none!important;
  }
}


/* v909: final mobile Retail/Food product-card layout fallback.
   The grid implementation was still overridden in production for the rendered card list,
   so this uses a flex-wrap layout on the actual product-card container and only targets
   the cards list, not category chips. Hospitality remains single-column. */
@media (max-width: 767.98px){
  .public-storefront-page[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="2"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="2"],
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-products-grid-industry="retail"],
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-products-grid-industry="food"]{
    display:flex!important;
    flex-wrap:wrap!important;
    flex-direction:row!important;
    gap:.55rem!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:stretch!important;
    justify-content:space-between!important;
    overflow:visible!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="2"] > .storefront-product-card,
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"] > .storefront-product-card[data-storefront-mobile-grid-card-v909="product-card-flex-half"]{
    flex:0 0 calc(50% - .3rem)!important;
    width:calc(50% - .3rem)!important;
    max-width:calc(50% - .3rem)!important;
    min-width:0!important;
    margin:0!important;
    grid-column:auto!important;
    justify-self:auto!important;
    align-self:stretch!important;
  }
  .public-storefront-page[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="1"],
  .v373-storefront-runtime[data-storefront-mobile-grid-lock-v909="flex-wrap-product-cards-two-column"] .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-mobile-grid-columns="1"],
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"][data-storefront-products-grid-industry="hospitality"]{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:.75rem!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"] > .storefront-product-card[data-storefront-mobile-grid-card-v909="product-card-flex-half"] .storefront-card-media-frame,
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"] > .storefront-product-card[data-storefront-mobile-grid-card-v909="product-card-flex-half"] .storefront-card-media-frame .h-56,
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"] > .storefront-product-card[data-storefront-mobile-grid-card-v909="product-card-flex-half"] .storefront-card-media-frame video{
    height:6.2rem!important;
    min-height:6.2rem!important;
  }
  .storefront-products-grid[data-storefront-product-list-role="cards"][data-storefront-products-grid-v909="flex-wrap-product-cards-two-column"] > .storefront-product-card[data-storefront-mobile-grid-card-v909="product-card-flex-half"] .storefront-card-body{
    padding:.5rem!important;
    min-width:0!important;
  }
}

/* v917: Marketplace Retail card size visibility hard-stop.
   Marketplace cards are compact and older density rules hide later chips, so
   Retail Size is rendered as a dedicated chip outside the hidden meta list. */
main[data-marketplace-theme] [data-marketplace-retail-size-chip="true"]{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  white-space:nowrap!important;
  min-width:-moz-max-content!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
main[data-marketplace-theme="light"] [data-marketplace-retail-size-chip="true"],
html.dark main[data-marketplace-theme="light"] [data-marketplace-retail-size-chip="true"]{
  background:#ffffff!important;
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
  border-color:#cbd5e1!important;
  box-shadow:0 1px 2px rgba(15,23,42,.08)!important;
}
main[data-marketplace-theme="dark"] [data-marketplace-retail-size-chip="true"],
html.dark main[data-marketplace-theme="dark"] [data-marketplace-retail-size-chip="true"]{
  background:rgba(255,255,255,.12)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:rgba(255,255,255,.16)!important;
}
main[data-marketplace-theme] [data-marketplace-card-availability-line="true"]:has([data-marketplace-retail-size-chip="true"]){
  flex-wrap:wrap!important;
  overflow:visible!important;
}
main[data-marketplace-theme] [data-marketplace-card-availability-line="true"] [data-marketplace-retail-size-chip="true"]{
  min-width:-moz-max-content!important;
  min-width:max-content!important;
  overflow:visible!important;
}

/* Frontend v937: Food restaurant storefront layout applied to protected runtime. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-catalog-controls{
  position: sticky;
  top: 4rem;
  z-index: 20;
  border-radius: 1.25rem;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row{
  min-height: 7.5rem;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-add-button{
  font-size: 1rem;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-category-link.is-active,
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-category-chip.is-active{
  background: #0f172a;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-category-sidebar > div,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v937"] .storefront-food-category-sidebar > div{
  border-color: rgba(255,255,255,.12);
  background: rgba(15,23,42,.92);
}
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row h3,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row h3,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row .text-slate-950,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row .text-slate-950{
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
@media (max-width: 767px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-catalog-controls{
    top: 4rem;
    margin-top: 1rem;
  }
  .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row{
    grid-template-columns: minmax(0,1fr) auto;
    border-radius: 1.1rem;
  }
  .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row-media{
    width: 4.5rem;
    height: 4.5rem;
  }
}


/* Frontend v937: hard-stop Food storefront restaurant rows and protected runtime markers. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-catalog-layout{
  align-items:start!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-sections{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%!important;
  border-radius:1.15rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-menu-add-button{
  background:#7c3aed!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-category-sidebar{
  display:block;
}
@media (min-width:1024px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-catalog-layout{
    grid-template-columns:16rem minmax(0,1fr) 360px!important;
  }
}
@media (max-width:1023px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v937"] .storefront-food-category-sidebar{
    display:none!important;
  }
}

/* Frontend v938: Food storefront polish — visible branding, tight menu spacing and light-theme readability. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-controls{
  position: relative!important;
  top: auto!important;
  z-index: 10!important;
  margin-top: 1rem!important;
  margin-bottom: 0!important;
  border-radius: 1.25rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-layout{
  align-items:start!important;
  margin-top:1rem!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-sections{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-section{
  color:#0f172a!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-section h3{
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%!important;
  min-height:7rem!important;
  border-radius:1.15rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row h3,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row p,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row span,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row .text-slate-950,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row .text-slate-700,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row .text-slate-600{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row .text-slate-500,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-add-button{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 10px 18px rgba(124,58,237,.22)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-category-sidebar > div{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 12px 28px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-category-link{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-category-link.is-active,
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-category-chip.is-active{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-category-sidebar > div,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-controls{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row *,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row *{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-add-button,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-add-button{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row{
  border-color:rgba(255,255,255,.12)!important;
  background:rgba(15,23,42,.92)!important;
  color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row *,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] img[alt$="logo"],
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] img[alt$="banner"],
.public-storefront-page[data-food-storefront-lieferando-adapted="v938"] img[alt$="banner image"]{
  opacity:1!important;
  visibility:visible!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-layout{
    grid-template-columns:15rem minmax(0,1fr) 360px!important;
  }
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-category-chip-row[data-food-storefront-mobile-category-only="v938"]{
    display:none!important;
  }
}
@media (max-width:1023px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-category-sidebar{
    display:none!important;
  }
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-layout{
    margin-top:.85rem!important;
  }
}
@media (max-width:767px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-catalog-controls{
    top:auto!important;
    margin-top:.75rem!important;
  }
  .public-storefront-page[data-food-storefront-lieferando-adapted="v938"] .storefront-food-menu-row{
    min-height:6.25rem!important;
    border-radius:1.1rem!important;
  }
}


/* v939 Food storefront: restore horizontal categories and protect light-theme pills */
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-catalog-controls{
  position:relative!important;
  top:auto!important;
  z-index:10!important;
  margin-top:.875rem!important;
  margin-bottom:0!important;
  border-radius:1.25rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-category-chip-row[data-food-storefront-horizontal-categories="v939"]{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  max-width:100%!important;
  padding-bottom:.25rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-category-sidebar{
  display:none!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-catalog-layout{
  align-items:start!important;
  margin-top:.875rem!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-sections{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-section h3{
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%!important;
  min-height:7rem!important;
  border-radius:1.15rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row h3,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row p,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row span,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row .text-slate-950,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row .text-slate-700,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row .text-slate-600{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row .text-slate-500,
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-add-button{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 10px 18px rgba(124,58,237,.22)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-category-chip{
  background:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 6px 14px rgba(15,23,42,.05)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-category-chip.is-active{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v939"]{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  border:1px solid #a7f3d0!important;
  box-shadow:0 4px 10px rgba(4,120,87,.08)!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v939"],
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v939"]{
  background:#f8fafc!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
}
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v939"]{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
}
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v939"],
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v939"]{
  background:#f8fafc!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row{
  border-color:rgba(255,255,255,.12)!important;
  background:rgba(15,23,42,.92)!important;
  color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row *,
.dark .public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-food-menu-row *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v939"] .storefront-catalog-layout{
    grid-template-columns:minmax(0,1fr) 360px!important;
  }
}

/* v940: Food restaurant rows must be readable in true light storefronts even when the dashboard/global document is dark. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-catalog-controls{
  margin-top:.75rem!important;
  margin-bottom:.75rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-category-chip-row[data-food-storefront-horizontal-categories="v940"]{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  gap:.5rem!important;
  padding-bottom:.25rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-category-sidebar{
  display:none!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-catalog-layout{
  margin-top:.875rem!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-sections{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%!important;
  min-height:7rem!important;
  border-radius:1.15rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row h1,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row h2,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row h3,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row h4,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row p,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row span,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row div:not(.storefront-food-menu-add-button),
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-950,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-900,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-800,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-700,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-600,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-500,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-400{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row p,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-500,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row .text-slate-400{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-add-button{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 10px 18px rgba(124,58,237,.22)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-add-button *,
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-add-button svg{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v940"]{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  border:1px solid #a7f3d0!important;
  box-shadow:0 4px 10px rgba(4,120,87,.08)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v940"],
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v940"]{
  background:#f8fafc!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-category-chip{
  background:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 6px 14px rgba(15,23,42,.05)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-category-chip.is-active{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row{
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *),
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *){
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row p,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row p{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row{
  border-color:rgba(255,255,255,.12)!important;
  background:rgba(15,23,42,.94)!important;
  color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *),
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *){
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-title,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] [data-food-menu-section-title="v940-readable-theme"],
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-title,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] [data-food-menu-section-title="v940-readable-theme"]{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-count,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-count{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-title,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-title{
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-count,
html.dark .public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v940"] .storefront-food-menu-section-count{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v940"] .storefront-catalog-layout{
    grid-template-columns:minmax(0,1fr) 360px!important;
  }
}


/* v944: Restore mobile Food menu categories and hard-lock dark-theme price/status/type pill readability. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-catalog-controls{
  margin-top:.75rem!important;
  margin-bottom:.75rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-wrap[data-food-storefront-mobile-category-restored="v944"]{
  display:grid!important;
  min-width:0!important;
  width:100%!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-label{
  display:block!important;
  margin:0 .1rem!important;
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-label,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-label{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip-row[data-food-storefront-horizontal-categories="v944"]{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  gap:.5rem!important;
  padding:.05rem .05rem .35rem!important;
  width:100%!important;
  max-width:100%!important;
  scrollbar-width:none!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip-row[data-food-storefront-horizontal-categories="v944"]::-webkit-scrollbar{
  display:none!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip-row[data-food-storefront-horizontal-categories="v944"] > svg{
  display:none!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  width:auto!important;
  min-width:-moz-max-content!important;
  min-width:max-content!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 6px 14px rgba(15,23,42,.05)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.is-active{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#7c3aed!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip{
  background:rgba(15,23,42,.92)!important;
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.24)!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.is-active,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.is-active{
  background:#a78bfa!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border-color:#c4b5fd!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-sections{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%!important;
  min-height:7rem!important;
  border-radius:1.15rem!important;
  background:#ffffff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *):not([data-food-menu-pill]):not([data-food-menu-pill] *){
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row p{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row{
  background:rgba(15,23,42,.94)!important;
  color:#ffffff!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.28)!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *):not([data-food-menu-pill]):not([data-food-menu-pill] *),
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row *:not(.storefront-food-menu-add-button):not(.storefront-food-menu-add-button *):not([data-food-menu-pill]):not([data-food-menu-pill] *){
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row p,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-row p{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-add-button{
  background:#7c3aed!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 10px 18px rgba(124,58,237,.22)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-add-button *,
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-add-button svg{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  stroke:#ffffff!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v944"]{
  background:#ecfdf5!important;
  color:#047857!important;
  -webkit-text-fill-color:#047857!important;
  border:1px solid #a7f3d0!important;
}
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v944"],
.public-storefront-page.storefront-theme-light[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v944"]{
  background:#f8fafc!important;
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  border:1px solid #e2e8f0!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v944"],
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="availability-v944"]{
  background:#bbf7d0!important;
  color:#064e3b!important;
  -webkit-text-fill-color:#064e3b!important;
  border:1px solid #86efac!important;
  box-shadow:0 8px 18px rgba(34,197,94,.18)!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v944"],
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v944"],
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-meta-pill[data-food-menu-pill="meta-v944"],
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-status-pill[data-food-menu-pill="quantity-selected-v944"]{
  background:#e0e7ff!important;
  color:#312e81!important;
  -webkit-text-fill-color:#312e81!important;
  border:1px solid #c7d2fe!important;
  box-shadow:0 8px 18px rgba(99,102,241,.16)!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-title,
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] [data-food-menu-section-title="v944-readable-theme"]{
  color:#020617!important;
  -webkit-text-fill-color:#020617!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-title,
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] [data-food-menu-section-title="v944-readable-theme"],
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-title,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] [data-food-menu-section-title="v944-readable-theme"]{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-count{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}
.public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-count,
html.dark .public-storefront-page.storefront-theme-dark[data-food-storefront-lieferando-adapted="v944"] .storefront-food-menu-section-count{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
@media (min-width:1024px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-catalog-layout{
    grid-template-columns:minmax(0,1fr) 360px!important;
  }
}

/* v963: Food public menu must hide internal packaging rows and keep mobile category chips readable. */
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.storefront-food-category-chip-readable,
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip[data-food-storefront-category-chip-size="v963-mobile-readable"]{
  font-size:.875rem!important;
  line-height:1.2rem!important;
  padding:.6rem .95rem!important;
  min-height:2.45rem!important;
  letter-spacing:-.01em!important;
}
.public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-label[data-food-storefront-mobile-category-label-size="v963-readable"]{
  font-size:.75rem!important;
  line-height:1rem!important;
  letter-spacing:.12em!important;
}
@media (min-width:640px){
  .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.storefront-food-category-chip-readable,
  .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip[data-food-storefront-category-chip-size="v963-mobile-readable"]{
    font-size:.8125rem!important;
    min-height:2.25rem!important;
    padding:.5rem .85rem!important;
  }
}

/* v964: Package category stays private and mobile Food category chips are visibly readable. */
@media (max-width: 767px){
  html #root .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip.storefront-food-category-chip-readable,
  html #root .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-category-chip[data-food-storefront-category-chip-size="v963-mobile-readable"]{
    font-size:1rem!important;
    line-height:1.35rem!important;
    min-height:2.85rem!important;
    padding:.72rem 1.05rem!important;
    letter-spacing:0!important;
  }
  html #root .public-storefront-page[data-food-storefront-lieferando-adapted="v944"] .storefront-food-mobile-category-label[data-food-storefront-mobile-category-label-size="v963-readable"]{
    font-size:.875rem!important;
    line-height:1.15rem!important;
  }
}

/* Frontend v966: Food selected-item modal must open in the current viewport,
   and mobile dark-theme public review copy must stay readable. */
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v966-viewport-centered-portal"],
.storefront-selected-item-modal[data-storefront-selected-item-modal="v966-viewport-centered-portal"]{
  position:fixed!important;
  inset:0!important;
  z-index:2147483002!important;
  display:grid!important;
  place-items:center!important;
  align-items:center!important;
  justify-items:center!important;
  min-height:100dvh!important;
  padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))!important;
  overflow:hidden!important;
  transform:none!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v966-viewport-centered-portal"] .storefront-selected-item-modal__panel,
.storefront-selected-item-modal[data-storefront-selected-item-modal="v966-viewport-centered-portal"] .storefront-selected-item-modal__panel{
  margin:auto!important;
  max-height:min(88dvh,42rem)!important;
  width:min(42rem,calc(100vw - 1.5rem))!important;
  max-width:min(42rem,calc(100vw - 1.5rem))!important;
  border-radius:1.75rem!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}


/* Frontend v967: Retail and Hospitality storefront card selection must use the
   same body-level viewport-centered modal as Food. This protects mobile users
   from selection cards opening at the page base after scroll. */
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"],
.storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"]{
  position:fixed!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  z-index:2147483002!important;
  display:grid!important;
  place-items:center!important;
  align-items:center!important;
  justify-items:center!important;
  min-height:100vh!important;
  min-height:100dvh!important;
  width:100vw!important;
  max-width:100vw!important;
  padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))!important;
  overflow:hidden!important;
  transform:none!important;
  contain:layout paint style!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"] .storefront-selected-item-modal__panel,
.storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"] .storefront-selected-item-modal__panel{
  position:relative!important;
  margin:auto!important;
  max-height:min(88dvh,42rem)!important;
  width:min(42rem,calc(100vw - 1.5rem))!important;
  max-width:min(42rem,calc(100vw - 1.5rem))!important;
  border-radius:1.75rem!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  transform:none!important;
}
@media (max-width:767.98px){
  body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"]{
    padding:max(.75rem,env(safe-area-inset-top)) .75rem max(.75rem,env(safe-area-inset-bottom)) .75rem!important;
  }
  body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v967-all-industries-viewport-centered-portal"] .storefront-selected-item-modal__panel{
    width:min(42rem,calc(100vw - 1.5rem))!important;
    max-height:min(88dvh,calc(100dvh - 1.5rem))!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable > .storefront-public-reviews-panel,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable > .storefront-public-reviews-panel,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable > .storefront-public-reviews-panel{
    background:#ffffff!important;
    border-color:#e2e8f0!important;
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    mix-blend-mode:normal!important;
    text-shadow:none!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-title,
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-summary,
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state,
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state *,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-title,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-summary,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state *,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-title,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-summary,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state *{
    color:#0f172a!important;
    -webkit-text-fill-color:#0f172a!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-eyebrow,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-eyebrow,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-eyebrow{
    color:#7c3aed!important;
    -webkit-text-fill-color:#7c3aed!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill{
    background:#ecfdf5!important;
    border-color:#a7f3d0!important;
    color:#047857!important;
    -webkit-text-fill-color:#047857!important;
    --tw-ring-color:#a7f3d0!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill *,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill *,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-reviews-approved-pill *{
    color:#047857!important;
    -webkit-text-fill-color:#047857!important;
    stroke:#047857!important;
  }
  .public-storefront-page.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state,
  .v373-storefront-runtime.storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state,
  .storefront-theme-dark .storefront-public-reviews-section-v966-readable .storefront-public-review-empty-state{
    background:#f8fafc!important;
    border-color:#cbd5e1!important;
  }
}


/* v968: Retail/Hospitality full-card selection modal current viewport lock. */


/* v968: Retail/Hospitality full-card selection modal current viewport lock. */
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"],
.storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"]{
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483002 !important;
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
  padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left)) !important;
  background: rgb(2 6 23 / 0.55) !important;
  backdrop-filter: blur(10px) !important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"] .storefront-selected-item-modal__panel,
.storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"] .storefront-selected-item-modal__panel{
  width: min(42rem, calc(100vw - 1.5rem)) !important;
  max-height: min(88dvh, 42rem) !important;
  overflow-y: auto !important;
  margin: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
}
@media (max-width: 767px){
  body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"]{
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(0.75rem, env(safe-area-inset-bottom)) 0.75rem !important;
  }
  body > .storefront-selected-item-modal[data-storefront-selected-item-modal="v968-all-industries-current-viewport-centered-portal"] .storefront-selected-item-modal__panel{
    width: min(100%, calc(100vw - 1.5rem)) !important;
    max-height: min(86dvh, 42rem) !important;
    border-radius: 1.5rem !important;
  }
}

/* Frontend v969: image/media viewer must stack above selected-card modal for all public storefront industries. */
body > .storefront-media-modal[data-storefront-media-viewer-v969="v969-above-selected-card-modal-all-industries"],
.storefront-media-modal[data-storefront-media-viewer-v969="v969-above-selected-card-modal-all-industries"]{
  z-index:2147483647 !important;
  position:fixed !important;
  inset:0 !important;
}
body:has(.storefront-media-modal[data-storefront-media-viewer-v969="v969-above-selected-card-modal-all-industries"]){
  overflow:hidden !important;
  touch-action:none !important;
}

/* v976: Marketplace mobile usability polish.
   Restore Retail product size on mobile even when compact mobile density hides
   the availability/detail row; improve mobile card readability and enlarge the
   industry tab label/helper text requested for Marketplace mobile. */
@media (max-width:639px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"]{
    gap:.38rem!important;
    padding:.35rem!important;
    border-radius:1.15rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-hero-tabs-fit-view="v900-no-side-scroll"] [data-marketplace-search-tab="true"]{
    min-height:3.55rem!important;
    padding:.58rem .25rem!important;
    border-radius:.95rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-mobile-text="v976-enlarged"]{
    font-size:.78rem!important;
    line-height:1rem!important;
    letter-spacing:-.01em!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-mobile-text="v976-enlarged"]{
    display:block!important;
    font-size:.62rem!important;
    line-height:.76rem!important;
    font-weight:800!important;
    margin-top:.16rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-results-grid-polish="v900"],
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-listing-grid="true"]{
    gap:.72rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-card-polish="v900"]{
    border-radius:1.08rem!important;
    overflow:hidden!important;
    box-shadow:0 14px 32px rgba(15,23,42,.11)!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-card-image-polish="v900"]{
    min-height:104px!important;
    aspect-ratio:1.12/1!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-card-body-polish="v900"]{
    padding:.66rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-card-body-polish="v900"] h3{
    font-size:.84rem!important;
    line-height:1.08rem!important;
    letter-spacing:-.02em!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-card-price-large="true"]{
    font-size:1rem!important;
    line-height:1.2rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-card-cta="true"]{
    min-height:2rem!important;
    font-size:.68rem!important;
    border-radius:.72rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-retail-size-mobile-chip="v976-visible-mobile"]{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  main[data-marketplace-theme="light"][data-marketplace-mobile-v976-polish="true"] [data-marketplace-retail-size-mobile-chip="v976-visible-mobile"],
  html.dark main[data-marketplace-theme="light"][data-marketplace-mobile-v976-polish="true"] [data-marketplace-retail-size-mobile-chip="v976-visible-mobile"]{
    background:#eef2ff!important;
    color:#020617!important;
    -webkit-text-fill-color:#020617!important;
    border-color:#c7d2fe!important;
  }
  main[data-marketplace-theme="dark"][data-marketplace-mobile-v976-polish="true"] [data-marketplace-retail-size-mobile-chip="v976-visible-mobile"]{
    background:rgba(255,255,255,.13)!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border-color:rgba(255,255,255,.2)!important;
  }
}


/* v977: Marketplace mobile industry tabs must be visibly larger and easier to tap.
   The previous 4-column mobile layout kept All/Shops/Food/Hotels visually cramped;
   v977 uses a 2x2 large-button grid on phones with stronger label/helper sizing. */
@media (max-width:639px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-industry-tabs-v977="large-2x2"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.6rem!important;
    padding:.55rem!important;
    border-radius:1.35rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-tab-v977="large-mobile-touch-target"]{
    min-height:4.65rem!important;
    padding:.78rem .62rem!important;
    border-radius:1.15rem!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:.16rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v977="large-readable-mobile"]{
    font-size:1.06rem!important;
    line-height:1.22rem!important;
    font-weight:950!important;
    letter-spacing:-.025em!important;
    -webkit-text-size-adjust:100%!important;
    -moz-text-size-adjust:100%!important;
         text-size-adjust:100%!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v977="large-readable-mobile"]{
    display:block!important;
    font-size:.78rem!important;
    line-height:.98rem!important;
    font-weight:850!important;
    margin-top:.06rem!important;
    max-width:10rem!important;
    white-space:normal!important;
  }
}
@media (max-width:360px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v977="large-readable-mobile"]{
    font-size:.98rem!important;
    line-height:1.15rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v977="large-readable-mobile"]{
    font-size:.72rem!important;
    line-height:.92rem!important;
  }
}


/* v978: Marketplace mobile category labels must match the helper/subtext size.
   All / Shops / Food / Hotels should not render larger than their subtext on phones. */
@media (max-width:639px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-industry-tabs-v978="label-helper-same-size"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v978="matches-helper-mobile"],
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v978="matches-label-mobile"]{
    font-size:.78rem!important;
    line-height:.98rem!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
    -webkit-text-size-adjust:100%!important;
    -moz-text-size-adjust:100%!important;
         text-size-adjust:100%!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v978="matches-helper-mobile"]{
    margin-bottom:.02rem!important;
  }
}
@media (max-width:360px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v978="matches-helper-mobile"],
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v978="matches-label-mobile"]{
    font-size:.72rem!important;
    line-height:.92rem!important;
  }
}


/* v979: Marketplace mobile industry labels must be bigger than their helper/subtext.
   Correction after v978: All / Shops / Food / Hotels are the primary labels and
   must render visibly larger than helper text such as "Rooms and stays". */
@media (max-width:639px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-mobile-industry-tabs-v979="label-bigger-than-subtext"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v979="bigger-than-helper-mobile"]{
    font-size:1.02rem!important;
    line-height:1.18rem!important;
    font-weight:950!important;
    letter-spacing:-.025em!important;
    margin-bottom:.03rem!important;
    -webkit-text-size-adjust:100%!important;
    -moz-text-size-adjust:100%!important;
         text-size-adjust:100%!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v979="reference-subtext-size-mobile"]{
    display:block!important;
    font-size:.78rem!important;
    line-height:.98rem!important;
    font-weight:850!important;
    margin-top:.04rem!important;
    max-width:10rem!important;
    white-space:normal!important;
  }
}
@media (max-width:360px){
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-label-v979="bigger-than-helper-mobile"]{
    font-size:.92rem!important;
    line-height:1.08rem!important;
  }
  main[data-marketplace-mobile-v976-polish="true"] [data-marketplace-industry-helper-v979="reference-subtext-size-mobile"]{
    font-size:.72rem!important;
    line-height:.92rem!important;
  }
}


/* v980: Marketplace mobile tab labels and search text forced into active runtime.
   The primary labels (All / Shops / Food / Hotels) must be visibly bigger than
   helper text such as "Rooms and stays", and the Search marketplace label/input
   must be larger on phones. This rule intentionally targets both v979 and v980
   markers so an older built JS bundle cannot keep the labels small. */
@media (max-width:639px){
  [data-marketplace-mobile-industry-tabs-v980="dominant-labels-search-mobile"],
  [data-marketplace-mobile-industry-tabs-v979="label-bigger-than-subtext"]{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.72rem!important;
    padding:.62rem!important;
    border-radius:1.4rem!important;
  }
  [data-marketplace-industry-tab-v980="large-mobile-readable"],
  [data-marketplace-industry-tab-v979="large-mobile-readable"]{
    min-height:4.85rem!important;
    padding:.82rem .68rem!important;
    border-radius:1.18rem!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
  }
  [data-marketplace-industry-label-v980="primary-bigger-mobile"],
  [data-marketplace-industry-label-v979="bigger-than-helper-mobile"]{
    display:block!important;
    font-size:1.25rem!important;
    line-height:1.35rem!important;
    font-weight:950!important;
    letter-spacing:-.025em!important;
    margin-bottom:.08rem!important;
    color:inherit!important;
    -webkit-text-size-adjust:100%!important;
    -moz-text-size-adjust:100%!important;
         text-size-adjust:100%!important;
  }
  [data-marketplace-industry-helper-v980="subtext-reference-mobile"],
  [data-marketplace-industry-helper-v979="reference-subtext-size-mobile"]{
    display:block!important;
    font-size:.78rem!important;
    line-height:.98rem!important;
    font-weight:850!important;
    margin-top:.02rem!important;
    max-width:10.5rem!important;
    white-space:normal!important;
    -webkit-text-size-adjust:100%!important;
    -moz-text-size-adjust:100%!important;
         text-size-adjust:100%!important;
  }
  [data-marketplace-search-label-v980="larger-mobile"],
  [data-marketplace-search-input-label="true"]{
    font-size:.98rem!important;
    line-height:1.18rem!important;
    letter-spacing:.08em!important;
  }
  [data-marketplace-search-input-v980="larger-mobile"],
  [data-marketplace-mobile-search-input="true"]{
    min-height:3.25rem!important;
    font-size:1.12rem!important;
    line-height:1.35rem!important;
    font-weight:950!important;
  }
  [data-marketplace-search-button-v980="larger-mobile"],
  [data-marketplace-search-submit="true"]{
    min-height:3.8rem!important;
    font-size:1.02rem!important;
    line-height:1.25rem!important;
    font-weight:950!important;
  }
}
@media (max-width:360px){
  [data-marketplace-industry-label-v980="primary-bigger-mobile"],
  [data-marketplace-industry-label-v979="bigger-than-helper-mobile"]{
    font-size:1.12rem!important;
    line-height:1.24rem!important;
  }
  [data-marketplace-industry-helper-v980="subtext-reference-mobile"],
  [data-marketplace-industry-helper-v979="reference-subtext-size-mobile"]{
    font-size:.72rem!important;
    line-height:.92rem!important;
  }
  [data-marketplace-search-label-v980="larger-mobile"],
  [data-marketplace-search-input-label="true"]{
    font-size:.9rem!important;
    line-height:1.1rem!important;
  }
}

/* v981: Storefront selected product/card modal must respect active storefront theme.
   The modal is rendered through a BrowserPortal outside the storefront <main>,
   so it cannot rely on ancestor .storefront-theme-light/.storefront-theme-dark.
   Explicit data attributes keep the portal modal light in light mode and dark in dark mode. */
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"],
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"]{
  background:rgb(15 23 42 / .28)!important;
  backdrop-filter:blur(8px)!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"],
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"]{
  background:rgb(2 6 23 / .76)!important;
  backdrop-filter:blur(12px)!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:initial!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 24px 70px rgb(15 23 42 / .22)!important;
  color-scheme:light!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel{
  background:#0f172a!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:initial!important;
  border:1px solid #334155!important;
  box-shadow:0 24px 76px rgb(0 0 0 / .56)!important;
  color-scheme:dark!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel h3,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-950,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel h3,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-950{
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel h3,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-950,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel h3,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-950{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-500,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-600,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-700,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-500,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-600,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .text-slate-700{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-500,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-600,
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-700,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-500,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-600,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .text-slate-700{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .bg-slate-50,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="light"] .storefront-selected-item-modal__panel .bg-slate-50{
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
  --tw-ring-color:#e2e8f0!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .bg-slate-50,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-selected-item-modal__panel .bg-slate-50{
  background:#1e293b!important;
  border-color:#334155!important;
  --tw-ring-color:#334155!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-modal-stay-total-line,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-modal-stay-total-line{
  background:#1e293b!important;
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
  --tw-ring-color:#334155!important;
}
body > .storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-modal-estimated-total-line,
.storefront-selected-item-modal[data-storefront-selected-item-modal-theme-v981="theme-aware"][data-storefront-selected-item-theme="dark"] .storefront-modal-estimated-total-line{
  background:rgb(91 33 182 / .18)!important;
  color:#c4b5fd!important;
  -webkit-text-fill-color:#c4b5fd!important;
  --tw-ring-color:rgb(167 139 250 / .28)!important;
}

/* SABI V983 MARKETPLACE INDUSTRY SEARCH ROW POLISH
   Keeps search buttons beside their fields on mobile and desktop. */
[data-marketplace-query-search-row-v983="same-row-all-shops-food"],
[data-marketplace-hotel-location-row-v983="location-search-same-row"],
[data-marketplace-hotel-date-row-v983="dates-actions-same-row"] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: .5rem !important;
}
[data-marketplace-query-search-row-v983="same-row-all-shops-food"],
[data-marketplace-hotel-location-row-v983="location-search-same-row"] {
  align-items: end !important;
}
[data-marketplace-hotel-date-row-v983="dates-actions-same-row"] {
  align-items: stretch !important;
}
[data-marketplace-date-actions-v983="reset-search-beside-dates"] {
  display: grid !important;
  min-width: 86px !important;
  gap: .5rem !important;
}
[data-marketplace-date-click-target-v983] {
  cursor: pointer !important;
  min-height: 56px !important;
  border-radius: .875rem !important;
}
[data-marketplace-check-in-input-v983="full-click-target"],
[data-marketplace-check-out-input-v983="full-click-target"] {
  cursor: pointer !important;
  width: 100% !important;
}
@media (min-width: 640px) {
  [data-marketplace-date-actions-v983="reset-search-beside-dates"] {
    min-width: 150px !important;
  }
}
@media (max-width: 390px) {
  [data-marketplace-query-search-row-v983="same-row-all-shops-food"],
  [data-marketplace-hotel-location-row-v983="location-search-same-row"] {
    grid-template-columns: minmax(0, 1fr) 54px !important;
  }
  [data-marketplace-hotel-date-row-v983="dates-actions-same-row"] {
    grid-template-columns: minmax(0, 1fr) 82px !important;
  }
}

/* v985: Scan Pickup modal Validate code button must stay readable in dark theme.
   The modal uses nested dark section states, so this data selector wins over
   inherited modal button/link color resets without touching other actions. */
[data-pickup-validate-code-v985="dark-visible"] {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
[data-pickup-validate-code-v985="dark-visible"] * {
  color: inherit !important;
}
.dark [data-pickup-validate-code-v985="dark-visible"],
html.dark [data-pickup-validate-code-v985="dark-visible"],
.sabihq-dark [data-pickup-validate-code-v985="dark-visible"] {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.94) !important;
  color: #020617 !important;
  box-shadow: 0 16px 32px rgba(255, 255, 255, 0.08) !important;
}
.dark [data-pickup-validate-code-v985="dark-visible"]:hover,
html.dark [data-pickup-validate-code-v985="dark-visible"]:hover,
.sabihq-dark [data-pickup-validate-code-v985="dark-visible"]:hover {
  background: #f8fafc !important;
  color: #020617 !important;
}
.dark [data-pickup-validate-code-v985="dark-visible"]:disabled,
html.dark [data-pickup-validate-code-v985="dark-visible"]:disabled,
.sabihq-dark [data-pickup-validate-code-v985="dark-visible"]:disabled {
  color: #020617 !important;
  opacity: 0.72 !important;
}


/* v986: Scan Pickup Validate code must be visible in the idle dark-theme state,
   not only while hovering. Use a hard, theme-independent button contrast and
   force WebKit text fill because some mobile/dark controls were overriding
   the non-hover text paint. */
html body button[data-pickup-validate-code-v986="idle-visible"],
html.dark body button[data-pickup-validate-code-v986="idle-visible"],
body.dark button[data-pickup-validate-code-v986="idle-visible"],
.dark button[data-pickup-validate-code-v986="idle-visible"],
.sabihq-dark button[data-pickup-validate-code-v986="idle-visible"],
[data-theme="dark"] button[data-pickup-validate-code-v986="idle-visible"],
[data-sabihq-theme="dark"] button[data-pickup-validate-code-v986="idle-visible"] {
  background: #0f172a !important;
  border-color: #93c5fd !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
html body button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
html.dark body button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
body.dark button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
.dark button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
.sabihq-dark button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
[data-theme="dark"] button[data-pickup-validate-code-v986="idle-visible"]:not(:hover),
[data-sabihq-theme="dark"] button[data-pickup-validate-code-v986="idle-visible"]:not(:hover) {
  background: #0f172a !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
button[data-pickup-validate-code-v986="idle-visible"] span,
button[data-pickup-validate-code-v986="idle-visible"] [data-pickup-validate-code-label-v986="idle-visible"],
button[data-pickup-validate-code-v986="idle-visible"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
button[data-pickup-validate-code-v986="idle-visible"]:hover,
html.dark body button[data-pickup-validate-code-v986="idle-visible"]:hover,
.dark button[data-pickup-validate-code-v986="idle-visible"]:hover {
  background: #1e293b !important;
  border-color: #bfdbfe !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
button[data-pickup-validate-code-v986="idle-visible"]:disabled,
html.dark body button[data-pickup-validate-code-v986="idle-visible"]:disabled,
.dark button[data-pickup-validate-code-v986="idle-visible"]:disabled {
  background: #334155 !important;
  border-color: #94a3b8 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: .9 !important;
}
.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-y-\[-1px\]:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.hover\:border-sabi-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-sabi-blue\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}
.hover\:border-sabi-purple\/30:hover {
  border-color: rgb(167 139 250 / 0.3);
}
.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50\/60:hover {
  background-color: rgb(250 245 255 / 0.6);
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sabi-blue\/15:hover {
  background-color: rgb(96 165 250 / 0.15);
}
.hover\:bg-sabi-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50\/80:hover {
  background-color: rgb(248 250 252 / 0.8);
}
.hover\:bg-slate-500\/5:hover {
  background-color: rgb(100 116 139 / 0.05);
}
.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.hover\:text-sabi-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-sabi-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-95:hover {
  opacity: 0.95;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-soft:hover {
  --tw-shadow: 0 20px 60px rgba(15,23,42,.08);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-sabi-purple:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-sabi-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.focus-visible\:\!text-white:focus-visible {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.active\:scale-\[\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:cursor-default:disabled {
  cursor: default;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-slate-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-slate-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.disabled\:text-slate-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.disabled\:text-slate-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-45:disabled {
  opacity: 0.45;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-80:disabled {
  opacity: 0.8;
}
.disabled\:opacity-90:disabled {
  opacity: 0.9;
}
.group:focus-within .group-focus-within\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-sabi-blue {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.dark\:divide-white\/10:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.dark\:border-amber-200\/30:is(.dark *) {
  border-color: rgb(253 230 138 / 0.3);
}
.dark\:border-amber-300\/20:is(.dark *) {
  border-color: rgb(252 211 77 / 0.2);
}
.dark\:border-amber-300\/25:is(.dark *) {
  border-color: rgb(252 211 77 / 0.25);
}
.dark\:border-amber-300\/30:is(.dark *) {
  border-color: rgb(252 211 77 / 0.3);
}
.dark\:border-amber-300\/40:is(.dark *) {
  border-color: rgb(252 211 77 / 0.4);
}
.dark\:border-amber-300\/50:is(.dark *) {
  border-color: rgb(252 211 77 / 0.5);
}
.dark\:border-amber-400\/20:is(.dark *) {
  border-color: rgb(251 191 36 / 0.2);
}
.dark\:border-amber-400\/30:is(.dark *) {
  border-color: rgb(251 191 36 / 0.3);
}
.dark\:border-blue-200\/70:is(.dark *) {
  border-color: rgb(191 219 254 / 0.7);
}
.dark\:border-blue-300\/20:is(.dark *) {
  border-color: rgb(147 197 253 / 0.2);
}
.dark\:border-blue-300\/25:is(.dark *) {
  border-color: rgb(147 197 253 / 0.25);
}
.dark\:border-blue-300\/30:is(.dark *) {
  border-color: rgb(147 197 253 / 0.3);
}
.dark\:border-blue-300\/40:is(.dark *) {
  border-color: rgb(147 197 253 / 0.4);
}
.dark\:border-blue-400\/20:is(.dark *) {
  border-color: rgb(96 165 250 / 0.2);
}
.dark\:border-cyan-300\/25:is(.dark *) {
  border-color: rgb(103 232 249 / 0.25);
}
.dark\:border-emerald-200\/30:is(.dark *) {
  border-color: rgb(167 243 208 / 0.3);
}
.dark\:border-emerald-300\/20:is(.dark *) {
  border-color: rgb(110 231 183 / 0.2);
}
.dark\:border-emerald-300\/25:is(.dark *) {
  border-color: rgb(110 231 183 / 0.25);
}
.dark\:border-emerald-300\/30:is(.dark *) {
  border-color: rgb(110 231 183 / 0.3);
}
.dark\:border-emerald-300\/35:is(.dark *) {
  border-color: rgb(110 231 183 / 0.35);
}
.dark\:border-emerald-300\/40:is(.dark *) {
  border-color: rgb(110 231 183 / 0.4);
}
.dark\:border-emerald-300\/50:is(.dark *) {
  border-color: rgb(110 231 183 / 0.5);
}
.dark\:border-emerald-400\/20:is(.dark *) {
  border-color: rgb(52 211 153 / 0.2);
}
.dark\:border-emerald-400\/30:is(.dark *) {
  border-color: rgb(52 211 153 / 0.3);
}
.dark\:border-orange-300\/10:is(.dark *) {
  border-color: rgb(253 186 116 / 0.1);
}
.dark\:border-orange-300\/20:is(.dark *) {
  border-color: rgb(253 186 116 / 0.2);
}
.dark\:border-pink-300\/20:is(.dark *) {
  border-color: rgb(249 168 212 / 0.2);
}
.dark\:border-pink-300\/30:is(.dark *) {
  border-color: rgb(249 168 212 / 0.3);
}
.dark\:border-purple-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.dark\:border-purple-300\/20:is(.dark *) {
  border-color: rgb(216 180 254 / 0.2);
}
.dark\:border-purple-300\/25:is(.dark *) {
  border-color: rgb(216 180 254 / 0.25);
}
.dark\:border-purple-300\/30:is(.dark *) {
  border-color: rgb(216 180 254 / 0.3);
}
.dark\:border-purple-300\/35:is(.dark *) {
  border-color: rgb(216 180 254 / 0.35);
}
.dark\:border-purple-300\/40:is(.dark *) {
  border-color: rgb(216 180 254 / 0.4);
}
.dark\:border-purple-300\/50:is(.dark *) {
  border-color: rgb(216 180 254 / 0.5);
}
.dark\:border-red-300\/25:is(.dark *) {
  border-color: rgb(252 165 165 / 0.25);
}
.dark\:border-red-300\/40:is(.dark *) {
  border-color: rgb(252 165 165 / 0.4);
}
.dark\:border-red-500\/20:is(.dark *) {
  border-color: rgb(239 68 68 / 0.2);
}
.dark\:border-rose-300\/20:is(.dark *) {
  border-color: rgb(253 164 175 / 0.2);
}
.dark\:border-rose-300\/25:is(.dark *) {
  border-color: rgb(253 164 175 / 0.25);
}
.dark\:border-rose-300\/40:is(.dark *) {
  border-color: rgb(253 164 175 / 0.4);
}
.dark\:border-rose-400\/20:is(.dark *) {
  border-color: rgb(251 113 133 / 0.2);
}
.dark\:border-sabi-blue\/25:is(.dark *) {
  border-color: rgb(96 165 250 / 0.25);
}
.dark\:border-sabi-blue\/30:is(.dark *) {
  border-color: rgb(96 165 250 / 0.3);
}
.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.dark\:border-white\/10:is(.dark *) {
  border-color: rgb(255 255 255 / 0.1);
}
.dark\:border-white\/15:is(.dark *) {
  border-color: rgb(255 255 255 / 0.15);
}
.dark\:border-yellow-300\/20:is(.dark *) {
  border-color: rgb(253 224 71 / 0.2);
}
.dark\:border-yellow-300\/25:is(.dark *) {
  border-color: rgb(253 224 71 / 0.25);
}
.dark\:bg-\[\#08111f\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 31 / var(--tw-bg-opacity, 1));
}
.dark\:bg-amber-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.dark\:bg-amber-300\/10:is(.dark *) {
  background-color: rgb(252 211 77 / 0.1);
}
.dark\:bg-amber-400\/10:is(.dark *) {
  background-color: rgb(251 191 36 / 0.1);
}
.dark\:bg-amber-400\/15:is(.dark *) {
  background-color: rgb(251 191 36 / 0.15);
}
.dark\:bg-amber-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.dark\:bg-amber-500\/10:is(.dark *) {
  background-color: rgb(245 158 11 / 0.1);
}
.dark\:bg-amber-500\/15:is(.dark *) {
  background-color: rgb(245 158 11 / 0.15);
}
.dark\:bg-blue-300\/10:is(.dark *) {
  background-color: rgb(147 197 253 / 0.1);
}
.dark\:bg-blue-400\/10:is(.dark *) {
  background-color: rgb(96 165 250 / 0.1);
}
.dark\:bg-blue-400\/15:is(.dark *) {
  background-color: rgb(96 165 250 / 0.15);
}
.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-500\/10:is(.dark *) {
  background-color: rgb(59 130 246 / 0.1);
}
.dark\:bg-blue-500\/15:is(.dark *) {
  background-color: rgb(59 130 246 / 0.15);
}
.dark\:bg-cyan-400\/10:is(.dark *) {
  background-color: rgb(34 211 238 / 0.1);
}
.dark\:bg-emerald-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.dark\:bg-emerald-300\/10:is(.dark *) {
  background-color: rgb(110 231 183 / 0.1);
}
.dark\:bg-emerald-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.dark\:bg-emerald-400\/10:is(.dark *) {
  background-color: rgb(52 211 153 / 0.1);
}
.dark\:bg-emerald-400\/15:is(.dark *) {
  background-color: rgb(52 211 153 / 0.15);
}
.dark\:bg-emerald-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.dark\:bg-emerald-500\/10:is(.dark *) {
  background-color: rgb(16 185 129 / 0.1);
}
.dark\:bg-emerald-500\/15:is(.dark *) {
  background-color: rgb(16 185 129 / 0.15);
}
.dark\:bg-indigo-400\/10:is(.dark *) {
  background-color: rgb(129 140 248 / 0.1);
}
.dark\:bg-orange-400\/10:is(.dark *) {
  background-color: rgb(251 146 60 / 0.1);
}
.dark\:bg-orange-500\/10:is(.dark *) {
  background-color: rgb(249 115 22 / 0.1);
}
.dark\:bg-pink-400\/10:is(.dark *) {
  background-color: rgb(244 114 182 / 0.1);
}
.dark\:bg-pink-400\/15:is(.dark *) {
  background-color: rgb(244 114 182 / 0.15);
}
.dark\:bg-pink-500\/10:is(.dark *) {
  background-color: rgb(236 72 153 / 0.1);
}
.dark\:bg-pink-500\/15:is(.dark *) {
  background-color: rgb(236 72 153 / 0.15);
}
.dark\:bg-purple-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.dark\:bg-purple-300\/10:is(.dark *) {
  background-color: rgb(216 180 254 / 0.1);
}
.dark\:bg-purple-400\/10:is(.dark *) {
  background-color: rgb(192 132 252 / 0.1);
}
.dark\:bg-purple-400\/15:is(.dark *) {
  background-color: rgb(192 132 252 / 0.15);
}
.dark\:bg-purple-400\/20:is(.dark *) {
  background-color: rgb(192 132 252 / 0.2);
}
.dark\:bg-purple-500\/10:is(.dark *) {
  background-color: rgb(168 85 247 / 0.1);
}
.dark\:bg-purple-500\/15:is(.dark *) {
  background-color: rgb(168 85 247 / 0.15);
}
.dark\:bg-red-400\/10:is(.dark *) {
  background-color: rgb(248 113 113 / 0.1);
}
.dark\:bg-red-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.dark\:bg-red-500\/10:is(.dark *) {
  background-color: rgb(239 68 68 / 0.1);
}
.dark\:bg-rose-300\/10:is(.dark *) {
  background-color: rgb(253 164 175 / 0.1);
}
.dark\:bg-rose-400\/10:is(.dark *) {
  background-color: rgb(251 113 133 / 0.1);
}
.dark\:bg-rose-400\/15:is(.dark *) {
  background-color: rgb(251 113 133 / 0.15);
}
.dark\:bg-rose-500\/10:is(.dark *) {
  background-color: rgb(244 63 94 / 0.1);
}
.dark\:bg-rose-500\/15:is(.dark *) {
  background-color: rgb(244 63 94 / 0.15);
}
.dark\:bg-sabi-blue:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.dark\:bg-sabi-blue\/10:is(.dark *) {
  background-color: rgb(96 165 250 / 0.1);
}
.dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-900\/70:is(.dark *) {
  background-color: rgb(15 23 42 / 0.7);
}
.dark\:bg-slate-900\/80:is(.dark *) {
  background-color: rgb(15 23 42 / 0.8);
}
.dark\:bg-slate-900\/85:is(.dark *) {
  background-color: rgb(15 23 42 / 0.85);
}
.dark\:bg-slate-900\/90:is(.dark *) {
  background-color: rgb(15 23 42 / 0.9);
}
.dark\:bg-slate-900\/95:is(.dark *) {
  background-color: rgb(15 23 42 / 0.95);
}
.dark\:bg-slate-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-950\/25:is(.dark *) {
  background-color: rgb(2 6 23 / 0.25);
}
.dark\:bg-slate-950\/30:is(.dark *) {
  background-color: rgb(2 6 23 / 0.3);
}
.dark\:bg-slate-950\/35:is(.dark *) {
  background-color: rgb(2 6 23 / 0.35);
}
.dark\:bg-slate-950\/40:is(.dark *) {
  background-color: rgb(2 6 23 / 0.4);
}
.dark\:bg-slate-950\/45:is(.dark *) {
  background-color: rgb(2 6 23 / 0.45);
}
.dark\:bg-slate-950\/50:is(.dark *) {
  background-color: rgb(2 6 23 / 0.5);
}
.dark\:bg-slate-950\/55:is(.dark *) {
  background-color: rgb(2 6 23 / 0.55);
}
.dark\:bg-slate-950\/60:is(.dark *) {
  background-color: rgb(2 6 23 / 0.6);
}
.dark\:bg-slate-950\/70:is(.dark *) {
  background-color: rgb(2 6 23 / 0.7);
}
.dark\:bg-slate-950\/90:is(.dark *) {
  background-color: rgb(2 6 23 / 0.9);
}
.dark\:bg-slate-950\/95:is(.dark *) {
  background-color: rgb(2 6 23 / 0.95);
}
.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}
.dark\:bg-white:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:bg-white\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-white\/15:is(.dark *) {
  background-color: rgb(255 255 255 / 0.15);
}
.dark\:bg-white\/5:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.dark\:bg-white\/\[0\.035\]:is(.dark *) {
  background-color: rgb(255 255 255 / 0.035);
}
.dark\:bg-white\/\[0\.03\]:is(.dark *) {
  background-color: rgb(255 255 255 / 0.03);
}
.dark\:bg-white\/\[0\.045\]:is(.dark *) {
  background-color: rgb(255 255 255 / 0.045);
}
.dark\:bg-white\/\[0\.04\]:is(.dark *) {
  background-color: rgb(255 255 255 / 0.04);
}
.dark\:bg-yellow-400\/10:is(.dark *) {
  background-color: rgb(250 204 21 / 0.1);
}
.dark\:from-amber-500\/10:is(.dark *) {
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-blue-400\/15:is(.dark *) {
  --tw-gradient-from: rgb(96 165 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-blue-500\/10:is(.dark *) {
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-blue-950\/30:is(.dark *) {
  --tw-gradient-from: rgb(23 37 84 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-emerald-500\/10:is(.dark *) {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-pink-400\/15:is(.dark *) {
  --tw-gradient-from: rgb(244 114 182 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-purple-400\/15:is(.dark *) {
  --tw-gradient-from: rgb(192 132 252 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-purple-500\/10:is(.dark *) {
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-sabi-blue:is(.dark *) {
  --tw-gradient-from: #60A5FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-slate-800:is(.dark *) {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-slate-900:is(.dark *) {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-slate-950:is(.dark *) {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-slate-950\/60:is(.dark *) {
  --tw-gradient-from: rgb(2 6 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-white\/10:is(.dark *) {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-white\/\[0\.045\]:is(.dark *) {
  --tw-gradient-from: rgb(255 255 255 / 0.045) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-white\/\[0\.06\]:is(.dark *) {
  --tw-gradient-from: rgb(255 255 255 / 0.06) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:via-blue-500\/10:is(.dark *) {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-blue-950\/30:is(.dark *) {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-orange-950\/20:is(.dark *) {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(67 20 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-purple-500\/10:is(.dark *) {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-purple-950\/30:is(.dark *) {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 7 100 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-sabi-purple:is(.dark *) {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #A78BFA var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-slate-900:is(.dark *) {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-slate-950:is(.dark *) {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-white\/\[0\.035\]:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.035) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:via-white\/\[0\.04\]:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.04) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:to-blue-500\/10:is(.dark *) {
  --tw-gradient-to: rgb(59 130 246 / 0.1) var(--tw-gradient-to-position);
}
.dark\:to-blue-950\/30:is(.dark *) {
  --tw-gradient-to: rgb(23 37 84 / 0.3) var(--tw-gradient-to-position);
}
.dark\:to-blue-950\/35:is(.dark *) {
  --tw-gradient-to: rgb(23 37 84 / 0.35) var(--tw-gradient-to-position);
}
.dark\:to-blue-950\/40:is(.dark *) {
  --tw-gradient-to: rgb(23 37 84 / 0.4) var(--tw-gradient-to-position);
}
.dark\:to-pink-500\/10:is(.dark *) {
  --tw-gradient-to: rgb(236 72 153 / 0.1) var(--tw-gradient-to-position);
}
.dark\:to-pink-950\/20:is(.dark *) {
  --tw-gradient-to: rgb(80 7 36 / 0.2) var(--tw-gradient-to-position);
}
.dark\:to-purple-500\/10:is(.dark *) {
  --tw-gradient-to: rgb(168 85 247 / 0.1) var(--tw-gradient-to-position);
}
.dark\:to-purple-950:is(.dark *) {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}
.dark\:to-purple-950\/25:is(.dark *) {
  --tw-gradient-to: rgb(59 7 100 / 0.25) var(--tw-gradient-to-position);
}
.dark\:to-sabi-pink:is(.dark *) {
  --tw-gradient-to: #F472B6 var(--tw-gradient-to-position);
}
.dark\:to-slate-900:is(.dark *) {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.dark\:to-slate-950:is(.dark *) {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}
.dark\:\!text-slate-950:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-amber-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.dark\:text-amber-100\/80:is(.dark *) {
  color: rgb(254 243 199 / 0.8);
}
.dark\:text-amber-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.dark\:text-amber-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.dark\:text-amber-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-100\/80:is(.dark *) {
  color: rgb(219 234 254 / 0.8);
}
.dark\:text-blue-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.dark\:text-cyan-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-100\/75:is(.dark *) {
  color: rgb(209 250 229 / 0.75);
}
.dark\:text-emerald-100\/80:is(.dark *) {
  color: rgb(209 250 229 / 0.8);
}
.dark\:text-emerald-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}
.dark\:text-indigo-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.dark\:text-orange-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.dark\:text-orange-50\/90:is(.dark *) {
  color: rgb(255 247 237 / 0.9);
}
.dark\:text-pink-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.dark\:text-pink-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.dark\:text-purple-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.dark\:text-purple-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.dark\:text-purple-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}
.dark\:text-purple-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}
.dark\:text-red-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.dark\:text-red-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.dark\:text-rose-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.dark\:text-rose-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.dark\:text-rose-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.dark\:text-rose-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-200\/85:is(.dark *) {
  color: rgb(226 232 240 / 0.85);
}
.dark\:text-slate-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white\/70:is(.dark *) {
  color: rgb(255 255 255 / 0.7);
}
.dark\:text-white\/85:is(.dark *) {
  color: rgb(255 255 255 / 0.85);
}
.dark\:text-white\/90:is(.dark *) {
  color: rgb(255 255 255 / 0.9);
}
.dark\:text-yellow-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.dark\:shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c \.24\)\]:is(.dark *) {
  --tw-shadow: 0 10px 30px rgba(0,0,0,.24);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c \.35\)\]:is(.dark *) {
  --tw-shadow: 0 10px 30px rgba(0,0,0,.35);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_16px_55px_rgba\(0\2c 0\2c 0\2c \.38\)\]:is(.dark *) {
  --tw-shadow: 0 16px 55px rgba(0,0,0,.38);
  --tw-shadow-colored: 0 16px 55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_22px_70px_rgba\(0\2c 0\2c 0\2c \.28\)\]:is(.dark *) {
  --tw-shadow: 0 22px 70px rgba(0,0,0,.28);
  --tw-shadow-colored: 0 22px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c \.35\)\]:is(.dark *) {
  --tw-shadow: 0 24px 80px rgba(0,0,0,.35);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_28px_90px_rgba\(0\2c 0\2c 0\2c \.55\)\]:is(.dark *) {
  --tw-shadow: 0 28px 90px rgba(0,0,0,.55);
  --tw-shadow-colored: 0 28px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_30px_100px_rgba\(0\2c 0\2c 0\2c \.44\)\]:is(.dark *) {
  --tw-shadow: 0 30px 100px rgba(0,0,0,.44);
  --tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-none:is(.dark *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-black\/20:is(.dark *) {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.dark\:shadow-black\/30:is(.dark *) {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.dark\:shadow-blue-950\/20:is(.dark *) {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.dark\:ring-2:is(.dark *) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.dark\:ring-amber-300\/20:is(.dark *) {
  --tw-ring-color: rgb(252 211 77 / 0.2);
}
.dark\:ring-amber-300\/30:is(.dark *) {
  --tw-ring-color: rgb(252 211 77 / 0.3);
}
.dark\:ring-blue-200\/35:is(.dark *) {
  --tw-ring-color: rgb(191 219 254 / 0.35);
}
.dark\:ring-blue-300\/20:is(.dark *) {
  --tw-ring-color: rgb(147 197 253 / 0.2);
}
.dark\:ring-blue-300\/40:is(.dark *) {
  --tw-ring-color: rgb(147 197 253 / 0.4);
}
.dark\:ring-blue-400\/10:is(.dark *) {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.dark\:ring-emerald-300\/20:is(.dark *) {
  --tw-ring-color: rgb(110 231 183 / 0.2);
}
.dark\:ring-orange-300\/20:is(.dark *) {
  --tw-ring-color: rgb(253 186 116 / 0.2);
}
.dark\:ring-pink-300\/20:is(.dark *) {
  --tw-ring-color: rgb(249 168 212 / 0.2);
}
.dark\:ring-purple-300\/20:is(.dark *) {
  --tw-ring-color: rgb(216 180 254 / 0.2);
}
.dark\:ring-purple-400\/15:is(.dark *) {
  --tw-ring-color: rgb(192 132 252 / 0.15);
}
.dark\:ring-purple-500\/10:is(.dark *) {
  --tw-ring-color: rgb(168 85 247 / 0.1);
}
.dark\:ring-red-300\/20:is(.dark *) {
  --tw-ring-color: rgb(252 165 165 / 0.2);
}
.dark\:ring-white\/10:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.dark\:ring-white\/20:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.dark\:ring-white\/25:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.dark\:ring-white\/70:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.dark\:ring-offset-slate-900:is(.dark *) {
  --tw-ring-offset-color: #0f172a;
}
.dark\:placeholder\:text-slate-500:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-slate-500:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.dark\:focus-within\:border-blue-300\/40:focus-within:is(.dark *) {
  border-color: rgb(147 197 253 / 0.4);
}
.dark\:focus-within\:bg-slate-900\/90:focus-within:is(.dark *) {
  background-color: rgb(15 23 42 / 0.9);
}
.dark\:hover\:border-blue-300\/25:hover:is(.dark *) {
  border-color: rgb(147 197 253 / 0.25);
}
.dark\:hover\:border-blue-300\/30:hover:is(.dark *) {
  border-color: rgb(147 197 253 / 0.3);
}
.dark\:hover\:border-blue-300\/35:hover:is(.dark *) {
  border-color: rgb(147 197 253 / 0.35);
}
.dark\:hover\:border-blue-300\/40:hover:is(.dark *) {
  border-color: rgb(147 197 253 / 0.4);
}
.dark\:hover\:border-orange-300\/30:hover:is(.dark *) {
  border-color: rgb(253 186 116 / 0.3);
}
.dark\:hover\:border-purple-300\/40:hover:is(.dark *) {
  border-color: rgb(216 180 254 / 0.4);
}
.dark\:hover\:bg-blue-500\/10:hover:is(.dark *) {
  background-color: rgb(59 130 246 / 0.1);
}
.dark\:hover\:bg-emerald-100:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-purple-400\/20:hover:is(.dark *) {
  background-color: rgb(192 132 252 / 0.2);
}
.dark\:hover\:bg-purple-500\/10:hover:is(.dark *) {
  background-color: rgb(168 85 247 / 0.1);
}
.dark\:hover\:bg-red-500\/20:hover:is(.dark *) {
  background-color: rgb(239 68 68 / 0.2);
}
.dark\:hover\:bg-rose-400\/10:hover:is(.dark *) {
  background-color: rgb(251 113 133 / 0.1);
}
.dark\:hover\:bg-slate-100:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-slate-900:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-slate-900\/80:hover:is(.dark *) {
  background-color: rgb(15 23 42 / 0.8);
}
.dark\:hover\:bg-white\/10:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:hover\:bg-white\/5:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.dark\:hover\:bg-white\/\[0\.03\]:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.03);
}
.dark\:hover\:bg-white\/\[0\.07\]:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.07);
}
.dark\:hover\:\!text-slate-950:hover:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.dark\:hover\:text-blue-100:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-purple-100:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-slate-50:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:focus\:border-blue-300\/40:focus:is(.dark *) {
  border-color: rgb(147 197 253 / 0.4);
}
.dark\:focus\:bg-slate-950:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:ring-blue-300\/20:focus:is(.dark *) {
  --tw-ring-color: rgb(147 197 253 / 0.2);
}
.dark\:focus\:ring-blue-400\/10:focus:is(.dark *) {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.dark\:focus\:ring-blue-500\/20:focus:is(.dark *) {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.dark\:focus\:ring-orange-300\/20:focus:is(.dark *) {
  --tw-ring-color: rgb(253 186 116 / 0.2);
}
.dark\:focus-visible\:\!text-slate-950:focus-visible:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.dark\:disabled\:bg-white\/80:disabled:is(.dark *) {
  background-color: rgb(255 255 255 / 0.8);
}
.dark\:disabled\:text-slate-950:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.group:hover .dark\:group-hover\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[5rem\] {
    top: 5rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-\[170px\] {
    height: 170px;
  }

  .sm\:max-h-\[348px\] {
    max-height: 348px;
  }

  .sm\:max-h-\[calc\(100dvh-1\.5rem\)\] {
    max-height: calc(100dvh - 1.5rem);
  }

  .sm\:max-h-\[min\(76vh\2c 34rem\)\] {
    max-height: min(76vh,34rem);
  }

  .sm\:min-h-\[118px\] {
    min-height: 118px;
  }

  .sm\:min-h-\[165px\] {
    min-height: 165px;
  }

  .sm\:min-h-\[46px\] {
    min-height: 46px;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-\[320px\] {
    width: 320px;
  }

  .sm\:w-\[min\(92vw\2c 25rem\)\] {
    width: min(92vw,25rem);
  }

  .sm\:w-\[min\(92vw\2c 460px\)\] {
    width: min(92vw,460px);
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-\[150px\] {
    min-width: 150px;
  }

  .sm\:min-w-\[15rem\] {
    min-width: 15rem;
  }

  .sm\:min-w-\[260px\] {
    min-width: 260px;
  }

  .sm\:min-w-\[620px\] {
    min-width: 620px;
  }

  .sm\:min-w-\[980px\] {
    min-width: 980px;
  }

  .sm\:max-w-\[calc\(100vw-1\.5rem\)\] {
    max-width: calc(100vw - 1.5rem);
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .sm\:grid-cols-\[120px_repeat\(14\2c minmax\(58px\2c 1fr\)\)\] {
    grid-template-columns: 120px repeat(14,minmax(58px,1fr));
  }

  .sm\:grid-cols-\[12rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 12rem minmax(0,1fr);
  }

  .sm\:grid-cols-\[136px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 136px minmax(0,1fr);
  }

  .sm\:grid-cols-\[1fr_80px_120px_120px\] {
    grid-template-columns: 1fr 80px 120px 120px;
  }

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_110px_110px_auto\] {
    grid-template-columns: minmax(0,1fr) 110px 110px auto;
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_140px_auto\] {
    grid-template-columns: minmax(0,1fr) 140px auto;
  }

  .sm\:grid-cols-\[minmax\(150px\2c 1fr\)_minmax\(140px\2c 1fr\)_auto\] {
    grid-template-columns: minmax(150px,1fr) minmax(140px,1fr) auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-\[24px\] {
    border-radius: 24px;
  }

  .sm\:rounded-\[26px\] {
    border-radius: 26px;
  }

  .sm\:rounded-\[28px\] {
    border-radius: 28px;
  }

  .sm\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.375rem;
    line-height: 1.18;
  }

  .sm\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.12;
  }

  .sm\:text-4xl {
    font-size: 2.125rem;
    line-height: 1.08;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-\[10px\] {
    font-size: 10px;
  }

  .sm\:text-\[11px\] {
    font-size: 11px;
  }

  .sm\:text-base {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .sm\:text-lg {
    font-size: 1rem;
    line-height: 1.35;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .sm\:text-xl {
    font-size: 1.125rem;
    line-height: 1.28;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:tracking-\[\.16em\] {
    letter-spacing: .16em;
  }

  .sm\:tracking-\[\.2em\] {
    letter-spacing: .2em;
  }
}
@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-\[72vh\] {
    height: 72vh;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[90dvh\] {
    max-height: 90dvh;
  }

  .md\:max-h-\[92vh\] {
    max-height: 92vh;
  }

  .md\:max-h-\[94vh\] {
    max-height: 94vh;
  }

  .md\:min-h-\[520px\] {
    min-height: 520px;
  }

  .md\:min-h-\[76px\] {
    min-height: 76px;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-\[min\(42vw\2c 460px\)\] {
    width: min(42vw,460px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-5 {
    min-width: 1.25rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-\[460px\] {
    max-width: 460px;
  }

  .md\:max-w-\[92\%\] {
    max-width: 92%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

  .md\:grid-cols-\[1\.1fr_\.9fr\] {
    grid-template-columns: 1.1fr .9fr;
  }

  .md\:grid-cols-\[1\.2fr_\.9fr_\.9fr_\.62fr\] {
    grid-template-columns: 1.2fr .9fr .9fr .62fr;
  }

  .md\:grid-cols-\[1\.4fr_\.7fr_\.9fr_auto\] {
    grid-template-columns: 1.4fr .7fr .9fr auto;
  }

  .md\:grid-cols-\[1fr_\.7fr_\.7fr\] {
    grid-template-columns: 1fr .7fr .7fr;
  }

  .md\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1\.25fr\)_minmax\(180px\2c \.7fr\)_minmax\(180px\2c \.7fr\)\] {
    grid-template-columns: minmax(0,1.25fr) minmax(180px,.7fr) minmax(180px,.7fr);
  }

  .md\:grid-cols-\[minmax\(0\2c 1\.4fr\)_130px_130px_170px\] {
    grid-template-columns: minmax(0,1.4fr) 130px 130px 170px;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_160px\] {
    grid-template-columns: minmax(0,1fr) 160px;
  }

  .md\:grid-cols-\[minmax\(230px\2c 1\.5fr\)_repeat\(3\2c minmax\(150px\2c 1fr\)\)\] {
    grid-template-columns: minmax(230px,1.5fr) repeat(3,minmax(150px,1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-\[1\.75rem\] {
    border-radius: 1.75rem;
  }

  .md\:rounded-\[2rem\] {
    border-radius: 2rem;
  }

  .md\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pt-\[76px\] {
    padding-top: 76px;
  }

  .md\:text-2xl {
    font-size: 1.375rem;
    line-height: 1.18;
  }

  .md\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.12;
  }

  .md\:text-4xl {
    font-size: 2.125rem;
    line-height: 1.08;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[10px\] {
    font-size: 10px;
  }

  .md\:text-lg {
    font-size: 1rem;
    line-height: 1.35;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .md\:text-xl {
    font-size: 1.125rem;
    line-height: 1.28;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-\[280px\] {
    left: 280px;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:ml-\[280px\] {
    margin-left: 280px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-\[calc\(100vh-220px\)\] {
    height: calc(100vh - 220px);
  }

  .lg\:max-h-\[352px\] {
    max-height: 352px;
  }

  .lg\:max-h-\[calc\(100vh-220px\)\] {
    max-height: calc(100vh - 220px);
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-\[520px\] {
    width: 520px;
  }

  .lg\:w-\[calc\(100\%-280px\)\] {
    width: calc(100% - 280px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:cursor-grab {
    cursor: grab;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[\.85fr_1\.15fr\] {
    grid-template-columns: .85fr 1.15fr;
  }

  .lg\:grid-cols-\[\.95fr_1\.05fr\] {
    grid-template-columns: .95fr 1.05fr;
  }

  .lg\:grid-cols-\[\.9fr_1\.1fr\] {
    grid-template-columns: .9fr 1.1fr;
  }

  .lg\:grid-cols-\[1\.02fr_\.98fr\] {
    grid-template-columns: 1.02fr .98fr;
  }

  .lg\:grid-cols-\[1\.15fr_\.85fr\] {
    grid-template-columns: 1.15fr .85fr;
  }

  .lg\:grid-cols-\[1\.25fr_140px_130px_120px_190px\] {
    grid-template-columns: 1.25fr 140px 130px 120px 190px;
  }

  .lg\:grid-cols-\[136px_repeat\(14\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: 136px repeat(14,minmax(0,1fr));
  }

  .lg\:grid-cols-\[1fr_\.9fr\] {
    grid-template-columns: 1fr .9fr;
  }

  .lg\:grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }

  .lg\:grid-cols-\[1fr_320px\] {
    grid-template-columns: 1fr 320px;
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[340px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 340px minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c \.82fr\)_minmax\(0\2c 1\.18fr\)\] {
    grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c \.9fr\)_minmax\(0\2c 1\.1fr\)\] {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(360px\2c \.95fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.45fr\)_minmax\(180px\2c \.75fr\)_minmax\(180px\2c \.75fr\)\] {
    grid-template-columns: minmax(0,1.45fr) minmax(180px,.75fr) minmax(180px,.75fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.4fr\)_110px_130px_minmax\(0\2c \.8fr\)_auto\] {
    grid-template-columns: minmax(0,1.4fr) 110px 130px minmax(0,.8fr) auto;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.5fr\)_120px_150px_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1.5fr) 120px 150px minmax(0,1fr) auto;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_120px_auto\] {
    grid-template-columns: minmax(0,1fr) 120px auto;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_220px\] {
    grid-template-columns: minmax(0,1fr) 220px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_360px\] {
    grid-template-columns: minmax(0,1fr) 360px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(210px\2c 280px\)\] {
    grid-template-columns: minmax(0,1fr) minmax(210px,280px);
  }

  .lg\:grid-cols-\[minmax\(280px\2c \.95fr\)_minmax\(0\2c 1\.05fr\)\] {
    grid-template-columns: minmax(280px,.95fr) minmax(0,1.05fr);
  }

  .lg\:grid-rows-\[auto_minmax\(0\2c 1fr\)\] {
    grid-template-rows: auto minmax(0,1fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[10px\] {
    font-size: 10px;
  }

  .lg\:text-base {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .lg\:active\:cursor-grabbing:active {
    cursor: grabbing;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:min-w-\[460px\] {
    min-width: 460px;
  }

  .xl\:min-w-\[560px\] {
    min-width: 560px;
  }

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

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

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

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

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

  .xl\:grid-cols-\[\.75fr_1\.25fr\] {
    grid-template-columns: .75fr 1.25fr;
  }

  .xl\:grid-cols-\[\.9fr_1\.1fr\] {
    grid-template-columns: .9fr 1.1fr;
  }

  .xl\:grid-cols-\[1\.05fr_\.95fr\] {
    grid-template-columns: 1.05fr .95fr;
  }

  .xl\:grid-cols-\[1\.15fr_\.85fr\] {
    grid-template-columns: 1.15fr .85fr;
  }

  .xl\:grid-cols-\[1\.25fr_\.75fr\] {
    grid-template-columns: 1.25fr .75fr;
  }

  .xl\:grid-cols-\[1\.2fr_\.8fr\] {
    grid-template-columns: 1.2fr .8fr;
  }

  .xl\:grid-cols-\[1\.2fr_\.8fr_\.8fr_\.8fr_auto\] {
    grid-template-columns: 1.2fr .8fr .8fr .8fr auto;
  }

  .xl\:grid-cols-\[148px_repeat\(14\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: 148px repeat(14,minmax(0,1fr));
  }

  .xl\:grid-cols-\[1fr_\.8fr\] {
    grid-template-columns: 1fr .8fr;
  }

  .xl\:grid-cols-\[1fr_\.9fr\] {
    grid-template-columns: 1fr .9fr;
  }

  .xl\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .xl\:grid-cols-\[420px_1fr\] {
    grid-template-columns: 420px 1fr;
  }

  .xl\:grid-cols-\[minmax\(0\2c \.92fr\)_minmax\(0\2c 1\.08fr\)\] {
    grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_320px\] {
    grid-template-columns: minmax(0,1fr) 320px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_380px\] {
    grid-template-columns: minmax(0,1fr) 380px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }

  .xl\:grid-cols-\[minmax\(320px\2c \.85fr\)_minmax\(0\2c 1\.25fr\)\] {
    grid-template-columns: minmax(320px,.85fr) minmax(0,1.25fr);
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

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

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:max-h-\[400px\] {
    max-height: 400px;
  }

  .\32xl\:min-h-14 {
    min-height: 3.5rem;
  }

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

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

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-\[176px_repeat\(14\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: 176px repeat(14,minmax(0,1fr));
  }

  .\32xl\:grid-cols-\[minmax\(0\2c 1fr\)_400px\] {
    grid-template-columns: minmax(0,1fr) 400px;
  }

  .\32xl\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:text-\[11px\] {
    font-size: 11px;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1.35;
  }
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}
