/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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: #a40e17;
    --color-neutral: #f3efe6;
  }
}
@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-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    background: #050607;
  }
  body.kat-body {
    margin: 0;
    background: #050607;
    color: #eee;
    font-family: "Noto Sans",sans-serif;
  }
  a {
    text-decoration: none;
  }
  * {
    box-sizing: border-box;
  }
}
@layer components {
  .kat-head {
    max-width: 1480px;
    margin: auto;
    background: #070809;
    color: #fff;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
  .kat-top {
    height: 32px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: #aaa;
    border-bottom: 1px solid #222;
  }
  .kat-top a {
    color: #aaa;
    margin-left: 16px;
  }
  .kat-mast {
    height: 170px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 50%,#222 0,#0b0c0d 44%,#030405 100%);
    border-bottom: 1px solid #4c090d;
  }
  .kat-mast:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.58) 34%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.58) 66%,rgba(0,0,0,.08));
    z-index: 1;
  }
  .kat-mast-art {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 43%;
    opacity: .95;
    background-size: cover;
    background-position: center;
    filter: saturate(.88) contrast(1.08);
  }
  .kat-warrior {
    left: 0;
    background-image: linear-gradient(90deg,rgba(0,0,0,.02),rgba(4,5,6,.86) 92%),url('https://katohika.gr/wp-content/uploads/2019/06/πανσεληνος-φεγγαρι-ακροπολη.jpg');
  }
  .kat-greece {
    left: auto;
    right: 0;
    background-image: linear-gradient(270deg,rgba(0,0,0,.02),rgba(4,5,6,.86) 92%),url('https://katohika.gr/wp-content/uploads/2020/12/Ελληνική-Σημαία.jpg');
  }
  .kat-brand {
    z-index: 3;
  }
  .kat-mast blockquote {
    z-index: 3;
    text-shadow: 0 2px 8px #000;
  }
  .kat-brand {
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    text-shadow: 0 3px 10px #000;
  }
  .kat-brand-k {
    font: 900 70px/1 "Noto Serif",serif;
    color: #c5141f;
    border-right: 1px solid #8f1118;
    padding-right: 14px;
  }
  .kat-brand strong {
    display: block;
    font: 900 38px/1 "Noto Serif",serif;
    letter-spacing: .02em;
  }
  .kat-brand small {
    display: block;
    text-align: center;
    color: #d9b55f;
    letter-spacing: .25em;
    margin-top: 8px;
  }
  .kat-mast blockquote {
    position: absolute;
    right: 30px;
    bottom: 22px;
    margin: 0;
    font: italic 11px/1.5 "Noto Serif",serif;
    color: #ccc;
  }
  .kat-nav {
    height: 42px;
    display: flex;
    align-items: center;
    background: linear-gradient(#151719,#08090a);
    border-bottom: 2px solid #8e0c13;
  }
  .kat-home {
    width: 44px;
    text-align: center;
    color: #fff;
    font-size: 19px;
  }
  .kat-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kat-menu a {
    display: block;
    color: #eee;
    padding: 14px 12px;
    font-size: 10px;
    font-weight: 800;
  }
  .kat-menu a:hover {
    background: #981019;
  }
  .kat-nav form {
    margin-left: auto;
    display: flex;
    height: 100%;
  }
  .kat-nav input {
    width: 0;
    opacity: 0;
    background: #111;
    border: 0;
    color: #fff;
    transition: .25s;
  }
  .kat-nav form:hover input,.kat-nav input:focus {
    width: 150px;
    opacity: 1;
    padding: 0 10px;
  }
  .kat-nav button {
    width: 45px;
    background: #991019;
    color: #fff;
    border: 0;
    font-size: 18px;
  }
  .kat-shell {
    max-width: 1480px;
    margin: auto;
    padding: 10px 18px 0;
    background: #050607;
  }
  .kat-ticker {
    height: 38px;
    display: flex;
    border: 1px solid #292929;
    overflow: hidden;
  }
  .kat-ticker>b {
    background: #9c0c14;
    padding: 11px 20px;
    font-size: 11px;
    white-space: nowrap;
  }
  .kat-ticker>div {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .kat-ticker a {
    color: #ddd;
    padding: 0 20px;
    font-size: 10px;
    border-right: 1px solid #292929;
  }
  .kat-ticker time {
    color: #c4121c;
    margin-right: 8px;
  }
  .kat-lead {
    display: grid;
    grid-template-columns: 2.15fr 1fr 260px;
    gap: 8px;
    margin-top: 9px;
  }
  .kat-main-story {
    height: 430px;
    position: relative;
    background-image: var(--hero);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: #fff;
    border: 1px solid #333;
  }
  .kat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.02) 68%);
  }
  .kat-copy {
    position: relative;
    padding: 27px;
  }
  .kat-copy span,.kat-mini span,.kat-picks span {
    background: #a30e17;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    padding: 4px 7px;
  }
  .kat-copy h1 {
    font: 900 38px/1.06 "Noto Serif",serif;
    margin: 11px 0;
    color: #fff;
  }
  .kat-copy p {
    max-width: 760px;
    font-size: 13px;
    color: #ddd;
  }
  .kat-copy small {
    color: #aaa;
  }
  .kat-stack {
    display: grid;
    grid-template-rows: repeat(3,1fr);
    gap: 8px;
  }
  .kat-mini {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid #333;
  }
  .kat-mini img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kat-mini:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,#000,transparent 85%);
  }
  .kat-mini div {
    position: absolute;
    z-index: 2;
    left: 13px;
    right: 13px;
    bottom: 11px;
  }
  .kat-mini h3 {
    font: 800 15px/1.15 "Noto Serif",serif;
    margin: 7px 0 3px;
  }
  .kat-mini small {
    font-size: 9px;
    color: #aaa;
  }
  .kat-aside {
    border: 1px solid #2b2b2b;
    background: #0a0b0d;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .kat-aside-quote {
    flex: 1;
    padding: 28px 22px;
    font: italic 18px/1.45 "Noto Serif",serif;
    background-image: linear-gradient(180deg,rgba(4,5,6,.35),rgba(4,5,6,.94)),url('https://katohika.gr/wp-content/uploads/2010/10/ΑΚΡΟΠΟΛΗ.jpg');
    background-size: cover;
    background-position: center;
    color: #f6f1e8;
    text-shadow: 0 2px 8px #000;
  }
  .kat-donate {
    padding: 24px 20px;
    background-image: linear-gradient(140deg,rgba(93,2,8,.92),rgba(167,13,21,.88)),url('https://katohika.gr/wp-content/uploads/2020/12/Ελληνική-Σημαία.jpg');
    background-size: cover;
    background-position: center;
  }
  .kat-donate small {
    color: #e5bd64;
  }
  .kat-donate h3 {
    font: 900 19px/1.05 "Noto Serif",serif;
  }
  .kat-donate a {
    display: inline-block;
    background: #ce1620;
    color: #fff;
    border: 1px solid #e8444b;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 10px;
    font-weight: 800;
  }
  .kat-cats {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 8px;
    margin: 8px 0;
  }
  .kat-cats a {
    height: 92px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px;
    color: #fff;
    border: 1px solid #383838;
    background-image: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.05) 70%),var(--catbg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  .kat-cats a:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,rgba(160,12,20,.28),transparent 55%);
    mix-blend-mode: screen;
  }
  .kat-cats i {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 35px rgba(0,0,0,.7);
  }
  .kat-cats b {
    z-index: 1;
    font: 900 12px "Noto Serif",serif;
    text-shadow: 0 2px 6px #000;
    letter-spacing: .03em;
  }
  .kat-columns {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 7px;
    color: #161616;
  }
  .kat-flow,.kat-picks,.kat-rank {
    background: #eeeae2;
    padding: 13px;
  }
  .kat-columns header {
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kat-columns h2 {
    font: 900 16px "Noto Serif",serif;
    margin: 0 0 7px;
  }
  .kat-columns header>a {
    font-size: 9px;
    color: #222;
  }
  .kat-flow>a {
    display: flex;
    color: #222;
    border-bottom: 1px solid #d0cbc3;
    padding: 6px 0;
    font-size: 10px;
  }
  .kat-flow time {
    width: 45px;
    color: #a30e17;
    font-weight: 900;
  }
  .kat-flow span {
    flex: 1;
  }
  .kat-picks>div {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
    padding-top: 10px;
  }
  .kat-picks>div>a {
    color: #222;
  }
  .kat-picks img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    filter: saturate(.8);
  }
  .kat-picks h3 {
    font: 800 12px/1.2 "Noto Serif",serif;
    margin: 6px 0;
  }
  .kat-rank>a {
    display: flex;
    align-items: center;
    color: #222;
    border-bottom: 1px solid #d0cbc3;
    padding: 7px 0;
    font-size: 10px;
  }
  .kat-rank>a>b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #151515;
    color: #fff;
    display: grid;
    place-items: center;
    margin-right: 9px;
  }
  .kat-rank>a>span {
    flex: 1;
  }
  .kat-manifesto {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    background-image: linear-gradient(90deg,rgba(5,6,7,.3),rgba(5,6,7,.86) 55%,rgba(5,6,7,.96)),url('https://katohika.gr/wp-content/uploads/2019/06/πανσεληνος-φεγγαρι-ακροπολη.jpg');
    background-size: cover;
    background-position: center 42%;
    color: #e2c573;
    font: italic 20px "Noto Serif",serif;
    text-shadow: 0 2px 8px #000;
    border-top: 1px solid #39230d;
  }
  .kat-manifesto b {
    font: 700 12px "Noto Serif",serif;
    letter-spacing: .28em;
  }
}
.single main,.page main,.archive main,.search main {
  color: #f2eee6;
}
.single article,.page article {
  color: #f2eee6;
}
.single article h1,.single article h2,.single article h3,.single article h4,.single article h5,.single article h6,.single article p,.single article li,.single article blockquote,.single article figcaption,.single article strong,.single article em,.single article span,.single article div {
  color: #f2eee6;
}
.single article a {
  color: #ff4a52;
}
.single article .prose,.single article .prose p,.single article .prose li {
  font-size: 18px;
  line-height: 1.82;
}
.single article .prose blockquote {
  border-left: 4px solid #a40e17;
  padding-left: 18px;
  color: #d9d3c8;
}
.single article .prose img {
  border: 1px solid #2b2b2b;
}
.single nav a {
  color: #ddd;
}
.single nav a:hover {
  color: #fff;
}
.kat-warrior {
  left: 0 !important;
  width: 36% !important;
  background-image: linear-gradient(90deg,rgba(5,6,7,.02),rgba(5,6,7,.15) 48%,rgba(5,6,7,.98)),url('https://katohika.gr/wp-content/uploads/2026/08/Katohika-header-ancient-warrior.jpg') !important;
  background-size: cover !important;
  background-position: center 32% !important;
  filter: grayscale(.88) contrast(1.3) brightness(.7) !important;
}
.kat-greece {
  left: auto !important;
  right: 0 !important;
  width: 38% !important;
  background-image: linear-gradient(270deg,rgba(5,6,7,.03),rgba(5,6,7,.08) 52%,rgba(5,6,7,.98)),url('https://katohika.gr/wp-content/uploads/2020/12/Ελληνική-Σημαία.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  filter: saturate(1.4) contrast(1.15) brightness(.72) !important;
}
.kat-aside-quote {
  position: relative;
  overflow: hidden;
  background: #08090a !important;
  text-align: center;
  padding: 30px 24px 55px !important;
  font-size: 20px !important;
}
.kat-aside-quote:after {
  content: '✦';
  position: absolute;
  right: 16px;
  bottom: -10px;
  font-size: 74px;
  line-height: 1;
  color: #b9a47d;
  opacity: .55;
  transform: rotate(-18deg);
  text-shadow: 0 0 18px rgba(185,164,125,.18);
}
.kat-aside-quote b {
  font-weight: 400;
}
.kat-donate {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg,rgba(82,0,5,.97),rgba(170,10,18,.9)),url('https://katohika.gr/wp-content/uploads/2020/12/Ελληνική-Σημαία.jpg') center/cover !important;
  border-top: 1px solid #6d0a10;
}
.kat-donate:before {
  content: '◆';
  position: absolute;
  left: -12px;
  top: 5px;
  font-size: 92px;
  color: #050607;
  opacity: .55;
  transform: rotate(45deg);
}
.kat-donate>* {
  position: relative;
  z-index: 1;
}
.kat-donate h3 {
  text-align: center;
  font-size: 21px !important;
}
.kat-donate a {
  display: block !important;
  width: max-content;
  margin: 12px auto 0 !important;
  padding: 10px 24px !important;
}
.kat-manifesto {
  background-image: linear-gradient(90deg,rgba(5,6,7,.82),rgba(5,6,7,.93)),url('https://katohika.gr/wp-content/uploads/2019/06/πανσεληνος-φεγγαρι-ακροπολη.jpg') !important;
  background-size: cover !important;
  background-position: center 62% !important;
  border-top: 1px solid #2a2015;
}
.kat-mast {
  height: 180px !important;
}
.kat-warrior {
  width: 39% !important;
  background-image: linear-gradient(90deg,rgba(4,5,6,.03),rgba(4,5,6,.10) 45%,rgba(4,5,6,.97) 96%),url('https://katohika.gr/wp-content/uploads/2026/08/Katohika-header-ancient-warrior.jpg') !important;
  background-position: center 25% !important;
  filter: grayscale(.78) sepia(.12) contrast(1.34) brightness(.72) !important;
}
.kat-greece {
  width: 40% !important;
  opacity: .92 !important;
}
.kat-brand {
  transform: translateY(-2px);
}
.kat-brand strong {
  font-size: 41px !important;
  letter-spacing: .025em;
}
.kat-left-quote {
  position: absolute;
  left: 120px;
  top: 52px;
  z-index: 3;
  max-width: 220px;
  color: #e7e1d7;
  font: italic 12px/1.45 "Noto Serif",serif;
  text-shadow: 0 2px 8px #000;
  letter-spacing: .01em;
}
.kat-mast blockquote {
  right: 28px !important;
  bottom: 20px !important;
  max-width: 280px;
  text-align: right;
  color: #e2ddd2 !important;
  font-size: 10px !important;
  letter-spacing: .05em;
}
.kat-nav {
  height: 44px !important;
}
.kat-menu a {
  padding: 15px 11px !important;
  font-size: 9px !important;
  letter-spacing: .025em;
}
.kat-lead {
  grid-template-columns: minmax(0,2.1fr) minmax(300px,.95fr) 255px !important;
  gap: 8px !important;
}
.kat-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border: 1px solid #292929;
  background: #090a0b;
}
.kat-mini {
  min-height: 143px !important;
  display: grid !important;
  grid-template-columns: 43% 57% !important;
  position: relative !important;
  border: 0 !important;
  border-bottom: 1px solid #292929 !important;
  background: #090a0b !important;
}
.kat-mini:last-child {
  border-bottom: 0 !important;
}
.kat-mini img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 142px !important;
  object-fit: cover !important;
  filter: saturate(.82) contrast(1.08);
}
.kat-mini:after {
  display: none !important;
}
.kat-mini div {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  padding: 15px 13px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg,#101113,#070809);
}
.kat-mini h3 {
  font-size: 14px !important;
  line-height: 1.22 !important;
  margin: 8px 0 7px !important;
}
.kat-mini small {
  margin-top: auto;
}
.kat-aside {
  border: 1px solid #292929 !important;
}
.kat-aside-quote {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 50% 100%,#17191b 0,#090a0b 55%,#050607 100%) !important;
  padding: 34px 20px 22px !important;
}
.kat-aside-quote:after {
  display: none !important;
}
.kat-aside-quote .kat-feather {
  display: block;
  font: 400 78px/1 Georgia,serif;
  color: #b7a789;
  opacity: .88;
  transform: rotate(-20deg);
  height: 58px;
  margin-bottom: 15px;
  text-shadow: 0 3px 12px #000;
}
.kat-aside-quote div {
  text-align: center;
  font: italic 16px/1.5 "Noto Serif",serif;
  color: #eee9df;
}
.kat-aside-quote b {
  color: #d9bd74 !important;
}
.kat-aside-quote small {
  margin-top: 12px;
  color: #777;
  font-size: 8px;
  letter-spacing: .32em;
}
.kat-donate {
  min-height: 195px;
  padding: 22px 16px 18px 90px !important;
  background: linear-gradient(110deg,#1b0305 0,#65060c 35%,#a70e17 100%) !important;
}
.kat-donate:before {
  display: none !important;
}
.kat-wing {
  position: absolute !important;
  left: 13px;
  top: 34px;
  z-index: 0 !important;
  font: 400 96px/1 Georgia,serif;
  color: #050607;
  opacity: .82;
  transform: rotate(-28deg);
}
.kat-donate small {
  display: block;
  text-align: center;
  font-size: 8px;
  letter-spacing: .18em;
}
.kat-donate h3 {
  text-align: center !important;
  font-size: 17px !important;
  margin: 7px 0 !important;
}
.kat-donate p {
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
  color: #ead9d9;
  margin: 7px 0;
}
.kat-donate a {
  font-size: 9px !important;
  padding: 8px 18px !important;
  margin-top: 8px !important;
  background: #111 !important;
  border-color: #c62b32 !important;
}
.kat-main-story {
  height: 430px !important;
}
.kat-copy h1 {
  font-size: 34px !important;
}
.kat-cats {
  margin-top: 8px !important;
}
@media (max-width:1000px) {
  .kat-lead {
    grid-template-columns: 2fr 1fr !important;
  }
  .kat-aside {
    display: none;
  }
  .kat-cats {
    grid-template-columns: repeat(3,1fr);
  }
  .kat-columns {
    grid-template-columns: 1fr;
  }
  .kat-mast blockquote {
    display: none;
  }
}
@media (max-width:700px) {
  .kat-top {
    height: auto;
    min-height: 34px;
    padding: 4px 8px;
    gap: 8px;
  }
  .kat-top>span {
    font-size: 8px;
    white-space: nowrap;
  }
  .kat-top .kat-top-links {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .kat-top .kat-top-links::-webkit-scrollbar {
    display: none;
  }
  .kat-top .kat-top-links a {
    margin: 0 !important;
    white-space: nowrap;
    font-size: 8px;
  }
  .kat-login-link,.kat-register-link {
    display: inline-block !important;
    padding: 5px 8px !important;
    border-radius: 3px;
    font-weight: 900;
  }
  .kat-login-link {
    border: 1px solid #b91b24;
    color: #fff !important;
  }
  .kat-register-link {
    background: #b10f18;
    color: #fff !important;
    border: 1px solid #d52a33;
  }
  .kat-mast {
    height: 105px;
  }
  .kat-brand-k {
    font-size: 45px;
  }
  .kat-brand strong {
    font-size: 25px;
  }
  .kat-brand small {
    font-size: 8px;
  }
  .kat-nav {
    overflow: hidden !important;
  }
  .kat-nav nav {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex: 1;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  .kat-nav nav::-webkit-scrollbar {
    display: none;
  }
  .kat-menu {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
  }
  .kat-menu li {
    flex: 0 0 auto !important;
  }
  .kat-menu a {
    padding: 14px 9px !important;
    white-space: nowrap !important;
  }
  .kat-home {
    flex: 0 0 42px;
    position: sticky;
    left: 0;
    z-index: 4;
    background: #0d0e10;
  }
  .kat-nav form {
    display: none;
  }
  .kat-shell {
    padding: 7px;
  }
  .kat-ticker {
    height: 35px;
  }
  .kat-ticker>b {
    padding: 10px;
  }
  .kat-lead {
    display: block;
  }
  .kat-main-story {
    height: 390px;
  }
  .kat-copy {
    padding: 19px;
  }
  .kat-copy h1 {
    font-size: 28px;
  }
  .kat-stack {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: none;
    margin-top: 7px;
  }
  .kat-mini {
    height: 140px;
  }
  .kat-mini h3 {
    font-size: 11px;
  }
  .kat-cats {
    grid-template-columns: repeat(2,1fr);
  }
  .kat-picks>div {
    grid-template-columns: 1fr;
  }
  .kat-picks img {
    height: 210px;
  }
  .kat-manifesto {
    height: auto;
    display: block;
    padding: 20px;
  }
  .kat-manifesto b {
    display: block;
    margin-top: 8px;
    font-size: 9px;
  }
}
.archive .kat-archive-main,.category .kat-archive-main,.tag .kat-archive-main,.single main {
  background: #fff;
  color: #111;
}
.kat-archive-main {
  max-width: 1480px;
  margin: 0 auto;
  background: #fff !important;
  color: #111 !important;
  min-height: 70vh;
}
.kat-archive-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 38px 24px 24px;
  border-bottom: 2px solid #a40e17;
}
.kat-archive-head h1 {
  margin: 0;
  color: #111 !important;
  font: 900 32px/1.15 "Noto Serif",serif;
}
.kat-archive-desc {
  margin-top: 10px;
  color: #555 !important;
}
.kat-archive-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px 50px;
}
.kat-archive-card {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 22px;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #ddd;
}
.kat-archive-thumb {
  display: block;
  width: 230px;
  height: 145px;
  background: #eee;
  overflow: hidden;
}
.kat-archive-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kat-no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,#eee,#ddd);
}
.kat-archive-copy time {
  font-size: 11px;
  color: #a40e17;
  font-weight: 800;
}
.kat-archive-copy h2 {
  margin: 6px 0 8px;
  font: 800 25px/1.18 "Noto Serif",serif;
}
.kat-archive-copy h2 a {
  color: #111 !important;
}
.kat-archive-copy h2 a:hover {
  color: #a40e17 !important;
}
.kat-archive-excerpt,.kat-archive-excerpt p {
  color: #444 !important;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.kat-pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.kat-pagination a {
  color: #a40e17 !important;
  font-weight: 800;
}
.single main {
  max-width: 1480px;
  margin: 0 auto;
}
.single main article {
  background: #fff !important;
  color: #111 !important;
  max-width: 900px !important;
}
.single main article h1,.single main article h2,.single main article h3,.single main article h4,.single main article p,.single main article li,.single main article strong,.single main article em,.single main article span,.single main article div,.single main article figcaption,.single main article blockquote {
  color: #111 !important;
}
.single main article a {
  color: #a40e17 !important;
}
.single main article .prose,.single main article .prose p,.single main article .prose li {
  font-size: 18px;
  line-height: 1.82;
  color: #111 !important;
}
.single main nav {
  background: #fff;
}
.single main nav a {
  color: #444 !important;
}
.kat-left-quote {
  position: absolute;
  z-index: 4;
  left: 205px;
  top: 56px;
  max-width: 210px;
  font: italic 12px/1.5 "Noto Serif",serif;
  color: #eee;
  text-shadow: 0 2px 8px #000;
}
.kat-left-quote:before {
  content: '"';
  color: #bda66b;
  font-size: 28px;
  vertical-align: -8px;
  margin-right: 4px;
}
.kat-menu {
  flex-wrap: nowrap;
}
.kat-nav nav {
  overflow: hidden;
  flex: 1;
}
.kat-menu a {
  white-space: nowrap;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 8.5px !important;
}
@media (max-width:700px) {
  .kat-archive-card {
    grid-template-columns: 110px 1fr;
    gap: 13px;
  }
  .kat-archive-thumb {
    width: 110px;
    height: 82px;
  }
  .kat-archive-copy h2 {
    font-size: 17px;
  }
  .kat-archive-excerpt {
    display: none;
  }
  .kat-warrior-quote {
    display: none;
  }
}
.kat-flow-page {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  color: #111;
  padding: 34px 24px 55px;
  min-height: 70vh;
}
.kat-flow-head {
  border-bottom: 3px solid #a40e17;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.kat-flow-head h1 {
  margin: 0;
  font: 900 32px/1.1 "Noto Serif",serif;
  color: #111;
}
.kat-flow-head p {
  margin: 7px 0 0;
  color: #666;
}
.kat-flow-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.kat-flow-thumb {
  width: 210px;
  height: 125px;
  background: #eee;
  display: block;
  overflow: hidden;
}
.kat-flow-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kat-flow-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
}
.kat-flow-item time {
  color: #a40e17;
  font-size: 11px;
  font-weight: 800;
}
.kat-flow-item h2 {
  margin: 5px 0 6px;
  font: 800 22px/1.2 "Noto Serif",serif;
}
.kat-flow-item h2 a {
  color: #111 !important;
}
.kat-flow-item p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}
.kat-flow-nav {
  padding: 25px 0;
  display: flex;
  gap: 8px;
}
.kat-flow-nav a,.kat-flow-nav span {
  padding: 7px 11px;
  border: 1px solid #ccc;
  color: #111 !important;
}
.kat-flow-nav .current {
  background: #a40e17;
  color: #fff !important;
  border-color: #a40e17;
}
@media (max-width:700px) {
  .kat-flow-page {
    padding: 22px 12px 40px;
  }
  .kat-flow-item {
    grid-template-columns: 105px 1fr;
    gap: 12px;
  }
  .kat-flow-thumb {
    width: 105px;
    height: 78px;
  }
  .kat-flow-item h2 {
    font-size: 16px;
  }
  .kat-flow-item p {
    display: none;
  }
  .kat-flow-head h1 {
    font-size: 26px;
  }
}
.kat-post-nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 24px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: #fff;
}
.kat-post-nav a {
  display: block;
  border-top: 2px solid #a40e17;
  padding-top: 12px;
  color: #111 !important;
}
.kat-post-next {
  text-align: right;
}
.kat-post-nav-label {
  display: block;
  color: #a40e17 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 7px;
}
.kat-post-nav strong {
  display: block;
  color: #111 !important;
  font: 800 16px/1.3 "Noto Serif",serif;
}
@media (max-width:700px) {
  .kat-left-quote,.kat-mast blockquote {
    display: none !important;
  }
  .kat-mast {
    height: 92px !important;
    background: radial-gradient(circle at 50% 50%,#202224 0,#0a0b0c 55%,#030405 100%) !important;
  }
  .kat-mast-art {
    display: none !important;
  }
  .kat-brand {
    position: relative !important;
    z-index: 5 !important;
    transform: none !important;
    gap: 9px !important;
  }
  .kat-brand-k {
    font-size: 42px !important;
    padding-right: 9px !important;
  }
  .kat-brand strong {
    font-size: 23px !important;
    white-space: nowrap;
  }
  .kat-brand small {
    font-size: 7px !important;
    letter-spacing: .16em !important;
    margin-top: 5px !important;
  }
  .kat-post-nav {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 16px 38px;
  }
  .kat-post-next {
    text-align: left;
  }
  .kat-post-nav strong {
    font-size: 15px;
  }
}
.kat-flow-link a {
  background: #9f0c14;
  color: #fff !important;
}
.kat-footer {
  margin-top: 0;
  background: linear-gradient(180deg,#0a0b0c,#030405);
  border-top: 1px solid #5d0b10;
  color: #ddd;
}
.kat-footer-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 34px 28px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.kat-footer-brand {
  min-width: 320px;
}
.kat-footer-logo {
  font: 900 32px/1 "Noto Serif",serif;
  letter-spacing: .02em;
  text-shadow: 0 2px 8px #000;
}
.kat-footer-logo span {
  color: #f3efe6;
}
.kat-footer-logo strong {
  color: #c5121d;
}
.kat-footer-brand p {
  margin: 9px 0 0;
  color: #9b9b9b;
  font-size: 9px;
  letter-spacing: .23em;
}
.kat-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}
.kat-footer-links a {
  color: #ddd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}
.kat-footer-links a:hover {
  color: #d71824;
}
.kat-footer-bottom {
  max-width: 1480px;
  margin: 0 auto;
  padding: 14px 28px 20px;
  border-top: 1px solid #1d1d1d;
  color: #777;
  font-size: 10px;
  text-align: center;
}
.kat-footer:before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg,transparent,#a40e17 30%,#d71924 50%,#a40e17 70%,transparent);
}
@media (max-width:700px) {
  .kat-footer-inner {
    display: block;
    padding: 28px 18px;
  }
  .kat-footer-brand {
    min-width: 0;
    text-align: center;
  }
  .kat-footer-logo {
    font-size: 26px;
  }
  .kat-footer-links {
    justify-content: center;
    margin-top: 20px;
  }
  .kat-footer-brand p {
    font-size: 8px;
    line-height: 1.6;
  }
  .kat-footer-bottom {
    padding: 12px 18px 18px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
