/*! 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-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-900: oklch(39.8% 0.07 227.392);
    --color-cyan-950: oklch(30.2% 0.056 229.695);
    --color-black: #000;
    --spacing: 0.25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .top-\[16\.25\%\] {
    top: 16.25%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[83\.75\%\] {
    top: 83.75%;
  }

  .left-\[16\.25\%\] {
    left: 16.25%;
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .left-\[83\.75\%\] {
    left: 83.75%;
  }

  .z-30 {
    z-index: 30;
  }

  .z-50 {
    z-index: 50;
  }

  .flex {
    display: flex;
  }

  .table {
    display: table;
  }

  .aspect-square {
    aspect-ratio: 1 / 1;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-\[100vh\] {
    height: 100vh;
  }

  .h-full {
    height: 100%;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-50 {
    width: calc(var(--spacing) * 50);
  }

  .w-120 {
    width: calc(var(--spacing) * 120);
  }

  .w-full {
    width: 100%;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-between {
    align-content: space-between;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-amber-600 {
    background-color: var(--color-amber-600);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-cyan-400 {
    background-color: var(--color-cyan-400);
  }

  .bg-cyan-900 {
    background-color: var(--color-cyan-900);
  }

  .bg-cyan-950 {
    background-color: var(--color-cyan-950);
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .text-amber-400 {
    color: var(--color-amber-400);
  }

  .text-amber-600 {
    color: var(--color-amber-600);
  }

  .text-cyan-400 {
    color: var(--color-cyan-400);
  }

  .text-cyan-500 {
    color: var(--color-cyan-500);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0%;
  }

  .opacity-100 {
    opacity: 100%;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .hover\:bg-amber-950 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-amber-950);
      }
    }
  }

  .hover\:bg-cyan-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-cyan-900);
      }
    }
  }
}

@layer base;
@layer utilities;

@layer components {
  .square {
    display: flex;
    height: 32.5%;
    width: 32.5%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: var(--color-cyan-950);
  }

  .winline-row {
    position: absolute;
    left: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 3);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .winline-col {
    position: absolute;
    top: calc(var(--spacing) * 0);
    width: calc(var(--spacing) * 3);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .winline-left {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 3);
    transform-origin: left;
    rotate: 45deg;
    border-radius: calc(infinity * 1px);
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .winline-right {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 3);
    transform-origin: right;
    rotate: calc(45deg * -1);
    border-radius: calc(infinity * 1px);
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .wfull {
    width: 141%;
  }
}

@layer theme;

@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-duration {
  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;
}

@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

.myProfile {
  width: 260px;
  height: 200px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin-right: 10px;
  margin-bottom: 10px;

  &:hover {
    >a {
      opacity: 1;
      visibility: visible;
      left: 0px;

      &:nth-of-type(2) {
        transition-delay: 0s, 0s, 0.3s, 0.3s, 0.3s;
      }

      &:nth-of-type(3) {
        transition-delay: 0s, 0s, 0.6s, 0.6s, 0.6s;
      }

      &:nth-of-type(4) {
        transition-delay: 0s, 0s, 0.9s, 0.9s, 0.9s;
      }
    }

    >.profile {
      animation-play-state: paused;

      >figure {
        animation-play-state: paused;
      }
    }
  }

  >.profile {
    z-index: 1000;
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: profile 10s ease-in-out backwards alternate infinite;
    position: absolute;
    right: 0;

    >figure {
      width: 95%;
      height: 95%;
      animation: profile 7s ease-in-out backwards infinite alternate-reverse;
      overflow: hidden;

      >img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  >a {
    z-index: 0;
    position: absolute;
    left: 40%;
    font-size: 2rem;
    color: aqua;
    transition-property: font-size, color, left, visibility, opacity;
    transition-duration: 0.4s, 0.4s, 1s, 1s, 1s;
    opacity: 0;
    visibility: hidden;

    &:hover {
      font-size: 3rem;
      color: green;
    }

    &:nth-of-type(1) {
      top: 0%;
    }

    &:nth-of-type(2) {
      top: 25%;
    }

    &:nth-of-type(3) {
      top: 50%;
    }

    &:nth-of-type(4) {
      top: 75%;
    }
  }
}

@keyframes profile {
  from {
    border-radius: 49% 44% 43% 48% / 40% 38% 53% 49%;
    background-color: #067728;
  }

  20% {
    border-radius: 56% 44% 34% 66% / 74% 28% 72% 26%;
    background-color: #021c1e;
  }

  40% {
    border-radius: 49% 44% 64% 28% / 47% 66% 25% 46%;
    background-color: #004445;
  }

  60% {
    border-radius: 56% 44% 69% 31% / 25% 26% 74% 75%;
    background-color: #2c7873;
  }

  80% {
    border-radius: 56% 44% 34% 66% / 65% 70% 30% 35%;
    background-color: #6fb98f;
  }

  100% {
    border-radius: 81% 19% 81% 19% / 25% 26% 74% 75%;
    background-color: #0e2e31;
  }
}