/*! 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-gray-100: oklch(96.7% 0.003 264.542);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --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);
    --color-bright-blue: hsl(220, 98%, 61%);
    --color-very-light-gray: hsl(0, 0%, 98%);
    --color-very-light-grayish-blue: hsl(236, 33%, 92%);
    --color-light-grayish-blue: hsl(233, 11%, 84%);
    --color-dark-grayish-blue: hsl(236, 9%, 61%);
    --color-very-dark-grayish-blue: hsl(235, 19%, 35%);
    --color-very-dark-blue: hsl(235, 21%, 11%);
    --color-very-dark-desaturated-blue: hsl(235, 24%, 19%);
    --color-light-grayish-blue-d: hsl(234, 39%, 85%);
    --color-light-grayish-blue-dh: hsl(236, 33%, 92%);
    --color-very-dark-grayish-blue-d: hsl(233, 14%, 35%);
    --color-very-dark-grayish-blue-d2: hsl(237, 14%, 26%);
    --font-josefin-sans: 'Josefin Sans', 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 {
  .static {
    position: static;
  }
  .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-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-full {
    width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .text-center {
    text-align: center;
  }
  .font-josefin-sans {
    font-family: var(--font-josefin-sans);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[10px\] {
    --tw-tracking: 10px;
    letter-spacing: 10px;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
}
.container {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.dark-theme {
  background-color: var(--color-very-dark-blue);
  background-image: url(../src/images/bg-mobile-dark.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  .card,
    .options,
    .todos {
    background-color: var(--color-very-dark-desaturated-blue);
  }
  input[type="text"] {
    color: var(--color-light-grayish-blue-d);
  }
  .fake-checkbox {
    border: 2px solid var(--color-very-dark-grayish-blue-d2);
  }
  .todo-item {
    background-color: var(--color-very-dark-desaturated-blue);
    border-color: var(--color-very-dark-grayish-blue-d);
  }
  .todo-text {
    color: var(--color-light-grayish-blue-d);
  }
  .todo-text.completed {
    color: var(--color-dark-grayish-blue);
  }
  .option,
    .contador,
    #clear-completed {
    color: var(--color-very-dark-grayish-blue-d);
  }
  .option:hover,
    #clear-completed:hover {
    color: var(--color-light-grayish-blue-dh);
  }
  .dragDrop {
    color: var(--color-very-dark-grayish-blue);
  }
  .attribution {
    color: var(--color-very-dark-grayish-blue);
    a {
      color: var(--color-light-grayish-blue-d);
    }
  }
}
.light-theme {
  background-color: var(--color-very-light-gray);
  background-image: url(../src/images/bg-mobile-light.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  .card,
    .options,
    .todos {
    background-color: white;
    box-shadow: 0px 20px 25px -1px rgba(0, 0, 0, 0.1);
  }
  input[type="text"] {
    color: var(--color-very-dark-grayish-blue);
  }
  .fake-checkbox {
    border: 2px solid var(--color-very-light-grayish-blue);
  }
  .todo-item {
    background-color: white;
    border-color: var(--color-light-grayish-blue);
  }
  .todo-text {
    color: var(--color-very-dark-grayish-blue);
  }
  .todo-text.completed {
    color: var(--color-light-grayish-blue);
  }
  .option,
    .contador,
    #clear-completed {
    color: var(--color-dark-grayish-blue);
  }
  .option:hover,
    #clear-completed:hover {
    color: var(--color-very-dark-grayish-blue);
  }
  .dragDrop {
    color: var(--color-dark-grayish-blue);
  }
  .attribution {
    color: var(--color-dark-grayish-blue);
    a {
      color: var(--color-very-dark-grayish-blue);
    }
  }
}
@media (min-width: 768px) {
  .dark-theme {
    background-color: var(--color-very-dark-blue);
    background-image: url(../src/images/bg-desktop-dark.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .light-theme {
    background-color: var(--color-very-light-gray);
    background-image: url(../src/images/bg-desktop-light.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.option.active,
.option.active:hover {
  color: var(--color-bright-blue);
}
.fake-checkbox {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.fake-checkbox:hover {
  border-color: hsl(280, 87%, 65%);
}
.fake-checkbox.checked {
  border: unset;
  background-image: url(../src/images/icon-check.svg), linear-gradient(to right, hsl(192, 100%, 67%), hsl(280, 87%, 65%));
  background-repeat: no-repeat;
  background-size: 10px, 100%;
  background-position: center;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}