*, ::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: Plus Jakarta Sans, system-ui, 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;
}

.visible {
  visibility: visible;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-1\.5 {
  height: 0.375rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

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

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-soft\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

.font-sans {
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.96rem\] {
  font-size: 0.96rem;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.leading-relaxed {
  line-height: 1.625;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-mute {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ring {
  --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(3px + 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-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Page chrome lives here, not in the HTML. Brand colours come from theme.css. */

:root {
  --stage-overlay:
    radial-gradient(ellipse 76% 60% at 50% 48%, color-mix(in srgb, var(--brand) 78%, #0b0d12) 0%, color-mix(in srgb, var(--brand) 42%, transparent) 54%, transparent 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--brand) 34%, transparent) 0%, transparent 22%, color-mix(in srgb, var(--brand) 62%, rgba(8,10,14,.28)) 100%),
    color-mix(in srgb, var(--brand) 46%, var(--menu));
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  background: #f7f7f5;
}

@media (max-width: 1023px) {
  html {
    height: auto;
  }

  body {
    height: auto;
    min-height: 100%;
    min-height: 100dvh;
    overscroll-behavior-y: none;
  }
}

#app {
  min-height: 100%;
}

.split {
  min-height: 100%;
}

@media (min-width: 1024px) {
  html, body, #app {
    overflow: hidden;
  }

  .split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6.5rem minmax(26.5rem, min(38vw, 36rem));
    height: 100vh;
  }
}

@media (min-width: 1440px) {
  .split {
    grid-template-columns: minmax(0, 1fr) 6.75rem minmax(30rem, min(36vw, 38rem));
  }
}

.stage {
  position: relative;
  min-height: 11.5rem;
  height: min(32dvh, 15rem);
  overflow: hidden;
  background: var(--menu);
}

@media (min-width: 1024px) {
  .stage {
    min-height: 100%;
    height: 100vh;
  }
}

.stage-marquee {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-rows: 1fr 1.2fr 1fr;
  gap: .5rem;
  overflow: hidden;
  pointer-events: none;
}

.stage-row {
  min-height: 0;
  overflow: hidden;
}

.stage-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  animation: stage-marquee 60s linear infinite;
  will-change: transform;
}

.stage-row:nth-child(2) .stage-track {
  animation-duration: 80s;
  animation-delay: -22s;
}

.stage-row:nth-child(3) .stage-track {
  animation-duration: 50s;
  animation-delay: -11s;
}

.stage-set {
  display: flex;
  gap: .55rem;
  height: 100%;
  padding-right: .55rem;
}

.stage-tile {
  flex: 0 0 auto;
  height: 100%;
  border-radius: .7rem;
  overflow: hidden;
}

.stage-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tile-ratio-0 {
  aspect-ratio: 3 / 4;
}

.tile-ratio-1 {
  aspect-ratio: 1 / 1;
}

.tile-ratio-2 {
  aspect-ratio: 4 / 3;
}

.tile-ratio-3 {
  aspect-ratio: 2 / 3;
}

@keyframes stage-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-track {
    animation: none;
  }
}

.stage-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: color-mix(in srgb, var(--brand) 46%, transparent);
}

.stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: url("assets/dot-grid.png");
  background-repeat: repeat;
  image-rendering: pixelated;
}

.stage-scrim {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.4rem 1.4rem;
  text-align: center;
  background:
    radial-gradient(ellipse 76% 60% at 50% 48%, color-mix(in srgb, var(--brand) 78%, #0b0d12) 0%, color-mix(in srgb, var(--brand) 42%, transparent) 54%, transparent 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--brand) 34%, transparent) 0%, transparent 22%, color-mix(in srgb, var(--brand) 62%, rgba(8,10,14,.28)) 100%);
}

@media (max-width: 1023px) {
  .stage-scrim {
    padding: 1.05rem 1.15rem 1.15rem;
  }

  .stage-title {
    margin-top: .45rem;
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .stage-kicker::after {
    margin-top: .55rem;
  }
}

@media (min-width: 1024px) {
  .stage-scrim {
    padding: 2.4rem;
  }
}

.stage-copy {
  width: min(34rem, 92%);
  text-align: center;
}

.stage-kicker {
  font-size: clamp(.68rem, .9vw, .8rem);
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}

.stage-kicker::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1px;
  margin: .85rem auto 0;
  background: rgba(255,255,255,.5);
}

.stage-title {
  margin-top: .85rem;
  font-weight: 700;
  font-size: clamp(2.15rem, 3.5vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  color: #fff;
}

.stage-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
  margin: .8rem auto 0;
  max-width: 32rem;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .01em;
  color: rgba(255,255,255,.9);
}

.stage-tag-rule {
  width: 1.15rem;
  height: 1px;
  background: rgba(255,255,255,.55);
}

.stage-status {
  margin-top: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  background: rgba(0,0,0,.25);
  padding: .4rem .8rem;
  font-size: clamp(.84rem, 1vw, .95rem);
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.stage-copy > * {
  animation: stage-in .7s cubic-bezier(.22, .8, .28, 1) both;
}

.stage-copy > .stage-title {
  animation-delay: .08s;
}

.stage-copy > .stage-tag {
  animation-delay: .16s;
}

.stage-copy > .stage-status {
  animation-delay: .24s;
}

@keyframes stage-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-copy > * {
    animation: none;
  }
}

.thumbs {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  display: flex;
  gap: .45rem;
  transform: translateX(-50%);
}

.pane {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #f7f7f5;
}

@media (min-width: 1024px) {
  .pane {
    height: 100vh;
    min-width: 0;
  }

  .pane-scroll {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pane-inner {
  display: grid;
  gap: 1.1rem;
  padding: 1.15rem 1.1rem 1.4rem;
}

@media (min-width: 1024px) {
  .pane-inner {
    gap: 1.15rem;
    padding: 1.35rem 1.35rem 1.6rem;
  }
}

.pair {
  display: grid;
  gap: 1.1rem;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}

.action-row .action-chip {
  width: 100%;
  padding: 0 .6rem;
}

.rail {
  display: none;
}

@media (min-width: 1024px) {
  .rail {
    display: flex;
    flex-direction: column;
    height: 100vh;
    border: 0;
    background: var(--menu);
    box-shadow: 10px 0 28px rgba(17, 24, 39, .16);
  }
}

.rail {
  --rail-inset: .7rem;
}

.rail-top {
  padding: 1rem var(--rail-inset) 0;
}

.rail-mark {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  font-size: 1.7rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.rail-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin: 0 var(--rail-inset);
  min-height: 4.8rem;
  border: 0;
  border-radius: .95rem;
  background: var(--brand);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rail-book .icon {
  width: 1.45rem;
  height: 1.45rem;
  color: #fff;
}

.rail-book:hover {
  background: var(--brand-dark);
}

.rail-top span {
  background: var(--brand) !important;
}

.rail-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: .4rem 0;
}

.rail-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 4.8rem;
  color: rgba(255,255,255,.78);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rail-link .icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
}

.rail-link:hover, .rail-link.is-on {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.mobile-menu {
  display: flex;
  border-bottom: 0;
  background: var(--menu);
  box-shadow: 0 8px 18px rgba(17, 24, 39, .12);
}

@media (max-width: 1023px) {
  .mobile-menu {
    position: sticky;
    top: 0;
    z-index: 50;
    padding-top: env(safe-area-inset-top);
    background: color-mix(in srgb, var(--menu) 94%, #0b0d12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .pane {
    padding-bottom: calc(5.1rem + env(safe-area-inset-bottom));
  }

  .widget[id], .pane-inner section[id] {
    scroll-margin-top: calc(4.7rem + env(safe-area-inset-top));
  }
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu a, .mobile-menu button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  padding: .7rem .2rem;
  color: rgba(255,255,255,.78);
  font-size: .65rem;
  font-weight: 700;
  touch-action: manipulation;
}

.mobile-menu a.is-on {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.mobile-menu .icon {
  width: 1.55rem;
  height: 1.55rem;
  color: #fff;
}

.dock {
  display: grid;
  gap: .5rem;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  padding: .7rem .85rem calc(.7rem + env(safe-area-inset-bottom));
}

@media (max-width: 1023px) {
  .dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 -10px 28px rgba(17, 24, 39, .1);
  }
}

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

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

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

.dock-n4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .dock {
    display: none;
  }
}

.dock-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  min-height: 3.1rem;
  touch-action: manipulation;
  border-radius: .85rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-size: .68rem;
  font-weight: 650;
}

.dock-btn .icon {
  color: var(--brand);
}

.dock-btn:hover {
  background: var(--brand-050);
  border-color: var(--brand-200);
}

.dock-btn-primary {
  background: var(--brand);
  border-color: transparent;
  color: #fff;
}

.dock-btn-primary:hover {
  background: var(--brand-dark);
}

.dock-btn-primary .icon {
  color: #fff;
}

.install-bar {
  position: fixed;
  z-index: 40;
  left: .75rem;
  right: .75rem;
  bottom: calc(5.15rem + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .75rem;
  border-radius: 1.1rem;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 40px -24px rgba(17, 24, 39, .7);
}

.install-bar[hidden] {
  display: none;
}

.install-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .75rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}

.install-copy {
  min-width: 0;
  flex: 1;
}

.install-title {
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}

.install-text {
  margin-top: .15rem;
  font-size: .68rem;
  line-height: 1.35;
  color: rgba(255,255,255,.72);
}

.install-go {
  flex-shrink: 0;
  border: 0;
  border-radius: .75rem;
  background: #fff;
  color: #111827;
  font-size: .72rem;
  font-weight: 800;
  padding: .55rem .75rem;
}

.install-x {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
}

.install-x .icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1024px) {
  .install-bar {
    left: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 22.5rem;
  }
}

.thumb {
  width: 3.1rem;
  height: 2.2rem;
  overflow: hidden;
  border-radius: .45rem;
  border: 2px solid transparent;
  opacity: .72;
}

.thumb.is-on {
  border-color: #fff;
  opacity: 1;
}

.text-brand {
  color: var(--brand);
}

.bg-brand {
  background: var(--brand);
}

.bg-brand-soft {
  background: var(--brand-050);
}

.star-row {
  display: inline-flex;
  gap: 2px;
  vertical-align: -1px;
}

.star {
  width: 14px;
  height: 14px;
  display: block;
}

.icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: none;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  transition: background .15s ease, transform .15s ease;
}

.btn-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.btn-ghost {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111827;
  transition: border-color .15s ease, background .15s ease;
}

.btn-ghost:hover {
  border-color: var(--brand-200);
  background: var(--brand-050);
}

.sheet-close {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  line-height: 0;
  flex-shrink: 0;
}

.sheet-close .icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.sheet-close:hover {
  background: #e5e7eb;
  color: #111827;
}

.action-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.6rem;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-size: .84rem;
  font-weight: 600;
  white-space: nowrap;
}

.action-chip:hover {
  border-color: var(--brand-200);
  color: var(--brand);
  background: var(--brand-050);
}

.action-chip .icon {
  color: var(--brand);
}

.action-chip-primary {
  border-color: transparent;
  background: var(--brand);
  color: #fff;
}

.action-chip-primary .icon {
  color: #fff;
}

.action-chip-primary:hover {
  background: var(--brand-dark);
  color: #fff;
}

.widget {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 1.15rem;
  box-shadow: 0 1px 2px rgba(17,24,39,.04), 0 10px 28px -20px rgba(17,24,39,.22);
}

.widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem 0;
}

.widget-title {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #111827;
}

.widget-title i {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: .5rem;
  background: var(--brand-050);
  color: var(--brand);
  font-style: normal;
}

.widget-title i .icon {
  width: 1rem;
  height: 1rem;
}

.widget-body {
  padding: 1rem 1.2rem 1.2rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-cell {
  padding: .85rem .4rem;
  text-align: center;
  border-right: 1px solid #e5e7eb;
}

.stat-cell:last-child {
  border-right: 0;
}

.service-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .85rem .9rem;
  border-radius: .9rem;
  background: #f8faf9;
  text-align: left;
  transition: background .15s ease, transform .15s ease;
}

.service-card:hover {
  background: var(--brand-050);
  transform: translateY(-1px);
}

.service-no {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: .55rem;
  background: #fff;
  color: var(--brand);
  font-size: .7rem;
  font-weight: 750;
}

.photo-tile {
  overflow: hidden;
  background: #ececec;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .45s ease;
}

.photo-tile:hover img {
  transform: scale(1.03);
}

.field {
  margin-top: .35rem;
  width: 100%;
  border-radius: .7rem;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: .7rem .85rem;
  font-size: .92rem;
  color: #111827;
  outline: none;
}

.field:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 14%, transparent);
}

.field-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6b7280;
}

.field-error {
  display: block;
  min-height: 0;
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #be123c;
}

.field-error:empty {
  display: none;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  counter-reset: step;
}

.step {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .6rem;
  border-radius: .75rem;
  background: #f3f4f6;
  font-size: .78rem;
  font-weight: 600;
  color: #6b7280;
}

.step span {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #fff;
  font-size: .7rem;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.step.is-on {
  background: var(--brand-050);
  color: var(--brand);
}

.step.is-on span {
  background: var(--brand);
  border-color: transparent;
  color: #fff;
}

.step.is-done {
  color: #111827;
}

.step.is-done span {
  background: var(--brand-050);
  border-color: var(--brand-200);
  color: var(--brand);
}

.cal-week, .cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .35rem;
}

.cal-week {
  margin-bottom: .35rem;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6b7280;
  text-align: center;
}

.cal-pad {
  min-height: 3.15rem;
}

.day-chip {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .05rem;
  min-height: 3.15rem;
  padding: .3rem .1rem;
  border-radius: .8rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  text-align: center;
  transition: border-color .15s ease, background .15s ease;
}

.day-chip:hover:not(:disabled) {
  border-color: var(--brand-200);
  background: var(--brand-050);
}

.day-chip.is-on {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.day-chip.is-on .day-chip-week, .day-chip.is-on .day-chip-month {
  color: rgba(255,255,255,.85);
}

.day-chip:disabled {
  color: #9ca3af;
  background: #f9fafb;
  cursor: not-allowed;
}

.day-chip:disabled .day-chip-num {
  text-decoration: line-through;
  text-decoration-color: #d1d5db;
}

.day-chip-week {
  font-size: .68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6b7280;
}

.day-chip-num {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.day-chip-month {
  font-size: .66rem;
  font-weight: 500;
  color: #6b7280;
}

.slot-chip {
  padding: .5rem .9rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: .85rem;
  font-weight: 600;
  color: #111827;
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.slot-chip:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-050);
  transform: translateY(-1px);
}

.slot-chip.is-on {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.chosen-slot {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .7rem .85rem;
  border-radius: .9rem;
  border: 1px solid var(--brand-200);
  background: var(--brand-050);
}

[hidden] {
  display: none !important;
}

.slot-load {
  display: grid;
  gap: .75rem;
}

.skeleton {
  display: block;
  background: linear-gradient(90deg, #f3f4f6, #e5e7eb, #f3f4f6);
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.sheet[hidden] {
  display: none !important;
}

.sheet:not([hidden]) {
  display: flex;
  flex-direction: column;
  background: #f7f7f5;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .sheet:not([hidden]) {
    position: absolute;
    inset: 0;
    z-index: 20;
    animation: sheet-in .28s cubic-bezier(.22, .8, .28, 1);
  }
}

@media (max-width: 1023px) {
  .sheet:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 80;
    animation: sheet-in .28s cubic-bezier(.22, .8, .28, 1);
  }

  body.sheet-open {
    overflow: hidden;
  }
}

.sheet-bar {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr) 5.4rem;
  align-items: center;
  min-height: 3.35rem;
  padding: .45rem .65rem;
  padding-top: calc(.45rem + env(safe-area-inset-top));
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.sheet-back {
  display: inline-flex;
  align-items: center;
  gap: .1rem;
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--brand);
  font-size: .92rem;
  font-weight: 700;
}

.sheet-back .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.sheet-title {
  margin: 0;
  text-align: center;
  font-size: .95rem;
  font-weight: 750;
  color: #111827;
}

.sheet-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 1.05rem 1.1rem calc(1.4rem + env(safe-area-inset-bottom));
}

@keyframes sheet-in {
  from {
    transform: translateX(16%);
  }

  to {
    transform: none;
  }
}

dialog::backdrop {
  background: rgba(17, 24, 39, .5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

dialog[open] {
  animation: pop .2s ease;
}

#lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--stage-overlay);
  overflow: visible;
}

#lightbox[open] {
  animation: lb-fade .18s ease;
}

#lightbox::backdrop {
  background: var(--stage-overlay);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.lb {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  color: #fff;
}

.lb-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem 0;
}

.lb-count {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: #fff;
  background: rgba(12, 14, 18, .55);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: .4rem .75rem;
}

.lb-close, .lb-nav {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(12, 14, 18, .62);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.32);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
}

.lb-close {
  width: 2.6rem;
  height: 2.6rem;
}

.lb-close:hover, .lb-nav:hover {
  background: rgba(12, 14, 18, .86);
}

.lb-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: .75rem 5rem 1.75rem;
}

.lb-reel {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.lb-slide {
  margin: 0;
}

.lb-slide:not(.is-current) {
  display: none;
}

.lb-stage img {
  max-width: 100%;
  max-height: calc(100vh - 6.5rem);
  border-radius: .85rem;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 24px 60px -28px rgba(0,0,0,.7);
}

.lb-nav {
  position: absolute;
  top: 50%;
  width: 2.85rem;
  height: 2.85rem;
  transform: translateY(-50%);
}

.lb-nav .icon, .lb-close .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.lb-prev {
  left: 1.1rem;
}

.lb-next {
  right: 1.1rem;
}

@media (max-width: 1023px) {
  #lightbox {
    height: 100dvh;
    background: var(--stage-overlay);
  }

  .lb {
    display: block;
    height: 100%;
  }

  .lb-bar {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    padding: calc(.75rem + env(safe-area-inset-top)) 1rem .75rem;
  }

  .lb-stage {
    position: absolute;
    inset: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    touch-action: none;
  }

  .lb-nav {
    display: none;
  }

  .lb-reel {
    position: absolute;
    inset: 0;
    display: block;
  }

  .lb-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: 0;
    will-change: transform;
  }

  .lb-slide:not(.is-current) {
    display: grid;
  }

  .lb-stage img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: none;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
  }
}

@media (max-width: 640px) {
  .lb-prev {
    left: .55rem;
  }

  .lb-next {
    right: .55rem;
  }
}

@keyframes lb-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pop {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.review-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--brand);
}

.bar-0 {
  width: 0;
}

.bar-5 {
  width: 5%;
}

.bar-10 {
  width: 10%;
}

.bar-15 {
  width: 15%;
}

.bar-20 {
  width: 20%;
}

.bar-25 {
  width: 25%;
}

.bar-30 {
  width: 30%;
}

.bar-35 {
  width: 35%;
}

.bar-40 {
  width: 40%;
}

.bar-45 {
  width: 45%;
}

.bar-50 {
  width: 50%;
}

.bar-55 {
  width: 55%;
}

.bar-60 {
  width: 60%;
}

.bar-65 {
  width: 65%;
}

.bar-70 {
  width: 70%;
}

.bar-75 {
  width: 75%;
}

.bar-80 {
  width: 80%;
}

.bar-85 {
  width: 85%;
}

.bar-90 {
  width: 90%;
}

.bar-95 {
  width: 95%;
}

.bar-100 {
  width: 100%;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
