/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Segoe UI", system-ui, 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-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;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-500: #ff2738;
    --color-secondary-200: #d9dee4;
    --color-secondary-600: #626d7a;
    --color-secondary-700: #464f5b;
    --color-neutral: #f7f8fa;
    --font-display: "Bahnschrift Condensed", "Arial Narrow", sans-serif;
  }
}
@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;
    }
  }
  .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);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .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;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .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);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .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 {
    scroll-behavior: smooth;
  }
  body {
    background: #07090d;
    color: #f7f8fa;
  }
}
@layer components {
  .yt-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #818b98;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
  }
  .yt-breadcrumbs a {
    color: #aab2bd;
    text-decoration: none;
    transition: color .2s ease;
  }
  .yt-breadcrumbs a:hover {
    color: #fff;
  }
}
.yt-single {
  min-height: 70vh;
  background: #080b10;
}
.yt-single-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #10141a;
  isolation: isolate;
}
.yt-single-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yt-single-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,rgba(5,7,10,.96),rgba(5,7,10,.7) 48%,rgba(5,7,10,.28)),linear-gradient(to top,#080b10 0%,transparent 52%);
}
.yt-single-hero-inner {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 66px;
}
.yt-single-category {
  display: inline-flex;
  margin-top: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255,39,56,.5);
  border-radius: 7px;
  background: rgba(255,39,56,.12);
  color: #ff6672;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.yt-single-hero h1 {
  max-width: 900px;
  margin: 16px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px,6.4vw,86px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.yt-single-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: #aeb6c1;
  font-size: 12px;
  font-weight: 700;
}
.yt-single-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff2738;
}
.yt-single-layout {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 72px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  gap: 46px;
  align-items: start;
}
.yt-single-article {
  min-width: 0;
}
.yt-single-content {
  padding: clamp(24px,4vw,48px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: linear-gradient(145deg,#11161d,#0d1117);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  color: #c9d0d9;
  font-size: 17px;
  line-height: 1.85;
}
.yt-single-content > :first-child {
  margin-top: 0;
}
.yt-single-content > :last-child {
  margin-bottom: 0;
}
.yt-single-content h1,.yt-single-content h2,.yt-single-content h3,.yt-single-content h4 {
  margin: 1.8em 0 .7em;
  color: #fff;
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.yt-single-content h1,.yt-single-content h2 {
  padding-left: 16px;
  border-left: 3px solid #ff2738;
  font-size: clamp(27px,3vw,40px);
}
.yt-single-content h3 {
  font-size: clamp(22px,2.2vw,30px);
}
.yt-single-content p {
  margin: 0 0 1.35em;
}
.yt-single-content a {
  color: #ff6571;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.yt-single-content img {
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.yt-single-content blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 3px solid #ff2738;
  border-radius: 0 12px 12px 0;
  background: rgba(255,255,255,.045);
  color: #eef1f5;
}
.yt-single-content ul,.yt-single-content ol {
  margin: 20px 0;
  padding-left: 24px;
}
.yt-single-content li {
  margin: 9px 0;
}
.yt-download-panel {
  position: relative;
  margin-top: 28px;
  padding: 28px;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,39,56,.42);
  border-radius: 18px;
  background: radial-gradient(circle at 0 0,rgba(255,39,56,.2),transparent 42%),#10141a;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}
.yt-download-panel:after {
  content: "";
  position: absolute;
  right: -55px;
  top: -75px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255,39,56,.16);
  border-radius: 50%;
  pointer-events: none;
}
.yt-download-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg,#ff4353,#d51125);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255,39,56,.28);
}
.yt-download-icon svg {
  width: 28px;
}
.yt-download-copy {
  position: relative;
  z-index: 1;
}
.yt-download-copy > span {
  color: #ff6571;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.yt-download-copy h2 {
  margin: 5px 0 4px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.1;
}
.yt-download-copy p {
  margin: 0;
  color: #939da9;
  font-size: 12px;
  line-height: 1.55;
}
.yt-download-button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  background: linear-gradient(145deg,#ff3345,#d80f22);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 11px 25px rgba(255,39,56,.24);
  transition: transform .25s ease,box-shadow .25s ease;
}
.yt-download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(255,39,56,.35);
}
.yt-download-button svg {
  width: 20px;
}
.yt-single-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 14px;
}
.yt-side-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background: #10141a;
}
.yt-side-label {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.yt-side-card dl {
  margin: 0;
  display: grid;
  gap: 14px;
}
.yt-side-card dl > div {
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.yt-side-card dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.yt-side-card dt {
  color: #76808d;
  font-size: 11px;
}
.yt-side-card dd {
  margin: 0;
  color: #dce1e7;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}
.yt-status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background: #35d07f;
  box-shadow: 0 0 10px rgba(53,208,127,.55);
}
.yt-side-download {
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,39,56,.35);
  border-radius: 15px;
  background: rgba(255,39,56,.09);
  color: #fff;
  text-decoration: none;
}
.yt-side-download svg {
  width: 25px;
  color: #ff5260;
}
.yt-side-download span {
  display: grid;
}
.yt-side-download strong {
  font-size: 12px;
}
.yt-side-download small {
  margin-top: 3px;
  color: #8d97a3;
  font-size: 10px;
}
.yt-post-nav {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 76px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.yt-post-nav > div:last-child {
  text-align: right;
}
.yt-post-nav a {
  min-height: 95px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: #0f1319;
  color: #fff;
  text-decoration: none;
  transition: border-color .25s ease,transform .25s ease;
}
.yt-post-nav a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,39,56,.5);
}
.yt-post-nav span {
  margin-bottom: 7px;
  color: #717b88;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.yt-post-nav strong {
  font-size: 13px;
  line-height: 1.45;
}
.yt-page {
  min-height: 70vh;
  overflow: hidden;
  background: #080b10;
}
.yt-page-hero,.yt-archive-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: radial-gradient(circle at 15% 15%,rgba(255,39,56,.17),transparent 30%),linear-gradient(145deg,#10151c,#080b10 68%);
}
.yt-page-hero:after,.yt-archive-hero:after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.012),0 0 0 140px rgba(255,255,255,.01);
  pointer-events: none;
}
.yt-page-hero-inner,.yt-archive-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 72px;
}
.yt-page-kicker {
  display: block;
  margin-top: 40px;
  color: #ff5966;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.yt-page-hero h1,.yt-archive-hero h1 {
  max-width: 900px;
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(44px,6vw,78px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.04em;
}
.yt-page-hero p,.yt-archive-hero p,.yt-archive-description {
  max-width: 680px;
  margin: 19px 0 0;
  color: #a9b1bc;
  font-size: 15px;
  line-height: 1.72;
}
.yt-page-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .5;
}
.yt-page-orb-one {
  left: -80px;
  top: -100px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle,#ff2738,transparent 70%);
  opacity: .08;
}
.yt-page-orb-two {
  right: 12%;
  top: 20%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,39,56,.14);
}
.yt-form-layout {
  width: min(1080px,calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 88px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  align-items: start;
}
.yt-form-intro {
  position: sticky;
  top: 28px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: linear-gradient(150deg,#12171e,#0c1016);
}
.yt-form-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,39,56,.12);
  border: 1px solid rgba(255,39,56,.35);
  color: #ff5260;
}
.yt-form-icon svg {
  width: 27px;
}
.yt-form-intro h2,.yt-form-card h2 {
  margin: 22px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.05;
}
.yt-form-intro > p {
  margin: 14px 0 0;
  color: #939da9;
  font-size: 13px;
  line-height: 1.7;
}
.yt-form-intro ul {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.yt-form-intro li {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.yt-form-intro li > span {
  color: #ff5966;
  font-size: 10px;
  font-weight: 900;
}
.yt-form-intro li div {
  display: grid;
  gap: 3px;
}
.yt-form-intro li strong {
  color: #e9edf2;
  font-size: 12px;
}
.yt-form-intro li small {
  color: #747e8a;
  font-size: 10px;
}
.yt-form-card {
  padding: clamp(24px,4vw,42px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: #11161d;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.yt-form-card-head {
  margin-bottom: 26px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.yt-form-card-head span {
  color: #ff5966;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.yt-form-card-head h2 {
  margin-top: 7px;
}
.yt-page-content {
  color: #cbd1d9;
  line-height: 1.75;
}
.yt-page-content .wpforms-container {
  margin: 0 !important;
}
.yt-page-content .wpforms-field {
  padding: 0 0 19px !important;
}
.yt-page-content .wpforms-field-label,.yt-page-content .wpforms-field-sublabel {
  color: #dce1e7 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.yt-page-content .wpforms-field-sublabel {
  color: #737d89 !important;
  font-size: 10px !important;
}
.yt-page-content input:not([type="checkbox"]):not([type="radio"]),.yt-page-content select,.yt-page-content textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 11px !important;
  background: #0b0f14 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.yt-page-content input:not([type="checkbox"]):not([type="radio"]),.yt-page-content select {
  min-height: 50px !important;
}
.yt-page-content textarea {
  min-height: 150px !important;
  padding: 14px !important;
}
.yt-page-content input:focus,.yt-page-content select:focus,.yt-page-content textarea:focus {
  border-color: #ff3546 !important;
  box-shadow: 0 0 0 3px rgba(255,39,56,.1) !important;
  outline: 0 !important;
}
.yt-page-content .wpforms-submit {
  min-height: 50px !important;
  padding: 0 25px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(145deg,#ff3345,#d80f22) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(255,39,56,.25) !important;
}
.yt-help-grid {
  width: min(1080px,calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 88px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.yt-help-grid > article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(145deg,#11161d,#0c1015);
}
.yt-help-grid > article > span {
  color: #ff4d5c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.yt-help-grid h2 {
  margin: 28px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 28px;
}
.yt-help-grid p {
  margin: 12px 0 0;
  color: #909aa6;
  font-size: 13px;
  line-height: 1.7;
}
.yt-help-extra {
  grid-column: 1/-1;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: #10141a;
}
.yt-standard-page {
  width: min(850px,calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 88px;
}
.yt-standard-page .yt-page-content {
  padding: clamp(25px,5vw,48px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: #11161d;
}
.yt-category-directory {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 92px;
}
.yt-category-directory-head {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.yt-category-directory-head span {
  color: #ff5966;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.yt-category-directory-head h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px,4vw,48px);
  line-height: 1;
}
.yt-category-directory-head p {
  max-width: 380px;
  margin: 0;
  color: #7f8995;
  font-size: 12px;
  line-height: 1.6;
}
.yt-category-directory-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.yt-category-tile {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background: #12171e;
  color: #fff;
  text-decoration: none;
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.yt-category-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(255,39,56,.58);
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
}
.yt-category-tile > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.yt-category-tile:hover > img {
  transform: scale(1.06);
}
.yt-category-tile-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(5,7,10,.98),rgba(5,7,10,.28) 70%);
}
.yt-category-tile-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 21px;
  display: grid;
}
.yt-category-tile-copy small {
  color: #ff6470;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}
.yt-category-tile-copy strong {
  margin-top: 7px;
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1.05;
}
.yt-category-tile-copy em {
  margin-top: 13px;
  color: #cbd1d9;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  opacity: .82;
}
.yt-archive {
  min-height: 70vh;
  background: #080b10;
}
.yt-archive-count {
  width: max-content;
  margin-top: 28px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}
.yt-archive-count strong {
  color: #ff5260;
  font-size: 18px;
}
.yt-archive-count span {
  color: #9ca6b2;
  font-size: 11px;
}
.yt-archive-body {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 88px;
}
.yt-archive-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.yt-archive-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 17px;
  background: #11161d;
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.yt-archive-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,39,56,.5);
  box-shadow: 0 22px 48px rgba(0,0,0,.35);
}
.yt-archive-card-media {
  position: relative;
  aspect-ratio: 16/10;
  display: block;
  overflow: hidden;
  background: #171c24;
}
.yt-archive-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.yt-archive-card:hover .yt-archive-card-media img {
  transform: scale(1.055);
}
.yt-archive-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(5,7,10,.62),transparent 65%);
}
.yt-archive-card-date {
  position: absolute;
  left: 14px;
  bottom: 13px;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(6,8,11,.72);
  color: #dce1e7;
  font-size: 9px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.yt-archive-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.06);
  font-family: var(--font-display);
  font-size: 100px;
  font-weight: 900;
}
.yt-archive-card-copy {
  padding: 21px;
}
.yt-archive-card-cat {
  color: #ff5966;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.yt-archive-card h2 {
  margin: 9px 0 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.08;
}
.yt-archive-card h2 a {
  color: #fff;
  text-decoration: none;
}
.yt-archive-card p {
  margin: 12px 0 0;
  color: #8e98a5;
  font-size: 12px;
  line-height: 1.62;
}
.yt-archive-card-link {
  margin-top: 18px;
  display: inline-flex;
  gap: 8px;
  color: #e9edf2;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}
.yt-archive-card-link span {
  color: #ff5260;
}
.yt-pagination {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.yt-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 9px;
  background: #11161d;
  color: #aeb6c1;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}
.yt-pagination .page-numbers.current,.yt-pagination .page-numbers:hover {
  border-color: #ff2738;
  background: #ff2738;
  color: #fff;
}
.yt-empty-state {
  padding: 65px 25px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: #10141a;
  text-align: center;
}
.yt-empty-state h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 36px;
}
.yt-empty-state p {
  color: #89939f;
}
.yt-empty-state a {
  color: #ff5966;
  font-weight: 850;
}
@media (max-width: 900px) {
  .yt-single-layout {
    grid-template-columns: 1fr;
  }
  .yt-single-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
  .yt-form-layout {
    grid-template-columns: 1fr;
  }
  .yt-form-intro {
    position: static;
  }
  .yt-category-directory-grid,.yt-archive-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 620px) {
  .yt-single-hero {
    min-height: 470px;
  }
  .yt-single-hero-inner,.yt-page-hero-inner,.yt-archive-hero-inner {
    width: calc(100% - 32px);
    padding-bottom: 46px;
  }
  .yt-single-hero h1 {
    font-size: 42px;
  }
  .yt-single-layout,.yt-post-nav,.yt-form-layout,.yt-category-directory,.yt-archive-body,.yt-help-grid,.yt-standard-page {
    width: calc(100% - 32px);
  }
  .yt-single-layout {
    padding-top: 34px;
  }
  .yt-single-content {
    padding: 23px 19px;
    font-size: 15px;
    border-radius: 15px;
  }
  .yt-download-panel {
    grid-template-columns: 48px 1fr;
    padding: 20px;
  }
  .yt-download-icon {
    width: 48px;
    height: 48px;
  }
  .yt-download-button {
    grid-column: 1/-1;
    width: 100%;
  }
  .yt-single-sidebar {
    grid-template-columns: 1fr;
  }
  .yt-post-nav {
    grid-template-columns: 1fr;
  }
  .yt-post-nav > div:last-child {
    text-align: left;
  }
  .yt-page-hero h1,.yt-archive-hero h1 {
    font-size: 45px;
  }
  .yt-page-hero-inner,.yt-archive-hero-inner {
    padding-top: 58px;
  }
  .yt-form-layout,.yt-category-directory,.yt-archive-body,.yt-help-grid {
    padding-top: 40px;
    padding-bottom: 62px;
  }
  .yt-form-intro,.yt-form-card {
    padding: 24px 19px;
    border-radius: 15px;
  }
  .yt-form-intro {
    display: block;
  }
  .yt-category-directory-head {
    align-items: start;
    flex-direction: column;
  }
  .yt-category-directory-grid,.yt-archive-grid,.yt-help-grid {
    grid-template-columns: 1fr;
  }
  .yt-category-tile {
    min-height: 300px;
  }
}
@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;
}
@property --tw-ease {
  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;
      --tw-ease: initial;
    }
  }
}
