/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: 'Space Grotesk', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-h4x0r-lime: #b3ff00;
    --color-h4x0r-red: #ff2f8e;
    --color-h4x0r-purple: #523aa4;
    --color-h4x0r-violet: #8675bc;
    --color-h4x0r-isabelline: #f0ebe6;
    --color-h4x0r-kelly-green: #19a700;
    --color-h4x0r-night: #161616;
    --color-h4x0r-dusk: #262626;
    --color-h4x0r-onyx: #414141;
    --color-h4x0r-pakistan-green: #0a4400;
    --color-h4x0r-silver: #aaa59d;
    --color-h4x0r-black-alpha-25: #00000040;
    --color-h4x0r-black: #000;
    --padding-h4x0r-mobile: 16px;
    --content-h4x0r-sm: 720px;
    --content-h4x0r-md: 952px;
    --content-h4x0r-lg: 1110px;
    --content-h4x0r-xl: 1070px;
    --content-h4x0r-xxl: 1550px;
    --max-w-meat: 1046px;
  }
}
@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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .isolate {
    isolation: isolate;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer components {
  .cushion {
    width: 100%;
    position: relative;
    margin-inline: auto;
    @media (width >= 768px) {
      max-width: var(--content-h4x0r-sm);
    }
    @media (width >= 1024px) {
      max-width: var(--content-h4x0r-md);
    }
    @media (width >= 1280px) {
      max-width: var(--content-h4x0r-lg);
    }
    @media (width >= 1440px) {
      max-width: var(--content-h4x0r-xl);
    }
    @media (width >= 1920px) {
      max-width: var(--content-h4x0r-xxl);
    }
  }
}
@layer components {
  .subscribe__form .hs-submit .actions .hs-button,  .cta {
    cursor: pointer;
    padding-inline: calc(var(--spacing) * 9);
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
    width: 100%;
    @media (width >= 768px) {
      width: auto;
    }
    border-radius: 15px;
    font-family: var(--font-mono);
    font-size: 25px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: 3px;
    letter-spacing: 3px;
    @media (width >= 768px) {
      display: inline-block;
    }
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-silver);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-h4x0r-lime);
      }
    }
    &:active {
      border-color: transparent;
    }
    color: var(--color-h4x0r-silver);
    &:hover {
      @media (hover: hover) {
        color: var(--color-h4x0r-lime);
      }
    }
    &:active {
      color: var(--color-h4x0r-lime);
    }
    background-color: var(--color-h4x0r-night);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-h4x0r-night);
      }
    }
    box-shadow: 0 4px 4px 0 var(--color-h4x0r-black);
    text-shadow: 0 4px 3px var(--color-h4x0r-black-alpha-25);
    &:active {
      box-shadow: 0 4px 4px 0 #000;
      background: linear-gradient( 180deg, var(--color-h4x0r-silver) 0%, var(--color-h4x0r-onyx) 100% );
    }
  }
  .cta--wee {
    display: inline-block;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    border-radius: 8px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    margin-top: calc(var(--spacing) * 6);
  }
}
@layer components {
  .join-now-cta {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .join-now-cta--alpha {
    @media (width >= 768px) {
      display: none;
    }
  }
  .join-now-cta--beta {
    display: none;
    @media (width >= 768px) {
      display: flex;
    }
  }
}
@layer components {
  .topics {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 8);
  }
  .topics__heading {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
    color: var(--color-h4x0r-lime);
    text-transform: uppercase;
    @media (width >= 768px) {
      display: none;
    }
  }
  .topics__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 3);
  }
  .topics__list__item {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .topics__list__item__link {
    display: block;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-lg);
    color: var(--color-h4x0r-silver);
    &:hover {
      @media (hover: hover) {
        color: var(--color-h4x0r-lime);
      }
    }
    &:active {
      color: var(--color-h4x0r-night);
    }
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-silver);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-h4x0r-lime);
      }
    }
    &:active {
      border-color: var(--color-h4x0r-lime);
    }
    background-color: var(--color-h4x0r-night);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-h4x0r-night);
      }
    }
    &:active {
      background-color: var(--color-h4x0r-lime);
    }
    box-shadow: 0 4px 4px 0 var(--color-h4x0r-black-alpha-25);
  }
  .topics__list__item__link--current {
    border-color: var(--color-h4x0r-lime);
    background-color: var(--color-h4x0r-lime);
    color: var(--color-h4x0r-night);
  }
}
@layer components {
  .meat {
    display: flex;
    @media (width >= 768px) {
      align-items: flex-start;
    }
    flex-direction: column;
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
    gap: calc(var(--spacing) * 9);
    @media (width >= 768px) {
      gap: 10px;
    }
    margin-inline: auto;
    max-width: var(--max-w-meat);
    padding-bottom: 300px;
    @media (width >= 768px) {
      padding-bottom: 100px;
    }
  }
  .is-listing .meat {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
}
@layer components {
  .cards {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
@layer components {
  .subscribe__hero {
    display: block;
  }
  .subscribe__hero__image {
    height: auto;
    width: 100%;
    border-radius: 15px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-kelly-green);
    aspect-ratio: 343/313;
    @media (width >= 768px) {
      aspect-ratio: 719/209;
    }
    @media (width >= 1024px) {
      aspect-ratio: 951/277;
    }
    @media (width >= 1280px) {
      aspect-ratio: 1109/313;
    }
    @media (width >= 1440px) {
      aspect-ratio: 1069/313;
    }
    @media (width >= 1920px) {
      aspect-ratio: 1069/313;
    }
  }
  .subscribe__content {
    margin-top: calc(var(--spacing) * 9);
    h1 {
      text-align: center;
      font-family: var(--font-mono);
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
      color: var(--color-h4x0r-isabelline);
      font-size: 25px;
      --tw-leading: 1;
      line-height: 1;
      --tw-tracking: 3px;
      letter-spacing: 3px;
      text-shadow: 0 0 4px var(--color-h4x0r-black);
    }
    p {
      text-align: center;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: 140%;
      line-height: 140%;
      color: var(--color-h4x0r-silver);
    }
  }
  .subscribe__content--boost {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(68px * var(--tw-space-y-reverse));
      margin-block-end: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    }
    p {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .subscribe__content, .subscribe__form {
    @media (width >= 768px) {
      margin-inline: auto;
    }
    @media (width >= 768px) {
      max-width: 580px;
    }
  }
  .subscribe__redirect {
    text-align: center;
  }
  .subscribe__form {
    margin-top: calc(var(--spacing) * 3);
    form {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
    .actions {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
    }
    h3 span {
      margin-top: calc(var(--spacing) * 3);
      text-align: center !important;
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      --tw-leading: 140% !important;
      line-height: 140% !important;
      color: var(--color-h4x0r-isabelline) !important;
    }
    .hs-email {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(8px * var(--tw-space-y-reverse));
        margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
      }
      .hs-form-required {
        display: none;
      }
    }
    .hs-email label {
      font-family: var(--font-mono);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: 1;
      line-height: 1;
      display: block;
      color: var(--color-h4x0r-isabelline);
      text-shadow: 0 4px 3px var(--color-h4x0r-black-alpha-25);
    }
    .hs-email input {
      display: block;
      width: 100%;
      height: calc(var(--spacing) * 10);
      padding-left: calc(var(--spacing) * 6);
      border-radius: 15px;
      border-style: var(--tw-border-style);
      border-width: 1px;
      --tw-border-style: solid;
      border-style: solid;
      border-color: var(--color-h4x0r-silver);
      background-color: var(--color-h4x0r-night);
      box-shadow: 0 15px 15px 0 var(--color-h4x0r-black-alpha-25);
      color: var(--color-h4x0r-isabelline);
      text-shadow: 0 4px 3px var(--color-h4x0r-black-alpha-25);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: 1;
      line-height: 1;
      --tw-tracking: 3px;
      letter-spacing: 3px;
    }
    .hs-form-booleancheckbox-display {
      cursor: pointer;
      display: inline-flex;
      flex-direction: row;
      gap: calc(var(--spacing) * 2);
      input {
        cursor: pointer;
        appearance: none;
        height: calc(var(--spacing) * 4);
        width: calc(var(--spacing) * 4);
        border-style: var(--tw-border-style);
        border-width: 1px;
        --tw-border-style: solid;
        border-style: solid;
        border-color: var(--color-h4x0r-kelly-green);
        background-color: var(--color-h4x0r-night);
        flex-shrink: 0;
      }
      input:checked {
        background-image: url('/svg/tick.svg');
        background-position: center;
        background-repeat: no-repeat;
      }
      span {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-leading: 140%;
        line-height: 140%;
        color: var(--color-h4x0r-isabelline);
      }
    }
  }
}
@layer components {
  .card {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding: calc(var(--spacing) * 9);
    width: 100%;
    border-radius: 15px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-silver);
    background: linear-gradient( 180deg, var(--color-h4x0r-onyx) 0%, var(--color-h4x0r-night) 200px, var(--color-h4x0r-night) 100% );
    box-shadow: 0 15px 15px 0 var(--color-h4x0r-black-alpha-25);
  }
  .card--beta {
    border-color: var(--color-h4x0r-silver);
  }
  .card__header {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
  }
  .legal .card__header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .card__header__headline {
    color: var(--color-h4x0r-lime);
    @media (width >= 768px) {
      color: var(--color-h4x0r-isabelline);
    }
    font-family: var(--font-mono);
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 768px) {
      font-size: 25px;
    }
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: 3px;
    letter-spacing: 3px;
    text-shadow: 0 0 4px var(--color-h4x0r-black);
  }
  .card__header__timestamp {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-h4x0r-lime);
    text-transform: uppercase;
    text-shadow: 0 0 4px var(--color-h4x0r-black);
  }
  .is-listing .card__body {
    @media (width >= 768px) {
      display: flex;
    }
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
    @media (width >= 768px) {
      flex-wrap: nowrap;
    }
    @media (width >= 768px) {
      gap: 10px;
    }
  }
  .is-listing .card__body__image {
    padding-bottom: 10px;
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .is-post .card__body__image {
    @media (width >= 768px) {
      display: none;
    }
    padding-bottom: 10px;
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .card__body__content {
    color: var(--color-h4x0r-silver);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1em * var(--tw-space-y-reverse));
      margin-block-end: calc(1em * calc(1 - var(--tw-space-y-reverse)));
    }
    pre {
      padding: calc(var(--spacing) * 6);
      overflow-x: auto;
      overflow-wrap: break-word;
      white-space: pre-wrap;
    }
  }
  .is-listing .card__body__buffer {
    @media (width >= 768px) {
      flex: 1;
    }
  }
}
@layer components {
  .sticker {
    width: 100%;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding: calc(var(--spacing) * 9);
    border-radius: 15px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-kelly-green);
    background: linear-gradient( 180deg, var(--color-h4x0r-pakistan-green) 0%, var(--color-h4x0r-night) 43.27% );
    box-shadow: 0 15px 15px 0 var(--color-h4x0r-black-alpha-25);
  }
  .sticker__headline {
    font-family: var(--font-mono);
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-h4x0r-lime);
    font-size: 25px;
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: 3px;
    letter-spacing: 3px;
    text-shadow: 0 0 4px var(--color-h4x0r-black);
  }
  .sticker__subheadline {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
    color: var(--color-h4x0r-lime);
    text-transform: uppercase;
  }
  .sticker__body {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
    color: var(--color-h4x0r-silver);
  }
}
@layer components {
  .back {
    text-align: center;
    .cta {
      display: block;
      @media (width >= 768px) {
        display: inline-block;
      }
      width: 100%;
      @media (width >= 768px) {
        width: auto;
      }
    }
  }
}
@layer components {
  .page-not-found {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .page-not-found__hero {
    display: block;
  }
  .page-not-found__hero__image {
    height: auto;
    width: 100%;
    border-radius: 15px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-h4x0r-kelly-green);
    aspect-ratio: 343/313;
    @media (width >= 768px) {
      aspect-ratio: 600/350;
    }
    @media (width >= 1024px) {
      aspect-ratio: 854/313;
    }
    @media (width >= 1280px) {
      aspect-ratio: 1109/313;
    }
    @media (width >= 1440px) {
      aspect-ratio: 1269/451;
    }
    @media (width >= 1920px) {
      aspect-ratio: 1749/507;
    }
  }
  .page-not-found__content {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
    }
    h1 {
      text-align: center;
      font-size: 25px;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
      --tw-tracking: 3px;
      letter-spacing: 3px;
      color: var(--color-h4x0r-isabelline);
    }
  }
}
@layer components {
  .links-list {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .links-list__item {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
  }
  .links-list__item__link {
    color: var(--color-h4x0r-isabelline);
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
@layer components {
  .legal {
    .card__header__timestamp {
      color: var(--color-h4x0r-isabelline);
    }
    .legal__content {
      color: var(--color-h4x0r-silver);
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
      --tw-leading: 140%;
      line-height: 140%;
      p + ul, ul + p {
        margin-top: calc(var(--spacing) * -6);
      }
      ul {
        list-style-position: inside;
        list-style-type: disc;
      }
      strong {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
      a {
        color: var(--color-h4x0r-silver);
        text-decoration-line: underline;
      }
      ol {
        list-style-position: inside;
        list-style-type: decimal;
        text-transform: uppercase;
      }
      h2 {
        font-family: var(--font-mono);
        color: var(--color-h4x0r-isabelline);
        font-size: 25px;
        --tw-leading: 1;
        line-height: 1;
        --tw-tracking: 3px;
        letter-spacing: 3px;
        text-shadow: 0 0 4px var(--color-h4x0r-black);
      }
      h3 {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-h4x0r-isabelline);
        --tw-leading: 140%;
        line-height: 140%;
      }
      table {
        border-style: var(--tw-border-style);
        border-width: 1px;
        --tw-border-style: solid;
        border-style: solid;
        border-color: var(--color-h4x0r-isabelline);
        width: 100%;
        th, td {
          border-style: var(--tw-border-style);
          border-width: 1px;
          --tw-border-style: solid;
          border-style: solid;
          border-color: var(--color-h4x0r-isabelline);
          vertical-align: top;
        }
        th {
          text-align: left;
          font-family: var(--font-mono);
          --tw-font-weight: var(--font-weight-bold);
          font-weight: var(--font-weight-bold);
          color: var(--color-h4x0r-isabelline);
          padding-inline: calc(var(--spacing) * 3);
          padding-block: 5px;
          font-size: 10px;
          @media (width >= 768px) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
          }
          --tw-leading: 140%;
          line-height: 140%;
        }
        td {
          font-size: var(--text-xs);
          line-height: var(--tw-leading, var(--text-xs--line-height));
          @media (width >= 768px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
          }
          text-align: left;
          padding-inline: calc(var(--spacing) * 3);
          padding-block: calc(var(--spacing) * 2);
          color: var(--color-h4x0r-silver);
          --tw-leading: 140%;
          line-height: 140%;
        }
      }
    }
  }
}
@layer components {
  .topics-toggler-switch {
    display: block;
    @media (width >= 768px) {
      display: none;
    }
    cursor: pointer;
    margin-right: calc(var(--spacing) * 2);
  }
  .topics-toggler-switch__icon {
    display: block;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    background-size: 100%;
    background-position: center;
    i {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }
  }
  .topics-toggler-label {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: 14px;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    display: none;
    @media (width >= 768px) {
      display: flex;
    }
    cursor: pointer;
  }
  .topics-toggler-label__text {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 140%;
    line-height: 140%;
    color: var(--color-h4x0r-lime);
    text-transform: uppercase;
  }
  .topics-toggler-label__icon {
    display: block;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
  }
  .topics-toggler-checkbox {
    display: none;
  }
  .topics-toggler-checkbox:checked + .topics-toggler-label > .topics-toggler-label__icon {
    rotate: 90deg;
  }
}
@layer components {
  .site-header {
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 9);
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 8);
  }
  .site-header__outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .site-header__logo {
    display: block;
    margin-block: 5px;
  }
  .site-header__logo--1 {
    display: block;
    @media (width >= 768px) {
      display: none;
    }
    height: 57px;
    width: 270px;
  }
  .site-header__logo--2 {
    display: none;
    @media (width >= 768px) {
      display: block;
    }
    height: 47px;
    width: 340px;
  }
  .site-header__recto {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
}
@layer components {
  .site-footer {
    position: fixed;
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 10;
    width: 100%;
    background-color: var(--color-h4x0r-night);
  }
  .site-footer__inner {
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 9);
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
    gap: calc(var(--spacing) * 8);
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 0);
    }
    @media (width >= 768px) {
      justify-content: space-between;
    }
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 768px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-h4x0r-isabelline);
  }
  .site-footer__nav__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    @media (width >= 768px) {
      flex-direction: row;
    }
    gap: calc(var(--spacing) * 9);
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .site-footer__nav__list__item {
    a {
      color: inherit;
    }
  }
}
@layer components {
  .sidebar {
    width: 100%;
    @media (width >= 768px) {
      width: 250px;
    }
    @media (width >= 768px) {
      flex-shrink: 0;
    }
  }
  .sidebar__post-image {
    display: none;
    @media (width >= 768px) {
      display: block;
    }
  }
}
@layer components {
  .post-image__image {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
  }
}
html, body {
  height: 100%;
}
body {
  background-color: var(--color-h4x0r-night);
  padding-inline: var(--padding-h4x0r-mobile);
  @media (width >= 768px) {
    padding-inline: calc(var(--spacing) * 0);
  }
  font-family: var(--font-serif);
  color: var(--color-h4x0r-isabelline);
  margin-left: 2px;
  margin-right: 2px;
}
ul {
  list-style-type: square;
  padding-inline-start: 20px;
}
ol {
  list-style-type: decimal;
  padding-inline-start: 20px;
}
li {
  display: list-item;
  text-align: match-parent;
  margin-bottom: 6px;
}
ul {
  list-style-type: square;
  padding-inline-start: 20px;
}
ol {
  list-style-type: decimal;
  padding-inline-start: 20px;
}
li {
  display: list-item;
  text-align: match-parent;
  margin-bottom: 6px;
}
b, strong {
  font-weight: bolder;
  font-style: italic;
}
em {
  color: var(--color-h4x0r-red);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
aside h1 {
  color: var(--color-h4x0r-red);
  text-align: center;
  margin-bottom: 16px;
  margin-top: 8px;
}
h1 {
  font-size: 150%;
  color: var(--color-h4x0r-lime);
}
h2 {
  font-size: 135%;
  color: var(--color-h4x0r-lime);
}
h3 {
  font-size: 110%;
  color: var(--color-h4x0r-lime);
}
a {
  color: var(--color-h4x0r-purple);
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
blockquote p {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
blockquote {
  font-weight: bolder;
  font-size: 120%;
  color: var(--color-h4x0r-purple);
  border: 4px var(--color-h4x0r-violet);
  text-align: center;
  border-style: groove;
  border-radius: 5px;
  margin-left: 16px;
  margin-right: 16px;
}
.preface {
  text-align: left;
  border: 1px var(--color-h4x0r-violet);
  border-style: groove;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
code {
  color: var(--color-h4x0r-violet);
  margin-left: 2px;
  margin-right: 2px;
}
.highlight pre {
  background-color: var(--color-h4x0r-dusk) !important;
}
aside {
  background-color: var(--color-h4x0r-purple);
  border: 2px solid;
  display: inline-block;
  vertical-align: middle;
}
aside p {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 12px;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
    }
  }
}
