/* stx role tokens — override any of these to re-theme by meaning. */
:root {
  --stx-fg: oklch(21% 0.034 264.665);
  --stx-fg-strong: oklch(37.3% 0.034 259.733);
  --stx-fg-muted: oklch(44.6% 0.03 256.802);
  --stx-fg-soft: oklch(55.1% 0.027 264.364);
  --stx-fg-subtle: oklch(70.7% 0.022 261.325);
  --stx-surface: oklch(98.5% 0.002 247.839);
  --stx-surface-raised: oklch(96.7% 0.003 264.542);
  --stx-surface-sunken: oklch(92.8% 0.006 264.531);
  --stx-line: oklch(92.8% 0.006 264.531);
  --stx-line-strong: oklch(87.2% 0.01 258.338);
  --stx-accent: oklch(51.1% 0.262 276.966);
  --stx-info: oklch(54.6% 0.245 262.881);
  --stx-danger: oklch(57.7% 0.245 27.325);
  --stx-success: oklch(62.7% 0.194 149.214);
  --stx-warning: oklch(79.5% 0.184 86.047);
  --stx-accent-solid: oklch(51.1% 0.262 276.966);
  --stx-info-solid: oklch(54.6% 0.245 262.881);
  --stx-danger-solid: oklch(57.7% 0.245 27.325);
  --stx-success-solid: oklch(62.7% 0.194 149.214);
}
.dark {
  --stx-fg: oklch(96.7% 0.003 264.542);
  --stx-fg-strong: oklch(87.2% 0.01 258.338);
  --stx-fg-muted: oklch(70.7% 0.022 261.325);
  --stx-fg-soft: oklch(70.7% 0.022 261.325);
  --stx-fg-subtle: oklch(55.1% 0.027 264.364);
  --stx-surface: oklch(27.8% 0.033 256.848);
  --stx-surface-raised: oklch(37.3% 0.034 259.733);
  --stx-surface-sunken: oklch(37.3% 0.034 259.733);
  --stx-line: oklch(37.3% 0.034 259.733);
  --stx-line-strong: oklch(44.6% 0.03 256.802);
  --stx-accent: oklch(67.3% 0.182 276.935);
  --stx-info: oklch(70.7% 0.165 254.624);
  --stx-danger: oklch(70.4% 0.191 22.216);
  --stx-success: oklch(79.2% 0.209 151.711);
  --stx-warning: oklch(85.2% 0.199 91.936);
  --stx-accent-solid: oklch(58.5% 0.233 277.117);
  --stx-info-solid: oklch(62.3% 0.214 259.815);
  --stx-danger-solid: oklch(63.7% 0.237 25.331);
  --stx-success-solid: oklch(72.3% 0.219 149.579);
}
@layer cw-base {
/*
! Tailwind CSS Preflight | MIT License | https://tailwindcss.com
*/

/*
  The fallback is a neutral grey, not currentColor.

  currentColor makes every border whose colour was never set take the TEXT
  colour, which is near-black on a light page and near-white on a dark one.
  That is never what an author means by a divider: the divide-* and
  border-width utilities set a width and no colour, so a plain divide-y
  rendered as a heavy black rule instead of a hairline.

  It also punished the obvious workaround. Setting border-color on a parent
  does not reach divide-* children, because divide targets
  "> :not([hidden]) ~ :not([hidden])" and the child declaration from this
  block wins.

  Tailwind preflight resolves this the same way (its default is gray-200).
  --border-color stays the escape hatch: set it once on :root, or per
  theme, and every uncoloured border follows.
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, #e5e7eb);
}

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

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: var(--border-color, inherit);
  border-collapse: collapse;
}

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

button,
select {
  text-transform: none;
}

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

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}
}

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

.text-stone-900 {
  color: oklch(21.6% 0.006 56.043);
}

.bg-stone-50 {
  background-color: oklch(98.5% 0.001 106.423);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--cw-gradient-stops));
}

.from-white {
  --cw-gradient-from: #fff;
  --cw-gradient-to: rgb(255 255 255 / 0);
  --cw-gradient-stops: var(--cw-gradient-from), var(--cw-gradient-to);
}

.to-stone-50 {
  --cw-gradient-to: oklch(98.5% 0.001 106.423);
  --cw-gradient-stops: var(--cw-gradient-from), var(--cw-gradient-to);
}

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

.border-stone-200 {
  border-color: oklch(92.3% 0.003 48.717);
}

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

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

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

.text-red-700 {
  color: oklch(50.5% 0.213 27.518);
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.uppercase {
  text-transform: uppercase;
}

.bg-red-50 {
  background-color: oklch(97.1% 0.013 17.38);
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

.text-stone-600 {
  color: oklch(44.4% 0.011 73.639);
}

.flex {
  display: flex;
}

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

.gap-3 {
  gap: 0.75rem;
}

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

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

.text-white {
  color: #fff;
}

.bg-red-700 {
  background-color: oklch(50.5% 0.213 27.518);
}

.hover\:bg-red-800:hover {
  background-color: oklch(44.4% 0.177 26.899);
}

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

.shadow-sm {
  --cw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --cw-shadow-colored: 0 1px 3px 0 var(--cw-shadow-color), 0 1px 2px -1px var(--cw-shadow-color);
  box-shadow: var(--cw-ring-offset-shadow, 0 0 #0000), var(--cw-ring-shadow, 0 0 #0000), var(--cw-shadow);
}

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

.text-stone-800 {
  color: oklch(26.8% 0.007 34.298);
}

.bg-white {
  background-color: #fff;
}

.hover\:bg-stone-100:hover {
  background-color: oklch(97% 0.001 106.424);
}

.border {
  border-width: 1px;
}

.border-stone-300 {
  border-color: oklch(86.9% 0.005 56.366);
}

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

.text-stone-700 {
  color: oklch(37.4% 0.01 67.558);
}

.p-5 {
  padding: 1.25rem;
}

.text-red-900 {
  color: oklch(39.6% 0.141 25.723);
}

.border-red-200 {
  border-color: oklch(88.5% 0.062 18.334);
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.h-3 {
  height: 0.75rem;
}

.w-3 {
  width: 0.75rem;
}

.ring-4 {
  --cw-ring-offset-shadow: var(--cw-ring-inset,) 0 0 0 var(--cw-ring-offset-width, 0px) var(--cw-ring-offset-color, #fff);
  --cw-ring-shadow: var(--cw-ring-inset,) 0 0 0 calc(4px + var(--cw-ring-offset-width, 0px)) var(--cw-ring-color, rgba(59, 130, 246, 0.5));
  box-shadow: var(--cw-ring-offset-shadow), var(--cw-ring-shadow), var(--cw-shadow, 0 0 #0000);
}

.ring-stone-50 {
  --cw-ring-color: oklch(98.5% 0.001 106.423);
}

.-left-\[1\.92rem\] {
  left: -1.92rem;
}

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

.max-w-md {
  max-width: 28rem;
}

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

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

.text-stone-500 {
  color: oklch(55.3% 0.013 58.071);
}

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

.p-6 {
  padding: 1.5rem;
}

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

.text-green-800 {
  color: oklch(44.8% 0.119 151.328);
}

.bg-green-50 {
  background-color: oklch(98.2% 0.018 155.826);
}

.border-green-200 {
  border-color: oklch(92.5% 0.084 155.995);
}

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

.h-px {
  height: 1px;
}

.w-px {
  width: 1px;
}

.opacity-0 {
  opacity: 0;
}

.-left-\[9999px\] {
  left: -9999px;
}

.grid {
  display: grid;
}

.gap-5 {
  gap: 1.25rem;
}

.block {
  display: block;
}

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

.text-stone-400 {
  color: oklch(70.9% 0.01 56.259);
}

.placeholder\:text-stone-400::placeholder {
  color: oklch(70.9% 0.01 56.259);
}

.focus\:border-red-600:focus {
  border-color: oklch(57.7% 0.245 27.325);
}

.focus\:outline-none:focus {
  outline-style: none;
}

.focus\:ring-2:focus {
  --cw-ring-offset-shadow: var(--cw-ring-inset,) 0 0 0 var(--cw-ring-offset-width, 0px) var(--cw-ring-offset-color, #fff);
  --cw-ring-shadow: var(--cw-ring-inset,) 0 0 0 calc(2px + var(--cw-ring-offset-width, 0px)) var(--cw-ring-color, rgba(59, 130, 246, 0.5));
  box-shadow: var(--cw-ring-offset-shadow), var(--cw-ring-shadow), var(--cw-shadow, 0 0 #0000);
}

.focus\:ring-red-100:focus {
  --cw-ring-color: oklch(93.6% 0.032 17.717);
}

.appearance-none {
  appearance: none;
}

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

.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.focus\:ring-red-200:focus {
  --cw-ring-color: oklch(88.5% 0.062 18.334);
}

.gap-4 {
  gap: 1rem;
}

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

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.hover\:border-stone-300:hover {
  border-color: oklch(86.9% 0.005 56.366);
}

.hover\:shadow-sm:hover {
  --cw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --cw-shadow-colored: 0 1px 3px 0 var(--cw-shadow-color), 0 1px 2px -1px var(--cw-shadow-color);
  box-shadow: var(--cw-ring-offset-shadow, 0 0 #0000), var(--cw-ring-shadow, 0 0 #0000), var(--cw-shadow);
}

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.border-l-2 {
  border-left-width: 2px;
}

.top-1 {
  top: 0.25rem;
}

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

@media (min-width: 640px) {
.sm\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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