*, ::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;
}
.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-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-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-\[2147483000\] {
  z-index: 2147483000;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[80\] {
  z-index: 80;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.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;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.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-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-56 {
  height: 14rem;
}
.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-14 {
  max-height: 3.5rem;
}
.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-\[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-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-48 {
  min-height: 12rem;
}
.min-h-\[0\] {
  min-height: 0;
}
.min-h-\[108px\] {
  min-height: 108px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[4\.15rem\] {
  min-height: 4.15rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.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-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.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-\[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-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-\[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-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.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-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[54px\] {
  max-width: 54px;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[94\%\] {
  max-width: 94%;
}
.max-w-\[96rem\] {
  max-width: 96rem;
}
.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}
.max-w-\[calc\(100vw-1rem\)\] {
  max-width: calc(100vw - 1rem);
}
.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;
}
.flex-1 {
  flex: 1 1 0%;
}
.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));
}
.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;
}
.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-5 {
  grid-template-columns: repeat(5, 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-\[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));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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-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-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-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.35rem\] {
  border-radius: 1.35rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.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-\[2rem\] {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.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-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\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-sabi-blue\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.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-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\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.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-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-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\/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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.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\/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\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.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\/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-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\/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-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.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-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-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-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-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-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-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-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-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-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-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent 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-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-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-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-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b 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);
}
.fill-sabi-purple {
  fill: #A78BFA;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.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\.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;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[max\(0\.5rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(0.5rem,env(safe-area-inset-bottom));
}
.pl-11 {
  padding-left: 2.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-4 {
  padding-right: 1rem;
}
.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-\[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-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-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-\[\.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-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-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-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-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-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\/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-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;
}
.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_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_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 \.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_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-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-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-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-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-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 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.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\/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-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-500 {
  transition-duration: 500ms;
}
.\[overflow-anchor\:none\] {
  overflow-anchor: 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:1rem!important;
  }
  .public-storefront-page .storefront-products-grid,
  .v373-storefront-runtime .storefront-products-grid{
    gap:1rem!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;
  }
}
.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-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.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-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / 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\/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-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / 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\/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\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.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-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\: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-amber-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-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\: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-amber-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / 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-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.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-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\: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;
}
.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\: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-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\/30:is(.dark *) {
  border-color: rgb(96 165 250 / 0.3);
}
.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\/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-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-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-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-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-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-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\/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\/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-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\/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\/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\: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-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-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\: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-300\/20:is(.dark *) {
  --tw-ring-color: rgb(147 197 253 / 0.2);
}
.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-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-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-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-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-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}
.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\:h-10 {
    height: 2.5rem;
  }

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

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

  .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\:w-10 {
    width: 2.5rem;
  }

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

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

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

  .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-\[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-\[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\(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-3 {
    gap: 0.75rem;
  }

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

  .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\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

  .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-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\: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-\[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\:max-w-md {
    max-width: 28rem;
  }

  .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-\[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\.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\:flex-row {
    flex-direction: row;
  }

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

  .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-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\: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\:h-72 {
    height: 18rem;
  }

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

  .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-\[\.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\.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_320px\] {
    grid-template-columns: 1fr 320px;
  }

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

  .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\: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-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\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .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\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

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

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

  .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-\[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_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

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

  .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\:justify-between {
    justify-content: space-between;
  }

  .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\:w-auto {
    width: auto;
  }

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

  .\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-\[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-7 {
    gap: 1.75rem;
  }

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