*, ::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.19 | 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", 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: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 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;
}

html {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 244 / var(--tw-bg-opacity, 1));
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  margin: 0px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
      radial-gradient(560px 360px at 12% -4%, rgba(245, 78, 0, 0.08), transparent 70%),
      radial-gradient(420px 280px at 86% 2%, rgba(245, 78, 0, 0.05), transparent 72%),
      radial-gradient(640px 380px at 50% 110%, rgba(38, 37, 30, 0.035), transparent 76%);
}

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

button, input, select, textarea {
  font: inherit;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

/* Eyebrow / Pill */

.eyebrow {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 234 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

.eyebrow .dot {
  height: 7px;
  width: 7px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
}

/* Nav link */

.nav-link {
  display: inline-flex;
  min-height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 120ms;
}

.nav-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.nav-link[data-active="true"] {
  border-color: rgba(245,78,0,0.22);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Button */

.btn {
  display: inline-flex;
  min-height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 205 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 120ms;
}

.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 30 / var(--tw-border-opacity, 1));
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(245 78 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(208 66 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(208 66 0 / var(--tw-bg-opacity, 1));
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

/* Card / Surface */

.card {
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .card {
    padding: 1.5rem;
  }
}

/* User panel backdrop */

#userBackdrop {
  position: fixed;
  inset: 0px;
  z-index: 299;
  display: none;
  background: rgba(0,0,0,0.35);
}

#userBackdrop.show {
  display: block;
}

/* Skip link */

.skip {
  position: absolute;
  left: -999px;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 30;
  height: auto;
  width: auto;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 205 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Input / Select / Textarea */

.input {
  min-height: 44px;
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 205 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 247 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 120ms;
}

.input:focus {
  border-color: rgba(245,78,0,0.48);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.textarea {
  min-height: 44px;
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 205 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 247 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 120ms;
}

.textarea:focus {
  border-color: rgba(245,78,0,0.48);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.textarea {
  min-height: 110px;
  resize: vertical;
}

/* Field */

.field {
  display: grid;
  gap: 0.5rem;
}

.field label {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

/* Note / Banner */

.note {
  border-radius: 12px;
  border-width: 1px;
  border-color: rgba(245,78,0,0.18);
  background-color: rgba(245,78,0,0.05);
  padding: 0.875rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

/* Footer */

.footer {
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 2.75rem;
  }
}

/* Dialog */

dialog {
  width: min(760px, calc(100% - 24px));
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

dialog::backdrop {
  background: rgba(38, 37, 30, 0.18);
  backdrop-filter: blur(3px);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.dialog-head strong {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.dialog-inner {
  padding: 1.25rem;
}

.close {
  cursor: pointer;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 205 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Dashboard table */

/* ---- Admin layout ---- */

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.admin-table th {
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  font-weight: 600;
  background: var(--canvas-soft);
}

.admin-table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.admin-table tr:last-child td {
  border-bottom-width: 0px;
}

.status-badge {
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.status-awaiting_admin {
  background: #fef3c7;
  color: #92400e;
}
.status-pending_card_write {
  background: #dbeafe;
  color: #1e40af;
}
.status-pending_payment {
  background: #fef3c7;
  color: #92400e;
}
.status-paid,
.status-success,
.status-synced {
  background: #d1fae5;
  color: #065f46;
}
.status-preparing {
  background: #dbeafe;
  color: #1e40af;
}
.status-shipped {
  background: #e0e7ff;
  color: #3730a3;
}
.status-received,
.status-completed {
  background: #ccfbf1;
  color: #134e4a;
}
.status-cancelled,
.status-failed {
  background: #fee2e2;
  color: #991b1b;
}

.admin-sidebar {
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.admin-sidebar h2 {
  margin: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.admin-sidebar nav {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.admin-sidebar nav a {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 120ms;
}

.admin-sidebar nav a:hover,
  .admin-sidebar nav a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 234 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.admin-sidebar .sidebar-footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

.admin-main {
  overflow-x: auto;
  padding: 2rem;
}

.filter-bar {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-bar a {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.filter-bar a.active {
  --tw-border-opacity: 1;
  border-color: rgb(245 78 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-sm {
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

.btn-sm:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 234 / var(--tw-bg-opacity, 1));
}

.btn-sm.primary {
  --tw-border-opacity: 1;
  border-color: rgb(245 78 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-sm.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 66 0 / var(--tw-bg-opacity, 1));
}

.trend-chart {
  margin-bottom: 2rem;
  display: flex;
  height: 200px;
  align-items: flex-end;
  gap: 0.5rem;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.trend-bar {
  position: relative;
  min-width: 24px;
  flex: 1 1 0%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.trend-bar-label {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  --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));
  white-space: nowrap;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

.trend-bar-value {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  --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));
  font-size: 11px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.admin-field label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

.admin-field input {
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.admin-field input:focus {
  border-color: rgb(245 78 0 / 0.5);
}

.admin-section-title {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Pill / Kicker (same as eyebrow) */

.pill, .summary-kicker, .flow-tag, .form-kicker, .form-badge, .auth-kicker, .auth-badge, .badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 234 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

/* Flow list / items */

.flow-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.flow-item {
  min-height: 172px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.flow-copy strong {
  margin-top: 0.875rem;
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.flow-copy p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

/* Feature list / soft grids */

.feature-list, .soft-grid-2 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .feature-list, .soft-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Form panel */

.form-panel, .auth-panel {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.form-panel-head, .auth-panel-head {
  display: grid;
  gap: 0.625rem;
}

.form-panel-head h3, .auth-panel-head h3 {
  margin: 0px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.form-panel-head p, .auth-panel-head p {
  margin: 0px;
  font-size: 15px;
  line-height: 1.65;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

.form-actions, .auth-actions {
  margin-top: 0.375rem;
  display: grid;
  gap: 0.625rem;
}

.form-actions .btn, .auth-actions .btn {
  width: 100%;
}

.form-meta, .auth-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 238 232 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

/* Row layouts */

.row {
  display: grid;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .row {
    grid-template-columns: 1.08fr 0.92fr;
  }
}

.row-stretch {
  align-items: stretch;
}

/* Hint / Muted text */

.hint, .muted, .form-note, .auth-note {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

/* Mono font */

.mono {
  font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "ss01" 1;
}

/* Stack / spacing */

.stack-sm {
  display: grid;
  gap: 0.625rem;
}

.stack-xs {
  display: grid;
  gap: 0.5rem;
}

.section-top-sm {
  margin-top: 0.625rem;
}

.section-top-xs {
  margin-top: 0.5rem;
}

/* Page header */

.page-header-copy {
  max-width: 60ch;
}

.page-header-copy p {
  margin-top: 0.625rem;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

/* Section */

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Container (legacy support) */

.container, .max-w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Hero */

/* Pricing */

/* Dash top */
.dash-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* Summary grid (KPI cards) */
.summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.summary-card {
  min-height: 176px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  transition: box-shadow 0.2s ease;
}

.summary-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.summary-card h3 {
  margin-top: 0.875rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.summary-value {
  margin-top: 1rem;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.summary-copy {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

/* Banner */
.banner {
  margin-top: 0.75rem;
  border-radius: 12px;
  border-width: 1px;
  border-color: rgba(31,138,101,0.22);
  background-color: rgba(31,138,101,0.08);
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Payment card */

/* Topup */

/* Split */

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dialog-card {
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

/* Dashboard chart / stats */

/* Table wrap */

.table-wrap {
  overflow-x: auto;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table-wrap th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(128 125 114 / var(--tw-text-opacity, 1));
}

.table-wrap td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

/* Product table (dashboard) */
.product-table {
  margin-top: 1.25rem;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 1rem;
  align-items: center;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgb(230 229 224 / 1);
  transition: background-color 0.15s ease;
}

.table-row:hover {
  background-color: rgb(250 250 247 / 1);
}

.table-row:first-child {
  padding: 0.625rem 1rem;
  background-color: rgb(250 250 247 / 1);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(128 125 114 / 1);
}

.table-row:last-child {
  border-bottom: 0;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* Mobile: compact table */
@media (max-width: 767px) {
  .table-row {
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 0.75rem;
  }
  .table-row:first-child {
    padding: 0.5rem 0.75rem;
  }
  /* Progress & date go to row 2, action button spans both rows on the right */
  .table-row > div:nth-child(2),
  .table-row > div:nth-child(3) {
    grid-row: 2;
  }
  .table-row > div:nth-child(4),
  .table-row > button:nth-child(4) {
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
  }
  /* Hide extra header columns on mobile */
  .table-row:first-child > div:nth-child(2),
  .table-row:first-child > div:nth-child(3),
  .table-row:first-child > div:nth-child(4) {
    display: none;
  }
}

/* Preorder */

.preorder-hero-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-20 {
  z-index: 20;
}

.z-\[300\] {
  z-index: 300;
}

.m-0 {
  margin: 0px;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

.mt-\[18px\] {
  margin-top: 18px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-full {
  height: 100%;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

.w-\[min\(100\%\2c 220px\)\] {
  width: min(100%, 220px);
}

.w-full {
  width: 100%;
}

.max-w-\[11ch\] {
  max-width: 11ch;
}

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

.max-w-\[62ch\] {
  max-width: 62ch;
}

.max-w-\[80vw\] {
  max-width: 80vw;
}

.max-w-container {
  max-width: 1200px;
}

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

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded-md {
  border-radius: 12px;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[rgba\(207\2c 45\2c 86\2c 0\.22\)\] {
  border-color: rgba(207,45,86,0.22);
}

.border-\[rgba\(31\2c 138\2c 101\2c 0\.22\)\] {
  border-color: rgba(31,138,101,0.22);
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(230 229 224 / var(--tw-border-opacity, 1));
}

.border-border-soft {
  --tw-border-opacity: 1;
  border-color: rgb(239 238 232 / var(--tw-border-opacity, 1));
}

.border-heading {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 30 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[rgba\(207\2c 45\2c 86\2c 0\.06\)\] {
  background-color: rgba(207,45,86,0.06);
}

.bg-\[rgba\(31\2c 138\2c 101\2c 0\.08\)\] {
  background-color: rgba(31,138,101,0.08);
}

.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 244 / var(--tw-bg-opacity, 1));
}

.bg-canvas-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 247 / var(--tw-bg-opacity, 1));
}

.bg-canvas\/90 {
  background-color: rgb(247 247 244 / 0.9);
}

.bg-heading {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 30 / var(--tw-bg-opacity, 1));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 78 0 / var(--tw-bg-opacity, 1));
}

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

.bg-surface-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 234 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-\[radial-gradient\(220px_150px_at_18\%_20\%\2c rgba\(245\2c 78\2c 0\2c 0\.08\)\2c transparent_65\%\)\] {
  background-image: radial-gradient(220px 150px at 18% 20%,rgba(245,78,0,0.08),transparent 65%);
}

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

.p-0 {
  padding: 0px;
}

.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-8 {
  padding: 2rem;
}

.p-\[18px\] {
  padding: 18px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

.font-mono {
  font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

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

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

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

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

.text-\[clamp\(32px\2c 4vw\2c 40px\)\] {
  font-size: clamp(32px, 4vw, 40px);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-hero {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

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

.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-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

.leading-\[1\.55\] {
  line-height: 1.55;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.65\] {
  line-height: 1.65;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

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

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

.text-canvas {
  --tw-text-opacity: 1;
  color: rgb(247 247 244 / var(--tw-text-opacity, 1));
}

.text-copy {
  --tw-text-opacity: 1;
  color: rgb(90 88 82 / var(--tw-text-opacity, 1));
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(207 45 86 / var(--tw-text-opacity, 1));
}

.text-heading {
  --tw-text-opacity: 1;
  color: rgb(38 37 30 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

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

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.no-underline {
  text-decoration-line: none;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[-4px_0_24px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: -4px 0 24px rgba(0,0,0,0.08);
  --tw-shadow-colored: -4px 0 24px 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\(24\2c 24\2c 24\2c 0\.05\)\] {
  --tw-shadow: 0 10px 30px rgba(24,24,24,0.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);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

/* ---- Base ---- */

/* ---- Components ---- */

/* ---- Mobile nav (<= 767px) ---- */

/* Moved to assets/css/mobile-nav.css */

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 78 0 / var(--tw-border-opacity, 1));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(245 78 0 / var(--tw-text-opacity, 1));
}

.data-\[open\=true\]\:visible[data-open="true"] {
  visibility: visible;
}

.data-\[open\=true\]\:translate-x-0[data-open="true"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .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-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }
}

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

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

/* User panel (avatar menu) */
.user-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 240px;
  max-width: 80vw;
  background: var(--canvas);
  z-index: 300;
  transform: translateX(100%);
  transition: transform .25s ease;
  box-shadow: -4px 0 24px rgba(0,0,0,.08);
  visibility: hidden;
  display: flex;
  flex-direction: column;
}

.user-panel[data-open="true"] {
  transform: translateX(0);
  visibility: visible;
}

.user-panel-inner {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.user-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 8px;
}

.user-panel-header span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.user-panel-link {
  display: block;
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--body);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-family: inherit;
  border-radius: 0;
}

.user-panel-link:hover {
  color: var(--accent);
}

.user-panel-link:last-of-type {
  border-bottom: none;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 299;
}

.nav-backdrop.show {
  display: block;
}

html.nav-open,
body.nav-open {
  overflow: hidden;
}

