/*! tailwindcss v4.1.7 | 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-pink-700: oklch(52.5% 0.223 3.958);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 4px;
    --container-3xl: 48rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --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);
    --font-title: "sfns", var(--font-sans);
    --color-pink-350: #ED8BC3;
  }
}
@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 {
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .h-\[3vw\] {
    height: 3vw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .rotate-5 {
    rotate: 5deg;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .place-self-center {
    place-self: center;
  }
  .border-custom {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='black' stroke-width='2' stroke-dasharray='8%2c4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 8px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .pb-\[12vw\] {
    padding-bottom: 12vw;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-title {
    font-family: var(--font-title);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[30vw\]\/\[23vw\] {
    font-size: 30vw;
    line-height: 23vw;
  }
  .font-\[750\] {
    --tw-font-weight: 750;
    font-weight: 750;
  }
  .font-\[1000\] {
    --tw-font-weight: 1000;
    font-weight: 1000;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .text-border-3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px;
  }
  .bg-stripes {
    background: linear-gradient( 45deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 0% 2%, rgba(255, 255, 255, 1) 2% 4%, rgba(0, 0, 0, 1) 4% 6%, rgba(255, 255, 255, 1) 6% 8%, rgba(0, 0, 0, 1) 8% 10%, rgba(255, 255, 255, 1) 10% 12%, rgba(0, 0, 0, 1) 12% 14%, rgba(255, 255, 255, 1) 14% 16%, rgba(0, 0, 0, 1) 16% 18%, rgba(255, 255, 255, 1) 18% 20%, rgba(0, 0, 0, 1) 20% 22%, rgba(255, 255, 255, 1) 22% 24%, rgba(0, 0, 0, 1) 24% 26%, rgba(255, 255, 255, 1) 26% 28%, rgba(0, 0, 0, 1) 28% 30%, rgba(255, 255, 255, 1) 30% 32%, rgba(0, 0, 0, 1) 32% 34%, rgba(255, 255, 255, 1) 34% 36%, rgba(0, 0, 0, 1) 36% 38%, rgba(255, 255, 255, 1) 38% 40%, rgba(0, 0, 0, 1) 40% 42%, rgba(255, 255, 255, 1) 42% 44%, rgba(0, 0, 0, 1) 44% 46%, rgba(255, 255, 255, 1) 46% 48%, rgba(0, 0, 0, 1) 48% 50%, rgba(255, 255, 255, 1) 50% 52%, rgba(0, 0, 0, 1) 52% 54%, rgba(255, 255, 255, 1) 54% 56%, rgba(0, 0, 0, 1) 56% 58%, rgba(255, 255, 255, 1) 58% 60%, rgba(0, 0, 0, 1) 60% 62%, rgba(255, 255, 255, 1) 62% 64%, rgba(0, 0, 0, 1) 64% 66%, rgba(255, 255, 255, 1) 66% 68%, rgba(0, 0, 0, 1) 68% 70%, rgba(255, 255, 255, 1) 70% 72%, rgba(0, 0, 0, 1) 72% 74%, rgba(255, 255, 255, 1) 74% 76%, rgba(0, 0, 0, 1) 76% 78%, rgba(255, 255, 255, 1) 78% 80%, rgba(0, 0, 0, 1) 80% 82%, rgba(255, 255, 255, 1) 82% 84%, rgba(0, 0, 0, 1) 84% 86%, rgba(255, 255, 255, 1) 86% 88%, rgba(0, 0, 0, 1) 88% 90%, rgba(255, 255, 255, 1) 90% 92%, rgba(0, 0, 0, 1) 92% 94%, rgba(255, 255, 255, 1) 94% 96%, rgba(0, 0, 0, 1) 96% 98%, rgba(255, 255, 255, 1) 98% 100%, rgba(0, 0, 0, 1) 100% 102%, rgba(255, 255, 255, 1) 100% );
  }
  .sm\:m-4 {
    @media (width >= 375px) {
      margin: calc(var(--spacing) * 4);
    }
  }
  .sm\:flex-row {
    @media (width >= 375px) {
      flex-direction: row;
    }
  }
  .sm\:gap-0 {
    @media (width >= 375px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-border-4 {
    @media (width >= 375px) {
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 4px;
    }
  }
  .md\:mt-10 {
    @media (width >= 525px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:h-4 {
    @media (width >= 525px) {
      height: calc(var(--spacing) * 4);
    }
  }
  .md\:pb-6 {
    @media (width >= 525px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:text-\[158px\]\/\[120px\] {
    @media (width >= 525px) {
      font-size: 158px;
      line-height: 120px;
    }
  }
  .md\:hover\:-mr-2 {
    @media (width >= 525px) {
      &:hover {
        @media (hover: hover) {
          margin-right: calc(var(--spacing) * -2);
        }
      }
    }
  }
  .md\:hover\:ml-2 {
    @media (width >= 525px) {
      &:hover {
        @media (hover: hover) {
          margin-left: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .lg\:hover\:-mr-3 {
    @media (width >= 768px) {
      &:hover {
        @media (hover: hover) {
          margin-right: calc(var(--spacing) * -3);
        }
      }
    }
  }
  .lg\:hover\:ml-3 {
    @media (width >= 768px) {
      &:hover {
        @media (hover: hover) {
          margin-left: calc(var(--spacing) * 3);
        }
      }
    }
  }
}
@font-face {
  font-family: "sfns";
  src: url("../fonts/SFNS-partial.woff2") format("woff2"), url("../fonts/SFNS-partial.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 1000;
}
@layer base {
  a {
    display: inline-block;
    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));
    transition-delay: 100ms;
    --tw-duration: 400ms;
    transition-duration: 400ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:visited {
      color: var(--color-pink-700);
    }
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -1px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 103%;
        --tw-scale-y: 103%;
        --tw-scale-z: 103%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-pink-350);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
