/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Variable.0a77e23a8fdb.ttf") format("ttf supports variations"), url("../fonts/inter/Inter-Variable.0a77e23a8fdb.ttf") format("ttf-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "Volter";
  src: url("../fonts/volter/volter-goldfish.4b6140c41673.woff2");
}
@font-face {
  font-family: "Volter";
  font-weight: 700;
  src: url("../fonts/volter/volter-bold-goldfish.7e02b399cdb7.woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  src: url("../fonts/ubuntu/Ubuntu-Light.c9d68f61bf89.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  src: url("../fonts/ubuntu/Ubuntu-Regular.84ea7c5c9d2f.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  src: url("../fonts/ubuntu/Ubuntu-Medium.d3c3b35e6d47.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  src: url("../fonts/ubuntu/Ubuntu-Bold.896a60219f61.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  src: url("../fonts/be-vietnam-pro/BeVietnamPro-Regular.ec23619ef59c.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  src: url("../fonts/be-vietnam-pro/BeVietnamPro-Medium.1ac40fd79ee2.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  src: url("../fonts/be-vietnam-pro/BeVietnamPro-SemiBold.205935f41af3.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-weight: 700;
  src: url("../fonts/be-vietnam-pro/BeVietnamPro-Bold.48bbc99d88e5.ttf");
}
@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-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xs: 16rem;
    --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);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: #0f0f0f;
    --color-background-lighter: #262626;
    --color-habbo-background: #418db0;
    --color-habbo-window-background: #efefef;
    --color-habbo-border: #69a4c0;
    --color-habbo-trophy-background: #ecc546;
    --color-electric-green: #00ff1e;
    --color-rufous: #ad1700;
    --color-post-it: #ffe066;
    --color-dark-red: #890000;
    --color-passport: #ffeed0;
    --color-frog: #0e2800;
    --color-cream: #fff7db;
    --color-onyx: #383838;
    --font-inter: "Inter", system-ui, "sans-serif";
    --font-vietnam: "Be Vietnam Pro", system-ui, "sans-serif";
    --font-volter: "Volter", system-ui, "sans-serif";
    --font-ubuntu: "Ubuntu", system-ui, "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;
  }
  :-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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-\[32px\] {
    left: 32px;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[768px\] {
    max-width: 768px;
  }
  .min-w-3xs {
    min-width: var(--container-3xs);
  }
  .flex-1 {
    flex: 1;
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .rotate-y-180 {
    --tw-rotate-y: rotateY(180deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .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;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .self-center {
    align-self: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#444\] {
    border-color: #444;
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-dark-red {
    border-color: var(--color-dark-red);
  }
  .border-electric-green {
    border-color: var(--color-electric-green);
  }
  .border-habbo-border {
    border-color: var(--color-habbo-border);
  }
  .border-x-electric-green {
    border-inline-color: var(--color-electric-green);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-background-lighter {
    background-color: var(--color-background-lighter);
  }
  .bg-frog {
    background-color: var(--color-frog);
  }
  .bg-habbo-background {
    background-color: var(--color-habbo-background);
  }
  .bg-habbo-trophy-background {
    background-color: var(--color-habbo-trophy-background);
  }
  .bg-habbo-window-background {
    background-color: var(--color-habbo-window-background);
  }
  .bg-onyx {
    background-color: var(--color-onyx);
  }
  .bg-passport {
    background-color: var(--color-passport);
  }
  .bg-post-it {
    background-color: var(--color-post-it);
  }
  .bg-rufous {
    background-color: var(--color-rufous);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(45deg\,_black_25\%\,_transparent_25\%\,_transparent_75\%\,_black_75\%\,_black\)\,linear-gradient\(45deg\,_black_25\%\,_transparent_25\%\,_transparent_75\%\,_black_75\%\,_black\)\] {
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black),linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/camera\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/camera.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/chad_bee_e30\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/chad_bee_e30.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/computer\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/computer.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/deer\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/deer.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/e30\.gif\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/e30.gif');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/passport\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/passport.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/subaru\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/subaru.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/trophy\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/trophy.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/home\/v8_e30\.webp\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/home/v8_e30.webp');
  }
  .bg-\[url\(\'https\:\/\/d3np79dr82q4gx\.cloudfront\.net\/misc\/peepo\.gif\'\)\] {
    background-image: url('https://d3np79dr82q4gx.cloudfront.net/misc/peepo.gif');
  }
  .bg-\[length\:4px_4px\] {
    background-size: 4px 4px;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[position\:0_0\,2px_2px\] {
    background-position: 0 0,2px 2px;
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-px {
    padding-inline: 1px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .font-ubuntu {
    font-family: var(--font-ubuntu);
  }
  .font-vietnam {
    font-family: var(--font-vietnam);
  }
  .font-volter {
    font-family: var(--font-volter);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-nowrap {
    text-wrap: nowrap;
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-electric-green {
    color: var(--color-electric-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .drop-shadow-\[0_0_10px\] {
    --tw-drop-shadow-size: drop-shadow(0 0 10px var(--tw-drop-shadow-color, currentcolor));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[2px_2px_0\] {
    --tw-drop-shadow-size: drop-shadow(2px 2px 0 var(--tw-drop-shadow-color, currentcolor));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-background {
    --tw-drop-shadow-color: #0f0f0f;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-drop-shadow-color: color-mix(in oklab, var(--color-background) var(--tw-drop-shadow-alpha), transparent);
    }
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .drop-shadow-dark-red {
    --tw-drop-shadow-color: #890000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-drop-shadow-color: color-mix(in oklab, var(--color-dark-red) var(--tw-drop-shadow-alpha), transparent);
    }
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .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,);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .not-first\:pt-8 {
    &:not(*:first-child) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .not-last\:mb-1 {
    &:not(*:last-child) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .not-last\:border-b {
    &:not(*:last-child) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:line-clamp-1 {
    @media (width >= 48rem) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\@xs\:h-16 {
    @container (width >= 20rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .\@xs\:w-16 {
    @container (width >= 20rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .\@sm\:flex-row {
    @container (width >= 24rem) {
      flex-direction: row;
    }
  }
  .\@sm\:items-start {
    @container (width >= 24rem) {
      align-items: flex-start;
    }
  }
  .\@lg\:flex-row {
    @container (width >= 32rem) {
      flex-direction: row;
    }
  }
  .\@xl\:bottom-\[-42px\] {
    @container (width >= 36rem) {
      bottom: -42px;
    }
  }
  .\@xl\:left-\[-48px\] {
    @container (width >= 36rem) {
      left: -48px;
    }
  }
  .\@xl\:col-span-2 {
    @container (width >= 36rem) {
      grid-column: span 2 / span 2;
    }
  }
  .\@xl\:row-span-2 {
    @container (width >= 36rem) {
      grid-row: span 2 / span 2;
    }
  }
  .\@xl\:block {
    @container (width >= 36rem) {
      display: block;
    }
  }
  .\@xl\:h-18 {
    @container (width >= 36rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .\@xl\:w-18 {
    @container (width >= 36rem) {
      width: calc(var(--spacing) * 18);
    }
  }
  .\@xl\:flex-row {
    @container (width >= 36rem) {
      flex-direction: row;
    }
  }
  .\@xl\:self-auto {
    @container (width >= 36rem) {
      align-self: auto;
    }
  }
  .\@xl\:p-6 {
    @container (width >= 36rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\@xl\:px-8 {
    @container (width >= 36rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .\@2xl\:flex {
    @container (width >= 42rem) {
      display: flex;
    }
  }
  .\@2xl\:flex-1 {
    @container (width >= 42rem) {
      flex: 1;
    }
  }
  .\@2xl\:flex-row {
    @container (width >= 42rem) {
      flex-direction: row;
    }
  }
  .\@2xl\:items-center {
    @container (width >= 42rem) {
      align-items: center;
    }
  }
  .\@2xl\:justify-center {
    @container (width >= 42rem) {
      justify-content: center;
    }
  }
  .\@3xl\:mt-2 {
    @container (width >= 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
}
html {
  font-family: var(--font-vietnam);
}
body {
  background-color: var(--color-background);
}
main {
  padding-bottom: 4rem;
}
.wrapper {
  max-width: 768px;
  margin: 0 auto;
}
button:focus-visible, a:focus-visible {
  outline: var(--color-electric-green) dashed 2px;
}
.blog-post-content {
  font-family: var(--font-vietnam);
  color: #ffffff;
}
.blog-post-content img {
  max-width: 768px;
  width: 100%;
  height: auto;
  aspect-ratio: var(--aspect-video);
  margin-bottom: 1rem;
}
.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5, .blog-post-content h6 {
  margin: 1rem 0 1.5rem 0;
  font-family: var(--font-inter);
}
.blog-post-content h1 {
  font-weight: 700;
  font-size: 2rem;
}
.blog-post-content h2 {
  font-weight: 700;
  font-size: 1.8rem;
}
.blog-post-content h3 {
  font-weight: 600;
  font-size: 1.6rem;
}
.blog-post-content h4 {
  font-weight: 600;
  font-size: 1.4rem;
}
.blog-post-content h5 {
  font-weight: 500;
  font-size: 1.2rem;
}
.blog-post-content h6 {
  font-weight: 500;
  font-size: 1rem;
}
.blog-post-content p {
  margin-bottom: 1.6rem;
  line-height: 1.7;
  font-size: 1.2rem;
}
.blog-post-content ul, .blog-post-content ol {
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
}
.blog-post-content ul li, .blog-post-content ol li {
  font-size: 1.2rem;
}
.blog-post-content ul li {
  list-style-type: disc;
}
.blog-post-content ol li {
  list-style-type: decimal;
}
.blog-post-content a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-electric-green);
}
.blog-post-content blockquote {
  margin: 0 0 2rem 2rem;
  padding: 0.6rem 1rem;
  border-left: 2px solid var(--color-electric-green);
  background: var(--color-background-lighter);
}
.blog-post-content blockquote p {
  font-style: italic;
  margin: 0;
  font-size: 1rem;
}
.blog-post-content .footnote hr {
  margin-bottom: 1rem;
}
.blog-post-content .footnote p, .blog-post-content .footnote li::marker {
  font-size: 0.9rem;
}
.blog-post-content .footnote a {
  font-size: 0.8rem;
}
.blog-post-content .footnote ol {
  margin-bottom: 0;
}
.blog-post-content .footnote ol li p {
  margin-bottom: 0;
}
code {
  font-family: "Fira Mono", system-ui, sans-serif;
  background: var(--color-background-lighter);
  padding: 2px 4px;
  font-size: 1rem;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}
