/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-apple-dark: #1d1d1f;
    --color-apple-gray: #58585d;
    --color-apple-light-gray: #636366;
    --color-apple-bg: #f5f5f7;
    --color-apple-blue: #0071e3;
    --color-apple-green: #34C759;
    --color-apple-orange: #FF9500;
    --color-apple-red: #FF3B30;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-black\/\[0\.06\] {
    border-color: color-mix(in srgb, #000 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 6%, transparent);
    }
  }
  .bg-apple-blue\/10 {
    background-color: color-mix(in srgb, #0071e3 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apple-blue) 10%, transparent);
    }
  }
  .bg-apple-green\/10 {
    background-color: color-mix(in srgb, #34C759 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apple-green) 10%, transparent);
    }
  }
  .bg-apple-orange\/10 {
    background-color: color-mix(in srgb, #FF9500 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apple-orange) 10%, transparent);
    }
  }
  .bg-apple-red\/10 {
    background-color: color-mix(in srgb, #FF3B30 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-apple-red) 10%, transparent);
    }
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/\[0\.05\] {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/\[0\.06\] {
    background-color: color-mix(in srgb, #000 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 6%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .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);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.5em\] {
    --tw-tracking: 0.5em;
    letter-spacing: 0.5em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-apple-blue {
    color: var(--color-apple-blue);
  }
  .text-apple-dark {
    color: var(--color-apple-dark);
  }
  .text-apple-dark\/20 {
    color: color-mix(in srgb, #1d1d1f 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-apple-dark) 20%, transparent);
    }
  }
  .text-apple-gray {
    color: var(--color-apple-gray);
  }
  .text-apple-green {
    color: var(--color-apple-green);
  }
  .text-apple-light-gray {
    color: var(--color-apple-light-gray);
  }
  .text-apple-orange {
    color: var(--color-apple-orange);
  }
  .text-apple-red {
    color: var(--color-apple-red);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-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));
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .group-open\:rotate-45 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 45deg;
    }
  }
  .group-hover\:text-apple-blue {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-apple-blue);
      }
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:bg-black\/\[0\.04\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 4%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 4%, transparent);
        }
      }
    }
  }
  .hover\:bg-black\/\[0\.06\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 6%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:text-apple-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-apple-blue);
      }
    }
  }
  .hover\:text-apple-gray {
    &:hover {
      @media (hover: hover) {
        color: var(--color-apple-gray);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-2 {
    &:focus {
      top: calc(var(--spacing) * 2);
    }
  }
  .focus\:left-2 {
    &:focus {
      left: calc(var(--spacing) * 2);
    }
  }
  .focus\:z-\[999\] {
    &:focus {
      z-index: 999;
    }
  }
  .focus\:rounded-lg {
    &:focus {
      border-radius: var(--radius-lg);
    }
  }
  .focus\:bg-apple-blue {
    &:focus {
      background-color: var(--color-apple-blue);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:text-sm {
    &:focus {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .focus\:font-semibold {
    &:focus {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--color-white);
    }
  }
  .focus\:no-underline {
    &:focus {
      text-decoration-line: none;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
  }
  body {
    font-family: var(--font-sans);
    color: var(--color-apple-dark);
    background: var(--color-apple-bg);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
  }
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(ellipse at 20% 20%, rgba(120, 150, 255, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(200, 130, 255, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(255, 180, 200, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(100, 200, 255, 0.08) 0%, transparent 50%);
    background-color: #f5f5f7;
  }
  ::selection {
    background: rgba(0, 122, 255, 0.2);
  }
}
@layer components {
  .liquid-glass {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px) saturate(180%) brightness(105%);
    -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(105%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .liquid-glass:hover {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
  }
  .liquid-glass-strong {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(40px) saturate(200%) brightness(105%);
    -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(105%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  }
  .glass-nav {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-link {
    color: var(--color-apple-gray);
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 12px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-link:hover {
    color: var(--color-apple-dark);
    background: rgba(0, 0, 0, 0.04);
  }
  .nav-link svg {
    transition: color 0.25s;
  }
  .nav-link:hover svg {
    color: var(--color-apple-blue);
  }
  .nav-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: var(--color-apple-light-gray);
  }
  .mobile-nav-link {
    color: var(--color-apple-gray);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s;
  }
  .mobile-nav-link:hover {
    color: var(--color-apple-dark);
    background: rgba(0, 0, 0, 0.04);
  }
  .mobile-nav-link svg {
    color: var(--color-apple-blue);
  }
  .glass-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 14px;
    font-weight: 500;
    font-size: 15px;
    color: var(--color-apple-dark);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .glass-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .glass-btn:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.2);
  }
  .glass-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--color-apple-blue);
    border: none;
    border-radius: 14px;
    font-weight: 500;
    font-size: 15px;
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 12px rgba(0, 122, 255, 0.3);
    text-decoration: none;
  }
  .glass-btn-primary:hover {
    background: #0066d6;
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 122, 255, 0.4);
    color: white;
  }
  .glass-btn-primary:active {
    transform: translateY(0);
    background: #005bc0;
  }
  .glass-input {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    color: var(--color-apple-dark);
    transition: all 0.3s ease;
    outline: none;
  }
  .glass-input::placeholder {
    color: var(--color-apple-light-gray);
  }
  .glass-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--color-apple-blue);
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
  }
  textarea.glass-input {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
  }
  .glass-dropzone {
    position: relative;
    padding: 48px 32px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px dashed rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .glass-dropzone:hover, .glass-dropzone.drag-over {
    background: rgba(0, 122, 255, 0.04);
    border-color: var(--color-apple-blue);
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.08);
  }
  .glass-dropzone.drag-over {
    transform: scale(1.01);
  }
  .glass-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-apple-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .glass-toggle {
    position: relative;
    width: 51px;
    height: 31px;
    appearance: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
  }
  .glass-toggle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .glass-toggle:checked {
    background: var(--color-apple-blue);
  }
  .glass-toggle:checked::before {
    transform: translateX(20px);
  }
  .glass-slider {
    width: 100%;
    height: 4px;
    appearance: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    outline: none;
  }
  .glass-slider::-webkit-slider-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: box-shadow 0.2s ease;
  }
  .glass-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }
  .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 6px;
    width: 140px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    z-index: 200;
  }
  .lang-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    min-height: 44px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-apple-gray);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .lang-dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: var(--color-apple-dark);
  }
  .lang-dropdown-item.active {
    color: var(--color-apple-dark);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
  }
  .glass-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    padding: 14px 24px;
    background: rgba(28, 28, 30, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
  }
  .glass-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .glass-cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    width: calc(100% - 48px);
    padding: 24px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    z-index: 1000;
  }
  details.liquid-glass {
    overflow: hidden;
  }
  details.liquid-glass summary {
    list-style: none;
  }
  details.liquid-glass summary::-webkit-details-marker {
    display: none;
  }
  details.liquid-glass summary::marker {
    display: none;
    content: '';
  }
  .btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
  }
  .btn-loading::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
  }
  .glass-btn.btn-loading::after {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: var(--color-apple-dark);
  }
  .glass-toast-error {
    background: rgba(255, 59, 48, 0.92);
  }
  .glass-toast-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .glass-toast-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    flex-shrink: 0;
  }
  .glass-toast-retry {
    margin-left: 12px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }
  .glass-toast-retry:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .glass-input-error {
    border-color: var(--color-apple-red) !important;
    box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12) !important;
  }
  .glass-input-error:focus {
    border-color: var(--color-apple-red) !important;
    box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2) !important;
  }
  .glass-field-error {
    color: var(--color-apple-red);
    font-size: 12px;
    margin-top: 6px;
    display: none;
  }
  .glass-field-error.visible {
    display: block;
  }
  .password-strength {
    height: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.06);
    margin-top: 8px;
    overflow: hidden;
  }
  .password-strength-bar {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease, background 0.3s ease;
    width: 0;
  }
  .password-strength-bar[data-strength="weak"] {
    width: 33%;
    background: var(--color-apple-red);
  }
  .password-strength-bar[data-strength="medium"] {
    width: 66%;
    background: var(--color-apple-orange);
  }
  .password-strength-bar[data-strength="strong"] {
    width: 100%;
    background: var(--color-apple-green);
  }
  .char-count-warning {
    color: var(--color-apple-orange);
  }
  .char-count-danger {
    color: var(--color-apple-red);
    font-weight: 600;
  }
  .offline-banner {
    display: none;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 8px 16px;
    background: var(--color-apple-red);
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
  }
  .offline-banner.show {
    display: block;
  }
  .theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-apple-gray);
    transition: all 0.25s ease;
  }
  .theme-toggle:hover {
    background: rgba(0, 0, 0, 0.04);
    color: var(--color-apple-dark);
  }
  .glass-progress {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    overflow: hidden;
  }
  .glass-progress-bar {
    height: 100%;
    background: var(--color-apple-blue);
    border-radius: 3px;
    transition: width 0.4s ease;
  }
}
@layer utilities {
  .text-gradient {
    background: linear-gradient(135deg, #0071e3, #5856D6, #AF52DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .animate-fade-in {
    animation: fadeIn 0.5s ease-out;
  }
  .animate-slide-up {
    animation: slideUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animate-scale-in {
    animation: scaleIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .liquid-glass, .liquid-glass-strong {
    border-radius: 16px;
  }
  .glass-btn {
    border-radius: 12px;
    padding: 12px 20px;
  }
  .glass-dropzone {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
@media print {
  body::before {
    display: none;
  }
  .glass-nav, .glass-cookie-banner, .glass-toast {
    display: none !important;
  }
  .liquid-glass, .liquid-glass-strong {
    background: white;
    backdrop-filter: none;
    border: 1px solid #ddd;
    box-shadow: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 2px solid var(--color-apple-blue);
  outline-offset: 2px;
  border-radius: 4px;
}
.glass-btn:focus-visible, .glass-btn-primary:focus-visible {
  outline: 2px solid var(--color-apple-blue);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.2);
}
.glass-input:focus-visible {
  outline: none;
  border-color: var(--color-apple-blue);
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}
.glass-toggle:focus-visible {
  outline: 2px solid var(--color-apple-blue);
  outline-offset: 2px;
}
.nav-link:focus-visible, .mobile-nav-link:focus-visible, .lang-dropdown-item:focus-visible {
  outline: 2px solid var(--color-apple-blue);
  outline-offset: -2px;
  border-radius: 8px;
}
details.liquid-glass summary:focus-visible {
  outline: 2px solid var(--color-apple-blue);
  outline-offset: -2px;
  border-radius: 16px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .glass-toast {
    transition: none;
  }
}
@media (prefers-contrast: more) {
  :root {
    --color-apple-light-gray: #48484a;
    --color-apple-gray: #3a3a3c;
  }
}
html.dark {
  --color-apple-dark: #f5f5f7;
  --color-apple-gray: #a1a1a6;
  --color-apple-light-gray: #8e8e93;
  --color-apple-bg: #000000;
  --color-apple-blue: #0a84ff;
  --color-apple-green: #30D158;
  --color-apple-orange: #FF9F0A;
  --color-apple-red: #FF453A;
  --color-glass-fill: rgba(255, 255, 255, 0.08);
  --color-glass-fill-strong: rgba(255, 255, 255, 0.15);
  --color-glass-border: rgba(255, 255, 255, 0.12);
  --color-glass-border-subtle: rgba(255, 255, 255, 0.06);
  color-scheme: dark;
}
html.dark body {
  background: #000;
}
html.light {
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) {
    --color-apple-dark: #f5f5f7;
    --color-apple-gray: #a1a1a6;
    --color-apple-light-gray: #8e8e93;
    --color-apple-bg: #000000;
    --color-apple-blue: #0a84ff;
    --color-apple-green: #30D158;
    --color-apple-orange: #FF9F0A;
    --color-apple-red: #FF453A;
    --color-glass-fill: rgba(255, 255, 255, 0.08);
    --color-glass-fill-strong: rgba(255, 255, 255, 0.15);
    --color-glass-border: rgba(255, 255, 255, 0.12);
    --color-glass-border-subtle: rgba(255, 255, 255, 0.06);
  }
  body {
    background: #000;
  }
  body::before {
    background: radial-gradient(ellipse at 20% 20%, rgba(60, 80, 180, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(120, 60, 180, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(180, 80, 100, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(40, 120, 180, 0.06) 0%, transparent 50%);
    background-color: #000;
  }
  ::selection {
    background: rgba(10, 132, 255, 0.3);
  }
  .liquid-glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(180%) brightness(95%);
    -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(95%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  }
  .liquid-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  }
  .liquid-glass-strong {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px) saturate(200%) brightness(95%);
    -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(95%);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  }
  .glass-nav {
    background: rgba(28, 28, 30, 0.75);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .nav-link:hover, .mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .lang-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .lang-dropdown-item.active {
    background: rgba(255, 255, 255, 0.04);
  }
  .glass-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
  .glass-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .glass-btn:active {
    background: rgba(255, 255, 255, 0.06);
  }
  .glass-btn-primary {
    box-shadow: 0 2px 12px rgba(10, 132, 255, 0.4);
  }
  .glass-btn-primary:hover {
    box-shadow: 0 4px 20px rgba(10, 132, 255, 0.5);
  }
  .glass-input {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .glass-input:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.2);
  }
  .glass-dropzone {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .glass-dropzone:hover, .glass-dropzone.drag-over {
    background: rgba(10, 132, 255, 0.06);
    box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.1);
  }
  .glass-toggle {
    background: rgba(255, 255, 255, 0.15);
  }
  .glass-toggle::before {
    background: #e5e5ea;
  }
  .glass-slider {
    background: rgba(255, 255, 255, 0.15);
  }
  .glass-slider::-webkit-slider-thumb {
    background: #e5e5ea;
  }
  .lang-dropdown {
    background: rgba(44, 44, 46, 0.88);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
  .glass-cookie-banner {
    background: rgba(44, 44, 46, 0.88);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
  }
  .glass-progress {
    background: rgba(255, 255, 255, 0.1);
  }
  .glass-btn.btn-loading::after {
    border-color: rgba(255, 255, 255, 0.15);
    border-top-color: var(--color-apple-dark);
  }
  .glass-input-error {
    box-shadow: 0 0 0 3px rgba(255, 69, 58, 0.15) !important;
  }
  .password-strength {
    background: rgba(255, 255, 255, 0.08);
  }
  .offline-banner {
    background: rgba(255, 69, 58, 0.95);
  }
  .theme-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .glass-btn:focus-visible, .glass-btn-primary:focus-visible {
    box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.3);
  }
  .glass-input:focus-visible {
    box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.2);
  }
  .text-gradient {
    background: linear-gradient(135deg, #0a84ff, #5e5ce6, #bf5af2);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
html.dark body {
  background: #000;
}
html.dark body::before {
  background: radial-gradient(ellipse at 20% 20%, rgba(60, 80, 180, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(120, 60, 180, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(180, 80, 100, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(40, 120, 180, 0.06) 0%, transparent 50%);
  background-color: #000;
}
html.dark ::selection {
  background: rgba(10, 132, 255, 0.3);
}
html.dark .liquid-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(180%) brightness(95%);
  -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(95%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}
html.dark .liquid-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}
html.dark .liquid-glass-strong {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px) saturate(200%) brightness(95%);
  -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(95%);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}
html.dark .glass-nav {
  background: rgba(28, 28, 30, 0.75);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
html.dark .nav-link:hover, html.dark .mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
}
html.dark .lang-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.06);
}
html.dark .lang-dropdown-item.active {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .glass-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
html.dark .glass-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
html.dark .glass-btn:active {
  background: rgba(255, 255, 255, 0.06);
}
html.dark .glass-btn-primary {
  box-shadow: 0 2px 12px rgba(10, 132, 255, 0.4);
}
html.dark .glass-btn-primary:hover {
  box-shadow: 0 4px 20px rgba(10, 132, 255, 0.5);
}
html.dark .glass-input {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
html.dark .glass-input:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.2);
}
html.dark .glass-dropzone {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}
html.dark .glass-dropzone:hover, html.dark .glass-dropzone.drag-over {
  background: rgba(10, 132, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.1);
}
html.dark .glass-toggle {
  background: rgba(255, 255, 255, 0.15);
}
html.dark .glass-toggle::before {
  background: #e5e5ea;
}
html.dark .glass-slider {
  background: rgba(255, 255, 255, 0.15);
}
html.dark .glass-slider::-webkit-slider-thumb {
  background: #e5e5ea;
}
html.dark .lang-dropdown {
  background: rgba(44, 44, 46, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
html.dark .glass-cookie-banner {
  background: rgba(44, 44, 46, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}
html.dark .glass-progress {
  background: rgba(255, 255, 255, 0.1);
}
html.dark .glass-btn.btn-loading::after {
  border-color: rgba(255, 255, 255, 0.15);
  border-top-color: var(--color-apple-dark);
}
html.dark .glass-input-error {
  box-shadow: 0 0 0 3px rgba(255, 69, 58, 0.15) !important;
}
html.dark .password-strength {
  background: rgba(255, 255, 255, 0.08);
}
html.dark .offline-banner {
  background: rgba(255, 69, 58, 0.95);
}
html.dark .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}
html.dark .glass-btn:focus-visible, html.dark .glass-btn-primary:focus-visible {
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.3);
}
html.dark .glass-input:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.2);
}
html.dark .text-gradient {
  background: linear-gradient(135deg, #0a84ff, #5e5ce6, #bf5af2);
  -webkit-background-clip: text;
  background-clip: text;
}
html.light body {
  background: #f5f5f7;
}
html.light body::before {
  background: radial-gradient(ellipse at 20% 20%, rgba(120, 150, 255, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(200, 130, 255, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(255, 180, 200, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(100, 200, 255, 0.08) 0%, transparent 50%);
  background-color: #f5f5f7;
}
html.light ::selection {
  background: rgba(0, 122, 255, 0.2);
}
html.light .liquid-glass {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px) saturate(180%) brightness(105%);
  -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(105%);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
}
html.light .liquid-glass-strong {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.5);
}
html.light .glass-nav {
  background: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
html.light .glass-btn {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
html.light .glass-input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}
html.light .glass-dropzone {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}
html.light .glass-toggle {
  background: rgba(0, 0, 0, 0.1);
}
html.light .glass-toggle::before {
  background: white;
}
html.light .glass-slider {
  background: rgba(0, 0, 0, 0.1);
}
html.light .glass-slider::-webkit-slider-thumb {
  background: white;
}
html.light .lang-dropdown {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
}
html.light .glass-cookie-banner {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
}
html.light .glass-toast {
  background: rgba(28, 28, 30, 0.88);
}
@media (prefers-color-scheme: dark) and (prefers-contrast: more) {
  :root:not(.light) {
    --color-apple-light-gray: #b0b0b5;
    --color-apple-gray: #c7c7cc;
  }
}
@media (prefers-contrast: more) {
  html.dark {
    --color-apple-light-gray: #b0b0b5;
    --color-apple-gray: #c7c7cc;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}
