/*! tailwindcss v4.1.15 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .fixed {
    position: fixed;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-100 {
    z-index: 100;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-11\.5 {
    height: calc(var(--spacing) * 11.5);
  }
  .h-\[200px\] {
    height: 200px;
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-skew-x-12 {
    --tw-skew-x: skewX(calc(12deg * -1));
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[0\.rem\] {
    gap: 0.rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[rem\] {
    gap: rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-\[\#00ed64\] {
    background-color: #00ed64;
  }
  .bg-\[\#06b6d4\] {
    background-color: #06b6d4;
  }
  .bg-\[\#007ACC\] {
    background-color: #007ACC;
  }
  .bg-\[\#61DBFB\] {
    background-color: #61DBFB;
  }
  .bg-\[\#0064a5\] {
    background-color: #0064a5;
  }
  .bg-\[\#0075C9\] {
    background-color: #0075C9;
  }
  .bg-\[\#339933\] {
    background-color: #339933;
  }
  .bg-\[\#663399\] {
    background-color: #663399;
  }
  .bg-\[\#F0DB4F\] {
    background-color: #F0DB4F;
  }
  .bg-\[\#F1502F\] {
    background-color: #F1502F;
  }
  .bg-\[\#F06529\] {
    background-color: #F06529;
  }
  .bg-\[\#acc9b2\] {
    background-color: #acc9b2;
  }
  .bg-\[\#bfffd1\] {
    background-color: #bfffd1;
  }
  .bg-\[\#dee1e6\] {
    background-color: #dee1e6;
  }
  .bg-\[\#e6aaac\] {
    background-color: #e6aaac;
  }
  .bg-\[\#e5933f\] {
    background-color: #e5933f;
  }
  .bg-\[\#ef5b25\] {
    background-color: #ef5b25;
  }
  .bg-\[\#ff3b00\] {
    background-color: #ff3b00;
  }
  .bg-\[\#ffc400\] {
    background-color: #ffc400;
  }
  .bg-\[\#ffd800\] {
    background-color: #ffd800;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .pt-\[8\.5rem\] {
    padding-top: 8.5rem;
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .text-\[4rem\] {
    font-size: 4rem;
  }
  .text-\[62\.5\%\] {
    font-size: 62.5%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#F6C339\] {
    color: #F6C339;
  }
  .text-\[1\.rem\] {
    color: 1.rem;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\[box-shadow\:6px_6px_0_\#e6aaac\] {
    box-shadow: 6px 6px 0 #e6aaac;
  }
  .\[box-shadow\:6px_6px_0_black\] {
    box-shadow: 6px 6px 0 black;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-all {
    transition-property: all;
    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;
  }
  .\[text-shadow\:2px_2px_0_black\] {
    text-shadow: 2px 2px 0 black;
  }
  .hover\:brightness-90 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(90%);
        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,);
      }
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:h-\[280px\] {
    @media (width >= 48rem) {
      height: 280px;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[1\.2rem\] {
    @media (width >= 48rem) {
      gap: 1.2rem;
    }
  }
  .md\:gap-\[1rem\] {
    @media (width >= 48rem) {
      gap: 1rem;
    }
  }
  .md\:border-3 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 3px;
    }
  }
  .md\:border-black {
    @media (width >= 48rem) {
      border-color: var(--color-black);
    }
  }
  .md\:bg-\[\#acc9b2\] {
    @media (width >= 48rem) {
      background-color: #acc9b2;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-\[3rem\] {
    @media (width >= 48rem) {
      padding-block: 3rem;
    }
  }
  .md\:text-\[1\.8rem\] {
    @media (width >= 48rem) {
      font-size: 1.8rem;
    }
  }
  .md\:text-\[2\.2rem\] {
    @media (width >= 48rem) {
      font-size: 2.2rem;
    }
  }
  .md\:text-\[5\.6rem\] {
    @media (width >= 48rem) {
      font-size: 5.6rem;
    }
  }
  .md\:text-white {
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
  .md\:\[box-shadow\:6px_6px_0_\#e6aaac\] {
    @media (width >= 48rem) {
      box-shadow: 6px 6px 0 #e6aaac;
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:ml-16 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:w-\[20rem\] {
    @media (width >= 64rem) {
      width: 20rem;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:grow-2 {
    @media (width >= 64rem) {
      flex-grow: 2;
    }
  }
  .lg\:grow-7 {
    @media (width >= 64rem) {
      flex-grow: 7;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-32 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 32);
    }
  }
  .lg\:gap-\[2rem\] {
    @media (width >= 64rem) {
      gap: 2rem;
    }
  }
  .lg\:self-stretch {
    @media (width >= 64rem) {
      align-self: stretch;
    }
  }
  .lg\:border-r-2 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[2rem\] {
    @media (width >= 64rem) {
      padding-block: 2rem;
    }
  }
  .lg\:pr-\[1rem\] {
    @media (width >= 64rem) {
      padding-right: 1rem;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[2\.6rem\] {
    @media (width >= 64rem) {
      font-size: 2.6rem;
    }
  }
  .lg\:text-\[2rem\] {
    @media (width >= 64rem) {
      font-size: 2rem;
    }
  }
  .lg\:text-\[4rem\] {
    @media (width >= 64rem) {
      font-size: 4rem;
    }
  }
  .lg\:text-\[10rem\] {
    @media (width >= 64rem) {
      font-size: 10rem;
    }
  }
  .lg\:\[box-shadow\:10px_10px_0_black\] {
    @media (width >= 64rem) {
      box-shadow: 10px 10px 0 black;
    }
  }
  .lg\:\[text-shadow\:4px_4px_0_black\] {
    @media (width >= 64rem) {
      text-shadow: 4px 4px 0 black;
    }
  }
}
@layer components {
  .font-roboto-mono {
    font-family: "Roboto Mono", monospace;
  }
  .font-poppins {
    font-family: "Poppins", serif;
  }
  .font-handlee {
    font-family: "Handlee", cursive;
  }
  .font-metrophobic {
    font-family: "Metrophobic", serif;
  }
  .nav-list-items {
    border-color: transparent;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: #663399;
      }
    }
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 4px;
    }
  }
  .skill-card {
    margin-bottom: calc(var(--spacing) * 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .inner-section {
    margin: auto;
    width: 90%;
    max-width: 1300px;
  }
  .icon {
    border-style: var(--tw-border-style);
    border-width: 2px;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
  }
  h2 {
    padding-block: calc(var(--spacing) * 4);
    font-size: 2.2rem;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
    @media (width >= 64rem) {
      font-size: 3.6rem;
    }
  }
  h3 {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 2rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
    @media (width >= 64rem) {
      font-size: 2.6rem;
    }
  }
  .project-card {
    background-color: #F6CDF6;
    box-shadow: 6px 6px 0 black;
    @media (width >= 64rem) {
      box-shadow: 10px 10px 0 black;
    }
  }
  .project-name {
    margin: calc(var(--spacing) * 8);
  }
  .project-stack {
    margin-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 4);
    font-size: 1.2rem;
    @media (width >= 48rem) {
      font-size: 1.4rem;
    }
  }
  .project-status {
    margin-inline: calc(var(--spacing) * 8);
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    font-size: 1.2rem;
    @media (width >= 48rem) {
      font-size: 1.4rem;
    }
  }
  .live-indicator {
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    border-radius: 0.25rem;
    background-color: #dee1e6;
  }
  .details {
    margin-inline: calc(var(--spacing) * 8);
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 8);
    display: inline-block;
    cursor: pointer;
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 4);
    font-size: 1.2rem;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    @media (width >= 48rem) {
      font-size: 1.4rem;
    }
  }
  label {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: 1.6rem;
    @media (width >= 64rem) {
      font-size: 1.8rem;
    }
  }
  input {
    margin-bottom: calc(var(--spacing) * 8);
    display: block;
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding: calc(var(--spacing) * 4);
    font-size: 1.6rem;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:focus {
      border-color: var(--color-black);
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
    @media (width >= 64rem) {
      font-size: 1.8rem;
    }
  }
  textarea {
    margin-bottom: calc(var(--spacing) * 8);
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding: calc(var(--spacing) * 4);
    font-size: 1.6rem;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(90%);
        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,);
      }
    }
    &:focus {
      border-color: var(--color-black);
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
    @media (width >= 64rem) {
      font-size: 1.8rem;
    }
  }
  button {
    display: block;
    width: 100%;
    cursor: pointer;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    padding: calc(var(--spacing) * 8);
    font-size: 1.8rem;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: #e6aaac;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .socials {
    display: flex;
    gap: calc(var(--spacing) * 8);
    @media (width >= 48rem) {
      margin: auto;
    }
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 0);
    }
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-font-weight: initial;
      --tw-outline-style: solid;
      --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;
    }
  }
}
