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

.focus\:absolute:focus {
  position: absolute;
}

.focus\:z-\[60\]:focus {
  z-index: 60;
}

.focus\:m-3:focus {
  margin: 0.75rem;
}

.focus\:bg-\[var\(--panel\)\]:focus {
  background-color: var(--panel);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.flex {
  display: flex;
}

.gap-2\.5 {
  gap: 0.625rem;
}

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

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

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

.text-\[1\.02rem\] {
  font-size: 1.02rem;
}

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

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

.gap-6 {
  gap: 1.5rem;
}

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

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.i-hugeicons-arrow-down-01 {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6s-6-6-6-6'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 9s-4.419 6-6 6s-6-6-6-6'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.p-5 {
  padding: 1.25rem;
}

.bg-\[var\(--bg-2\)\] {
  background-color: var(--bg-2);
}

.border {
  border-width: 1px;
}

.border-\[var\(--line\)\] {
  border-color: var(--line);
}

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

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

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

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[var\(--text-2\)\] {
  color: var(--text-2);
}

.w-full {
  width: 100%;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[0\.82rem\] {
  font-size: 0.82rem;
}

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

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

.h-9 {
  height: 2.25rem;
}

.w-9 {
  width: 2.25rem;
}

.hover\:text-\[var\(--text\)\]:hover {
  color: var(--text);
}

.text-\[1rem\] {
  font-size: 1rem;
}

.i-hugeicons-sun-03 {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z'/%3E%3Cpath stroke-linecap='round' d='M12 2v1.5m0 17V22m7.07-2.929l-1.06-1.06M5.99 5.989L4.928 4.93M22 12h-1.5m-17 0H2m17.071-7.071l-1.06 1.06M5.99 18.011l-1.06 1.06'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z'/%3E%3Cpath stroke-linecap='round' d='M12 2v1.5m0 17V22m7.07-2.929l-1.06-1.06M5.99 5.989L4.928 4.93M22 12h-1.5m-17 0H2m17.071-7.071l-1.06 1.06M5.99 18.011l-1.06 1.06'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.gap-2 {
  gap: 0.5rem;
}

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

.p-0\.5 {
  padding: 0.125rem;
}

.text-\[0\.72rem\] {
  font-size: 0.72rem;
}

.text-\[var\(--text-3\)\] {
  color: var(--text-3);
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

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

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

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

.text-\[2\.1rem\] {
  font-size: 2.1rem;
}

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

.text-\[1\.075rem\] {
  font-size: 1.075rem;
}

.border-t {
  border-top-width: 1px;
}

.grid {
  display: grid;
}

.gap-8 {
  gap: 2rem;
}

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

.h-36 {
  height: 9rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.gap-4 {
  gap: 1rem;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.list-none {
  list-style-type: none;
}

.block {
  display: block;
}

.p-6 {
  padding: 1.5rem;
}

.h-full {
  height: 100%;
}

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

.bg-\[var\(--panel\)\] {
  background-color: var(--panel);
}

.hover\:border-\[var\(--accent\)\]:hover {
  border-color: var(--accent);
}

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

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

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

.text-\[var\(--accent\)\] {
  color: var(--accent);
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

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

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

.p-8 {
  padding: 2rem;
}

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

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

.text-\[0\.98rem\] {
  font-size: 0.98rem;
}

.gap-10 {
  gap: 2.5rem;
}

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

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

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

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

.text-\[var\(--text\)\] {
  color: var(--text);
}

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

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
.sm\:hidden {
  display: none;
}

.sm\:inline {
  display: inline;
}

.sm\:text-\[2\.6rem\] {
  font-size: 2.6rem;
}

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

@media (min-width: 768px) {
.md\:p-11 {
  padding: 2.75rem;
}

.md\:text-\[1\.9rem\] {
  font-size: 1.9rem;
}

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

.md\:py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

@media (min-width: 1024px) {
.lg\:text-\[3rem\] {
  font-size: 3rem;
}

.lg\:gap-14 {
  gap: 3.5rem;
}

.lg\:grid-cols-\[18rem_1fr\] {
  grid-template-columns: 18rem 1fr;
}

.lg\:sticky {
  position: sticky;
}

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

.lg\:grid-cols-\[1\.3fr_1fr_1fr_1fr\] {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

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