/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-md: 12px;
    --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);
    --font-modern-hero: "Bebas Neue", ui-sans-serif, system-ui, sans-serif;
    --font-modern-ui: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-modern-heading: "Montserrat", ui-sans-serif, system-ui, sans-serif;
    --font-modern-card: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
    --font-modern-popup: "Roboto", ui-sans-serif, system-ui, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .\!isolate {
    isolation: isolate !important;
  }
  .isolate {
    isolation: isolate;
  }
  .\!z-10 {
    z-index: 10 !important;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .\!col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .\!row-start-1 {
    grid-row-start: 1 !important;
  }
  .\!row-start-3 {
    grid-row-start: 3 !important;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .\!mx-0 {
    margin-inline: calc(var(--spacing) * 0) !important;
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5) !important;
  }
  .\!mt-1 {
    margin-top: calc(var(--spacing) * 1) !important;
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .\!mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .\!flex {
    display: flex !important;
  }
  .\!grid {
    display: grid !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .\!h-20 {
    height: calc(var(--spacing) * 20) !important;
  }
  .\!h-\[48vh\] {
    height: 48vh !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[calc\(100vh-var\(--tp-home-header-h\,48px\)\)\] {
    height: calc(100vh - var(--tp-home-header-h,48px));
  }
  .h-\[calc\(100vh-var\(--tp-plan-header-h\,48px\)\)\] {
    height: calc(100vh - var(--tp-plan-header-h,48px));
  }
  .h-full {
    height: 100%;
  }
  .h-min {
    height: min-content;
  }
  .\!min-h-\[300px\] {
    min-height: 300px !important;
  }
  .\!min-h-\[calc\(100vh-var\(--tp-place-sticky-h\,72px\)\)\] {
    min-height: calc(100vh - var(--tp-place-sticky-h,72px)) !important;
  }
  .\!min-h-full {
    min-height: 100% !important;
  }
  .\!min-h-screen {
    min-height: 100vh !important;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-\[calc\(100vh-var\(--tp-home-header-h\,48px\)-2rem\)\] {
    min-height: calc(100vh - var(--tp-home-header-h,48px) - 2rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-64 {
    width: calc(var(--spacing) * 64) !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-3xl {
    max-width: var(--container-3xl) !important;
  }
  .\!max-w-7xl {
    max-width: var(--container-7xl) !important;
  }
  .\!max-w-\[30rem\] {
    max-width: 30rem !important;
  }
  .\!max-w-full {
    max-width: 100% !important;
  }
  .\!max-w-md {
    max-width: var(--container-md) !important;
  }
  .\!max-w-none {
    max-width: none !important;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[22rem\] {
    max-width: 22rem;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-max {
    min-width: max-content;
  }
  .\!flex-none {
    flex: none !important;
  }
  .flex-1 {
    flex: 1;
  }
  .\!shrink-0 {
    flex-shrink: 0 !important;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  .\!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-center {
    align-items: center !important;
  }
  .\!items-start {
    align-items: flex-start !important;
  }
  .\!items-stretch {
    align-items: stretch !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .\!justify-between {
    justify-content: space-between !important;
  }
  .\!justify-start {
    justify-content: flex-start !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-0 {
    gap: calc(var(--spacing) * 0) !important;
  }
  .\!gap-2 {
    gap: calc(var(--spacing) * 2) !important;
  }
  .\!gap-3 {
    gap: calc(var(--spacing) * 3) !important;
  }
  .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-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .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)));
    }
  }
  .\!self-start {
    align-self: flex-start !important;
  }
  .self-center {
    align-self: center;
  }
  .\!justify-self-center {
    justify-self: center !important;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .\!rounded-2xl {
    border-radius: var(--radius-2xl) !important;
  }
  .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-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .\!border-slate-200 {
    border-color: var(--color-slate-200) !important;
  }
  .\!border-slate-200\/60 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 60%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 60%, transparent) !important;
    }
  }
  .\!border-slate-200\/80 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 80%, transparent) !important;
    }
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-rose-200 {
    border-color: var(--color-rose-200);
  }
  .border-sky-200 {
    border-color: var(--color-sky-200);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-200\/60 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 60%, transparent);
    }
  }
  .border-slate-200\/70 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 70%, transparent);
    }
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .border-white\/35 {
    border-color: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 35%, transparent);
    }
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .\!bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
    }
  }
  .\!bg-white\/92 {
    background-color: color-mix(in srgb, #fff 92%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 92%, transparent) !important;
    }
  }
  .\!bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent) !important;
    }
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-rose-50 {
    background-color: var(--color-rose-50);
  }
  .bg-rose-600 {
    background-color: var(--color-rose-600);
  }
  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }
  .bg-sky-500 {
    background-color: var(--color-sky-500);
  }
  .bg-sky-600 {
    background-color: var(--color-sky-600);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-50\/80 {
    background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-50) 80%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-900\/45 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 45%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .bg-white\/85 {
    background-color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .bg-white\/88 {
    background-color: color-mix(in srgb, #fff 88%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 88%, transparent);
    }
  }
  .\!bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }
  .\!bg-gradient-to-r {
    --tw-gradient-position: to right in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .\!bg-none {
    background-image: none !important;
  }
  .\!from-orange-500 {
    --tw-gradient-from: var(--color-orange-500) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .\!from-slate-950\/52 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 52%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 52%, transparent) !important;
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .\!from-slate-950\/70 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 70%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 70%, transparent) !important;
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .from-slate-950\/12 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 12%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-950\/24 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 24%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 24%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-950\/42 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 42%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 42%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-950\/44 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 44%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 44%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-950\/46 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 46%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 46%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-950\/60 {
    --tw-gradient-from: color-mix(in srgb, oklch(12.9% 0.042 264.695) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-slate-950) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\!via-amber-400 {
    --tw-gradient-via: var(--color-amber-400) !important;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
  }
  .\!via-slate-900\/18 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 18%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 18%, transparent) !important;
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
  }
  .\!via-slate-900\/30 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 30%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 30%, transparent) !important;
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
  }
  .via-slate-900\/20 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 20%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-slate-900\/24 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 24%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 24%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-slate-900\/26 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 26%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 26%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-slate-900\/28 {
    --tw-gradient-via: color-mix(in srgb, oklch(20.8% 0.042 265.755) 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-900) 28%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-slate-950\/12 {
    --tw-gradient-via: color-mix(in srgb, oklch(12.9% 0.042 264.695) 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-slate-950) 12%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .\!to-orange-300 {
    --tw-gradient-to: var(--color-orange-300) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .\!to-slate-900\/38 {
    --tw-gradient-to: color-mix(in srgb, oklch(20.8% 0.042 265.755) 38%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-900) 38%, transparent) !important;
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .\!to-slate-900\/55 {
    --tw-gradient-to: color-mix(in srgb, oklch(20.8% 0.042 265.755) 55%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-900) 55%, transparent) !important;
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .to-slate-800\/34 {
    --tw-gradient-to: color-mix(in srgb, oklch(27.9% 0.041 260.031) 34%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-800) 34%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-800\/36 {
    --tw-gradient-to: color-mix(in srgb, oklch(27.9% 0.041 260.031) 36%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-800) 36%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-950\/16 {
    --tw-gradient-to: color-mix(in srgb, oklch(12.9% 0.042 264.695) 16%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-950) 16%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-950\/28 {
    --tw-gradient-to: color-mix(in srgb, oklch(12.9% 0.042 264.695) 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-slate-950) 28%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\!bg-clip-text {
    background-clip: text !important;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .\!p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }
  .\!p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }
  .\!p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .\!p-5 {
    padding: calc(var(--spacing) * 5) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .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);
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .\!py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .\!py-4 {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .\!pr-1 {
    padding-right: calc(var(--spacing) * 1) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-left {
    text-align: left !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .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-\[0\.74rem\] {
    font-size: 0.74rem !important;
  }
  .\!text-\[0\.78rem\] {
    font-size: 0.78rem !important;
  }
  .\!text-\[1\.02rem\] {
    font-size: 1.02rem !important;
  }
  .\!text-\[1\.35rem\] {
    font-size: 1.35rem !important;
  }
  .\!text-\[1\.95rem\] {
    font-size: 1.95rem !important;
  }
  .\!text-\[2rem\] {
    font-size: 2rem !important;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .\!leading-\[0\.95\] {
    --tw-leading: 0.95 !important;
    line-height: 0.95 !important;
  }
  .\!leading-\[0\.96\] {
    --tw-leading: 0.96 !important;
    line-height: 0.96 !important;
  }
  .\!leading-\[1\.02\] {
    --tw-leading: 1.02 !important;
    line-height: 1.02 !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\!font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .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\.03em\] {
    --tw-tracking: 0.03em !important;
    letter-spacing: 0.03em !important;
  }
  .\!tracking-\[0\.04em\] {
    --tw-tracking: 0.04em !important;
    letter-spacing: 0.04em !important;
  }
  .\!tracking-\[0\.12em\] {
    --tw-tracking: 0.12em !important;
    letter-spacing: 0.12em !important;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-slate-500 {
    color: var(--color-slate-500) !important;
  }
  .\!text-slate-800 {
    color: var(--color-slate-800) !important;
  }
  .\!text-slate-900 {
    color: var(--color-slate-900) !important;
  }
  .\!text-transparent {
    color: transparent !important;
  }
  .\!text-white\/92 {
    color: color-mix(in srgb, #fff 92%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 92%, transparent) !important;
    }
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .\!normal-case {
    text-transform: none !important;
  }
  .\!uppercase {
    text-transform: uppercase !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .overline {
    text-decoration-line: overline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .\!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)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .shadow {
    --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);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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 {
    --tw-backdrop-blur: blur(8px) !important;
    -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,) !important;
    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,) !important;
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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-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-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, 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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[text-shadow\:0_1px_2px_rgba\(0\,0\,0\,0\.5\)\] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  }
  .\[text-shadow\:0_1px_2px_rgba\(0\,0\,0\,0\.55\)\] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.55);
  }
  .placeholder\:\!text-slate-400 {
    &::placeholder {
      color: var(--color-slate-400) !important;
    }
  }
  .placeholder\:text-slate-500 {
    &::placeholder {
      color: var(--color-slate-500);
    }
  }
  .focus-within\:border-sky-500 {
    &:focus-within {
      border-color: var(--color-sky-500);
    }
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-within\:ring-sky-200 {
    &:focus-within {
      --tw-ring-color: var(--color-sky-200);
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-sky-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky-300);
      }
    }
  }
  .hover\:border-slate-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-400);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-rose-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-rose-700);
      }
    }
  }
  .hover\:bg-sky-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-sky-700);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:bg-slate-900\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
        }
      }
    }
  }
  .hover\:\!text-slate-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900) !important;
      }
    }
  }
  .hover\:text-sky-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
  }
  .hover\:text-slate-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:\!shadow-md {
    &:hover {
      @media (hover: hover) {
        --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)) !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .focus\:border-sky-500 {
    &:focus {
      border-color: var(--color-sky-500);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-sky-200 {
    &:focus {
      --tw-ring-color: var(--color-sky-200);
    }
  }
  .focus\:\!outline-none {
    &:focus {
      --tw-outline-style: none !important;
      outline-style: none !important;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:min-h-\[420px\] {
    @media (width >= 40rem) {
      min-height: 420px;
    }
  }
  .sm\:max-w-md {
    @media (width >= 40rem) {
      max-width: var(--container-md);
    }
  }
  .sm\:shrink-0 {
    @media (width >= 40rem) {
      flex-shrink: 0;
    }
  }
  .sm\:\!grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:\!justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end !important;
    }
  }
  .sm\:\!gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3) !important;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:\!p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6) !important;
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-7 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .sm\:\!px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6) !important;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:\!text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .sm\:\!text-\[1\.6rem\] {
    @media (width >= 40rem) {
      font-size: 1.6rem !important;
    }
  }
  .lg\:\!top-\[calc\(var\(--tp-place-sticky-h\,72px\)\+1rem\)\] {
    @media (width >= 64rem) {
      top: calc(var(--tp-place-sticky-h,72px) + 1rem) !important;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:\!h-\[70vh\] {
    @media (width >= 64rem) {
      height: 70vh !important;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:max-w-7xl {
    @media (width >= 64rem) {
      max-width: var(--container-7xl);
    }
  }
  .lg\:\!grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_20rem\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 20rem;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-slate-200 {
    @media (width >= 64rem) {
      border-color: var(--color-slate-200);
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:\!p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:\!px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:shadow-sm {
    @media (width >= 64rem) {
      --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);
    }
  }
  .xl\:\!grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_22rem\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1fr) 22rem;
    }
  }
}
@layer components {
  .tp-modern-hero-headline {
    font-family: var(--font-modern-hero);
    font-size: clamp(1.4rem, 3.2vw, 2.6rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
  }
  .tp-modern-hero-subheadline {
    font-family: var(--font-modern-ui);
    font-size: clamp(0.75rem, 1.1vw, 0.95rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.45;
    color: #ffffff;
  }
  .tp-modern-hero-thirds {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .tp-modern-hero-thirds-copy {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    align-self: start;
    justify-self: start;
  }
  .tp-modern-container-heading {
    font-family: var(--font-modern-heading);
    font-size: clamp(0.95rem, 1.5vw, 1.35rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
  }
  .tp-modern-container-subheading {
    font-family: var(--font-modern-heading);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }
  .tp-modern-description, .tp-modern-list {
    font-family: var(--font-modern-ui);
    font-weight: 400;
    letter-spacing: 0;
  }
  .tp-modern-map-popup, .tp-map-infocard {
    font-family: var(--font-modern-popup);
  }
  .tp-modern-itinerary-card, .tp-modern-itinerary-card * {
    font-family: var(--font-modern-card);
    font-weight: 600;
  }
  .tp-modern-plan-link-card, .tp-modern-plan-link-card * {
    font-family: var(--font-modern-card);
    font-weight: 600;
  }
  .tp-modern-button-label {
    font-family: var(--font-modern-ui);
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .tp-modern-button-header {
    font-family: var(--font-modern-ui);
    font-weight: 600;
    letter-spacing: 0.01em;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    color: rgb(51 65 85);
    transition: border-color .15s ease, box-shadow .15s ease, color .15s ease;
  }
  .tp-modern-button-header:focus, .tp-modern-button-header:focus-visible {
    border-color: rgb(148 163 184);
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.22);
  }
  .tp-modern-button-header::placeholder {
    color: rgb(100 116 139);
  }
  .tp-modern-pill-label {
    font-family: var(--font-modern-ui);
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .tp-modern-suggest {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    z-index: 60;
    display: grid;
    gap: 0.25rem;
    max-height: 16rem;
    overflow: auto;
    padding: 0.5rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
  }
  .tp-modern-suggest-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.55rem 0.7rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.9);
    color: rgb(15 23 42);
    font-size: 0.9rem;
    line-height: 1.2;
    transition: background-color .12s ease, border-color .12s ease, box-shadow .12s ease;
  }
  .tp-modern-suggest-item:hover, .tp-modern-suggest-item:focus, .tp-modern-suggest-item:focus-visible {
    background: #ffffff;
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.25);
    outline: none;
  }
  .tp-flight-roundtrip-steps {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0.75rem 0 1rem;
  }
  .tp-flight-roundtrip-step {
    font-family: var(--font-modern-ui);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.35rem 0.6rem;
    border-radius: 9999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(248, 250, 252, 0.95);
    color: rgb(51 65 85);
  }
  .tp-flight-roundtrip-step.is-active {
    border-color: rgba(56, 189, 248, 0.65);
    box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.18);
    background: rgba(255, 255, 255, 0.98);
    color: rgb(15 23 42);
  }
  .tp-flight-roundtrip-panel-title {
    font-family: var(--font-modern-heading);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0.25rem 0 0.5rem;
    color: rgb(15 23 42);
  }
  .tp-flight-roundtrip-options {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.5rem;
  }
  .tp-flight-roundtrip-choice {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.6rem;
    align-items: start;
    padding: 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .tp-flight-roundtrip-choice:hover {
    border-color: rgba(56, 189, 248, 0.45);
  }
  .tp-flight-roundtrip-choice input[type="radio"] {
    margin-top: 0.25rem;
  }
  .tp-flight-roundtrip-choice-title {
    font-family: var(--font-modern-card);
    font-weight: 700;
    color: rgb(15 23 42);
  }
  .tp-flight-roundtrip-choice-meta {
    font-family: var(--font-modern-ui);
    font-size: 0.85rem;
    color: rgb(71 85 105);
    margin-top: 0.15rem;
  }
  .tp-flight-roundtrip-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.75rem;
  }
}
body.tp-modern-mode .tp-plan-title, body.tp-modern-mode .tp-result-title, body.tp-modern-mode .tp-day-title, body.tp-modern-mode .tp-legal-title, body.tp-modern-mode .tp-agent-column-title, body.tp-modern-mode .tp-airport-title, body.tp-modern-mode .tp-stay-sticky-title, body.tp-modern-mode .tp-transport-node-title, body.tp-modern-mode .tp-loading-text, body.tp-modern-mode .flights-day-title, body.tp-modern-mode .flights-map-title {
  font-family: var(--font-modern-heading);
  font-weight: 700;
  letter-spacing: 0.03em;
}
body.tp-modern-mode .tp-plan-meta, body.tp-modern-mode .tp-result-meta, body.tp-modern-mode .tp-day-meta, body.tp-modern-mode .tp-day-date, body.tp-modern-mode .tp-day-loc, body.tp-modern-mode .tp-legal-updated, body.tp-modern-mode .tp-agent-column-subtitle, body.tp-modern-mode .tp-mini-kicker, body.tp-modern-mode .tp-mini-cat, body.tp-modern-mode .tp-mini-time, body.tp-modern-mode .tp-loading-tagline, body.tp-modern-mode .tp-loading-sub, body.tp-modern-mode .tp-meal-meta, body.tp-modern-mode .tp-meal-sub, body.tp-modern-mode .tp-airport-subtitle, body.tp-modern-mode .tp-airport-code, body.tp-modern-mode .tp-transport-node-sub, body.tp-modern-mode .flights-detail-label, body.tp-modern-mode .tp-home-muted {
  font-family: var(--font-modern-heading);
  letter-spacing: 0.04em;
}
body.tp-modern-mode .tp-status, body.tp-modern-mode .tp-agent-status, body.tp-modern-mode .tp-trip-status, body.tp-modern-mode .tp-legal p, body.tp-modern-mode .tp-legal li, body.tp-modern-mode .tp-item p, body.tp-modern-mode .tp-item li, body.tp-modern-mode .flights-detail-value, body.tp-modern-mode .flights-empty, body.tp-modern-mode .churn-empty, body.tp-modern-mode .churn-warning {
  font-family: var(--font-modern-ui);
}
body.tp-modern-mode .tp-button, body.tp-modern-mode .tp-button-secondary, body.tp-modern-mode .tp-backlink, body.tp-modern-mode .tp-plan-cta, body.tp-modern-mode .tp-text-button, body.tp-modern-mode .tp-oauth-button, body.tp-modern-mode .tp-login-button, body.tp-modern-mode .tp-header-link, body.tp-modern-mode .tp-home-search-submit, body.tp-modern-mode .tp-country-remove, body.tp-modern-mode .tp-add-country {
  font-family: var(--font-modern-ui);
  font-weight: 600;
  letter-spacing: 0.01em;
}
body.tp-modern-mode .tp-label, body.tp-modern-mode .tp-agent-label, body.tp-modern-mode .tp-auth-label, body.tp-modern-mode .tp-check, body.tp-modern-mode .tp-agent-date-field {
  font-family: var(--font-modern-heading);
  font-weight: 600;
  letter-spacing: 0.04em;
}
body.tp-modern-mode .tp-input, body.tp-modern-mode select.tp-input, body.tp-modern-mode textarea.tp-input, body.tp-modern-mode .tp-agent-input, body.tp-modern-mode .tp-agent-date-input {
  font-family: var(--font-modern-ui);
}
body.tp-modern-mode .tp-mini-title, body.tp-modern-mode .tp-mini-sub, body.tp-modern-mode .tp-section-title, body.tp-modern-mode .tp-meal-title, body.tp-modern-mode .tp-place-name, body.tp-modern-mode .flights-option-summary {
  font-family: var(--font-modern-card);
  font-weight: 600;
}
.tp-stars, .tp-stars-inline {
  color: rgb(245 158 11);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.tp-hotel-price {
  margin-top: 0.25rem;
  color: rgb(4 120 87);
  font-size: 0.875rem;
  font-weight: 700;
}
.tp-amenities-line {
  margin-top: 0.5rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  color: rgb(71 85 105);
  font-size: 0.75rem;
  font-weight: 500;
}
.tp-link {
  color: rgb(3 105 161);
  font-weight: 500;
  text-underline-offset: 2px;
}
.tp-link:hover {
  color: rgb(7 89 133);
  text-decoration: underline;
}
.tp-place-chip.is-active {
  border-color: rgb(125 211 252);
  background: rgb(240 249 255);
  color: rgb(3 105 161);
}
.tp-meal-card.is-selected, .tp-stay-city-card.is-active {
  box-shadow: 0 0 0 2px rgb(125 211 252);
}
body.tp-modern-mode {
  background: #ffffff !important;
  --tp-modern-mini-thumb-size: 56px;
  --tp-modern-card-thumb-w: 128px;
  --tp-modern-card-thumb-h: 96px;
  --tp-modern-map-thumb-w: 72px;
  --tp-modern-map-thumb-h: 54px;
  --tp-modern-selected-thumb-w: 56px;
  --tp-modern-selected-thumb-h: 42px;
  --tp-modern-grid-img-h: clamp(11.5rem, 22vw, 13.8rem);
}
body.tp-modern-mode .tp-page {
  max-width: 80rem !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 1.25rem 1rem 1rem !important;
}
body.tp-modern-mode .tp-page.tp-page--plan {
  padding-top: 0.75rem !important;
}
body.tp-modern-mode .tp-header .tp-header-inner {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
body.tp-modern-mode .tp-header .tp-avatar {
  width: 1.8rem;
  height: 1.8rem;
}
body.tp-modern-mode .tp-header .tp-avatar-button {
  gap: 0.25rem;
  padding-inline: 0.4rem;
}
body.tp-modern-mode .tp-header .tp-avatar-img {
  width: 100%;
  height: 100%;
}
body.tp-modern-mode .tp-mini-thumb, body.tp-modern-mode .tp-day .tp-section-row .tp-mini-thumb {
  width: var(--tp-modern-mini-thumb-size);
  height: var(--tp-modern-mini-thumb-size);
}
body.tp-modern-mode .tp-meal-thumb {
  width: var(--tp-modern-card-thumb-w);
  height: var(--tp-modern-card-thumb-h);
}
body.tp-modern-mode .tp-meal-card {
  grid-template-columns: var(--tp-modern-card-thumb-w) 1fr;
}
body.tp-modern-mode .tp-map-infocard-thumb {
  width: var(--tp-modern-map-thumb-w);
  height: var(--tp-modern-map-thumb-h);
}
body.tp-modern-mode .tp-place-selected-img {
  width: var(--tp-modern-selected-thumb-w);
  height: var(--tp-modern-selected-thumb-h);
}
body.tp-modern-mode #tpHomeLocalGrid .tp-plan-img, body.tp-modern-mode #tpHomeLocalGrid .tp-plan-img-fallback, body.tp-modern-mode #tpHomeRemoteGrid .tp-plan-img, body.tp-modern-mode #tpHomeRemoteGrid .tp-plan-img-fallback, body.tp-modern-mode #tpTripsModern .tp-trips-modern-card .tp-plan-img, body.tp-modern-mode #tpTripsModern .tp-trips-modern-card .tp-plan-img-fallback, body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-card .tp-plan-img {
  height: var(--tp-modern-grid-img-h);
}
@media (min-width: 640px) {
  body.tp-modern-mode .tp-page {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  body.tp-modern-mode .tp-page {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
body.tp-modern-mode.tp-home-lock-scroll {
  overflow: hidden;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-page {
  height: calc(100vh - var(--tp-home-header-h, 48px));
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.tp-modern-mode.tp-home-lock-scroll #tpHomeShell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: 8px;
  height: 100%;
  min-height: 0;
}
body.tp-modern-mode.tp-home-lock-scroll #tpHomeTopPanel .tp-modern-hero-thirds {
  grid-template-rows: minmax(0, auto) !important;
}
body.tp-modern-mode.tp-home-lock-scroll #explore {
  scroll-margin-top: 0 !important;
  margin-top: 0 !important;
  min-height: 0 !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
body.tp-modern-mode.tp-home-lock-scroll #explore.is-dragging {
  cursor: grabbing;
  user-select: none;
}
body.tp-modern-mode.tp-home-lock-scroll #explore::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (max-width: 1023px) {
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    box-shadow: none;
  }
  body.tp-modern-mode.tp-home-lock-scroll #tpHomeLocalGrid, body.tp-modern-mode.tp-home-lock-scroll #tpHomeRemoteGrid {
    gap: 0;
  }
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-card {
  position: relative;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-title-link, body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-open-link {
  display: none;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-mobile-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-wrap {
  position: relative;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-input {
  padding-right: 2.75rem;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-submit {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.95rem;
  height: 1.95rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: rgb(51 65 85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-submit svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-submit:hover {
  background: rgba(15, 23, 42, 0.16);
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-submit:focus-visible {
  outline: 2px solid rgba(15, 23, 42, 0.35);
  outline-offset: 1px;
}
body.tp-modern-mode.tp-home-lock-scroll .tp-home-search-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-title-mobile, body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-mobile-link {
    display: none;
  }
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-title-link {
    display: inline;
    position: relative;
    z-index: 5;
    color: inherit;
    text-decoration: none;
  }
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-title-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-open-link {
    display: inline-flex;
    position: relative;
    z-index: 5;
    margin-top: 0.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(15, 23, 42, 0.45);
    color: #ffffff;
    padding: 0.25rem 0.7rem;
    font-size: 0.72rem;
    line-height: 1;
    text-decoration: none;
  }
  body.tp-modern-mode.tp-home-lock-scroll .tp-home-plan-open-link:hover {
    background: rgba(15, 23, 42, 0.62);
  }
}
body.tp-modern-mode .tp-agent-modern {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  max-width: 72rem;
  margin: 1rem auto 0;
  gap: 0.9rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-shell .tp-agent-toggle {
  grid-column: 1 / -1;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuick, body.tp-modern-mode .tp-agent-modern #tpAgentChat {
  max-width: none;
  margin-inline: 0;
  width: 100%;
}
body.tp-modern-mode .tp-agent-modern #tpAgentChat:not([hidden]) {
  display: grid;
  gap: 0.9rem;
}
body.tp-modern-mode .tp-agent-modern #tpAgentChat .tp-plan-top {
  text-align: center;
  margin-bottom: 0.15rem;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuick .tp-agent-column-top {
  text-align: center;
  margin-bottom: 0.15rem;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuick .tp-agent-column-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuick .tp-agent-column-subtitle {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.92);
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm {
  gap: 0.9rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-block, body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card, body.tp-modern-mode .tp-agent-modern #tpAgentDates, body.tp-modern-mode .tp-agent-modern #tpAgentHighlights {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 1rem;
  padding: 0.9rem;
  background: transparent;
  box-shadow: none;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-block .tp-label, body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-label {
  display: block;
  margin-bottom: 0.45rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-profile-picker {
  margin-top: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
body.tp-modern-mode .tp-agent-modern .tp-country-row {
  align-items: center;
}
body.tp-modern-mode .tp-agent-modern #tpAgentAddDestination {
  margin-top: 0.55rem;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm .tp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  align-items: end;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm .tp-col {
  min-width: 0;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm .tp-col.tp-actions {
  justify-content: flex-start;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickSubmit {
  width: 100%;
}
body.tp-modern-mode .tp-agent-modern #tpAgentQuickStatus {
  margin-top: 0.5rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-messages {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.8rem;
  background: transparent;
  box-shadow: none;
  max-height: min(56vh, 42rem);
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-banner {
  margin-top: 0.75rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-form {
  gap: 0.75rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-input {
  min-height: 7.5rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-actions {
  gap: 0.7rem;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-modern-chat-card .tp-agent-actions-left {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm .tp-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  body.tp-modern-mode .tp-agent-modern .tp-agent-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 1rem;
  }
  body.tp-modern-mode .tp-agent-modern #tpAgentQuick:not([hidden]), body.tp-modern-mode .tp-agent-modern #tpAgentChat:not([hidden]) {
    grid-column: 1 / -1;
  }
  body.tp-modern-mode .tp-agent-modern #tpAgentQuickForm .tp-row {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr) auto;
  }
  body.tp-modern-mode .tp-agent-modern #tpAgentQuickSubmit {
    width: auto;
    min-width: 10.5rem;
  }
}
body.tp-modern-mode .tp-agent-modern .tp-plan-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
body.tp-modern-mode .tp-agent-modern .tp-backlink {
  margin-bottom: 0;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #334155;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
}
body.tp-modern-mode .tp-agent-modern .tp-backlink:hover {
  border-color: rgba(100, 116, 139, 0.6);
  color: #0f172a;
}
body.tp-modern-mode .tp-agent-modern .tp-plan-title.tp-modern-hero-headline {
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
body.tp-modern-mode .tp-agent-modern .tp-plan-meta.tp-modern-description {
  color: rgba(255, 255, 255, 0.92);
}
body.tp-modern-mode .tp-agent-modern .tp-label, body.tp-modern-mode .tp-agent-modern .tp-agent-label, body.tp-modern-mode .tp-agent-modern .tp-agent-map-meta, body.tp-modern-mode .tp-agent-modern .tp-agent-status, body.tp-modern-mode .tp-agent-modern .tp-status {
  color: rgba(255, 255, 255, 0.9);
}
body.tp-modern-mode .tp-agent-modern .tp-agent-profile-toggle, body.tp-modern-mode .tp-agent-modern .tp-agent-dates-head h3, body.tp-modern-mode .tp-agent-modern .tp-agent-highlights-head h3, body.tp-modern-mode .tp-agent-modern .tp-agent-highlight-title {
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-shell, body.tp-modern-mode .tp-agent-modern .tp-agent-form, body.tp-modern-mode .tp-agent-modern .tp-form {
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-banner {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-dates, body.tp-modern-mode .tp-agent-modern .tp-agent-highlights, body.tp-modern-mode .tp-agent-modern .tp-agent-map-wrap {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  box-shadow: none;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-bubble {
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-bubble.assistant {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-bubble.user {
  border-color: rgba(125, 211, 252, 0.5);
  background: transparent;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-link {
  color: #bae6fd;
}
body.tp-modern-mode .tp-agent-modern .tp-input, body.tp-modern-mode .tp-agent-modern .tp-agent-input, body.tp-modern-mode .tp-agent-modern .tp-agent-date-input, body.tp-modern-mode .tp-agent-modern .tp-agent-select {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
body.tp-modern-mode .tp-agent-modern .tp-input::placeholder, body.tp-modern-mode .tp-agent-modern .tp-agent-input::placeholder, body.tp-modern-mode .tp-agent-modern .tp-agent-date-input::placeholder, body.tp-modern-mode .tp-agent-modern .tp-agent-select::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
body.tp-modern-mode .tp-agent-modern .tp-input:focus, body.tp-modern-mode .tp-agent-modern .tp-agent-input:focus, body.tp-modern-mode .tp-agent-modern .tp-agent-date-input:focus, body.tp-modern-mode .tp-agent-modern .tp-agent-select:focus {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}
body.tp-modern-mode .tp-agent-modern .tp-button {
  border: 1px solid transparent;
  border-radius: 0.8rem;
  min-width: auto;
  box-shadow: none;
}
body.tp-modern-mode .tp-agent-modern .tp-button:not(.tp-button-secondary):not(.tp-button-ghost) {
  background: rgb(2 132 199);
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-button-secondary, body.tp-modern-mode .tp-agent-modern .tp-button-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-toggle-button.is-active {
  background: rgb(2 132 199);
  color: #ffffff;
  border-color: rgb(2 132 199);
}
body.tp-modern-mode .tp-agent-modern .tp-text-button {
  color: rgba(255, 255, 255, 0.9);
}
body.tp-modern-mode .tp-agent-modern .tp-text-button:hover {
  color: #ffffff;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-highlight-card {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}
body.tp-modern-mode .tp-agent-modern .tp-agent-highlight-meta, body.tp-modern-mode .tp-agent-modern .tp-agent-highlight-summary, body.tp-modern-mode .tp-agent-modern .tp-agent-map-status {
  color: rgba(255, 255, 255, 0.9);
}
body.tp-modern-mode .tp-plan-modern, body.tp-modern-mode .tp-plan-modern-result, body.tp-modern-mode .tp-plan-modern-card {
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.tp-modern-mode .tp-plan-modern {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
body.tp-modern-mode .tp-cover-actions-overlay {
  border-color: rgba(148, 163, 184, 0.38);
  background: transparent;
}
body.tp-modern-mode .tp-cover-actions-overlay .tp-plan-action-subtext {
  color: rgba(255, 255, 255, 0.92);
}
body.tp-modern-mode .tp-plan-modern-result {
  margin-top: 0.125rem;
}
body.tp-modern-mode.tp-plan-lock-scroll {
  overflow: hidden;
}
body.tp-modern-mode.tp-plan-lock-scroll .tp-page.tp-page--plan {
  height: calc(100vh - var(--tp-plan-header-h, 48px));
  overflow: hidden;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.tp-modern-mode.tp-plan-lock-scroll #tpPlanShell {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 8px;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.tp-modern-mode.tp-plan-lock-scroll #tpPlanShell::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
body.tp-modern-mode.tp-plan-lock-scroll #tpPlanDaysScroll {
  scroll-margin-top: 0 !important;
  margin-top: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  cursor: default;
}
body.tp-modern-mode.tp-plan-lock-scroll.tp-lock-scroll #tpPlanTopPanel {
  display: none;
}
@media (min-width: 641px) and (max-width: 1023px) {
  body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-sections {
    grid-template-columns: repeat(3, 100%);
    gap: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
  }
  body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="morning"], body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="afternoon"], body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="evening"] {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media (max-width: 640px) {
  body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-sections {
    grid-template-columns: 1fr;
    gap: 12px;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="morning"], body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="afternoon"], body.tp-modern-mode .tp-day.tp-day--fullscreen.tp-day--columns .tp-section-row[data-section="evening"] {
    scroll-snap-align: unset;
    scroll-snap-stop: normal;
  }
}
@media (max-width: 1023px) {
  body.tp-modern-mode.tp-plan-lock-scroll .tp-result.tp-plan-modern-result {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  body.tp-modern-mode.tp-plan-lock-scroll .tp-result[data-plan-id] .tp-days {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  body.tp-modern-mode.tp-plan-lock-scroll .tp-plan-modern-result .tp-day {
    border-radius: 0;
  }
}
body.tp-modern-mode .tp-plan-modern .tp-plan-top, body.tp-modern-mode .tp-plan-modern-result, body.tp-modern-mode .tp-plan-modern-result .tp-day, body.tp-modern-mode .tp-plan-modern-result .tp-section-row {
  color: #0f172a;
}
body.tp-modern-mode .tp-plan-modern .tp-cover--hero {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
body.tp-modern-mode.tp-plan-lock-scroll #tpPlanTopPanel .tp-cover--hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
body.tp-modern-mode .tp-plan-modern .tp-cover-overlay {
  background: linear-gradient(to top, rgba(15, 23, 42, 0.60), rgba(15, 23, 42, 0.20), transparent);
}
body.tp-modern-mode .tp-plan-modern .tp-cover-overlay.tp-modern-hero-thirds {
  padding: clamp(0.85rem, 2vw, 1.2rem) clamp(0.9rem, 2.2vw, 1.25rem) clamp(2rem, 5vw, 2.75rem);
}
body.tp-modern-mode .tp-plan-modern .tp-cover-overlay.tp-modern-hero-thirds .tp-modern-hero-thirds-copy {
  grid-row: 1 / span 1;
  max-width: min(100%, 30rem);
  margin-left: 0.1rem;
}
@media (max-width: 640px) {
  body.tp-modern-mode .tp-plan-modern .tp-cover-overlay.tp-modern-hero-thirds .tp-modern-hero-thirds-copy {
    grid-column: 1 / span 3 !important;
    max-width: calc(100% - 0.25rem);
    margin-left: 0;
    padding-right: 0.15rem;
  }
}
body.tp-modern-mode .tp-plan-modern .tp-cover-title, body.tp-modern-mode .tp-plan-modern .tp-cover-meta, body.tp-modern-mode .tp-plan-modern .tp-credit-text, body.tp-modern-mode .tp-plan-modern .tp-credit-text a {
  color: #ffffff;
}
body.tp-modern-mode .tp-plan-modern .tp-day-cover-content.tp-modern-hero-thirds {
  align-items: end;
}
body.tp-modern-mode .tp-plan-modern .tp-day-cover-copy {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
body.tp-modern-mode .tp-plan-modern .tp-day-cover-title.tp-modern-hero-headline {
  text-transform: uppercase;
}
body.tp-modern-mode .tp-plan-modern .tp-day-cover-activities.tp-modern-hero-subheadline, body.tp-modern-mode .tp-plan-modern .tp-day-cover-meta.tp-modern-hero-subheadline {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day {
  border: none;
  background: #ffffff;
  box-shadow: none;
}
body.tp-modern-mode .tp-plan-modern-result .tp-flight-itinerary {
  border: none;
  background: transparent;
  box-shadow: none;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.36), rgba(241, 245, 249, 0.24));
  backdrop-filter: blur(18px) saturate(165%);
  -webkit-backdrop-filter: blur(18px) saturate(165%);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen summary {
  background: #000000;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-sticky {
  background: rgba(15, 23, 42, 0.36);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}
body.tp-modern-mode .tp-plan-modern-result .tp-section-row {
  border-color: transparent;
}
body.tp-modern-mode .tp-plan-modern-result .tp-section-badge, body.tp-modern-mode .tp-plan-modern-result .tp-day-date, body.tp-modern-mode .tp-plan-modern-result .tp-day-loc {
  color: #0f172a;
}
body.tp-modern-mode .tp-plan-modern-result .tp-section-row[data-section="evening"] .tp-section-badge {
  color: rgba(255, 255, 255, 0.95);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day-cover-meta .tp-day-date {
  color: rgba(255, 255, 255, 0.94);
}
body.tp-modern-mode .tp-plan-modern-result .tp-segment-warn, body.tp-modern-mode .tp-plan-modern-result .tp-segment-warn--under {
  color: #000000;
}
body.tp-modern-mode .tp-hotel-card.is-selected {
  border-color: rgba(239, 68, 68, 0.9) !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.6) !important;
}
body.tp-modern-mode .tp-stay-city-card.is-active {
  border-color: rgba(239, 68, 68, 0.9) !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.6) !important;
}
body.tp-modern-mode .tp-plan-modern-result .tp-mini-card, body.tp-modern-mode .tp-plan-modern .tp-mini-card, body.tp-modern-mode .tp-plan-modern-card .tp-mini-card {
  border-color: transparent;
  background: transparent;
  color: #0f172a;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-title, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-location, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-date, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-section-badge, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-kicker, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-cat, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-time, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-status, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-itinerary-sticky-label {
  color: rgba(241, 245, 249, 0.94);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-title, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-mini-sub {
  color: rgba(255, 255, 255, 0.96);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-section-badge {
  background-color: rgba(15, 23, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.2);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-section-row[data-section="morning"] .tp-section-badge-text, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-section-row[data-section="afternoon"] .tp-section-badge-text, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-section-row[data-section="evening"] .tp-section-badge-text {
  color: rgba(255, 255, 255, 0.95);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-sticky .tp-button, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-sticky .tp-text-button, body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-fullscreen-close {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(15, 23, 42, 0.42);
  color: rgba(255, 255, 255, 0.95);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day.tp-day--fullscreen .tp-day-fullscreen-close--fixed {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 0.75rem);
  right: calc(env(safe-area-inset-right, 0px) + 0.75rem);
  z-index: 2000;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.tp-modern-mode .tp-plan-modern-result .tp-mini-title, body.tp-modern-mode .tp-plan-modern-result .tp-mini-sub, body.tp-modern-mode .tp-plan-modern-result .tp-mini-cat, body.tp-modern-mode .tp-plan-modern-result .tp-mini-time, body.tp-modern-mode .tp-plan-modern-result .tp-itinerary-sticky-label, body.tp-modern-mode .tp-plan-modern-result .tp-status {
  color: #334155;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-title, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-section-badge, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-location, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-date, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-kicker, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-cat, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-time {
  font-family: var(--font-modern-heading);
  letter-spacing: 0.04em;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-title, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-sub, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-cover-activities {
  font-family: var(--font-modern-card);
}
body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-section-badge, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-kicker, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-cat, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-time {
  font-weight: 700;
  letter-spacing: 0.075em;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-mini-sub, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-cover-activities, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-cover-meta {
  font-weight: 500;
  letter-spacing: 0.03em;
}
body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-sticky .tp-button, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-sticky .tp-text-button, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-fullscreen-close, body.tp-modern-mode .tp-plan-modern-result .tp-day .tp-day-status {
  font-family: var(--font-modern-ui);
}
body.tp-modern-mode .tp-plan-modern-result .tp-button-secondary, body.tp-modern-mode .tp-plan-modern-result .tp-text-button, body.tp-modern-mode .tp-plan-modern .tp-cover-refresh {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-flights-modern {
  margin-top: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode .tp-flights-modern .tp-plan-title, body.tp-modern-mode .tp-flights-modern .tp-plan-meta, body.tp-modern-mode .tp-flights-modern .tp-label, body.tp-modern-mode .tp-flights-modern .tp-flight-leg-title, body.tp-modern-mode .tp-flights-modern .tp-flight-leg-meta, body.tp-modern-mode .tp-flights-modern .tp-status {
  color: #0f172a;
}
body.tp-modern-mode .tp-flights-modern .tp-backlink {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-flights-modern .tp-backlink:hover {
  border-color: rgba(100, 116, 139, 0.7);
  color: #020617;
}
body.tp-modern-mode .tp-flights-modern .tp-flight-savebar, body.tp-modern-mode .tp-flights-modern .tp-flight-leg, body.tp-modern-mode .tp-flights-modern .tp-flight-option, body.tp-modern-mode .tp-flights-modern .tp-flight-selected, body.tp-modern-mode .tp-flights-modern .tp-flight-results, body.tp-modern-mode .tp-flights-modern .tp-flight-bucket, body.tp-modern-mode .tp-flights-modern .tp-flight-roundtrip-card {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}
body.tp-modern-mode .tp-flights-modern .tp-input, body.tp-modern-mode .tp-flights-modern .tp-flight-cabin-pill, body.tp-modern-mode .tp-flights-modern .tp-button-secondary, body.tp-modern-mode .tp-flights-modern .tp-flight-search-mode {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-flights-modern .tp-input:focus, body.tp-modern-mode .tp-flights-modern .tp-flight-cabin-pill:focus, body.tp-modern-mode .tp-flights-modern .tp-button-secondary:focus, body.tp-modern-mode .tp-flights-modern .tp-flight-search-mode:focus {
  border-color: rgb(148 163 184);
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.22);
}
body.tp-modern-mode .tp-airport-modern {
  margin-top: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode .tp-airport-modern .tp-plan-title, body.tp-modern-mode .tp-airport-modern .tp-plan-meta, body.tp-modern-mode .tp-airport-modern .tp-airport-subtitle, body.tp-modern-mode .tp-airport-modern .tp-airport-flight-title, body.tp-modern-mode .tp-airport-modern .tp-status {
  color: #0f172a;
}
body.tp-modern-mode .tp-airport-modern .tp-backlink {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-airport-modern .tp-backlink:hover {
  border-color: rgba(100, 116, 139, 0.7);
  color: #020617;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-embed, body.tp-modern-mode .tp-airport-modern .tp-airport-modern-card, body.tp-modern-mode .tp-airport-modern .tp-airport-seg {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-tips-card {
  color: #0f172a;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-tips-card ul,
body.tp-modern-mode .tp-airport-modern .tp-airport-tips-card li {
  color: #0f172a;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-embed-overlay {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}
body.tp-modern-mode .tp-airport-modern .tp-airport-code, body.tp-modern-mode .tp-airport-modern .tp-airport-embed-meta, body.tp-modern-mode .tp-airport-modern .tp-airport-rating-count, body.tp-modern-mode .tp-airport-modern .tp-airport-type, body.tp-modern-mode .tp-airport-modern .tp-airport-flight-meta, body.tp-modern-mode .tp-airport-modern .tp-airport-seg-meta {
  color: #475569;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-meta-row a, body.tp-modern-mode .tp-airport-modern .tp-airport-embed-links a {
  color: #0369a1;
}
body.tp-modern-mode .tp-airport-modern .tp-airport-flight-meta span {
  border-color: rgba(148, 163, 184, 0.42);
  background: rgba(255, 255, 255, 0.84);
}
body.tp-modern-mode .tp-transport-modern {
  margin-top: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode .tp-transport-modern .tp-plan-title, body.tp-modern-mode .tp-transport-modern .tp-plan-meta, body.tp-modern-mode .tp-transport-modern .tp-meal-map-title, body.tp-modern-mode .tp-transport-modern .tp-airport-subtitle, body.tp-modern-mode .tp-transport-modern .tp-status, body.tp-modern-mode .tp-transport-modern .tp-transport-node-title {
  color: #0f172a;
}
body.tp-modern-mode .tp-transport-modern .tp-backlink, body.tp-modern-mode .tp-transport-modern .tp-place-chip, body.tp-modern-mode .tp-transport-modern .tp-button-secondary {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-transport-modern .tp-backlink:hover, body.tp-modern-mode .tp-transport-modern .tp-place-chip:hover, body.tp-modern-mode .tp-transport-modern .tp-button-secondary:hover {
  border-color: rgba(100, 116, 139, 0.7);
  color: #020617;
}
body.tp-modern-mode .tp-transport-modern .tp-meal-map-wrap, body.tp-modern-mode .tp-transport-modern .tp-transport-summary, body.tp-modern-mode .tp-transport-modern .tp-transport-steps {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}
body.tp-modern-mode .tp-transport-modern .tp-transport-node-label, body.tp-modern-mode .tp-transport-modern .tp-transport-arrow, body.tp-modern-mode .tp-transport-modern .tp-transport-node-sub, body.tp-modern-mode .tp-transport-modern .tp-transport-step, body.tp-modern-mode .tp-transport-modern .tp-meal-map-meta {
  color: #475569;
}
body.tp-modern-mode .tp-transport-modern .tp-transport-mode.is-active {
  border-color: rgba(56, 189, 248, 0.6);
  background: rgba(186, 230, 253, 0.6);
}
body.tp-modern-mode .tp-stay-modern {
  margin-top: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode .tp-stay-modern .tp-plan-title, body.tp-modern-mode .tp-stay-modern .tp-plan-meta, body.tp-modern-mode .tp-stay-modern .tp-stay-sticky-title, body.tp-modern-mode .tp-stay-modern .tp-meal-map-title, body.tp-modern-mode .tp-stay-modern .tp-status, body.tp-modern-mode .tp-stay-modern .tp-meal-title, body.tp-modern-mode .tp-stay-modern .tp-mini-title {
  color: #0f172a;
}
body.tp-modern-mode .tp-stay-modern .tp-backlink, body.tp-modern-mode .tp-stay-modern .tp-button-secondary, body.tp-modern-mode .tp-stay-modern .tp-input {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode .tp-stay-modern .tp-backlink:hover, body.tp-modern-mode .tp-stay-modern .tp-button-secondary:hover {
  border-color: rgba(100, 116, 139, 0.7);
  color: #020617;
}
body.tp-modern-mode .tp-stay-modern .tp-stay-sticky, body.tp-modern-mode .tp-stay-modern .tp-meal-map-wrap, body.tp-modern-mode .tp-stay-modern .tp-meal-card {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}
body.tp-modern-mode .tp-stay-modern .tp-meal-map-meta, body.tp-modern-mode .tp-stay-modern .tp-meal-meta, body.tp-modern-mode .tp-stay-modern .tp-meal-sub, body.tp-modern-mode .tp-stay-modern .tp-mini-kicker, body.tp-modern-mode .tp-stay-modern .tp-mini-sub {
  color: #475569;
}
body.tp-modern-mode .tp-stay-modern .tp-meal-card:hover {
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: 0 0 0 2px rgba(125, 211, 252, 0.35);
}
body.tp-modern-mode .tp-stay-modern .tp-stay-city-card.is-active {
  border-color: rgba(239, 68, 68, 0.9) !important;
  outline: 4px solid rgba(239, 68, 68, 0.6) !important;
  outline-offset: -4px !important;
}
body.tp-modern-mode #tpFlightsModern {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode #tpFlightsModern .tp-card {
  border-color: rgba(148, 163, 184, 0.35) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
body.tp-modern-mode #tpFlightsModern .tp-result-title, body.tp-modern-mode #tpFlightsModern .flights-day-title, body.tp-modern-mode #tpFlightsModern .flights-map-title, body.tp-modern-mode #tpFlightsModern .flights-detail-label {
  color: #0f172a;
}
body.tp-modern-mode #tpFlightsModern .tp-result-meta, body.tp-modern-mode #tpFlightsModern .flights-empty, body.tp-modern-mode #tpFlightsModern .churn-empty, body.tp-modern-mode #tpFlightsModern .flights-detail-value {
  color: #475569;
}
body.tp-modern-mode #tpFlightsModern .flights-map-wrap {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
body.tp-modern-mode #tpFlightsModern .flights-map {
  border: 1px solid rgba(148, 163, 184, 0.35);
  height: clamp(260px, 34vh, 360px);
}
body.tp-modern-mode #tpFlightsModern .flights-map-error {
  color: #475569;
  font-size: 0.85rem;
}
body.tp-modern-mode #tpFlightsModern .churn-warnings {
  gap: 0.65rem;
}
body.tp-modern-mode #tpFlightsModern .churn-warning {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(254, 242, 242, 0.9);
  color: #b91c1c;
}
body.tp-modern-mode #tpFlightsModern .flights-grid {
  gap: 0.95rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
body.tp-modern-mode #tpFlightsModern .flights-day-card {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
body.tp-modern-mode #tpFlightsModern .flights-day-card:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}
body.tp-modern-mode #tpFlightsModern .flights-option {
  border-color: rgba(148, 163, 184, 0.3);
  background: rgba(248, 250, 252, 0.95);
}
body.tp-modern-mode #tpFlightsModern details.flights-option {
  overflow: hidden;
}
body.tp-modern-mode #tpFlightsModern .flights-option-summary {
  color: #1e293b;
  align-items: flex-start;
  list-style: none;
  font-weight: 500;
}
body.tp-modern-mode #tpFlightsModern .flights-option-summary::-webkit-details-marker {
  display: none;
}
body.tp-modern-mode #tpFlightsModern .flights-option-summary::after {
  content: "▾";
  color: #475569;
  font-size: 0.9rem;
  line-height: 1;
  margin-left: 0.4rem;
  margin-top: 0.15rem;
  transition: transform .15s ease;
}
body.tp-modern-mode #tpFlightsModern details[open] > .flights-option-summary::after {
  transform: rotate(180deg);
}
body.tp-modern-mode #tpFlightsModern .flights-details {
  border-color: rgba(148, 163, 184, 0.32);
  background: rgba(255, 255, 255, 0.9);
}
body.tp-modern-mode #tpFlightsModern .flights-detail-row {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}
body.tp-modern-mode #tpFlightsModern .flights-detail-row:first-child {
  border-top: 0;
}
body.tp-modern-mode #tpFlightsModern .flights-segment {
  border-top-color: rgba(148, 163, 184, 0.24);
}
body.tp-modern-mode #tpTripsModern {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode #tpTripsModern .tp-backlink {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode #tpTripsModern .tp-backlink:hover {
  border-color: rgba(100, 116, 139, 0.72);
  color: #020617;
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-grid {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-card {
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.13);
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-card .tp-plan-img, body.tp-modern-mode #tpTripsModern .tp-trips-modern-card .tp-plan-img-fallback {
  height: clamp(11.5rem, 22vw, 13.8rem);
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: flex-end;
  padding: 0.85rem;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.2));
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-title {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.12;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-meta {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-open {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-family: var(--font-modern-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.22rem 0.58rem;
}
body.tp-modern-mode #tpTripsModern .tp-trips-modern-empty {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(248, 250, 252, 0.88);
  color: #475569;
}
body.tp-modern-mode #tpProfilesModern {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
body.tp-modern-mode #tpProfilesModern .tp-backlink, body.tp-modern-mode #tpProfilesModern .tp-button-secondary {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
}
body.tp-modern-mode #tpProfilesModern .tp-backlink:hover, body.tp-modern-mode #tpProfilesModern .tp-button-secondary:hover {
  border-color: rgba(100, 116, 139, 0.72);
  color: #020617;
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-grid {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-card {
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.13);
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-card .tp-plan-img {
  height: clamp(11.5rem, 22vw, 13.8rem);
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: flex-end;
  padding: 0.85rem;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.2));
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-title {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.12;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-meta {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-open {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-family: var(--font-modern-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.22rem 0.58rem;
}
body.tp-modern-mode #tpProfilesModern .tp-profiles-modern-empty {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(248, 250, 252, 0.88);
  color: #475569;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
