/*! tailwindcss v4.1.10 | 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@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 {
  .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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .dark\:bg-zinc-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-zinc-800);
    }
  }
  .dark\:text-gray-100 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-100);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
}
:root {
  --font-inter: Inter, sans-serif;
  --font-poppins: Poppins, sans-serif;
  --font-rubik-glitch: "Rubik Glitch", cursive;
  --black: #2d292d;
  --custom-red: #da4453;
  --primary: #e93681;
  --accent: #14a098;
  --highlight: #148aad;
  --background: #0f292f;
  --background-subtle: #254c4f;
  --surface: #1a3b3d;
  --hero: #0b1d21;
  --text: #cccccc;
  --muted: #b3b3b3;
  --selection-highlight: #fee300;
}
@layer base {
  ::selection {
    background-color: var(--selection-highlight);
    color: var(--black);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-poppins), sans-serif;
    font-weight: 900;
  }
}
@layer utilities {
  .heading-link:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  .heading-link:focus, .text-link:focus {
    outline: none;
  }
  .heading-link:focus-visible, .text-link:focus-visible {
    border-radius: 0.25rem;
    box-shadow: 0 0 0 4px var(--primary);
    outline: none;
  }
  .hover-bg-accent:hover {
    background-color: var(--primary) !important;
    color: #ffffff !important;
  }
  .hover-bg-primary:hover {
    background-color: var(--highlight);
  }
  .font-glitch {
    font-family: var(--font-rubik-glitch), cursive;
  }
  .font-sans {
    font-family: var(--font-inter), sans-serif;
  }
  .font-poppins {
    font-family: var(--font-poppins), sans-serif;
  }
  .hover\:text-primary:hover {
    color: var(--primary);
  }
  .hover\:bg-primary:hover {
    background-color: var(--primary);
  }
  .focus-visible\:ring-primary:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-color: var(--primary);
    box-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    outline: none !important;
  }
  .social-button {
    align-items: center;
    background-color: var(--hero);
    border-radius: 0.25rem;
    color: var(--muted);
    display: flex;
    font-size: 0.875rem;
    gap: 0.25rem;
    height: 2rem;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    transition: color 0.3s, background-color 0.3s;
    width: 2rem;
  }
  .social-button:hover {
    color: white;
    background-color: var(--primary);
  }
  .social-button:focus {
    outline: none;
  }
  .social-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary);
  }
  .button-link {
    background-color: var(--primary);
    border-radius: 0.25rem;
    color: var(--color-white);
    display: block;
    transition: color 0.3s, background-color 0.3s;
    width: 100%;
  }
  .button-link:hover {
    background-color: var(--highlight);
  }
  .button-link:focus {
    outline: none;
  }
  .button-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff;
  }
  .text-primary {
    color: var(--primary);
  }
  .text-text {
    color: var(--text);
  }
  .text-muted {
    color: var(--muted) !important;
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black {
    background-color: var(--black);
  }
  .bg-hero {
    background-color: var(--hero) !important;
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-surface {
    background-color: var(--surface);
  }
  .blog-hero {
    background-color: rgba(18, 52, 86, 0.8);
  }
  .glitch-hover::before, .glitch-hover::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: inherit;
    background: transparent;
    overflow: hidden;
    clip-path: inset(100% 100% 100% 100%);
    opacity: 0;
    pointer-events: none;
  }
  .glitch-hover::before {
    text-shadow: -2px 0 var(--primary);
    animation-name: glitch-anim-1;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, end);
    animation-direction: alternate-reverse;
  }
  .glitch-hover::after {
    text-shadow: -2px 0 #148aad;
    animation-name: glitch-anim-2;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, end);
    animation-direction: alternate-reverse;
  }
  .glitch-hover:hover::before, .glitch-hover:hover::after {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@layer components {
  .post-title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 800;
  }
  .post h2, .post h3, .post h4, .post h5, .post h6 {
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .post h2 {
    font-size: 1.5rem;
  }
  .post h3 {
    font-size: 1.25rem;
  }
  .post h4 {
    font-size: 1.125rem;
  }
  .post h5 {
    font-size: 1rem;
  }
  .post h6 {
    font-size: 0.875rem;
  }
  .post p {
    margin-bottom: 1.5rem;
  }
  .post p, .post li {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .post hr {
    margin: 2rem 0;
    border-color: oklch(44.2% 0.017 285.786);
  }
  .post ol, .post ul {
    padding-left: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .post ol {
    list-style: decimal;
  }
  .post ul {
    list-style: disc;
  }
  .post li {
    margin-bottom: 0.5rem;
  }
  .post li > ul, .post li > ol {
    margin-top: 0.5rem;
  }
  .post li > ol {
    list-style: upper-roman;
  }
  .post li > p > img {
    margin-top: 1rem;
    display: block;
  }
  .post a {
    color: var(--text);
    text-decoration: underline;
    position: relative;
    transition: color 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .post a:hover {
    color: white;
  }
  .post a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .post a:hover::after {
    transform: scaleX(1);
  }
  .post a:focus {
    outline: none;
  }
  .post a:focus-visible {
    border-radius: 0.25rem;
    box-shadow: 0 0 0 2px var(--primary), 0 0 0 4px var(--background);
  }
  .post blockquote {
    border-left: 4px solid var(--primary);
    background-color: var(--background-alt, rgba(255, 255, 255, 0.05));
    padding: 1rem 1.25rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--text-muted, #ccc);
    border-radius: 0.5rem;
    position: relative;
  }
  .post blockquote p {
    margin: 0;
  }
  .post blockquote > :first-child::before {
    content: open-quote;
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.25rem;
    vertical-align: -0.25em;
    color: var(--primary);
  }
  .post blockquote > :last-child::after {
    content: close-quote;
    font-size: 2rem;
    line-height: 1;
    margin-left: 0.25rem;
    vertical-align: -0.25em;
    color: var(--primary);
  }
  .post blockquote blockquote {
    margin-top: 1rem;
    margin-bottom: 0;
    border-left-color: var(--primary-light, #6ee7b7);
    background-color: rgba(255, 255, 255, 0.02);
  }
  .post blockquote blockquote + * {
    margin-top: 1rem;
  }
  .post table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.5;
    border: 1px solid oklch(37% 0.013 285.805);
    background-color: var(--background);
    color: var(--text);
    box-shadow: 0 0 0 1px oklch(27.4% 0.006 286.033);
  }
  .post thead {
    background-color: oklch(21% 0.006 285.885);
    color: #fff;
    text-align: left;
  }
  .post th, .post td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid oklch(37% 0.013 285.805);
  }
  .post th {
    font-weight: 700;
    font-size: 1rem;
  }
  .post tr:last-child td {
    border-bottom: none;
  }
  .post tbody tr:hover {
    background-color: var(--selection-highlight);
    color: var(--black);
    transition: background-color 0.2s ease;
  }
  .post caption {
    caption-side: bottom;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 0.75rem;
    color: oklch(70.5% 0.015 286.067);
  }
  ul li input[type="checkbox"] {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    border-radius: 0.3rem;
    border: 2px solid var(--accent);
    accent-color: var(--primary);
    box-shadow: 0 0 4px var(--highlight, #148aad33);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  ul li input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--selection-highlight), 0 0 8px var(--primary);
  }
  ul li input[type="checkbox"]:disabled {
    border-color: var(--muted);
    accent-color: var(--muted);
    cursor: not-allowed;
    box-shadow: none;
  }
  .post pre {
    background-color: var(--black) !important;
    color: white !important;
    font-family: "Fira Mono", "Courier New", Courier, monospace !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    padding: 1rem 1.25rem !important;
    border-radius: 0.5rem !important;
    overflow-x: auto !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 0 8px rgb(233 54 129 / 0.2) !important;
  }
  .post pre code {
    white-space: inherit !important;
    display: block !important;
    color: inherit !important;
  }
  .post pre::-webkit-scrollbar {
    height: 8px !important;
  }
  .post pre::-webkit-scrollbar-track {
    background: var(--background-subtle) !important;
    border-radius: 4px !important;
  }
  .post pre::-webkit-scrollbar-thumb {
    background: var(--primary) !important;
    border-radius: 4px !important;
  }
  .post pre::-webkit-scrollbar-thumb:hover {
    background: var(--custom-red) !important;
  }
  .post code {
    background-color: var(--black) !important;
    padding: 0.15rem 0.35rem !important;
    border-radius: 0.3rem !important;
    font-family: "Fira Mono", monospace !important;
    font-size: 0.9rem !important;
    color: white !important;
  }
}
@layer components {
  @media (max-width: 480px) {
    .post pre {
      font-size: 0.8rem;
      padding: 0.75rem 1rem;
    }
  }
  @media (min-width: 640px) {
    .post-title {
      font-size: 2.25rem;
    }
    .post h2 {
      font-size: 1.875rem;
    }
    .post h3 {
      font-size: 1.5rem;
    }
    .post h4 {
      font-size: 1.25rem;
    }
    .post h5 {
      font-size: 1.125rem;
    }
    .post h6 {
      font-size: 1rem;
    }
  }
  @media (min-width: 768px) {
    .post-title {
      font-size: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .post h2 {
      font-size: 2.25rem;
    }
    .post h3 {
      font-size: 1.875rem;
    }
    .post h4 {
      font-size: 1.5rem;
    }
    .post h5 {
      font-size: 1.25rem;
    }
    .post h6 {
      font-size: 1rem;
    }
  }
}
@keyframes glitch-anim-1 {
  0%, 20% {
    clip-path: inset(0 0 calc(100% - 15px) 0);
    transform: translateX(0);
  }
  25%, 45% {
    clip-path: inset(7px 0 calc(100% - 22px) 0);
    transform: translateX(-3px);
  }
  50%, 70% {
    clip-path: inset(0 0 calc(100% - 15px) 0);
    transform: translateX(0);
  }
  75%, 95% {
    clip-path: inset(7px 0 calc(100% - 22px) 0);
    transform: translateX(2px);
  }
  100% {
    clip-path: inset(0 0 calc(100% - 15px) 0);
    transform: translateX(0);
  }
}
@keyframes glitch-anim-2 {
  0%, 20% {
    clip-path: inset(calc(100% - 40px) 0 calc(100% - 25px) 0);
    transform: translateX(0);
  }
  25%, 45% {
    clip-path: inset(calc(100% - 45px) 0 calc(100% - 30px) 0);
    transform: translateX(3px);
  }
  50%, 70% {
    clip-path: inset(calc(100% - 40px) 0 calc(100% - 25px) 0);
    transform: translateX(0);
  }
  75%, 95% {
    clip-path: inset(calc(100% - 45px) 0 calc(100% - 30px) 0);
    transform: translateX(-2px);
  }
  100% {
    clip-path: inset(calc(100% - 40px) 0 calc(100% - 25px) 0);
    transform: translateX(0);
  }
}
@layer utilities {
  @media (prefers-reduced-motion: reduce) {
    .glitch-hover::before, .glitch-hover::after {
      animation: none;
      opacity: 0;
    }
  }
}
code[class*=language-],pre[class*=language-] {
  color: #f8f8f2;
  background: 0 0;
  text-shadow: 0 1px rgba(0,0,0,.3);
  font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: .3em;
}
:not(pre)>code[class*=language-],pre[class*=language-] {
  background: #272822;
}
:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.cdata,.token.comment,.token.doctype,.token.prolog {
  color: #8292a2;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.namespace {
  opacity: .7;
}
.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag {
  color: #f92672;
}
.token.boolean,.token.number {
  color: #ae81ff;
}
.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
  color: #a6e22e;
}
.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable {
  color: #f8f8f2;
}
.token.atrule,.token.attr-value,.token.class-name,.token.function {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.important,.token.regex {
  color: #fd971f;
}
.token.bold,.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
