/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --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-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Space Grotesk", system-ui, sans-serif;
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 0px) {
      max-width: 0px;
    }
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .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);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[var\(--header-height\)\] {
    height: var(--header-height);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-\[640px\] {
    min-width: 640px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-lg {
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[steelblue\] {
    border-color: steelblue;
  }
  .border-\[tomato\] {
    border-color: tomato;
  }
  .border-\[var\(--nw-band-border\)\] {
    border-color: var(--nw-band-border);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-nw-accent {
    border-color: var(--nw-accent);
  }
  .border-nw-surface-muted {
    border-color: var(--nw-surface-muted);
  }
  .border-nw-text {
    border-color: var(--nw-text);
  }
  .bg-\[gray\] {
    background-color: gray;
  }
  .bg-\[var\(--nw-card\)\] {
    background-color: var(--nw-card);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-nw-accent {
    background-color: var(--nw-accent);
  }
  .bg-nw-accent\/5 {
    background-color: var(--nw-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--nw-accent) 5%, transparent);
    }
  }
  .bg-nw-band-surface {
    background-color: var(--nw-band-surface);
  }
  .bg-nw-bg {
    background-color: var(--nw-bg);
  }
  .bg-nw-surface {
    background-color: var(--nw-surface);
  }
  .bg-nw-surface-muted\/60 {
    background-color: var(--nw-surface-muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--nw-surface-muted) 60%, transparent);
    }
  }
  .bg-nw-text {
    background-color: var(--nw-text);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[var\(--header-height\)\] {
    padding-top: var(--header-height);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: "Space Grotesk", system-ui, sans-serif;
  }
  .font-secondary {
    font-family: "Inter", system-ui, sans-serif;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.35em\] {
    --tw-tracking: 0.35em;
    letter-spacing: 0.35em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[var\(--nw-band-text\)\] {
    color: var(--nw-band-text);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-nw-accent {
    color: var(--nw-accent);
  }
  .text-nw-bg {
    color: var(--nw-bg);
  }
  .text-nw-text {
    color: var(--nw-text);
  }
  .text-nw-text-muted {
    color: var(--nw-text-muted);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-card {
    --tw-shadow: 0 4px 24px var(--tw-shadow-color, rgba(0, 0, 0, 0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .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-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .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-opacity {
    transition-property: opacity;
    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));
  }
  .group-hover\:text-nw-accent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--nw-accent);
      }
    }
  }
  .odd\:bg-white {
    &:nth-child(odd) {
      background-color: var(--color-white);
    }
  }
  .even\:bg-gray-100 {
    &:nth-child(even) {
      background-color: var(--color-gray-100);
    }
  }
  .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\:border-nw-accent {
    &:hover {
      @media (hover: hover) {
        border-color: var(--nw-accent);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-nw-text {
    &:hover {
      @media (hover: hover) {
        background-color: var(--nw-text);
      }
    }
  }
  .hover\:text-nw-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--nw-accent);
      }
    }
  }
  .hover\:text-nw-bg {
    &:hover {
      @media (hover: hover) {
        color: var(--nw-bg);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .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,);
      }
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 480px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 480px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 480px) {
      flex-direction: row;
    }
  }
  .m\:h-56 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 56);
    }
  }
  .m\:w-1\/3 {
    @media (width >= 640px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .m\:w-56 {
    @media (width >= 640px) {
      width: calc(var(--spacing) * 56);
    }
  }
  .m\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .m\:max-w-none {
    @media (width >= 640px) {
      max-width: none;
    }
  }
  .m\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .m\:grid-cols-3 {
    @media (width >= 640px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .m\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .m\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .m\:border-r {
    @media (width >= 640px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .m\:border-b {
    @media (width >= 640px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .m\:p-10 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .m\:py-20 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .m\:text-4xl {
    @media (width >= 640px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .m\:text-5xl {
    @media (width >= 640px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .min-\[640px\]\:max-\[1280px\]\:bg-\[blue\] {
    @media (width >= 640px) {
      @media (width < 1280px) {
        background-color: blue;
      }
    }
  }
  .l\:mx-0 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .l\:mb-4 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .l\:mb-16 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .l\:mb-20 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .l\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .l\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .l\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .l\:w-1\/4 {
    @media (width >= 960px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .l\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .l\:grid-cols-3 {
    @media (width >= 960px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .l\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .l\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .l\:items-end {
    @media (width >= 960px) {
      align-items: flex-end;
    }
  }
  .l\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .l\:gap-8 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .l\:gap-16 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .l\:p-8 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .l\:p-10 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .l\:p-14 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .l\:py-14 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .l\:py-28 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .l\:text-3xl {
    @media (width >= 960px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .l\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .l\:text-6xl {
    @media (width >= 960px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .l\:text-base {
    @media (width >= 960px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .l\:text-lg {
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .l\:text-sm {
    @media (width >= 960px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .l\:text-xl {
    @media (width >= 960px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .l\:text-\[16px\] {
    @media (width >= 960px) {
      font-size: 16px;
    }
  }
  .l\:text-\[20px\] {
    @media (width >= 960px) {
      font-size: 20px;
    }
  }
  .l\:text-\[22px\] {
    @media (width >= 960px) {
      font-size: 22px;
    }
  }
  .l\:text-\[24px\] {
    @media (width >= 960px) {
      font-size: 24px;
    }
  }
  .l\:text-\[28px\] {
    @media (width >= 960px) {
      font-size: 28px;
    }
  }
  .l\:text-\[32px\] {
    @media (width >= 960px) {
      font-size: 32px;
    }
  }
  .l\:text-\[36px\] {
    @media (width >= 960px) {
      font-size: 36px;
    }
  }
  .lg\:w-1\/5 {
    @media (width >= 1280px) {
      width: calc(1 / 5 * 100%);
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 1280px) {
      width: 400px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1280px) {
      flex: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:w-1\/6 {
    @media (width >= 1600px) {
      width: calc(1 / 6 * 100%);
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 1600px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:gap-8 {
    @media (width >= 1600px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:text-6xl {
    @media (width >= 1600px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-7xl {
    @media (width >= 1600px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .xxl\:w-1\/7 {
    @media (width >= 1920px) {
      width: calc(1 / 7 * 100%);
    }
  }
  .xxl\:grid-cols-5 {
    @media (width >= 1920px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xxl\:grid-cols-7 {
    @media (width >= 1920px) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
}
::selection {
  color: white;
  background: #9e852e;
}
html, body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.font-secondary {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}
input, button, select, textarea {
  font: inherit;
}
.main-container {
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
  padding: 0 20px;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
:root, [data-theme=light] {
  --nw-bg: #f8f8f8;
  --nw-section-alt: #ececec;
  --nw-surface: #ffffff;
  --nw-surface-muted: #eaeaea;
  --nw-text: #111111;
  --nw-text-muted: #6b6b6b;
  --nw-accent: #ff2b2b;
  --nw-header-bg: rgba(255, 255, 255, 0.9);
  --nw-header-border: rgba(234, 234, 234, 0.8);
  --nw-card: rgba(255, 255, 255, 0.6);
  --nw-shadow: rgba(0, 0, 0, 0.08);
  --nw-dot: #d4d4d4;
  --nw-band-bg: #e2e2e2;
  --nw-band-surface: #ffffff;
  --nw-band-text: #111111;
  --nw-band-text-muted: #6b6b6b;
  --nw-band-border: rgba(0, 0, 0, 0.08);
  --nw-band-dot: #d4d4d4;
  --nw-swiper-btn-bg: #ffffff;
  --nw-swiper-btn-border: #eaeaea;
  --nw-swiper-btn-text: #111111;
  --nw-swiper-bullet: #cccccc;
  --color-bg: var(--nw-bg);
  --color-surface: var(--nw-surface);
  --color-surface-alt: var(--nw-surface-muted);
  --color-text: var(--nw-text);
  --color-text-muted: var(--nw-text-muted);
  --color-accent: var(--nw-accent);
  --bg-body: var(--nw-bg);
  --base-color: var(--nw-surface);
  --header-height: 72px;
  --footer-height: auto;
  color-scheme: light;
}
[data-theme=dark] {
  --nw-bg: #060606;
  --nw-section-alt: #131313;
  --nw-surface: #1a1a1a;
  --nw-surface-muted: #242424;
  --nw-text: #f5f5f5;
  --nw-text-muted: #a3a3a3;
  --nw-accent: #ff2b2b;
  --nw-header-bg: rgba(5, 5, 5, 0.92);
  --nw-header-border: rgba(255, 255, 255, 0.08);
  --nw-card: rgba(26, 26, 26, 0.85);
  --nw-shadow: rgba(0, 0, 0, 0.35);
  --nw-dot: rgba(255, 255, 255, 0.1);
  --nw-band-bg: #1e1e1e;
  --nw-band-surface: #262626;
  --nw-band-text: #f5f5f5;
  --nw-band-text-muted: rgba(245, 245, 245, 0.55);
  --nw-band-border: rgba(255, 255, 255, 0.12);
  --nw-band-dot: rgba(255, 255, 255, 0.08);
  --nw-swiper-btn-bg: #1a1a1a;
  --nw-swiper-btn-border: rgba(255, 255, 255, 0.12);
  --nw-swiper-btn-text: #ffffff;
  --nw-swiper-bullet: rgba(255, 255, 255, 0.25);
  --color-bg: var(--nw-bg);
  --color-surface: var(--nw-surface);
  --color-surface-alt: var(--nw-surface-muted);
  --color-text: var(--nw-text);
  --color-text-muted: var(--nw-text-muted);
  --color-accent: var(--nw-accent);
  --bg-body: var(--nw-bg);
  --base-color: var(--nw-surface);
  --header-height: 72px;
  --footer-height: auto;
  color-scheme: dark;
}
@media (min-width: 960px) {
  :root, [data-theme=light], [data-theme=dark] {
    --header-height: 80px;
  }
}
html.theme-transition, html.theme-transition *, html.theme-transition *::before, html.theme-transition *::after {
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.2s ease, box-shadow 0.25s ease !important;
}
.internal-module-style {
  color: red;
}
.logo {
  --logo-h: 2.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: var(--logo-h);
  max-width: min(12.5rem, 42vw);
  line-height: 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .logo {
    --logo-h: 2.5rem;
    max-width: min(14rem, 38vw);
  }
}
.logo .logo__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.logo .logo__img--light {
  position: relative;
  display: block;
}
.logo .logo__img--dark {
  display: none;
}
[data-theme=dark] .logo:not(.logo--on-dark) .logo__img--light {
  display: none;
}
[data-theme=dark] .logo:not(.logo--on-dark) .logo__img--dark {
  position: relative;
  display: block;
}
.logo--on-dark {
  max-width: min(14rem, 55vw);
}
.logo--on-dark .logo__img--dark {
  position: relative;
  display: block !important;
}
img.hero-watermark.logo__img--dark {
  display: none;
}
[data-theme=dark] img.hero-watermark.logo__img--light {
  display: none;
}
[data-theme=dark] img.hero-watermark.logo__img--dark {
  display: block;
}
.theme-toggle {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  border: 1px solid var(--nw-surface-muted);
  border-radius: 9999px;
  background: var(--nw-surface);
  color: var(--nw-text);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.theme-toggle:hover {
  border-color: var(--nw-accent);
  color: var(--nw-accent);
}
.theme-toggle:focus-visible {
  outline: 2px solid var(--nw-accent);
  outline-offset: 2px;
}
.theme-toggle svg {
  width: 1.125rem;
  height: 1.125rem;
}
.theme-toggle__icon--sun {
  display: none;
}
.theme-toggle__icon--moon {
  display: block;
}
.theme-toggle[aria-pressed=true] .theme-toggle__icon--sun {
  display: block;
}
.theme-toggle[aria-pressed=true] .theme-toggle__icon--moon {
  display: none;
}
.site-header {
  background-color: var(--nw-header-bg);
  border-color: var(--nw-header-border);
}
::-moz-selection {
  color: #fff;
  background: var(--nw-accent);
}
::selection {
  color: #fff;
  background: var(--nw-accent);
}
html {
  scroll-behavior: smooth;
}
html, body {
  font-family: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.font-secondary {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
input, button, select, textarea {
  font: inherit;
}
.main-container {
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
  padding: 0 20px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pattern-dots {
  background-image: radial-gradient(circle, var(--nw-dot) 1px, transparent 1px);
  background-size: 18px 18px;
}
.pattern-dots-band {
  background-image: radial-gradient(circle, var(--nw-band-dot) 1px, transparent 1px);
  background-size: 18px 18px;
}
.hero-watermark {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, 55vw);
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
}
.corner-accent::before, .corner-accent::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 43, 43, 0.15);
  pointer-events: none;
}
.corner-accent::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.corner-accent::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lang-switcher__link {
  padding: 0.35rem 0.5rem;
  border-radius: 0.375rem;
  color: var(--nw-text-muted);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.lang-switcher__link:hover {
  color: var(--nw-accent);
}
.lang-switcher__link.is-active {
  color: var(--nw-text);
  background: var(--nw-surface-muted);
}
.lang-switcher__sep {
  color: var(--nw-text-muted);
  opacity: 0.5;
  user-select: none;
}
.nav-link {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nw-text);
  transition: color 0.2s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--nw-accent);
  transition: width 0.25s ease;
}
.nav-link:hover {
  color: var(--nw-accent);
}
.nav-link:hover::after {
  width: 100%;
}
.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--nw-text);
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}
.menu-toggle:hover {
  background: var(--nw-surface-muted);
}
.menu-toggle:focus-visible {
  outline: 2px solid var(--nw-accent);
  outline-offset: 2px;
}
.menu-toggle__bar {
  display: block;
  width: 1.375rem;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
  transform-origin: center;
}
.menu-toggle.is-active .menu-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active .menu-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.is-active .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none !important;
  }
}
.mobile-nav {
  max-height: 0;
  overflow: hidden;
  background: var(--nw-header-bg);
  border-top: 1px solid var(--nw-header-border);
  transition: max-height 0.35s ease;
}
.mobile-nav:not([hidden]).is-open {
  max-height: 22rem;
}
.mobile-nav[hidden] {
  display: block;
  max-height: 0;
}
.mobile-nav[hidden].is-open {
  max-height: 22rem;
}
@media (min-width: 960px) {
  .mobile-nav {
    display: none !important;
    max-height: 0 !important;
    overflow: hidden;
  }
}
body.mobile-nav-open {
  overflow: hidden;
}
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px var(--nw-shadow);
}
.service-icon {
  transition: transform 0.3s ease;
}
.service-card:hover .service-icon {
  transform: scale(1.05);
}
.portfolio-swiper-group .portfolio-swiper__pagination, .portfolio-swiper-group .swiper-pagination {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 0.25rem;
  --swiper-pagination-color: var(--nw-accent);
  --swiper-pagination-bullet-inactive-color: var(--nw-accent);
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}
.portfolio-swiper-group .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--nw-accent);
  opacity: 0.4;
  transition: width 0.25s ease, opacity 0.25s ease, border-radius 0.25s ease;
}
.portfolio-swiper-group .swiper-pagination-bullet-active {
  background: var(--nw-accent);
  opacity: 1;
  width: 32px;
  border-radius: 6px;
}
.portfolio-swiper {
  --swiper-navigation-color: var(--nw-swiper-btn-text);
}
.portfolio-swiper .swiper-slide {
  width: 400px;
  flex-shrink: 0;
}
.portfolio-swiper .swiper-button-prev, .portfolio-swiper .swiper-button-next {
  display: none;
  transition: all 0.2s ease;
}
@media (min-width: 960px) {
  .portfolio-swiper .swiper-button-prev, .portfolio-swiper .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: var(--nw-swiper-btn-bg);
    border: 2px solid var(--nw-swiper-btn-border);
    border-radius: 50%;
    color: var(--nw-swiper-btn-text);
    box-shadow: 0 4px 20px var(--nw-shadow);
    --swiper-navigation-size: 24px;
  }
  .portfolio-swiper .swiper-button-prev::after, .portfolio-swiper .swiper-button-next::after {
    font-size: 24px;
    font-weight: 700;
    color: currentColor;
  }
  .portfolio-swiper .swiper-button-prev:hover, .portfolio-swiper .swiper-button-next:hover {
    background: var(--nw-accent);
    border-color: var(--nw-accent);
    color: #fff;
    box-shadow: 0 6px 24px rgba(255, 43, 43, 0.35);
    transform: translateY(-50%) scale(1.08);
    --swiper-navigation-color: #fff;
  }
  .portfolio-swiper .swiper-button-prev:hover::after, .portfolio-swiper .swiper-button-next:hover::after {
    color: #fff;
  }
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 28rem;
}
.contact-actions__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid var(--nw-surface-muted);
  background: var(--nw-surface);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-actions__email:hover {
  border-color: var(--nw-accent);
  color: var(--nw-text);
}
.contact-actions__email-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--nw-text);
  letter-spacing: 0.01em;
}
@media (min-width: 960px) {
  .contact-actions__email-text {
    font-size: 1.125rem;
  }
}
.btn-whatsapp.contact-actions__item:hover {
  border-color: rgba(37, 211, 102, 0.45);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fadeUp 0.7s ease forwards;
}
.animate-delay-1 {
  animation-delay: 0.1s;
  opacity: 0;
}
.animate-delay-2 {
  animation-delay: 0.2s;
  opacity: 0;
}
.animate-delay-3 {
  animation-delay: 0.35s;
  opacity: 0;
}
.section-base {
  background-color: var(--nw-bg);
}
.section-stripe {
  background-color: var(--nw-section-alt);
}
.section-band {
  background-color: var(--nw-band-bg);
  color: var(--nw-band-text);
}
.section-band-muted {
  color: var(--nw-band-text-muted);
}
[data-theme=dark] #inicio {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-theme=dark] #servicios {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
[data-theme=dark] #portafolio {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[data-theme=dark] #contacto {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  border: 1px solid var(--nw-band-border);
  background: var(--nw-bg);
  color: var(--nw-band-text-muted);
}
@media (min-width: 960px) {
  .portfolio-tag {
    font-size: 0.875rem;
  }
}
.portfolio-card, .portfolio-card--link {
  display: block;
  cursor: pointer;
  text-align: left;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.portfolio-card:hover, .portfolio-card:focus-visible, .portfolio-card--link:hover, .portfolio-card--link:focus-visible {
  transform: none;
  box-shadow: none;
}
.portfolio-card:focus-visible, .portfolio-card--link:focus-visible {
  outline: 2px solid var(--nw-accent);
  outline-offset: 3px;
}
.portfolio-card__cta {
  display: inline-block;
}
.site-footer {
  border-top: 1px solid var(--nw-band-border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--nw-band-border);
}
@media (min-width: 960px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
    align-items: start;
    gap: 3rem;
  }
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 960px) {
  .footer-brand {
    align-items: flex-start;
    text-align: left;
  }
}
.footer-brand .logo {
  max-width: min(14rem, 100%);
}
.footer-brand__text {
  margin-top: 1rem;
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--nw-band-text-muted);
}
@media (min-width: 960px) {
  .footer-brand__text {
    font-size: 1rem;
  }
}
.footer-label {
  margin-bottom: 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nw-accent);
}
@media (min-width: 960px) {
  .footer-label {
    font-size: 0.875rem;
  }
}
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .footer-nav {
    align-items: flex-start;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 960px) {
  .footer-nav__list {
    align-items: flex-start;
  }
}
.footer-nav__list a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--nw-band-text);
  transition: color 0.2s ease;
}
@media (min-width: 960px) {
  .footer-nav__list a {
    font-size: 0.875rem;
  }
}
.footer-nav__list a:hover {
  color: var(--nw-accent);
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .footer-social {
    align-items: flex-end;
  }
}
.footer-social__list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--nw-band-border);
  border-radius: 9999px;
  text-decoration: none;
  color: var(--nw-band-text);
  background: var(--nw-band-surface);
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 960px) {
  .footer-social__list a {
    width: 3rem;
    height: 3rem;
  }
}
.footer-social__list a:hover {
  border-color: var(--nw-accent);
  color: var(--nw-accent);
}
.social-icon__svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .social-icon__svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.social-icon__svg--light {
  display: block;
}
.social-icon__svg--dark {
  display: none;
}
[data-theme=dark] .social-icon__svg--light {
  display: none;
}
[data-theme=dark] .social-icon__svg--dark {
  display: block;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer-bottom__url {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nw-band-text-muted);
}
.footer-bottom__copy {
  font-size: 0.75rem;
  color: var(--nw-band-text-muted);
  opacity: 0.85;
}
@media (min-width: 960px) {
  .footer-bottom__copy {
    font-size: 0.875rem;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-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-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-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;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
