/*! tailwindcss v4.1.2 | 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-cyan-950: oklch(30.2% 0.056 229.695);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --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);
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .\!right-2 {
    right: calc(var(--spacing) * 2) !important;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .\!bottom-6 {
    bottom: calc(var(--spacing) * 6) !important;
  }
  .\!left-2 {
    left: calc(var(--spacing) * 2) !important;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .\!h-10 {
    height: calc(var(--spacing) * 10) !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-10 {
    width: calc(var(--spacing) * 10) !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-19 {
    width: calc(var(--spacing) * 19);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-blue-300 {
    border-color: var(--color-blue-300);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .\!bg-black {
    background-color: var(--color-black) !important;
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-sky-600 {
    background-color: var(--color-sky-600);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:text-sky-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-sky-600);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-blue-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-400);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:w-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
@layer base {
  :root {
    --primary: #4361ee;
    --primary-dark: #3a0ca3;
    --success: #4cc9f0;
    --color-primary: #0ea5e9;
    --color-secondary: #06b6d4;
    --color-background-dark: #0f172a;
    --color-background-medium: #1e293b;
    --color-background-light: #334155;
    --color-text-light: white;
    --blue-icon: #38bdf8;
    --sky--400: oklch(74.6% 0.16 232.661);
    --btn-gradient: linear-gradient(135deg, var(--primary), var(--primary-dark));
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --text-size-sm: 1.1rem;
    --text-size-md: 1.3rem;
    --text-size-lg: 1.5rem;
    --text-size-xl: 1.8rem;
    --text-size-2xl: 2rem;
    --border-radius-sm: 5px;
    --border-radius-md: 8px;
    --border-radius-lg: 10px;
    --border-radius-circle: 50%;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.2);
    --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.3);
    --glow-primary: 0 0 10px rgba(6, 182, 212, 0.5);
    --glow-text: 0 0 10px rgba(56, 189, 248, 0.5);
    --z-index-low: 10;
    --z-index-medium: 30;
    --z-index-high: 50;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, var(--color-background-dark), var(--color-background-medium));
    color: var(--color-text-light);
    min-height: 100vh;
    padding-bottom: var(--spacing-md);
  }
  .main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .content {
    flex: 1;
    padding: var(--spacing-lg);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@layer components {
  .layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  @media (min-width: 768px) {
    .layout {
      flex-direction: row;
    }
  }
  .header {
    position: sticky;
    top: 0;
    z-index: var(--z-index-medium);
    background: rgba(30, 41, 59, 0.95);
    padding: var(--spacing-md);
    box-shadow: var(--shadow-sm);
  }
  @media (min-width: 768px) {
    .header {
      display: none;
    }
  }
  .btn {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .btn--hamburger {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius-circle);
    background: rgba(56, 189, 248, 0.2);
    border: 2px solid var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    font-size: var(--text-size-lg);
    box-shadow: var(--glow-primary);
  }
  .btn--hamburger:hover {
    background: rgba(56, 189, 248, 0.3);
    transform: scale(1.05);
  }
  @media (min-width: 768px) {
    #hamburger-btn.btn {
      display: none;
    }
  }
  .nav {
    background: var(--color-background-medium);
    width: 100%;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  }
  .nav__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
  }
  .nav__link {
    display: block;
    padding: var(--spacing-md) var(--spacing-lg);
    color: var(--color-text-light);
    text-decoration: none;
    text-align: center;
    font-size: var(--text-size-md);
    transition: all 0.3s ease;
    border-radius: var(--border-radius-sm);
    margin: 0 var(--spacing-sm);
  }
  .nav__link:hover {
    background: var(--color-primary);
    box-shadow: 0 0 12px var(--color-secondary);
  }
  .nav--desktop {
    display: none;
    width: 220px;
    flex-direction: column;
    align-items: center;
    padding: var(--spacing-xl) 0;
    background: var(--color-background-medium);
  }
  .nav--desktop:hover {
    background: var(--color-background-light);
  }
  .nav__link--desktop {
    padding: 20px 30px;
    font-size: 1.3rem;
    border-radius: 8px;
    margin: 0 15px;
    position: relative;
  }
  .nav__link--desktop:hover {
    transform: translateY(5px);
  }
  @media (min-width: 768px) {
    .nav--desktop {
      display: flex;
    }
  }
  .nav--mobile {
    display: none;
    order: 3;
    padding: var(--spacing-lg) 0;
  }
  @media (max-width: 767px) {
    .nav--mobile.active {
      display: block;
    }
  }
  .content {
    flex: 1;
    padding: var(--spacing-lg);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .content {
      padding: var(--spacing-xl);
    }
  }
  .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: var(--spacing-xl);
  }
  .profile__image-container {
    position: relative;
    width: 32rem;
    height: 32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--spacing-xs);
  }
  .profile__image {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-circle);
    border: 4px solid var(--color-primary);
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.7);
    object-fit: cover;
    transition: all 0.7s ease;
  }
  .profile__image:hover {
    filter: brightness(1.2);
    box-shadow: 0 0 25px var(--blue-icon), 0 0 35px var(--blue-icon);
  }
  .profile__hover-icons {
    position: absolute;
    bottom: -60px;
    display: flex;
    justify-content: center;
    gap: var(--spacing-lg);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: var(--z-index-low);
  }
  .profile__hover-icons a img {
    width: 4rem;
    height: 4rem;
  }
  .shadow-cyan {
    box-shadow: 0 4px 20px rgba(56, 189, 248, 0.5);
  }
  .profile__image-container:hover .profile__hover-icons {
    opacity: 1;
    bottom: -65px;
    transform: translateY(-3.5rem) scale(0.9);
  }
  .profile__image-container:hover .profile__image {
    transform: translateY(-2.5rem) scale(0.9);
  }
  .profile__icon {
    color: #38bdf8;
    font-size: 2.8rem;
    transition: all 0.3s ease;
  }
  .profile__icon:hover {
    color: var(--color-secondary);
    transform: scale(1.25);
  }
  .profile__description {
    text-align: center;
    max-width: 650px;
  }
  .profile__title {
    margin-bottom: var(--spacing-xs);
    font-size: var(--text-size-2xl);
  }
  .profile__text {
    line-height: 1.6;
    font-size: var(--text-size-md);
  }
  .u-text-primary {
    color: oklch(68.5% 0.169 237.323);
  }
  .u-text-glow {
    text-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
  }
  @media (max-width: 767px) {
    .profile__image-container {
      width: 180px;
      height: 180px;
    }
    .profile__icon {
      font-size: 2.3rem;
    }
    .profile__image-container:hover .profile__image {
      transform: translateY(-2rem) scale(0.9);
    }
  }
  .youtube-icon-container {
    position: fixed;
    top: 2rem;
    left: 15rem;
    z-index: 60;
    display: flex;
    align-items: center;
  }
  .youtube-icon {
    display: inline-block;
    width: 6rem;
    height: 6em;
    transition: all 0.3s ease;
  }
  .youtube-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: bounce 2s infinite;
    transition: all 0.3s ease;
    filter: brightness(0.9) saturate(0.9) hue-rotate(350deg);
  }
  .youtube-icon:hover img {
    filter: brightness(1.5) saturate(1.3) hue-rotate(350deg);
    transform: scale(1.25);
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  .back-button-container {
    position: absolute;
    top: 10px;
    left: 70px;
  }
  @media (max-width: 767px) {
    .youtube-icon-container {
      top: 6rem;
      left: 1.7rem;
      right: 1rem;
      width: 4rem;
      height: 4rem;
    }
    .youtube-icon {
      width: 100%;
      height: 100%;
    }
    #hamburger-btn {
      width: 7rem;
      height: 7rem;
      border-radius: 50%;
      font-size: 1.2rem;
      margin-top: -0.75rem;
    }
    .profile__image-container:hover .profile__hover-icons {
      opacity: 1;
      bottom: -65px;
      transform: translateY(-2.9rem) scale(0.9);
    }
  }
  .language-switcher-container {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 50;
    display: flex;
    gap: 0.5rem;
  }
  .language-switcher-container a {
    transition: all 0.3s ease;
  }
  .language-switcher-container a:hover {
    opacity: 0.75;
    transform: scale(1.1);
  }
  .language-switcher-container img {
    width: 30px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 2px;
  }
  .language-switcher-container img.active {
    border-color: var(--color-primary);
  }
  .projects {
    margin-top: var(--spacing-xl);
  }
  .section__title {
    margin-bottom: var(--spacing-xl);
    font-size: var(--text-size-xl);
  }
  .projects__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
  }
  .project-card:hover {
    background: var(--color-background-light);
    box-shadow: 0 0 12px var(--color-secondary);
    filter: brightness(1.2);
  }
  .project-card {
    background: rgba(30, 41, 59, 0.7);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-lg);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .project-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
  }
  .project-card__title {
    margin-bottom: var(--spacing-md);
    font-size: var(--text-size-md);
    white-space: pre-line;
  }
  .project-card__description {
    line-height: 1.5;
  }
  .language {
    position: fixed;
    top: var(--spacing-md);
    right: var(--spacing-md);
    display: flex;
    gap: var(--spacing-xs);
    z-index: var(--z-index-high);
  }
  .language__flag {
    width: 35px;
    height: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .language__flag:hover {
    transform: scale(1.1);
    opacity: 0.85;
  }
  .header-mobile {
    position: sticky;
    top: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    z-index: var(--z-index-medium);
    background: rgba(30, 41, 59, 0.95);
    padding: var(--spacing-md);
    box-shadow: var(--shadow-sm);
  }
  #hamburger-btn {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius-circle);
    background: rgba(56, 189, 248, 0.2);
    border: 2px solid var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    font-size: var(--text-size-lg);
    cursor: pointer;
    box-shadow: var(--glow-primary);
    transition: all 0.3s ease;
  }
  #hamburger-btn:hover {
    background: rgba(56, 189, 248, 0.3);
    transform: scale(1.05);
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: none;
    background: var(--color-background-medium);
    width: 100%;
    padding: var(--spacing-lg) 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    order: 3;
  }
  .mobile-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
  }
  .mobile-nav a {
    display: block;
    padding: var(--spacing-md) var(--spacing-lg);
    color: var(--color-text-light);
    text-decoration: none;
    text-align: center;
    font-size: var(--text-size-md);
    transition: all 0.3s ease;
    border-radius: var(--border-radius-sm);
    margin: 0 var(--spacing-sm);
  }
  .mobile-nav a:hover {
    background: var(--color-primary);
    box-shadow: 0 0 12px var(--color-secondary);
  }
  .section-title {
    color: var(--blue-icon);
    text-align: center;
    margin-bottom: var(--spacing-xl);
    font-size: var(--text-size-xl);
    text-shadow: var(--glow-text);
  }
  .titleprin {
    color: var(--blue-icon);
    text-align: center;
    margin-bottom: var(--spacing-md);
    text-shadow: var(--glow-text);
  }
  .p-prin {
    line-height: 1.6;
    text-align: center;
    margin-bottom: var(--spacing-xl);
  }
  .language-selector {
    position: absolute;
    top: var(--spacing-lg);
    right: var(--spacing-lg);
    z-index: var(--z-index-high);
    display: flex;
    gap: var(--spacing-xs);
  }
  .language-selector a {
    transition: all 0.3s ease;
  }
  .language-selector a:hover {
    opacity: 0.75;
    transform: scale(1.1);
  }
  .language-selector img {
    width: 30px;
    height: 20px;
    border: 2px solid transparent;
  }
  .language-selector img.active {
    border-color: var(--color-primary);
    border-radius: 2px;
  }
  .language-switcher {
    position: fixed;
    top: var(--spacing-md);
    right: var(--spacing-md);
    display: flex;
    gap: var(--spacing-sm);
    z-index: var(--z-index-high);
  }
  .language-switcher img {
    width: 45px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 6px;
  }
  .language-switcher img:hover {
    transform: scale(1.15);
    opacity: 0.85;
  }
  @media (min-width: 640px) {
    .language-switcher img {
      width: 55px;
      height: 35px;
    }
  }
  @media (min-width: 1024px) {
    .language-switcher img {
      width: 65px;
      height: 40px;
    }
  }
  @media (min-width: 1440px) {
    .language-switcher img {
      width: 75px;
      height: 50px;
    }
  }
  .back-button {
    display: inline-flex;
    align-items: center;
    color: var(--blue-icon);
    text-decoration: none;
    margin-bottom: var(--spacing-lg);
    transition: all 0.3s ease;
  }
  .back-button:hover {
    color: var(--color-secondary);
    transform: translateX(-5px);
  }
  .btn-volver {
    background: rgba(56, 189, 248, 0.2);
    border: 2px solid var(--color-secondary);
    color: var(--color-text-light);
    box-shadow: var(--glow-primary);
    transition: all 0.3s ease;
    border-radius: var(--border-radius-circle);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-volver:hover {
    background: rgba(56, 189, 248, 0.3);
    transform: scale(1.05);
  }
  .education-container {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .education-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    transition: all 0.4s ease;
    z-index: 0;
    padding: 2px;
    background-color: var(--color-background-medium);
    box-shadow: var(--shadow-md);
  }
  .education-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150%;
    width: 150%;
    background-image: conic-gradient(from 0deg, #00ffff 0deg, #05ffea 90deg, #10dbdb 180deg, transparent 270deg);
    transform: translate(-50%, -50%);
    opacity: 0.6;
    z-index: -1;
    animation: rotar 11s linear infinite;
  }
  @keyframes rotar {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
      opacity: 1;
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
      opacity: 1;
    }
  }
  .education-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98%;
    height: 96%;
    background: linear-gradient(135deg, var(--color-background-dark), var(--color-background-medium));
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: var(--border-radius-md);
    transition: all 0.4s ease;
  }
  .education-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  }
  .education-card:hover::after {
    background-color: rgba(30, 41, 59, 0.9);
    backdrop-filter: blur(5px);
  }
  .education-content {
    position: relative;
    z-index: 2;
    padding: var(--spacing-lg);
    border-radius: var(--border-radius-md);
  }
  .education-content h2 {
    color: var(--color-text-light);
    font-size: var(--text-size-md);
    margin-bottom: var(--spacing-xs);
  }
  .education-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .tarjeta-color-skills {
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(14, 165, 233, 0.3);
  }
  .tarjeta-dimension-skills {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .tarjeta-effects-skills {
    border-radius: var(--border-radius-lg);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .tarjeta-effects-skills:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(6, 182, 212, 0.4);
    border-color: var(--color-secondary);
  }
  .tarjeta-contenido-education {
    width: 100%;
    height: 100%;
  }
  .tarjeta-position-education {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modern-video {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
  .modern-video iframe, .modern-video video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
  }
  .modern-video::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .modern-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0), rgba(6, 182, 212, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
  }
  .modern-video:hover::after {
    opacity: 1;
  }
  .modern-video #player, .modern-video iframe, .modern-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .modern-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(14, 165, 233, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid var(--color-secondary);
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.6);
    z-index: 2;
  }
  .modern-video .play-button:hover {
    background: rgba(14, 165, 233, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.8);
  }
  .modern-video .video-caption {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--blue-icon);
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.3);
  }
  @media (max-width: 768px) {
    .modern-video .play-button {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
    }
  }
  @media (max-width: 480px) {
    .modern-video .play-button {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
    }
  }
  .contenido {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer {
    background: var(--color-background-medium);
    padding: var(--spacing-lg);
    text-align: center;
    margin-top: var(--spacing-xl);
  }
  .bg-theme {
    background: linear-gradient(135deg, var(--color-background-dark), var(--color-background-medium));
  }
  .bg-card-at {
    background: var(--color-background-medium);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    transition: all 500ms ease-out;
    border-radius: 1rem;
  }
  .bg-card-at:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.5);
  }
  .text-cyan {
    color: var(--blue-icon);
  }
  .text-neon {
    color: var(--color-secondary);
  }
  .text-white {
    color: var(--color-text-light);
  }
  .text-glow {
    text-shadow: var(--glow-text);
  }
  .transition-transform {
    transition: transform 0.3s ease;
  }
  .transition-colors {
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .duration-300 {
    transition-duration: 0.3s;
  }
  .flex {
    display: flex;
  }
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .flex-1 {
    flex: 1;
  }
  .grid-skills {
    display: grid;
    gap: var(--spacing-sm);
  }
  .grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gap-6 {
    gap: 1.5rem;
  }
  .space-y-4>*+* {
    margin-top: 1rem;
  }
  .space-x-2>*+* {
    margin-left: 0.5rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .p-8 {
    padding: 2rem;
  }
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: 32rem;
  }
  .max-w-6xl {
    max-width: 72rem;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .top-4 {
    top: 1rem;
  }
  .right-4 {
    right: 1rem;
  }
  .z-50 {
    z-index: 50;
  }
  .overflow-control {
    overflow-y: hidden;
  }
  .overflow-auto {
    overflow-y: auto;
  }
  .height-screen {
    height: 100vh;
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: 0.875rem;
  }
  .text-2xl {
    font-size: 1.5rem;
  }
  .font-medium {
    font-weight: 500;
  }
  .font-bold {
    font-weight: 700;
  }
  .form-group {
    margin-bottom: var(--spacing-sm);
  }
  .form-label {
    display: block;
    margin-bottom: var(--spacing-xs);
    color: var(--color-text-light);
  }
  .form-input {
    width: 100%;
    padding: var(--spacing-xs);
    border: 1px solid var(--color-background-light);
    border-radius: var(--border-radius-sm);
    background-color: rgba(30, 41, 59, 0.7);
    color: var(--color-text-light);
    transition: all 0.3s ease;
  }
  .form-input:hover {
    background-color: rgba(30, 41, 59, 0.8);
  }
  .form-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--color-primary);
    border-color: var(--color-primary);
  }
  .form-textarea {
    resize: vertical;
    min-height: 100px;
  }
  .btn {
    display: block;
    width: 100%;
    padding: var(--spacing-xs) var(--spacing-sm);
    font-weight: 700;
    border-radius: var(--border-radius-sm);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
  }
  .btn-primary {
    background-color: var(--color-primary);
    color: var(--color-text-light);
  }
  .btn-primary:hover {
    background-color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
  }
  @keyframes slideup {
    0% {
      transform: translateY(0%);
    }
    33% {
      transform: translateY(-100%);
    }
    66% {
      transform: translateY(-200%);
    }
    100% {
      transform: translateY(-300%);
    }
  }
  .animate-slideup {
    animation: slideup 6s infinite steps(3);
  }
  @media (min-width: 768px) {
    .main-container {
      flex-direction: row;
      min-height: 100vh;
    }
    .header-mobile {
      display: none;
    }
    .desktop-nav {
      display: flex;
      width: 220px;
      background: var(--color-background-medium);
      flex-direction: column;
      align-items: center;
      padding: var(--spacing-xl) 0;
      transition: background 0.3s ease;
    }
    .desktop-nav:hover {
      background: var(--color-background-light);
    }
    .desktop-nav ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: var(--spacing-md);
      width: 100%;
    }
    .desktop-nav a {
      display: block;
      padding: var(--spacing-lg) var(--spacing-xl);
      color: var(--color-text-light);
      text-decoration: none;
      text-align: center;
      font-size: var(--text-size-md);
      transition: all 0.3s ease;
      border-radius: var(--border-radius-md);
      margin: 0 var(--spacing-md);
      position: relative;
    }
    .desktop-nav a:hover {
      background: var(--color-primary);
      box-shadow: 0 0 12px var(--color-secondary);
      transform: translateY(5px);
    }
    .content {
      padding: var(--spacing-xl);
      flex: 1;
    }
    .mobile-nav {
      display: none !important;
    }
    .titleprin {
      font-size: var(--text-size-2xl);
    }
  }
  @media (max-width: 767px) {
    .mobile-nav.active {
      display: block;
    }
    .education-content {
      padding: var(--spacing-md);
    }
    .education-content h2 {
      font-size: var(--text-size-sm);
    }
    .grid-cols-3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 1024px) {
    .grid-cols-2 {
      grid-template-columns: 1fr;
    }
    .img-size-2xl {
      width: 440px;
      height: 440px;
    }
    .img-size-xl {
      width: 400px;
      height: 400px;
    }
    .img-size-lg {
      width: 360px;
      height: 360px;
    }
  }
  @media (max-width: 480px) {
    .grid-cols-3 {
      grid-template-columns: 1fr;
    }
    .max-w-lg {
      max-width: 90%;
      margin: 0 1rem;
    }
    .p-6 {
      padding: 1rem;
    }
  }
  .feature-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
  }
  .feature-title .emoji {
    font-size: 1.3rem;
  }
  .feature-list {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
  }
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .feature-item .emoji {
    font-size: 1.2rem;
  }
  .feature-item .text {
    line-height: 1.5;
  }
  .story-paragraph {
    margin-bottom: 1.25rem;
    line-height: 1.7;
  }


  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-lg);
  }
  #raw-content {
    display: none;
  }
  .thankYou-body {
    background: var(--color-background-dark);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .card-thankyou {
    background: var(--color-background-medium);
    border-radius: var(--border-radius-lg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-out;
    border-radius: 1rem;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    &:hover {
      transform: scale(1.05);
      box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.5);
    }
  }
  .card-thankyou::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--success));
  }
  .success-icon-thankyou {
    font-size: 80px;
    color: var(--sky--400);
    margin-bottom: 25px;
    animation: scaleIn 0.8s ease;
  }
  .thankyoumsjdesc {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #6b7280;
  }
  .btn-prin {
    display: inline-block;
    background-image: var(--btn-gradient);
    color: white;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
  }
  .btn-thankyou:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
  }
  .btn-contact {
    background-image: var(--btn-gradient);
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
    &:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
    }
  }
  .contact-info-thankyou {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .info-item-thankyou {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
    font-size: 1.1rem;
  }
  .info-item-thankyou-i {
    color: var(--primary);
    font-size: 1.4rem;
  }
  @keyframes scaleIn {
    from {
      transform: scale(0);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @media (max-width: 768px) {
    .card {
      padding: 30px 20px;
    }
    h1 {
      font-size: 2rem;
    }
    .message {
      font-size: 1.1rem;
    }
    .contact-info {
      flex-direction: column;
      gap: 20px;
    }
  }
  .tarjeta-dimension-skills {
    padding-bottom: 80% !important;
    background-color: var( --color-background-light) !important;
  }
  @media (max-width: 768px) {
    .skills-container {
      grid-template-columns: 1fr !important;
      margin: 0 0.5rem !important;
    }
    .general-section {
      grid-column: span 1 !important;
    }
    .grid-skills {
      grid-template-columns: repeat(2, 1fr) !important;
    }
    .skill-card {
      padding: 0.8rem !important;
    }
  }
  @media (max-width: 480px) {
    .grid-skills {
      grid-template-columns: 1fr 1fr !important;
      gap: 0.5rem !important;
    }
    .section-title {
      font-size: 1.5rem !important;
    }
    .skill-section {
      padding: 1rem !important;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
