/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-xs: 0.125rem;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-font-family: var(--font-body);
    --default-mono-font-family: var(--font-mono);
    --radius-pill: 9999px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-content {
    max-width: 768px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .bg-parchment {
    background-color: var(--parchment);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-ink {
    color: var(--ink);
  }
  .text-muted {
    color: var(--text-muted);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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,);
  }
}
:root {
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --laurel-900: #16301b;
  --laurel-800: #1e3c22;
  --laurel-700: #24491f;
  --laurel-600: #2c5530;
  --laurel-500: #3d6b41;
  --laurel-300: #8fae91;
  --laurel-100: #dfe8dc;
  --laurel-50: #eff4ec;
  --gild-700: #8a5f14;
  --gild-600: #a8741f;
  --gild-500: #d99b2b;
  --gild-300: #eec97f;
  --gild-100: #fbf0d8;
  --gild-50: #fdf8ec;
  --parchment: #faf7f0;
  --white: #ffffff;
  --mist: #f0ede3;
  --hairline: #e6e1d5;
  --hairline-strong: #d8d2c3;
  --stone-2: #97968a;
  --stone: #6b6a5e;
  --ink: #2a2e26;
  --slate-800: #2b3740;
  --slate-600: #43535e;
  --meadow: #4e8b5a;
  --clay: #a8442f;
  --surface-app: var(--parchment);
  --surface-card: var(--white);
  --surface-sunk: var(--mist);
  --surface-tint: var(--laurel-50);
  --surface-accent-tint: var(--gild-100);
  --surface-inverse: var(--slate-800);
  --text-body: var(--ink);
  --text-muted: var(--stone);
  --text-faint: var(--stone-2);
  --text-link: var(--laurel-700);
  --text-caution: var(--gild-600);
  --text-positive: var(--meadow);
  --text-danger: var(--clay);
  --text-on-dark: var(--parchment);
  --border-default: var(--hairline);
  --border-strong: var(--hairline-strong);
  --border-accent: var(--laurel-600);
  --action-primary-bg: var(--laurel-600);
  --action-primary-bg-hover: var(--laurel-800);
  --action-primary-fg: #ffffff;
  --action-default-bg: var(--white);
  --action-default-bg-hover: var(--parchment);
  --action-default-fg: var(--ink);
  --focus-ring: 0 0 0 3px var(--laurel-100);
  --font-display: var(--font-system);
  --font-body: var(--font-system);
  --font-numeric: var(--font-body);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --text-display: 2.5rem;
  --leading-display: 2.875rem;
  --text-h1: 1.875rem;
  --leading-h1: 2.375rem;
  --text-h2: 1.5rem;
  --leading-h2: 2rem;
  --text-h3: 1.1875rem;
  --leading-h3: 1.75rem;
  --text-body-lg: 1.0625rem;
  --leading-body-lg: 1.75rem;
  --text-body-md: 0.9375rem;
  --leading-body-md: 1.5rem;
  --text-body-sm: 0.875rem;
  --leading-body-sm: 1.375rem;
  --text-small: 0.8125rem;
  --leading-small: 1.25rem;
  --text-eyebrow: 0.75rem;
  --leading-eyebrow: 1rem;
  --tracking-tight: -0.015em;
  --tracking-normal: 0;
  --tracking-eyebrow: 0.1em;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --measure-prose: 65ch;
  --width-content: 768px;
  --width-wide: 1024px;
  --width-sidebar: 256px;
  --control-height: 40px;
  --control-height-sm: 32px;
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 9999px;
  --shadow-xs: 0 1px 2px rgba(42, 46, 38, 0.06);
  --shadow-sm: 0 1px 2px rgba(42, 46, 38, 0.06), 0 1px 3px rgba(42, 46, 38, 0.04);
  --shadow-md: 0 6px 16px rgba(42, 46, 38, 0.07);
  --shadow-lg: 0 12px 28px rgba(42, 46, 38, 0.09);
  --shadow-panel: -12px 0 32px rgba(42, 46, 38, 0.12);
  --ease-out: cubic-bezier(0.2, 0.7, 0.3, 1);
  --duration-fast: 120ms;
  --duration-base: 180ms;
  --duration-slow: 260ms;
}
@keyframes stewardly-rise {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes stewardly-slide-over {
  from {
    opacity: 0.4;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes stewardly-breathe {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background: var(--surface-app);
    color: var(--text-body);
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    line-height: var(--leading-body-md);
    -webkit-font-smoothing: antialiased;
    text-wrap: pretty;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    letter-spacing: var(--tracking-tight);
    font-weight: var(--weight-semibold);
    line-height: 1.25;
    margin: 0;
  }
  a {
    color: var(--text-link);
    text-decoration-color: var(--text-link);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--text-link) 35%, transparent);
    }
    text-underline-offset: 2px;
  }
  a:hover {
    color: var(--laurel-800);
    text-decoration-color: currentColor;
  }
  :focus-visible {
    outline: 2px solid var(--laurel-600);
    outline-offset: 2px;
    border-radius: var(--radius-xs);
  }
  .stw-eyebrow {
    font-size: var(--text-eyebrow);
    line-height: var(--leading-eyebrow);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--text-faint);
  }
  .stw-nums {
    font-variant-numeric: tabular-nums;
  }
  .stw-mark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='18' viewBox='0 0 240 18' preserveAspectRatio='none'%3E%3Cpath d='M5 11 C 45 6, 95 14, 140 9 S 215 7, 236 11' stroke='%23D99B2B' stroke-width='10' stroke-linecap='round' fill='none' opacity='0.45'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 93%;
    background-size: 100% 0.62em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --parchment: #1a1c16;
    --white: #22251e;
    --mist: #2c2f27;
    --hairline: #34382c;
    --hairline-strong: #454a3b;
    --stone-2: #7c7a6e;
    --stone: #a8a497;
    --ink: #edeae0;
    --laurel-900: #cfe0cd;
    --laurel-800: #4c8452;
    --laurel-700: #9dc4a0;
    --laurel-600: #3e7044;
    --laurel-500: #4c8452;
    --laurel-300: #6e9672;
    --laurel-100: #2b3d2a;
    --laurel-50: #212e20;
    --gild-700: #e8bc63;
    --gild-600: #e0ac46;
    --gild-500: #d99b2b;
    --gild-300: #a87b26;
    --gild-100: #35280f;
    --gild-50: #2a2113;
    --slate-800: #171a1e;
    --slate-600: #39434b;
    --meadow: #6fb47c;
    --clay: #d9765e;
    --surface-inverse: #edeae0;
    --text-on-dark: var(--ink);
    --action-primary-fg: #ffffff;
    --action-default-bg: #22251e;
    --action-default-bg-hover: #2c2f27;
    --focus-ring: 0 0 0 3px #2b3d2a;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.4);
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.45);
    --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.55);
    --shadow-panel: -12px 0 32px rgba(0, 0, 0, 0.5);
  }
  .stw-mark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='18' viewBox='0 0 240 18' preserveAspectRatio='none'%3E%3Cpath d='M5 11 C 45 6, 95 14, 140 9 S 215 7, 236 11' stroke='%23E8BC63' stroke-width='10' stroke-linecap='round' fill='none' opacity='0.32'/%3E%3C/svg%3E");
  }
  [data-brand-mark] {
    filter: brightness(2.4) saturate(1.15);
  }
  img[alt="Stew"] {
    background: var(--mist);
  }
}
[data-theme="dark"] {
  color-scheme: dark;
  --parchment: #1a1c16;
  --white: #22251e;
  --mist: #2c2f27;
  --hairline: #34382c;
  --hairline-strong: #454a3b;
  --stone-2: #7c7a6e;
  --stone: #a8a497;
  --ink: #edeae0;
  --laurel-900: #cfe0cd;
  --laurel-800: #4c8452;
  --laurel-700: #9dc4a0;
  --laurel-600: #3e7044;
  --laurel-500: #4c8452;
  --laurel-300: #6e9672;
  --laurel-100: #2b3d2a;
  --laurel-50: #212e20;
  --gild-700: #e8bc63;
  --gild-600: #e0ac46;
  --gild-500: #d99b2b;
  --gild-300: #a87b26;
  --gild-100: #35280f;
  --gild-50: #2a2113;
  --slate-800: #171a1e;
  --slate-600: #39434b;
  --meadow: #6fb47c;
  --clay: #d9765e;
  --surface-inverse: #edeae0;
  --text-on-dark: var(--ink);
  --action-primary-fg: #ffffff;
  --action-default-bg: #22251e;
  --action-default-bg-hover: #2c2f27;
  --focus-ring: 0 0 0 3px #2b3d2a;
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.55);
  --shadow-panel: -12px 0 32px rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .stw-mark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='18' viewBox='0 0 240 18' preserveAspectRatio='none'%3E%3Cpath d='M5 11 C 45 6, 95 14, 140 9 S 215 7, 236 11' stroke='%23E8BC63' stroke-width='10' stroke-linecap='round' fill='none' opacity='0.32'/%3E%3C/svg%3E");
}
[data-theme="dark"] img[alt="Stew"] {
  background: var(--mist);
}
[data-theme="dark"] [data-brand-mark] {
  filter: brightness(2.4) saturate(1.15);
}
@layer components {
  .type-display {
    font-size: var(--text-display);
    line-height: var(--leading-display);
  }
  .type-h1 {
    font-size: var(--text-h1);
    line-height: var(--leading-h1);
  }
  .type-h2 {
    font-size: var(--text-h2);
    line-height: var(--leading-h2);
  }
  .type-h3 {
    font-size: var(--text-h3);
    line-height: var(--leading-h3);
  }
  .type-body-lg {
    font-size: var(--text-body-lg);
    line-height: var(--leading-body-lg);
  }
  .type-body {
    font-size: var(--text-body-md);
    line-height: var(--leading-body-md);
  }
  .type-small {
    font-size: var(--text-small);
    line-height: var(--leading-small);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    min-height: var(--control-height);
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-semibold);
    line-height: 1.25;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);
  }
  .btn-lg {
    min-height: 48px;
    padding: 12px 28px;
    font-size: var(--text-body-md);
  }
  .btn-primary {
    background: var(--action-primary-bg);
    border-color: var(--action-primary-bg);
    color: var(--action-primary-fg);
    box-shadow: var(--shadow-xs);
  }
  .btn-primary:hover {
    background: var(--action-primary-bg-hover);
    border-color: var(--action-primary-bg-hover);
    color: var(--action-primary-fg);
  }
  .btn-default {
    background: var(--action-default-bg);
    border-color: var(--border-strong);
    color: var(--action-default-fg);
  }
  .btn-default:hover {
    background: var(--action-default-bg-hover);
    color: var(--action-default-fg);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
