/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trebuchet MS", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #b13a2f;
    --color-secondary-500: #9b7747;
    --color-neutral: #efe5d1;
    --color-background: #17130f;
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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 {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: radial-gradient(circle at 20% 0%, rgba(177,58,47,.12), transparent 32rem),	linear-gradient(180deg, #17130f 0%, #0e0c09 100%);
    color: #efe5d1;
  }
  a {
    transition: color .2s ease, opacity .2s ease, transform .2s ease;
  }
}
@layer components {
  .site-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding-inline: 1.25rem;
  }
  .saloon-topbar {
    background: rgba(14,12,9,.92);
    border-bottom: 1px solid rgba(200,173,121,.25);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .saloon-brand {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .saloon-hero {
    position: relative;
    min-height: 72vh;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(10,8,6,.94) 0%, rgba(10,8,6,.72) 45%, rgba(10,8,6,.25) 72%, rgba(10,8,6,.7) 100%),	linear-gradient(0deg, rgba(10,8,6,.96) 0%, rgba(10,8,6,0) 45%),	url("https://wkyoam.com/wp-content/uploads/2024/11/man-playing-guitar-land-against-sky-sunset-scaled.jpg") center 48% / cover no-repeat;
  }
  .saloon-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 5px);
    mix-blend-mode: soft-light;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    padding-block: 7rem 5rem;
    max-width: 760px;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #c8ad79;
  }
  .eyebrow::before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: #c8ad79;
  }
  .hero-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.4rem, 8vw, 7.2rem);
    line-height: .88;
    letter-spacing: -.055em;
    margin: .8rem 0 1rem;
    text-wrap: balance;
    text-shadow: 0 8px 30px rgba(0,0,0,.45);
  }
  .hero-title span {
    display: block;
    color: #c8ad79;
    font-style: italic;
    font-weight: 400;
  }
  .hero-copy {
    max-width: 610px;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
    color: #f4ead8;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.6rem;
  }
  .btn-live, .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .92rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: .03em;
  }
  .btn-live {
    background: #b13a2f;
    color: #fff8ed;
    box-shadow: 0 10px 28px rgba(177,58,47,.28);
  }
  .btn-live:hover {
    transform: translateY(-2px);
    background: #c54b3f;
  }
  .btn-ghost {
    border: 1px solid rgba(239,229,209,.35);
    color: #efe5d1;
    background: rgba(23,19,15,.42);
  }
  .btn-ghost:hover {
    border-color: #c8ad79;
    color: #c8ad79;
  }
  .section {
    padding-block: 4.5rem;
  }
  .section-kicker {
    color: #c8ad79;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
    font-weight: 800;
  }
  .section-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    margin: .55rem 0 1rem;
  }
  .panel {
    background: linear-gradient(145deg, rgba(46,36,25,.82), rgba(23,19,15,.96));
    border: 1px solid rgba(200,173,121,.18);
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
  }
  .grid-two {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
    gap: 1.5rem;
  }
  .now-card {
    padding: 2rem;
    position: relative;
    overflow: hidden;
  }
  .now-card::before {
    content: "1360";
    position: absolute;
    right: -.25rem;
    bottom: -1.7rem;
    font: bold 7rem Georgia,serif;
    color: rgba(200,173,121,.07);
  }
  .schedule-card {
    padding: 2rem;
  }
  .program-chip {
    display: inline-block;
    padding: .28rem .62rem;
    border: 1px solid rgba(200,173,121,.28);
    border-radius: 999px;
    color: #c8ad79;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .rural-band {
    background: linear-gradient(rgba(21,17,12,.72),rgba(21,17,12,.88)),	url("https://wkyoam.com/wp-content/uploads/2024/11/Country-boots-and-guita-1.jpg") center / cover;
    border-block: 1px solid rgba(200,173,121,.16);
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .story-card {
    padding: 1.5rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .story-card h3 {
    font-family: Georgia,serif;
    font-size: 1.55rem;
    margin: .4rem 0;
  }
  .ad-wrap {
    margin: 1.75rem auto;
    text-align: center;
    min-height: 1px;
  }
  .ad-label {
    display: block;
    margin-bottom: .45rem;
    color: rgba(239,229,209,.48);
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .ad-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
  }
  .site-footer-dark {
    background: #0b0907;
    border-top: 1px solid rgba(200,173,121,.18);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
    padding-block: 3.5rem 2.5rem;
  }
  .footer-grid h3 {
    font-family: Georgia,serif;
    color: #c8ad79;
  }
  .footer-grid a {
    color: #efe5d1;
    text-decoration: none;
  }
  .footer-grid a:hover {
    color: #c8ad79;
  }
  .inner-hero {
    padding: 5.5rem 0 3.25rem;
    background: linear-gradient(90deg, rgba(10,8,6,.96), rgba(10,8,6,.76)),	url("https://wkyoam.com/wp-content/uploads/2024/11/Country-boots-and-guita-1.jpg") center / cover;
    border-bottom: 1px solid rgba(200,173,121,.16);
  }
  .inner-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 7vw, 5.6rem);
    line-height: .95;
    letter-spacing: -.045em;
    margin: .6rem 0 0;
  }
  .content-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 3.5rem 1.25rem 5rem;
  }
  .content-wrap :is(h2,h3,h4) {
    font-family: Georgia, "Times New Roman", serif;
    color: #f3e7d1;
  }
  .content-wrap h2 {
    font-size: 2rem;
    margin-top: 2.2rem;
  }
  .content-wrap h3 {
    font-size: 1.45rem;
    margin-top: 1.8rem;
    color: #c8ad79;
  }
  .content-wrap p, .content-wrap li {
    color: #d9ccb7;
    line-height: 1.75;
  }
  .content-wrap a {
    color: #c8ad79;
    text-decoration-color: rgba(200,173,121,.45);
  }
  .content-wrap img {
    border-radius: .9rem;
    border: 1px solid rgba(200,173,121,.18);
  }
  .info-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .info-card {
    padding: 1.5rem;
  }
  .info-card h3 {
    margin: .25rem 0 .8rem;
    font-family: Georgia,serif;
    font-size: 1.55rem;
  }
  .info-card p {
    margin: .35rem 0;
    color: #d9ccb7;
    line-height: 1.6;
  }
  .mobile-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(200,173,121,.28);
    border-radius: .6rem;
    padding: .55rem;
    color: #efe5d1;
  }
  .desktop-nav ul {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desktop-nav a {
    color: #efe5d1;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 700;
  }
  .desktop-nav a:hover {
    color: #c8ad79;
  }
  .mobile-panel {
    display: none;
  }
  .station-player {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    z-index: 80;
    width: min(860px, calc(100% - 2rem));
    background: rgba(14,12,9,.97);
    border: 1px solid rgba(200,173,121,.35);
    border-radius: 1.15rem;
    box-shadow: 0 22px 65px rgba(0,0,0,.55);
    backdrop-filter: blur(16px);
    overflow: hidden;
  }
  .station-player-main {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .8rem .9rem .8rem 1rem;
  }
  .station-player-art {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: cover;
    border-radius: .72rem;
    border: 1px solid rgba(200,173,121,.28);
    background: #0b0907;
  }
  .station-player-copy {
    min-width: 0;
    flex: 1;
  }
  .station-player-status {
    display: block;
    color: #b13a2f;
    font-size: .62rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .station-player-label {
    display: block;
    margin-top: .18rem;
    color: #c8ad79;
    font-size: .68rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .station-player-title {
    display: block;
    margin-top: .24rem;
    color: #efe5d1;
    font-family: Georgia,serif;
    font-size: 1.03rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .station-player-time {
    display: block;
    margin-top: .15rem;
    color: #8f846f;
    font-size: .62rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .station-player-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 0 0 auto;
  }
  .station-player-button,	.station-player-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: 999px;
    padding: .7rem 1rem;
    font-weight: 800;
    cursor: pointer;
  }
  .station-player-button {
    border: 0;
    background: #b13a2f;
    color: #fff8ed;
  }
  .station-player-button:hover {
    background: #c54b3f;
  }
  .station-player-button svg {
    width: 16px;
    height: 16px;
  }
  .station-player-more {
    border: 1px solid rgba(200,173,121,.35);
    background: transparent;
    color: #c8ad79;
  }
  .station-player-more:hover {
    border-color: #c8ad79;
    color: #efe5d1;
  }
  .station-player-drawer {
    border-top: 1px solid rgba(200,173,121,.16);
    padding: 1rem 1.1rem 1.1rem;
    background: linear-gradient(180deg,rgba(31,24,17,.98),rgba(14,12,9,.99));
  }
  .station-player-drawer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .station-player-drawer-head strong {
    display: block;
    margin-top: .3rem;
    font-family: Georgia,serif;
    font-size: 1.25rem;
    color: #f0e6d3;
  }
  .station-player-close {
    border: 0;
    background: transparent;
    color: #8f846f;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }
  .station-player-links {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .9rem;
  }
  .station-player-links a,	.station-player-links button {
    border: 1px solid rgba(200,173,121,.22);
    background: #17120d;
    color: #efe5d1;
    border-radius: 999px;
    padding: .55rem .78rem;
    text-decoration: none;
    font: inherit;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
  }
  .station-player-links a:hover,	.station-player-links button:hover {
    border-color: #c8ad79;
    color: #c8ad79;
  }
  .station-player-recent {
    margin-top: 1rem;
  }
  .station-player-recent-title {
    color: #c8ad79;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: .25rem;
  }
  .station-player-recent-list .recent-track {
    grid-template-columns: 38px minmax(0,1fr) auto;
    padding: .48rem 0;
  }
  .station-player-recent-list .recent-track-art {
    width: 38px;
    height: 38px;
  }
  .wkyo-request-card .wpforms-container {
    margin: 0;
  }
  .wkyo-request-card .wpforms-field {
    padding: 0 0 1rem !important;
  }
  .wkyo-request-card .wpforms-field-label,	.wkyo-request-card .wpforms-field-sublabel {
    color: #efe5d1 !important;
    font-weight: 700 !important;
  }
  .wkyo-request-card input[type="text"],	.wkyo-request-card textarea {
    width: 100% !important;
    max-width: none !important;
    background: #0f0c09 !important;
    border: 1px solid rgba(200,173,121,.28) !important;
    border-radius: .7rem !important;
    color: #efe5d1 !important;
    padding: .82rem .9rem !important;
    box-shadow: none !important;
  }
  .wkyo-request-card input[type="text"]:focus,	.wkyo-request-card textarea:focus {
    border-color: #c8ad79 !important;
    box-shadow: 0 0 0 3px rgba(200,173,121,.12) !important;
    outline: none !important;
  }
  .wkyo-request-card textarea {
    min-height: 130px !important;
  }
  .wkyo-request-card .wpforms-submit {
    background: #b13a2f !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff8ed !important;
    font-weight: 800 !important;
    padding: .8rem 1.2rem !important;
    box-shadow: none !important;
  }
  .wkyo-request-card .wpforms-submit:hover {
    background: #c54b3f !important;
  }
  .wkyo-request-card .wpforms-required-label {
    color: #c8ad79 !important;
  }
  [x-cloak] {
    display: none !important;
  }
  .wkyo-request-form .wpforms-container {
    margin: 0;
  }
  .wkyo-request-form .wpforms-field {
    padding: 0 0 1rem;
  }
  .wkyo-request-form .wpforms-field-label,	.wkyo-request-form .wpforms-field-sublabel {
    color: #efe5d1 !important;
  }
  .wkyo-request-form .wpforms-required-label {
    color: #c8ad79 !important;
  }
  .wkyo-request-form input,	.wkyo-request-form textarea,	.wkyo-request-form select {
    background: #0f0d0a !important;
    border: 1px solid rgba(200,173,121,.28) !important;
    color: #efe5d1 !important;
    border-radius: .7rem !important;
    box-shadow: none !important;
  }
  .wkyo-request-form input:focus,	.wkyo-request-form textarea:focus,	.wkyo-request-form select:focus {
    border-color: #c8ad79 !important;
    box-shadow: 0 0 0 3px rgba(200,173,121,.12) !important;
  }
  .wkyo-request-form .wpforms-submit {
    background: #b13a2f !important;
    color: #fff8ed !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: .8rem 1.2rem !important;
    font-weight: 800 !important;
  }
  .wkyo-request-form .wpforms-submit:hover {
    background: #c54b3f !important;
  }
  .now-playing-section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .now-playing-layout {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr);
    gap: 1rem;
  }
  .now-playing-feature {
    padding: 1.35rem;
    display: grid;
    grid-template-columns: 116px minmax(0,1fr) auto;
    align-items: center;
    gap: 1.35rem;
    position: relative;
    overflow: hidden;
  }
  .now-playing-feature::after {
    content: "LIVE";
    position: absolute;
    right: -.25rem;
    bottom: -1.4rem;
    font: bold 6rem Georgia,serif;
    letter-spacing: -.06em;
    color: rgba(200,173,121,.055);
    pointer-events: none;
  }
  .now-playing-art-wrap {
    position: relative;
    z-index: 1;
    width: 116px;
    aspect-ratio: 1;
    border-radius: .8rem;
    overflow: hidden;
    border: 1px solid rgba(200,173,121,.22);
    background: #0b0907;
    box-shadow: 0 16px 34px rgba(0,0,0,.28);
  }
  .now-playing-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .now-playing-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
  }
  .now-playing-song {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem,3.5vw,3rem);
    line-height: 1;
    letter-spacing: -.035em;
    margin: .5rem 0 .42rem;
    overflow-wrap: anywhere;
  }
  .now-playing-artist {
    color: #c8ad79;
    font-size: 1.03rem;
    font-weight: 700;
    margin: 0;
  }
  .now-playing-time {
    color: #8f846f;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: .55rem 0 0;
    min-height: 1em;
  }
  .now-playing-button {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(200,173,121,.32);
    border-radius: 50%;
    background: #b13a2f;
    color: #fff8ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(177,58,47,.28);
  }
  .now-playing-button svg {
    width: 26px;
    height: 26px;
  }
  .now-playing-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .recently-played-card {
    padding: 1.4rem;
  }
  .recently-played-card h2 {
    font-family: Georgia,serif;
    font-size: 1.65rem;
    margin: .35rem 0 .85rem;
  }
  .recent-list {
    display: grid;
    gap: 0;
  }
  .recent-track {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    gap: .8rem;
    align-items: center;
    padding: .65rem 0;
    border-top: 1px solid rgba(200,173,121,.12);
  }
  .recent-track:first-child {
    border-top: 0;
  }
  .recent-track-art {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: .45rem;
    border: 1px solid rgba(200,173,121,.18);
    background: #0b0907;
  }
  .recent-track-copy {
    min-width: 0;
  }
  .recent-track strong {
    display: block;
    color: #efe5d1;
    font-family: Georgia,serif;
    font-size: .95rem;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recent-track-copy span {
    display: block;
    color: #b9aa94;
    font-size: .78rem;
    margin-top: .22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recent-track-time {
    color: #8f846f;
    font-size: .7rem;
    letter-spacing: .05em;
    white-space: nowrap;
  }
  .recent-empty {
    color: #9f927e;
    line-height: 1.55;
    margin: .35rem 0 0;
  }
  .bdb-show-logo {
    display: block;
    width: min(520px,82vw);
    height: auto;
    margin: 0 0 1.2rem;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.28));
  }
  .air-hero {
    padding-bottom: 2.5rem;
  }
  .air-hero-copy {
    max-width: 820px;
  }
  .air-hero-stats {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }
  .air-hero-stats span {
    display: inline-flex;
    align-items: baseline;
    gap: .35rem;
    padding: .55rem .75rem;
    border: 1px solid rgba(200,173,121,.2);
    border-radius: 999px;
    background: rgba(19,15,10,.48);
    color: #cdbd9f;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .air-hero-stats strong {
    color: #f0e6d3;
    font-size: 1rem;
  }
  .air-now-grid {
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr);
    gap: 1rem;
  }
  .air-now-card {
    display: grid;
    grid-template-columns: minmax(220px,.85fr) minmax(0,1.15fr);
    gap: 1.25rem;
    padding: 1.3rem;
    align-items: center;
    overflow: hidden;
  }
  .air-now-art {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    min-height: 260px;
  }
  .air-now-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .85rem;
    border: 1px solid rgba(200,173,121,.16);
  }
  .air-now-art img:only-child {
    grid-column: 1 / -1;
    object-position: center top;
  }
  .air-now-copy h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.2rem,4.8vw,4rem);
    line-height: .95;
    letter-spacing: -.04em;
    margin: .6rem 0 .45rem;
  }
  .air-shift {
    color: #c8ad79 !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
  }
  .air-next-card {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .air-next-card h3 {
    font-family: Georgia,serif;
    font-size: 2rem;
    line-height: 1;
    margin: .5rem 0;
  }
  .air-featured-shows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .air-show-card {
    padding: 1.3rem;
    overflow: hidden;
    display: grid;
    gap: 1.2rem;
  }
  .air-show-card h3 {
    font-family: Georgia,serif;
    font-size: 2rem;
    margin: .6rem 0 .5rem;
  }
  .air-show-logo img {
    width: min(420px,100%);
    height: auto;
    object-fit: contain;
  }
  .air-show-art img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: .8rem;
  }
  .air-text-link {
    color: #c8ad79;
    font-weight: 800;
    text-decoration: none;
  }
  .air-section-copy {
    max-width: 760px;
    margin-bottom: 1.2rem;
  }
  .air-roster {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1rem;
  }
  .air-person-card {
    background: #17120d;
    border: 1px solid rgba(200,173,121,.14);
    border-radius: 1rem;
    overflow: hidden;
    min-width: 0;
    transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }
  .air-person-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200,173,121,.32);
    box-shadow: 0 16px 30px rgba(0,0,0,.18);
  }
  .air-person-photo {
    aspect-ratio: 1/1;
    background: #0d0a07;
    overflow: hidden;
  }
  .air-person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .air-person-card:nth-child(1) .air-person-photo img {
    object-position: center 18%;
  }
  .air-person-card:nth-child(2) .air-person-photo img {
    object-position: center 38%;
  }
  .air-person-card:nth-child(3) .air-person-photo img {
    object-position: center 38%;
  }
  .air-person-card:nth-child(4) .air-person-photo img {
    object-position: center 36%;
  }
  .air-person-card:nth-child(5) .air-person-photo img, .air-person-card:nth-child(6) .air-person-photo img {
    object-position: center 28%;
  }
  .air-person-card:nth-child(7) .air-person-photo img {
    object-position: center 34%;
  }
  .air-person-card:nth-child(8) .air-person-photo img {
    object-position: center 30%;
  }
  .air-person-card:nth-child(9) .air-person-photo img {
    object-position: center 35%;
  }
  .air-person-card:nth-child(10) .air-person-photo img {
    object-position: center 34%;
  }
  .air-person-card:nth-child(11) .air-person-photo img {
    object-position: center 38%;
  }
  .air-person-card:nth-child(12) .air-person-photo img {
    object-position: center center;
  }
  .air-person-card:nth-child(13) .air-person-photo img {
    object-position: center 32%;
  }
  .air-person-copy {
    padding: 1rem;
  }
  .air-person-shift {
    display: block;
    color: #bda77b;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.4;
  }
  .air-person-copy h3 {
    font-family: Georgia,serif;
    color: #f0e6d3;
    font-size: 1.35rem;
    margin: .45rem 0 .4rem;
  }
  .air-person-copy p {
    color: #bcae97;
    line-height: 1.55;
    font-size: .9rem;
    margin: 0 0 .5rem;
  }
  .air-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
  }
  .air-day-card {
    padding: 1.35rem;
  }
  .air-day-card h3 {
    font-family: Georgia,serif;
    font-size: 1.6rem;
    margin: 0 0 .9rem;
  }
  .air-day-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .55rem;
  }
  .air-day-card li {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: .8rem;
    align-items: baseline;
    padding: .55rem 0;
    border-top: 1px solid rgba(200,173,121,.1);
  }
  .air-day-card li:first-child {
    border-top: 0;
  }
  .air-day-card time {
    color: #c8ad79;
    font-weight: 800;
    font-size: .78rem;
  }
  .air-day-card span {
    color: #e4d8c4;
  }
  .air-cta-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.6rem;
  }
  .air-cta-card h2 {
    font-family: Georgia,serif;
    font-size: 2rem;
    margin: .4rem 0;
  }
  .farm-field-hero {
    padding-bottom: 2.6rem;
  }
  .farm-field-intro {
    max-width: 780px;
  }
  .farm-field-brand {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.25rem;
    margin-bottom: 1.4rem;
  }
  .farm-field-brand .section-title {
    margin-bottom: 0;
  }
  .farm-feed-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
  }
  .farm-feed-card {
    overflow: hidden;
    padding: 0;
  }
  .farm-feed-head {
    padding: 1.2rem 1.2rem .8rem;
  }
  .farm-feed-head h3 {
    font-family: Georgia,serif;
    font-size: 1.6rem;
    margin: .55rem 0 0;
    color: #f0e6d3;
  }
  .farm-feed-frame {
    height: 620px;
    background: #f3efe7;
    border-top: 1px solid rgba(200,173,121,.14);
  }
  .farm-feed-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
  }
  .farm-field-credit {
    margin-top: 1rem;
    color: #8f846f;
    font-size: .82rem;
  }
  .home-farm-teaser {
    padding-top: 1rem;
  }
  .home-farm-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 1.35rem;
  }
  .home-farm-card h3 {
    font-family: Georgia,serif;
    font-size: 1.8rem;
    margin: .35rem 0;
    color: #f0e6d3;
  }
  .home-farm-card p {
    margin: 0;
    color: #cfc3ad;
  }
  .ag-crawl {
    overflow: hidden;
    border-top: 1px solid rgba(200,173,121,.16);
    border-bottom: 1px solid rgba(200,173,121,.16);
    background: #0a0806;
    margin-top: 1.25rem;
  }
  .ag-crawl-track {
    display: flex;
    width: max-content;
    gap: 2.2rem;
    padding: .62rem 0;
    animation: ag-crawl 32s linear infinite;
  }
  .ag-crawl-track a, .ag-crawl-track span {
    color: #d9ccb7;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .ag-crawl-track strong {
    color: #c8ad79;
  }
  .ag-crawl:hover .ag-crawl-track {
    animation-play-state: paused;
  }
  @keyframes ag-crawl {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .ag-crawl-track {
      animation: none;
    }
  }
  @media (max-width: 820px) {
    .farm-field-brand, .home-farm-card {
      align-items: flex-start;
      flex-direction: column;
    }
    .farm-feed-grid {
      grid-template-columns: 1fr;
    }
    .farm-feed-frame {
      height: 560px;
    }
  }
  @media (max-width: 1050px) {
    .air-roster {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  @media (max-width: 820px) {
    .air-now-grid, .air-featured-shows, .air-schedule-grid {
      grid-template-columns: 1fr;
    }
    .air-now-card {
      grid-template-columns: 1fr;
    }
    .air-roster {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width: 560px) {
    .air-roster {
      grid-template-columns: 1fr;
    }
    .air-day-card li {
      grid-template-columns: 1fr;
      gap: .15rem;
    }
    .air-cta-card {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .on-air-section {
    padding-top: 3.5rem;
  }
  .on-air-grid {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
    gap: 1rem;
  }
  .on-air-now-card {
    display: grid;
    grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr);
    gap: 1.4rem;
    padding: 1.25rem;
    align-items: stretch;
    overflow: hidden;
  }
  .on-air-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    min-height: 260px;
  }
  .on-air-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8rem;
    border: 1px solid rgba(200,173,121,.18);
    background: #0b0907;
  }
  .on-air-visual img:only-child {
    grid-column: 1 / -1;
    object-position: center top;
  }
  .on-air-copy {
    align-self: center;
    min-width: 0;
  }
  .on-air-copy h3, .up-next-card h3 {
    font-family: Georgia,serif;
    color: #f3e7d1;
  }
  .on-air-copy h3 {
    font-size: clamp(2rem,4vw,3.5rem);
    line-height: .98;
    letter-spacing: -.035em;
    margin: .65rem 0 .5rem;
  }
  .on-air-copy > p, .up-next-card p {
    color: #d9ccb7;
    line-height: 1.65;
  }
  .on-air-hours {
    color: #c8ad79 !important;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .8rem;
  }
  .up-next-card {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .up-next-card h3 {
    font-size: 2rem;
    line-height: 1;
    margin: .55rem 0 .45rem;
  }
  .up-next-time {
    color: #c8ad79 !important;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  @media (max-width: 920px) {
    .on-air-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 680px) {
    .on-air-now-card {
      grid-template-columns: 1fr;
    }
    .on-air-visual {
      min-height: 220px;
    }
  }
  .hero-now-playing {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: .2rem .75rem;
    align-items: center;
    margin-top: 1.4rem;
    padding: .85rem 1rem;
    max-width: 620px;
    background: rgba(14,12,9,.72);
    border: 1px solid rgba(200,173,121,.28);
    border-radius: .9rem;
    backdrop-filter: blur(10px);
  }
  .hero-now-label {
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .38rem .55rem;
    border-radius: 999px;
    background: #b13a2f;
    color: #fff8ed;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .hero-now-playing strong {
    display: block;
    color: #f3e7d1;
    font-family: Georgia,serif;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-now-playing > span:last-child {
    color: #c8ad79;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 780px) {
    .saloon-hero {
      min-height: 78vh;
      background-position: 62% center;
    }
    .hero-inner {
      padding-block: 6rem 3.8rem;
    }
    .grid-two, .cards, .footer-grid, .info-grid, .now-playing-layout {
      grid-template-columns: 1fr;
    }
    .now-playing-feature {
      padding: 1.1rem;
      grid-template-columns: 72px minmax(0,1fr) 54px;
      gap: .85rem;
    }
    .now-playing-art-wrap {
      width: 72px;
      border-radius: .65rem;
    }
    .now-playing-button {
      width: 54px;
      height: 54px;
    }
    .now-playing-button svg {
      width: 20px;
      height: 20px;
    }
    .recent-track {
      grid-template-columns: 42px minmax(0,1fr) auto;
      gap: .65rem;
    }
    .recent-track-art {
      width: 42px;
      height: 42px;
    }
    .station-player-art {
      width: 40px;
      height: 40px;
      flex-basis: 40px;
    }
    .station-player-time {
      display: none;
    }
    .cards {
      gap: .85rem;
    }
    .desktop-nav {
      display: none;
    }
    .mobile-toggle {
      display: inline-flex;
    }
    .mobile-panel {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #0e0c09;
      border-bottom: 1px solid rgba(200,173,121,.2);
      padding: 1rem 1.25rem 1.25rem;
    }
    .mobile-panel ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: .75rem;
    }
    .mobile-panel a {
      color: #efe5d1;
      text-decoration: none;
      font-weight: 700;
    }
    .saloon-topbar .btn-live {
      font-size: .84rem;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-font-weight {
  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-font-weight: initial;
    }
  }
}
