/*! tailwindcss v4.1.11 | 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-red-700: hsl(3, 77%, 44%);
    --color-neutral-50: hsl(200, 60%, 99%);
    --color-neutral-300: hsl(0, 0%, 78%);
    --color-neutral-900: hsl(227, 75%, 14%);
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gradient: linear-gradient(180deg, #EBF2FC 0%, #EEF8F9 100%);
    --text-normal-0: 0.8rem;
    --text-normal-1: 1rem;
    --text-normal-2: 1.2rem;
    --text-normal-4: 2rem;
    --font-Noto: "Noto Sans";
    --font-weight-regular: 500;
    --spacing-small: 0.5rem;
    --spacing-normal: 1rem;
    --spacing-large: 1.5rem;
    --spacing-larger: 4rem;
    --spacing-outer: 1.5rem;
  }
}
@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 {
  .static {
    position: static;
  }
  .mt-larger {
    margin-top: var(--spacing-larger);
  }
  .mb-large {
    margin-bottom: var(--spacing-large);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-normal {
    gap: var(--spacing-normal);
  }
  .gap-small {
    gap: var(--spacing-small);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-300 {
    background-color: var(--color-neutral-300);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-outer {
    padding: var(--spacing-outer);
  }
  .p-small {
    padding: var(--spacing-small);
  }
  .text-normal-4 {
    font-size: var(--text-normal-4);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
.darkmode {
  --color-neutral-50: hsl(226, 25%, 17%);
  --color-neutral-200: hsl(225, 23%, 24%);
  --color-neutral-300: hsl(226, 11%, 37%);
  --color-neutral-600: hsl(0, 0%, 78%);
  --color-neutral-700: hsl(217, 61%, 90%);
  --color-neutral-800: hsl(0, 0%, 93%);
  --color-neutral-900: hsl(200, 60%, 99%);
  --color-red-700: hsl(3, 86%, 64%);
  --color-gradient: linear-gradient(180deg, #040918 0%, #091540 100%);
}
@layer base {
  *:not(button, input, label) {
    transition-property: background-color, background, color;
    transition-duration: 1000ms;
    transition-timing-function: ease;
  }
  body {
    min-height: 100vh;
    display: grid;
    justify-content: center;
    color: var(--color-neutral-900);
    background: var(--color-gradient);
    font-family: var(--font-Noto), sans-serif;
    font-size: var(--text-normal-1);
  }
  .logo-text {
    fill: var(--color-neutral-900);
  }
  nav {
    label {
      font-weight: var(--font-weight-regular);
      padding: 0.5rem 1.5rem;
      border-radius: 18px;
      background-color: var(--color-neutral-50);
      transition: all 400ms ease-out;
      &:hover {
        opacity: 0.75;
        cursor: pointer;
      }
    }
    label:has(input:checked) {
      background-color: var(--color-red-700);
      color: var(--color-neutral-50);
    }
    input {
      appearance: none;
    }
  }
  article {
    min-width: 280px;
    max-width: 320px;
    background-color: var(--color-neutral-50);
    padding: var(--spacing-normal);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    animation: appear 800ms ease-out;
    & > div:nth-child(1) {
      display: flex;
      gap: 1rem;
      div {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        h2 {
          font-size: var(--text-normal-2);
          font-weight: var(--font-weight-bold);
        }
        p {
          font-size: var(--text-normal-0);
        }
      }
    }
    & > div:nth-child(2) {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    button {
      padding: 0.2rem 0.75rem;
      border: 1px solid var(--color-neutral-300);
      border-radius: 18px;
      font-weight: var(--font-weight-regular);
      &:is(:hover, :active) {
        background-color: var(--color-red-700);
        color: var(--color-neutral-50);
        cursor: pointer;
      }
    }
    button + label {
      display: inline-flex;
      align-items: center;
      padding-inline: 0.2rem;
      width: 50px;
      height: 25px;
      border-radius: 18px;
      background-color: var(--color-neutral-300);
      &:hover {
        cursor: pointer;
      }
      & > input {
        appearance: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: var(--color-neutral-50);
        border-radius: 100%;
        transition: all 400ms ease-out;
        &:checked {
          transform: translateX(25px);
          label:has(&) {
            background-color: var(--color-red-700);
          }
        }
      }
    }
  }
  #moon {
    display: block;
  }
  #sun {
    display: none;
  }
  .darkmode #moon {
    display: none;
  }
  .darkmode #sun {
    display: block;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
