/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');
@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-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --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-900: oklch(20.8% 0.042 265.755);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: #616161;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #3375f9;
    --color-secondary: #6392b4;
    --color-ink: #111c2f;
    --color-success: #4ade80;
    --color-error: #ef4444;
    --color-info: #2196f3;
    --font-family-sans: 'Figtree', 'DM Sans', -apple-system, BlinkMacSystemFont, 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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\.5 {
    right: calc(var(--spacing) * 1.5);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\.5 {
    left: calc(var(--spacing) * 1.5);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .aspect-\[16\/11\] {
    aspect-ratio: 16/11;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-\[calc\(100vh-4rem\)\] {
    min-height: calc(100vh - 4rem);
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[716px\] {
    max-width: 716px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[872px\] {
    max-width: 872px;
  }
  .max-w-\[897px\] {
    max-width: 897px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[1330px\] {
    max-width: 1330px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-\[720px\] {
    min-width: 720px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-100);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-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-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#77a2d6\] {
    border-color: #77a2d6;
  }
  .border-\[\#111c2f\]\/10 {
    border-color: color-mix(in oklab, #111c2f 10%, transparent);
  }
  .border-\[\#111c2f\]\/15 {
    border-color: color-mix(in oklab, #111c2f 15%, transparent);
  }
  .border-\[\#111c2f\]\/25 {
    border-color: color-mix(in oklab, #111c2f 25%, transparent);
  }
  .border-\[\#111c2f\]\/30 {
    border-color: color-mix(in oklab, #111c2f 30%, transparent);
  }
  .border-\[\#3375f9\] {
    border-color: #3375f9;
  }
  .border-\[\#e0e0e0\] {
    border-color: #e0e0e0;
  }
  .border-\[\#e6eef8\] {
    border-color: #e6eef8;
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-info {
    border-color: var(--color-info);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-rose-200 {
    border-color: var(--color-rose-200);
  }
  .border-rose-500 {
    border-color: var(--color-rose-500);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-success {
    border-color: var(--color-success);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .bg-\[\#10b981\] {
    background-color: #10b981;
  }
  .bg-\[\#28ca41\] {
    background-color: #28ca41;
  }
  .bg-\[\#111c2f\] {
    background-color: #111c2f;
  }
  .bg-\[\#111c2f\]\/70 {
    background-color: color-mix(in oklab, #111c2f 70%, transparent);
  }
  .bg-\[\#111c2f\]\/75 {
    background-color: color-mix(in oklab, #111c2f 75%, transparent);
  }
  .bg-\[\#111c2f\]\/80 {
    background-color: color-mix(in oklab, #111c2f 80%, transparent);
  }
  .bg-\[\#111c2f\]\/85 {
    background-color: color-mix(in oklab, #111c2f 85%, transparent);
  }
  .bg-\[\#3375f9\] {
    background-color: #3375f9;
  }
  .bg-\[\#3375f9\]\/85 {
    background-color: color-mix(in oklab, #3375f9 85%, transparent);
  }
  .bg-\[\#e6eef8\] {
    background-color: #e6eef8;
  }
  .bg-\[\#e6eef8\]\/40 {
    background-color: color-mix(in oklab, #e6eef8 40%, transparent);
  }
  .bg-\[\#e6eef8\]\/60 {
    background-color: color-mix(in oklab, #e6eef8 60%, transparent);
  }
  .bg-\[\#e6eef8\]\/70 {
    background-color: color-mix(in oklab, #e6eef8 70%, transparent);
  }
  .bg-\[\#f1f3f4\] {
    background-color: #f1f3f4;
  }
  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }
  .bg-\[\#ff5f57\] {
    background-color: #ff5f57;
  }
  .bg-\[\#ffbd2e\] {
    background-color: #ffbd2e;
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/55 {
    background-color: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }
  .bg-blue-50\/50 {
    background-color: color-mix(in srgb, oklch(97% 0.014 254.604) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-50) 50%, transparent);
    }
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/5 {
    background-color: color-mix(in srgb, #3375f9 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
    }
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, #3375f9 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-rose-50 {
    background-color: var(--color-rose-50);
  }
  .bg-rose-100 {
    background-color: var(--color-rose-100);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }
  .bg-slate-900\/50 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#337ff9\] {
    --tw-gradient-from: #337ff9;
    --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-\[\#dbeafe\] {
    --tw-gradient-from: #dbeafe;
    --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-\[\#dcfce7\] {
    --tw-gradient-from: #dcfce7;
    --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-\[\#fef3c7\] {
    --tw-gradient-from: #fef3c7;
    --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-black\/40 {
    --tw-gradient-from: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, 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-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-\[\#86efac\] {
    --tw-gradient-to: #86efac;
    --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-\[\#93c5fd\] {
    --tw-gradient-to: #93c5fd;
    --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-\[\#6392b4\] {
    --tw-gradient-to: #6392b4;
    --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-\[\#fcd34d\] {
    --tw-gradient-to: #fcd34d;
    --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-black\/30 {
    --tw-gradient-to: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 30%, 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));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .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);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .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);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#1d4ed8\] {
    color: #1d4ed8;
  }
  .text-\[\#10b981\] {
    color: #10b981;
  }
  .text-\[\#16a34a\] {
    color: #16a34a;
  }
  .text-\[\#77a2d6\] {
    color: #77a2d6;
  }
  .text-\[\#111c2f\] {
    color: #111c2f;
  }
  .text-\[\#111c2f\]\/60 {
    color: color-mix(in oklab, #111c2f 60%, transparent);
  }
  .text-\[\#111c2f\]\/70 {
    color: color-mix(in oklab, #111c2f 70%, transparent);
  }
  .text-\[\#111c2f\]\/75 {
    color: color-mix(in oklab, #111c2f 75%, transparent);
  }
  .text-\[\#111c2f\]\/80 {
    color: color-mix(in oklab, #111c2f 80%, transparent);
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#3375f9\] {
    color: #3375f9;
  }
  .text-\[\#45494d\] {
    color: #45494d;
  }
  .text-\[\#b45309\] {
    color: #b45309;
  }
  .text-\[\#e6eef8\] {
    color: #e6eef8;
  }
  .text-\[\#f59e0b\] {
    color: #f59e0b;
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-rose-500 {
    color: var(--color-rose-500);
  }
  .text-rose-600 {
    color: var(--color-rose-600);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .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-900 {
    color: var(--color-slate-900);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-slate-400 {
    &::placeholder {
      color: var(--color-slate-400);
    }
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .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-\[0_2px_4px_rgba\(0\,0\,0\,0\.04\)\,0_6px_14px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.04)), 0 6px 14px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(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-\[0_2px_6px_rgba\(17\,28\,47\,0\.1\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(17,28,47,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-\[0_2px_6px_rgba\(17\,28\,47\,0\.3\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(17,28,47,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_6px_rgba\(17\,28\,47\,0\.08\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(17,28,47,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_5px_8px_rgba\(0\,0\,0\,0\.1\)\,0_9px_23px_rgba\(0\,0\,0\,0\.09\)\] {
    --tw-shadow: 0 5px 8px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0 9px 23px var(--tw-shadow-color, rgba(0,0,0,0.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_5px_8px_rgba\(0\,0\,0\,0\.08\)\,0_9px_23px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 5px 8px var(--tw-shadow-color, rgba(0,0,0,0.08)), 0 9px 23px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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-2 {
    --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);
  }
  .ring-\[\#3375f9\] {
    --tw-ring-color: #3375f9;
  }
  .ring-primary {
    --tw-ring-color: var(--color-primary);
  }
  .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-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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,);
  }
  .sepia {
    --tw-sepia: sepia(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-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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .placeholder\:text-\[\#77a2d6\] {
    &::placeholder {
      color: #77a2d6;
    }
  }
  .placeholder\:text-slate-500 {
    &::placeholder {
      color: var(--color-slate-500);
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[\#111c2f\]\/25 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #111c2f 25%, transparent);
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-\[\#1a6ae8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1a6ae8;
      }
    }
  }
  .hover\:bg-\[\#e6eef8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e6eef8;
      }
    }
  }
  .hover\:bg-\[\#f8f9fa\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f8f9fa;
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #3375f9 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-200);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#77a2d6\] {
    &:hover {
      @media (hover: hover) {
        color: #77a2d6;
      }
    }
  }
  .hover\:text-\[\#111c2f\] {
    &:hover {
      @media (hover: hover) {
        color: #111c2f;
      }
    }
  }
  .hover\:text-\[\#3375f9\] {
    &:hover {
      @media (hover: hover) {
        color: #3375f9;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #3375f9 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-primary) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-slate-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-600);
      }
    }
  }
  .hover\:text-slate-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-\[0_8px_16px_rgba\(0\,0\,0\,0\.12\)\,0_16px_30px_rgba\(0\,0\,0\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 16px var(--tw-shadow-color, rgba(0,0,0,0.12)), 0 16px 30px var(--tw-shadow-color, rgba(0,0,0,0.08));
        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-\[\#3375f9\] {
    &:focus {
      border-color: #3375f9;
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .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-\[\#3375f9\] {
    &:focus {
      --tw-ring-color: #3375f9;
    }
  }
  .focus\:ring-\[\#3375f9\]\/20 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #3375f9 20%, transparent);
    }
  }
  .focus\:ring-primary {
    &:focus {
      --tw-ring-color: var(--color-primary);
    }
  }
  .focus\:ring-rose-500 {
    &:focus {
      --tw-ring-color: var(--color-rose-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:bg-slate-50 {
    &:active {
      background-color: var(--color-slate-50);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .data-\[active\=false\]\:border-b-2 {
    &[data-active="false"] {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .data-\[active\=false\]\:border-\[\#3375f9\] {
    &[data-active="false"] {
      border-color: #3375f9;
    }
  }
  .data-\[active\=false\]\:text-\[\#3375f9\] {
    &[data-active="false"] {
      color: #3375f9;
    }
  }
  .data-\[active\=false\]\:hover\:bg-\[\#eaf1fb\] {
    &[data-active="false"] {
      &:hover {
        @media (hover: hover) {
          background-color: #eaf1fb;
        }
      }
    }
  }
  .data-\[active\=true\]\:bg-\[\#111c2f\] {
    &[data-active="true"] {
      background-color: #111c2f;
    }
  }
  .data-\[active\=true\]\:text-white {
    &[data-active="true"] {
      color: var(--color-white);
    }
  }
  .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\:gap-x-6 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:-mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-\[420px\] {
    @media (width >= 48rem) {
      width: 420px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[2fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 2fr 1fr 1fr;
    }
  }
  .md\:grid-cols-\[5fr_6fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 5fr 6fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-14 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:px-15 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-28 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[19px\] {
    @media (width >= 48rem) {
      font-size: 19px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    font-family: var(--font-family-sans);
    -webkit-font-smoothing: antialiased;
  }
  body {
    margin: 0;
    color: var(--color-ink);
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, div:focus, section:focus, article:focus, main:focus, h1:focus-visible, h2:focus-visible, h3:focus-visible, h4:focus-visible, p:focus-visible, div:focus-visible, section:focus-visible {
    outline: none;
  }
}
@layer components {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
  }
  .row.g-3 {
    margin: 0;
    gap: 1rem;
  }
  .row.g-3 > * {
    padding: 0;
  }
  .row.g-3 > .col-md-6 {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 200px;
  }
  .row > .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row > .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row > .col-md-7 {
    flex: 0 0 auto;
    width: 58.333%;
  }
  .row > .col-md-8 {
    flex: 0 0 auto;
    width: 66.667%;
  }
  .row > .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  @media (max-width: 767px) {
    .row > .col-md-6, .row > .col-md-7, .row > .col-md-8, .row > .col-md-9 {
      width: 100%;
    }
    .row.g-3 > .col-md-6 {
      flex: 1 1 100%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.333%;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .justify-content-center {
    justify-content: center;
  }
  .align-items-center {
    align-items: center;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-1 {
    margin-right: 0.25rem !important;
  }
  .me-2 {
    margin-right: 0.5rem !important;
  }
  .me-3 {
    margin-right: 1rem !important;
  }
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .g-3 {
    gap: 1rem;
  }
  .text-center {
    text-align: center;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  .d-flex {
    display: flex;
  }
  .d-grid {
    display: grid;
  }
  .position-relative {
    position: relative;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .align-items-center {
    align-items: center;
  }
  .fw600 {
    font-weight: 600;
  }
  .dark-color {
    color: #213d4d;
  }
  .fz14 {
    font-size: 14px;
  }
  .ff-heading {
    font-family: var(--font-family-sans);
  }
  .small {
    font-size: 0.875rem;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #337ff9;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(51, 127, 249, 0.1);
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #213d4d;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@layer components {
  .dw-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: all 0.3s ease;
  }
  .dw-header.sticky {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .dw-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    transition: padding 0.3s ease;
  }
  .dw-header.sticky .dw-header-container {
    padding: 10px 24px;
  }
  .dw-logo-column {
    display: flex;
    align-items: center;
  }
  .dw-logo-link {
    display: block;
  }
  .dw-logo-light {
    display: block;
  }
  .dw-logo-dark {
    display: none;
  }
  .dw-header.sticky .dw-logo-light {
    display: none;
  }
  .dw-header.sticky .dw-logo-dark {
    display: block;
  }
  .dw-main-nav {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .dw-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
  }
  .dw-nav-item {
    display: flex;
    align-items: center;
  }
  .dw-nav-divider {
    width: 1px;
    height: 20px;
    margin: 0 8px;
  }
  .dw-header:not(.sticky) .dw-nav-divider {
    background: rgba(255, 255, 255, 0.3);
  }
  .dw-header.sticky .dw-nav-divider {
    background: #e0e0e0;
  }
  .dw-nav-link {
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
  }
  .dw-header:not(.sticky) .dw-nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .dw-header:not(.sticky) .dw-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
  }
  .dw-header:not(.sticky) .dw-nav-link.active {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 white;
  }
  .dw-header.sticky .dw-nav-link {
    color: #213d4d;
  }
  .dw-header.sticky .dw-nav-link:hover {
    background: #f0f4f8;
  }
  .dw-header.sticky .dw-nav-link.active {
    background: #e8f0fe;
    color: #337ff9 !important;
    box-shadow: inset 0 -2px 0 0 #337ff9;
  }
  .dw-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .dw-login-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 8px 12px;
    border-radius: 6px;
  }
  .dw-header:not(.sticky) .dw-login-link {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .dw-header.sticky .dw-login-link {
    color: #616161;
  }
  .dw-header:not(.sticky) .dw-login-link.active {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 white;
  }
  .dw-header.sticky .dw-login-link.active {
    background: #e8f0fe;
    color: #337ff9 !important;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 #337ff9;
  }
  .dw-cta-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: headerCtaPulse 2s ease-in-out infinite;
  }
  .dw-cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
  }
  .dw-cta-button:hover::before {
    width: 250px;
    height: 250px;
  }
  .dw-header:not(.sticky) .dw-cta-button {
    background: white;
    color: #337ff9;
    box-shadow: 0 4px 15px rgba(51, 127, 249, 0.3);
  }
  .dw-header.sticky .dw-cta-button {
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(51, 127, 249, 0.4);
  }
  .dw-cta-button:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 25px rgba(51, 127, 249, 0.5);
  }
  .dw-cta-button:active {
    transform: translateY(-2px) scale(1.04);
  }
  @keyframes headerCtaPulse {
    0%, 100% {
      box-shadow: 0 4px 15px rgba(51, 127, 249, 0.3);
    }
    50% {
      box-shadow: 0 4px 25px rgba(51, 127, 249, 0.5);
    }
  }
  .dw-announcement-bar {
    border-top: 1px solid transparent;
  }
  .dw-header:not(.sticky) .dw-announcement-bar {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
  .dw-header.sticky .dw-announcement-bar {
    border-top-color: #f0f0f0;
  }
  .dw-announcement-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 24px;
    text-align: center;
  }
  .dw-announcement-text, .dw-announcement-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
  }
  .dw-header:not(.sticky) .dw-announcement-text, .dw-header:not(.sticky) .dw-announcement-link {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .dw-header.sticky .dw-announcement-text, .dw-header.sticky .dw-announcement-link {
    color: #616161;
  }
  @media (max-width: 991px) {
    .dw-header {
      display: none;
    }
  }
  .dw-public-mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
  }
  .dw-public-mobile-header.sticky {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .dw-public-mobile-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
  }
  .mobile-logo, .dw-mobile-logo {
    display: block;
  }
  .dw-public-mobile-header .dw-logo-light {
    display: block;
  }
  .dw-public-mobile-header .dw-logo-dark {
    display: none;
  }
  .dw-public-mobile-header.sticky .dw-logo-light {
    display: none;
  }
  .dw-public-mobile-header.sticky .dw-logo-dark {
    display: block;
  }
  .hamburger, .dw-hamburger {
    width: 16px;
    height: 12px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .hamburger-line, .dw-hamburger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .dw-public-mobile-header.sticky .dw-hamburger-line {
    background: #213d4d;
  }
  .dw-public-mobile-header .dw-hamburger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .hamburger-line:nth-child(1), .dw-hamburger-line:nth-child(1) {
    top: 0;
  }
  .hamburger-line:nth-child(2), .dw-hamburger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-line:nth-child(3), .dw-hamburger-line:nth-child(3) {
    bottom: 0;
  }
  .hamburger.active .hamburger-line:nth-child(1), .dw-hamburger.active .dw-hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .hamburger.active .hamburger-line:nth-child(2), .dw-hamburger.active .dw-hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-line:nth-child(3), .dw-hamburger.active .dw-hamburger-line:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .mobile-menu-overlay, .dw-mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-menu-overlay.active, .dw-mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu, .dw-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .mobile-menu.active, .dw-mobile-menu.active {
    right: 0;
  }
  .mobile-menu-content, .dw-mobile-menu-content {
    padding: 70px 16px 16px;
  }
  .mobile-announcement, .dw-mobile-announcement {
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .menu-section, .dw-menu-section {
    margin-bottom: 24px;
  }
  .menu-section-title, .dw-menu-section-title {
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-left: 4px;
  }
  .menu-link, .dw-menu-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #213d4d;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    width: 100%;
  }
  .menu-link:hover, .menu-link.active, .dw-menu-link:hover, .dw-menu-link.active {
    background: #f0f4f8;
    color: #337ff9;
  }
  .audience-link, .dw-audience-link {
    background: #f8f9fa;
    margin-bottom: 8px;
  }
  .audience-link:hover, .audience-link.active, .dw-audience-link:hover, .dw-audience-link.active {
    background: #e8f0fe;
  }
  .dw-cta-menu-link {
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    color: white !important;
  }
  .dw-cta-menu-link:hover {
    background: linear-gradient(135deg, #2563eb 0%, #5382a3 100%);
    color: white !important;
  }
  @media (max-width: 991px) {
    .dw-public-mobile-header {
      display: block;
    }
    .mobile-menu-overlay, .dw-mobile-menu-overlay {
      display: block;
    }
    .mobile-menu, .dw-mobile-menu {
      display: block;
    }
  }
  .dw-hero-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(33, 61, 77, 0.95) 0%, rgba(51, 127, 249, 0.85) 50%, rgba(99, 146, 180, 0.90) 100% );
    overflow: visible;
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .dw-particle-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .dw-hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: visible;
  }
  .dw-hero-text {
    color: white;
  }
  .dw-hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white;
    animation: fadeInUp 0.8s ease 0.2s both;
    min-height: 4.8em;
  }
  .dw-typing-text {
    display: inline-block;
    color: white;
    -webkit-text-stroke: 2px #ef4444;
    text-stroke: 2px #ef4444;
    paint-order: stroke fill;
  }
  .dw-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
    animation: fadeInUp 0.8s ease 0.4s both;
  }
  .dw-hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease 0.6s both;
  }
  .dw-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .dw-cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s, background 0.3s;
  }
  .dw-cta-btn:hover::before {
    width: 300px;
    height: 300px;
  }
  .dw-cta-primary::before {
    background: rgba(33, 61, 77, 0.15);
  }
  .dw-cta-primary:hover::before {
    background: rgba(255, 255, 255, 0.15);
  }
  .dw-cta-btn:active {
    transform: translateY(-1px) scale(1.02);
  }
  .dw-cta-btn:disabled, .dw-cta-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    animation: none;
  }
  .dw-cta-btn:disabled::before, .dw-cta-btn[disabled]::before {
    display: none;
  }
  .dw-cta-primary {
    background: white;
    color: #337ff9;
    box-shadow: 0 4px 15px rgba(51, 127, 249, 0.4);
    animation: ctaPulse 2s infinite;
  }
  .dw-cta-primary:hover {
    background: linear-gradient(135deg, #213d4d 0%, #337ff9 100%);
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(33, 61, 77, 0.5);
  }
  .dw-cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
  }
  .dw-cta-secondary:hover {
    background: white;
    color: #337ff9;
    transform: translateY(-3px) scale(1.05);
  }
  .dw-cta-arrow {
    transition: transform 0.3s ease;
  }
  .dw-cta-primary:hover .dw-cta-arrow, .dw-cta-secondary:hover .dw-cta-arrow {
    transform: translateX(4px);
  }
  @keyframes ctaPulse {
    0%, 100% {
      box-shadow: 0 4px 15px rgba(51, 127, 249, 0.4);
    }
    50% {
      box-shadow: 0 4px 20px rgba(51, 127, 249, 0.6);
    }
  }
  .dw-persona-selector {
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease 0.8s both;
  }
  .dw-persona-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .dw-persona-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .dw-persona-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .dw-persona-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
  }
  .dw-persona-btn i, .dw-persona-btn span {
    color: white !important;
  }
  .dw-hero-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease 1s both;
    max-width: fit-content;
  }
  .dw-stat-item {
    text-align: center;
  }
  .dw-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2px;
  }
  .dw-stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .dw-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
  }
  .dw-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInLeft 1s ease 0.4s both;
    overflow: visible;
  }
  .dw-typing-cursor {
    animation: blink 0.7s infinite;
  }
  .dw-triangle-container {
    position: relative;
    width: 600px;
    height: 480px;
    margin: 0 auto;
    overflow: visible;
  }
  .dw-connection-lines {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    z-index: 10;
    overflow: visible;
    pointer-events: none;
  }
  .dw-connection-line {
    stroke: url(#lineGradient);
    stroke-width: 2;
    stroke-dasharray: 5, 5;
    animation: dash 20s linear infinite;
  }
  @keyframes dash {
    to {
      stroke-dashoffset: -1000;
    }
  }
  .dw-traveling-dot {
    filter: drop-shadow(0 0 8px currentColor);
  }
  .dw-node-link {
    text-decoration: none;
    color: inherit;
  }
  .dw-triangle-node {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(51, 127, 249, 0.2);
    border: 3px solid rgba(51, 127, 249, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 12;
    pointer-events: auto;
  }
  .dw-triangle-node:hover, .dw-triangle-node.active {
    transform: scale(1.15);
    box-shadow: 0 12px 48px rgba(51, 127, 249, 0.4);
    border-color: #337ff9;
  }
  .dw-node-buyer {
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dw-node-buyer:hover, .dw-node-buyer.active {
    transform: translateX(-50%) scale(1.15);
  }
  .dw-node-agent {
    bottom: 0;
    left: 0;
  }
  .dw-node-lender {
    bottom: 0;
    right: 0;
  }
  .dw-node-icon {
    font-size: 3.5rem;
    margin-bottom: 12px;
    color: #337ff9;
  }
  .dw-node-icon i {
    display: block;
  }
  .dw-node-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #213d4d;
    text-align: center;
  }
  .dw-node-description {
    font-size: 1.1rem;
    font-weight: 700;
    color: #337ff9;
    text-align: center;
    padding: 0 15px;
    line-height: 1.3;
    animation: fadeIn 0.2s ease;
  }
  .dw-center-node {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
  }
  .dw-center-logo-wrapper {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dw-center-logo-wrapper img {
    object-fit: contain;
  }
  @media (max-width: 992px) {
    .dw-hero-title {
      font-size: 2.5rem;
      min-height: 6em;
    }
    .dw-hero-subtitle {
      font-size: 1.1rem;
    }
    .dw-hero-stats {
      gap: 16px;
      padding: 16px 20px;
    }
    .dw-stat-number {
      font-size: 1.5rem;
    }
    .dw-hero-visual {
      margin-bottom: 60px;
      padding-bottom: 20px;
    }
    .dw-hero-text {
      text-align: center;
      padding-top: 20px;
    }
    .dw-hero-cta-group {
      justify-content: center;
    }
    .dw-persona-selector {
      text-align: center;
    }
    .dw-persona-buttons {
      justify-content: center;
    }
    .dw-hero-stats {
      margin: 0 auto;
    }
    .dw-triangle-container {
      width: 450px;
      height: 350px;
      margin: 0 auto;
      transform: scale(0.9);
    }
    .dw-triangle-node {
      width: 140px;
      height: 140px;
    }
    .dw-node-buyer {
      top: -90px;
    }
    .dw-node-icon {
      font-size: 2.8rem;
    }
    .dw-node-label {
      font-size: 1.05rem;
    }
    .dw-node-description {
      font-size: 0.9rem;
    }
    .dw-center-logo-wrapper {
      width: 110px;
      height: 110px;
    }
    .dw-center-logo-wrapper img {
      width: 90px !important;
      height: 90px !important;
    }
    .dw-connection-lines {
      transform: scale(0.9);
      transform-origin: center;
    }
  }
  @media (max-width: 768px) {
    .dw-hero-section {
      padding-top: 180px;
      padding-bottom: 50px;
      min-height: auto;
    }
    .dw-hero-title {
      font-size: 2rem;
      min-height: 7.2em;
    }
    .dw-cta-primary, .dw-cta-secondary {
      padding: 12px 20px;
      font-size: 0.9rem;
    }
    .dw-persona-buttons {
      gap: 8px;
    }
    .dw-persona-btn {
      padding: 10px 16px;
      font-size: 0.85rem;
    }
    .dw-hero-stats {
      flex-wrap: nowrap;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
      padding: 16px 12px;
      gap: 10px;
    }
    .dw-stat-item {
      flex: 1;
      min-width: 0;
    }
    .dw-stat-number {
      font-size: 1.35rem;
    }
    .dw-stat-label {
      font-size: 0.7rem;
      line-height: 1.2;
    }
    .dw-stat-divider {
      height: 30px;
    }
    .dw-hero-visual {
      margin-bottom: 40px;
      padding: 0 20px;
    }
    .dw-triangle-container {
      width: 400px;
      height: 350px;
      transform: scale(0.85);
      margin: 30px auto;
    }
    .dw-connection-lines {
      transform: scale(0.85);
      transform-origin: center;
    }
    .dw-triangle-node {
      width: 120px;
      height: 120px;
    }
    .dw-node-buyer {
      top: -80px;
    }
    .dw-node-icon {
      font-size: 2.5rem;
      margin-bottom: 8px;
    }
    .dw-node-label {
      font-size: 1rem;
    }
    .dw-center-logo-wrapper {
      width: 100px;
      height: 100px;
    }
    .dw-center-logo-wrapper img {
      width: 80px !important;
      height: 80px !important;
    }
    .dw-node-description {
      font-size: 0.85rem;
      padding: 0 8px;
    }
  }
  @media (max-width: 575px) {
    .dw-hero-stats {
      padding: 14px 8px;
      gap: 6px;
    }
    .dw-stat-number {
      font-size: 1.2rem;
    }
    .dw-stat-label {
      font-size: 0.65rem;
    }
    .dw-stat-divider {
      height: 26px;
    }
    .dw-persona-btn {
      padding: 8px 12px;
      font-size: 0.8rem;
    }
    .dw-triangle-container {
      width: 320px;
      height: 300px;
      transform: scale(0.75);
      margin: 20px auto;
    }
    .dw-connection-lines {
      transform: scale(0.75);
    }
    .dw-triangle-node {
      width: 100px;
      height: 100px;
      border-width: 2px;
    }
    .dw-node-buyer {
      top: -65px;
    }
    .dw-node-icon {
      font-size: 2rem;
      margin-bottom: 6px;
    }
    .dw-node-label {
      font-size: 0.9rem;
    }
    .dw-node-description {
      font-size: 0.75rem;
      padding: 0 6px;
    }
    .dw-center-logo-wrapper {
      width: 80px;
      height: 80px;
    }
    .dw-center-logo-wrapper img {
      width: 60px !important;
      height: 60px !important;
    }
  }
  @media (max-width: 400px) {
    .dw-triangle-container {
      width: 280px;
      height: 260px;
      transform: scale(0.65);
      margin: 10px auto;
    }
    .dw-connection-lines {
      transform: scale(0.65);
    }
    .dw-triangle-node {
      width: 85px;
      height: 85px;
    }
    .dw-node-buyer {
      top: -55px;
    }
    .dw-node-icon {
      font-size: 1.8rem;
    }
    .dw-node-label {
      font-size: 0.85rem;
    }
    .dw-node-description {
      font-size: 0.7rem;
      padding: 0 4px;
    }
    .dw-center-logo-wrapper {
      width: 70px;
      height: 70px;
    }
    .dw-center-logo-wrapper img {
      width: 50px !important;
      height: 50px !important;
    }
  }
  .social-proof-section, .dw-social-proof {
    padding: 80px 0;
    background: #f8f9fa;
  }
  .section-header, .dw-section-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .section-title, .dw-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 12px;
  }
  .section-subtitle, .dw-section-subtitle {
    color: #616161;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
  }
  .partner-logos, .dw-partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
  .partner-logo, .dw-partner-logo {
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }
  .partner-logo:hover, .dw-partner-logo:hover {
    opacity: 1;
  }
  .logo-placeholder, .dw-logo-placeholder {
    width: 120px;
    height: 48px;
    background: #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    font-size: 12px;
  }
  .testimonials-grid, .dw-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }
  .testimonial-card, .dw-testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial-card:hover, .dw-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  }
  .quote-icon, .dw-quote-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .quote-icon i, .dw-quote-icon i {
    color: white;
    font-size: 1rem;
  }
  .testimonial-quote, .dw-testimonial-quote {
    color: #213d4d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .testimonial-author, .dw-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .author-avatar, .dw-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
  }
  .author-avatar img, .dw-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .avatar-placeholder, .dw-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
  }
  .author-name, .dw-author-name {
    font-weight: 600;
    color: #213d4d;
    font-size: 0.95rem;
  }
  .author-title, .dw-author-title {
    color: #616161;
    font-size: 0.85rem;
  }
  .stats-row, .dw-stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    background: white;
    border-radius: 16px;
    padding: 32px 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .stats-row .stat-item, .dw-stats-row .dw-stat-item {
    text-align: center;
  }
  .stat-value, .dw-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #337ff9;
    margin-bottom: 4px;
  }
  .stats-row .stat-label, .dw-stats-row .dw-stat-label {
    color: #616161;
    font-size: 0.9rem;
  }
  .stats-row .stat-divider, .dw-stats-row .dw-stat-divider {
    width: 1px;
    height: 48px;
    background: #e0e0e0;
  }
  @media (max-width: 991px) {
    .testimonials-grid, .dw-testimonials-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .stats-row, .dw-stats-row {
      flex-wrap: wrap;
      gap: 24px;
    }
    .stats-row .stat-divider, .dw-stats-row .dw-stat-divider {
      display: none;
    }
    .stats-row .stat-item, .dw-stats-row .dw-stat-item {
      flex: 1 1 calc(50% - 12px);
      min-width: 120px;
    }
  }
  @media (max-width: 767px) {
    .social-proof-section, .dw-social-proof {
      padding: 60px 0;
    }
    .section-title, .dw-section-title {
      font-size: 1.5rem;
    }
    .testimonials-grid, .dw-testimonials-grid {
      grid-template-columns: 1fr;
    }
    .partner-logos, .dw-partner-logos {
      gap: 24px;
    }
    .stats-row, .dw-stats-row {
      padding: 24px;
    }
    .stat-value, .dw-stat-value {
      font-size: 1.5rem;
    }
  }
  .dw-footer {
    background: #1a1a2e;
    color: white;
    padding: 60px 0 0;
  }
  .dw-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .dw-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dw-brand-column {
    padding-right: 24px;
  }
  .dw-footer-logo {
    display: inline-block;
    margin-bottom: 32px;
  }
  .dw-brand-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    margin-top: 24px;
  }
  .dw-column-title {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  .dw-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .dw-footer-links li {
    margin-bottom: 12px;
  }
  .dw-footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
  }
  .dw-footer-links a:hover {
    color: white;
  }
  .dw-newsletter-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 16px;
  }
  .dw-newsletter-form {
    display: flex;
    gap: 8px;
  }
  .dw-newsletter-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    outline: none;
    transition: border-color 0.2s ease;
  }
  .dw-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .dw-newsletter-input:focus {
    border-color: #337ff9;
  }
  .dw-newsletter-button {
    padding: 12px 16px;
    background: #337ff9;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .dw-newsletter-button:hover:not(:disabled) {
    background: #2563eb;
  }
  .dw-newsletter-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .dw-subscribed-message {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    color: #4ade80;
    font-size: 14px;
  }
  .dw-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 16px;
  }
  .dw-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .dw-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin: 0;
  }
  .dw-legal-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
  }
  .dw-legal-divider {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
  }
  .dw-legal-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
  }
  .dw-legal-links a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .dw-social-links {
    display: flex;
    gap: 12px;
  }
  .dw-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .dw-social-link:hover {
    background: #337ff9;
    transform: translateY(-2px);
  }
  @media (max-width: 991px) {
    .dw-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .dw-brand-column {
      grid-column: span 2;
    }
    .dw-newsletter-column {
      grid-column: span 2;
    }
  }
  @media (max-width: 575px) {
    .dw-footer {
      padding: 40px 0 0;
      padding-bottom: 80px;
    }
    .dw-footer-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .dw-brand-column, .dw-newsletter-column {
      grid-column: span 1;
    }
    .dw-footer-bottom {
      flex-direction: column;
      text-align: center;
    }
    .dw-footer-bottom-left {
      flex-direction: column;
      gap: 12px;
    }
    .dw-legal-links {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .dw-auth-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 160px 0 60px;
    box-sizing: border-box;
  }
  .dw-auth-hero > .dw-hero-content-wrapper {
    margin: auto 0;
  }
  @media (max-width: 768px) {
    .dw-auth-hero {
      min-height: 100vh;
      padding: 120px 0 40px;
    }
  }
  .login-card, .signup-card, .dw-login-card, .dw-signup-card, .dw-auth-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .login-logo, .dw-login-logo {
    height: 72px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
  }
  .card-title, .dw-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 8px;
  }
  .card-subtitle, .dw-card-subtitle {
    color: #616161;
    margin-bottom: 0;
  }
  .password-toggle, .dw-password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #6c757d;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .password-toggle:hover, .dw-password-toggle:hover {
    color: #337ff9;
  }
  .forgot-link, .dw-forgot-link {
    color: #337ff9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .forgot-link:hover, .dw-forgot-link:hover {
    text-decoration: underline;
  }
  .signup-text, .login-text, .dw-signup-text, .dw-login-text {
    color: #616161;
  }
  .signup-link, .login-link-text, .dw-signup-link, .dw-login-link-text {
    color: #337ff9;
    font-weight: 600;
    text-decoration: none;
  }
  .signup-link:hover, .login-link-text:hover, .dw-signup-link:hover, .dw-login-link-text:hover {
    text-decoration: underline;
  }
  .trust-indicator, .dw-trust-indicator {
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #616161;
    font-size: 13px;
  }
  .trust-indicator i, .dw-trust-indicator i {
    color: #4ade80;
  }
  .dw-step-indicator {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .dw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .dw-step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #9e9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
  }
  .dw-step.active .dw-step-number {
    background: #ef4444;
    color: white;
  }
  .dw-step.completed .dw-step-number {
    background: #10b981;
    color: white;
  }
  .dw-step-label {
    font-size: 0.75rem;
    color: #337ff9;
    font-weight: 600;
  }
  .dw-step.active .dw-step-label {
    color: #ef4444;
  }
  .dw-step.completed .dw-step-label {
    color: #10b981;
  }
  .dw-step-line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    margin: 0 8px;
    margin-top: 17px;
  }
  .dw-step-line.completed {
    background: #10b981;
  }
  .role-selector, .dw-role-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .role-card, .dw-role-card {
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .role-card:hover, .dw-role-card:hover {
    background: #f0f4f8;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .role-card:active, .dw-role-card:active {
    transform: scale(0.95);
    transition: transform 0.1s;
  }
  .role-card.active, .dw-role-card.active {
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(51, 127, 249, 0.35);
    transform: translateY(-4px);
  }
  .role-card.active:hover, .dw-role-card.active:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(51, 127, 249, 0.45);
  }
  .role-icon, .dw-role-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .role-card.active .role-icon, .dw-role-card.active .dw-role-icon {
    background: rgba(255, 255, 255, 0.2);
  }
  .role-icon i, .dw-role-icon i {
    font-size: 1.25rem;
    color: white;
  }
  .role-label, .dw-role-label {
    font-weight: 700;
    color: #213d4d;
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .role-card.active .role-label, .dw-role-card.active .dw-role-label {
    color: white;
  }
  .role-desc, .dw-role-desc {
    font-size: 0.75rem;
    color: #616161;
  }
  .role-card.active .role-desc, .dw-role-card.active .dw-role-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .trial-banner, .dw-trial-banner {
    background: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 8px;
    padding: 12px 16px;
    color: #1976d2;
    font-size: 14px;
  }
  .billing-toggle, .dw-billing-toggle {
    display: flex;
    gap: 8px;
  }
  .billing-option, .dw-billing-option {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-weight: 600;
    color: #616161;
    transition: all 0.2s ease;
  }
  .billing-option:hover, .dw-billing-option:hover {
    border-color: #337ff9;
  }
  .billing-option.active, .dw-billing-option.active {
    border-color: #337ff9;
    background: #337ff9;
    color: white;
  }
  .save-badge, .dw-save-badge {
    background: #4ade80;
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
  }
  .tier-selector, .dw-tier-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .tier-card, .dw-tier-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .tier-card:hover:not(.disabled), .dw-tier-card:hover:not(.disabled) {
    border-color: #337ff9;
  }
  .tier-card.active, .dw-tier-card.active {
    border-color: #337ff9;
    background: #f0f7ff;
  }
  .tier-card.disabled, .dw-tier-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .tier-name, .dw-tier-name {
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 8px;
  }
  .tier-price, .dw-tier-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #337ff9;
    margin-bottom: 8px;
  }
  .tier-price span, .dw-tier-price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #616161;
  }
  .tier-desc, .dw-tier-desc {
    font-size: 0.85rem;
    color: #616161;
  }
  .dw-tier-billing-note {
    font-size: 0.75rem;
    color: #616161;
    margin-bottom: 4px;
  }
  @media (max-width: 768px) {
    .login-card, .signup-card, .dw-login-card, .dw-signup-card, .dw-auth-card {
      padding: 32px 24px;
    }
    .card-title, .dw-card-title {
      font-size: 1.5rem;
    }
    .role-selector, .dw-role-selector {
      grid-template-columns: 1fr;
    }
    .tier-selector, .dw-tier-selector {
      grid-template-columns: 1fr;
    }
    .success-card, .dw-success-card {
      padding: 32px 24px;
    }
  }
  .dw-form-label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #213d4d;
  }
  .dw-form-control {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .dw-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #337ff9;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(51, 127, 249, 0.1);
  }
  .dw-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .dw-error-message {
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    padding: 12px 16px;
    color: #c33;
    font-size: 14px;
  }
  .custom_checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    user-select: none;
    color: #616161;
  }
  .custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom_checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.2s ease;
  }
  .custom_checkbox:hover input ~ .checkmark {
    border-color: #337ff9;
  }
  .custom_checkbox input:checked ~ .checkmark {
    background-color: #337ff9;
    border-color: #337ff9;
  }
  .custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .custom_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  .dw-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #616161;
  }
  .dw-checkbox-label input {
    margin-right: 8px;
  }
  .dw-custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #616161;
  }
  .dw-custom-checkbox input {
    margin-right: 8px;
  }
  .dw-full-width {
    width: 100%;
  }
  .dwellyo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .dwellyo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(51, 127, 249, 0.35);
  }
  .dwellyo-btn:disabled, .dwellyo-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    pointer-events: none;
  }
  .dwellyo-btn:disabled:hover, .dwellyo-btn[disabled]:hover {
    transform: none;
    box-shadow: none;
  }
  .dw-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
  }
  .spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
  }
  .spinner-border-sm {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.15em;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .success-card, .dw-success-card {
    background: white;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
  }
  .success-icon, .dw-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
  }
  .success-icon i, .dw-success-icon i {
    font-size: 2rem;
    color: white;
  }
  .success-title, .dw-success-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 16px;
  }
  .success-message, .dw-success-message {
    color: #616161;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .success-tips, .dw-success-tips {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
  }
  .success-tips p, .dw-success-tips p {
    margin: 0 0 8px;
    color: #616161;
    font-size: 0.9rem;
  }
  .success-tips p:last-child, .dw-success-tips p:last-child {
    margin-bottom: 0;
  }
  .success-tips i, .dw-success-tips i {
    color: #337ff9;
  }
  .dw-btn-text {
    background: none;
    border: none;
    color: #337ff9;
    font-weight: 500;
    cursor: pointer;
    padding: 8px;
    transition: color 0.2s ease;
  }
  .dw-btn-text:hover {
    text-decoration: underline;
    color: #2563eb;
  }
  .dw-back-link {
    color: #337ff9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  .dw-back-link:hover {
    color: #2563eb;
  }
  .dw-form-hint {
    display: block;
    margin-top: 6px;
    color: #9ca3af;
    font-size: 0.85rem;
  }
}
@layer components {
  .dw-page-hero {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(33, 61, 77, 0.95) 0%, rgba(51, 127, 249, 0.85) 50%, rgba(99, 146, 180, 0.90) 100% );
    overflow: hidden;
    padding: 160px 0 60px;
  }
  .dw-page-hero .dw-hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .dw-page-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .dw-page-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .dw-hero-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    text-align: left;
    display: inline-block;
  }
  .dw-hero-benefits li {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.2rem;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .dw-hero-benefits li i {
    color: #4ade80;
    font-size: 1rem;
    margin-top: 4px;
    flex-shrink: 0;
  }
  .dw-hero-stat-highlight {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 12px 32px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .dw-hero-cta-group-centered {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media (max-width: 768px) {
    .dw-page-hero {
      padding: 80px 0 60px;
    }
    .dw-page-hero-title {
      font-size: 2rem;
    }
    .dw-hero-benefits li {
      font-size: 1rem;
    }
  }
  .dw-section {
    padding: 80px 0;
  }
  .dw-section-light {
    background: #f8f9fa;
  }
  .dw-section-dark {
    background: linear-gradient(135deg, #213d4d 0%, #337ff9 100%);
    color: white;
  }
  .dw-section-dark h2, .dw-section-dark h3 {
    color: white;
  }
  .dw-section-dark p {
    color: rgba(255, 255, 255, 0.85);
  }
  .dw-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 12px;
    text-align: center;
  }
  .dw-section-subtitle {
    color: #616161;
    font-size: 1.1rem;
    margin-bottom: 48px;
    text-align: center;
  }
  @media (max-width: 768px) {
    .dw-section {
      padding: 60px 0;
    }
    .dw-section-title {
      font-size: 1.5rem;
    }
  }
  .dw-value-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
  }
  .dw-value-card:hover {
    transform: translateY(-4px);
  }
  .dw-value-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .dw-value-icon i {
    font-size: 1.5rem;
    color: white;
  }
  .dw-value-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 12px;
  }
  .dw-value-card p {
    color: #616161;
    margin: 0;
    line-height: 1.6;
  }
  .dw-value-icon-problem {
    background: #ef4444;
  }
  .dw-value-icon-solution {
    background: #22c55e;
  }
  .dw-value-icon-vision {
    background: #337ff9;
  }
  .dw-feature-card {
    display: flex;
    background: white;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
  }
  .dw-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(51, 127, 249, 0.15);
  }
  .dw-feature-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
  }
  .dw-feature-icon i {
    font-size: 1.75rem;
    color: white;
  }
  .dw-feature-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 8px;
  }
  .dw-feature-content p {
    color: #616161;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .dw-feature-link {
    color: #337ff9;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .dw-feature-link i {
    margin-left: 4px;
    transition: transform 0.2s ease;
  }
  .dw-feature-card:hover .dw-feature-link i {
    transform: translateX(4px);
  }
  @media (max-width: 768px) {
    .dw-feature-card {
      flex-direction: column;
      text-align: center;
    }
    .dw-feature-icon {
      margin: 0 auto 20px;
    }
  }
  .dw-step-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    text-align: center;
  }
  .dw-step-number {
    width: 48px;
    height: 48px;
    background: #337ff9;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 20px;
  }
  .dw-step-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 12px;
  }
  .dw-step-card p {
    color: #616161;
    margin: 0;
    line-height: 1.6;
  }
  .dw-cta-section {
    padding: 80px 0;
  }
  .dw-cta-box {
    background: linear-gradient(135deg, #213d4d 0%, #337ff9 100%);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    color: white;
  }
  .dw-cta-box h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
  }
  .dw-cta-box p {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
  }
  .dw-cta-box-light {
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .dw-cta-box-light h2 {
    color: #213d4d;
  }
  .dw-cta-box-light p {
    color: #616161;
  }
  .dw-cta-box-light .dw-cta-primary {
    background: linear-gradient(135deg, #337ff9 0%, #6392b4 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(51, 127, 249, 0.4);
    animation: ctaPulse 2s infinite;
  }
  .dw-cta-box-light .dw-cta-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(51, 127, 249, 0.5);
  }
  .dw-cta-box-light .dw-cta-secondary {
    background: transparent;
    color: #337ff9;
    border: 2px solid #337ff9;
  }
  .dw-cta-box-light .dw-cta-secondary:hover {
    background: #337ff9;
    color: white;
    transform: translateY(-3px) scale(1.05);
  }
  @media (max-width: 768px) {
    .dw-cta-section {
      padding: 60px 0;
    }
    .dw-cta-box {
      padding: 40px 24px;
    }
    .dw-cta-box h2 {
      font-size: 1.5rem;
    }
  }
  .dw-mission-box {
    background: linear-gradient(135deg, #213d4d 0%, #337ff9 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
  }
  .dw-mission-box h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
  }
  .dw-mission-box p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
  }
  @media (max-width: 768px) {
    .dw-mission-box {
      padding: 40px 24px;
    }
    .dw-mission-box h2 {
      font-size: 1.5rem;
    }
    .dw-mission-box p {
      font-size: 1rem;
    }
  }
  .dw-values-section {
    background: linear-gradient(135deg, #213d4d 0%, #337ff9 100%);
    padding: 80px 0;
  }
  .dw-values-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .dw-values-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
  }
  .dw-values-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
  }
  .dw-values-section .dw-value-card {
    background: white;
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .dw-values-section .dw-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  }
  .dw-values-section .dw-value-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(51, 127, 249, 0.3);
  }
  .dw-values-section .dw-value-icon i {
    font-size: 1.75rem;
  }
  .dw-values-section .dw-value-card p {
    font-size: 0.95rem;
  }
  @media (max-width: 768px) {
    .dw-values-section {
      padding: 60px 0;
    }
    .dw-values-header h2 {
      font-size: 2rem;
    }
    .dw-values-header p {
      font-size: 1rem;
    }
    .dw-values-section .dw-value-card {
      padding: 24px 20px;
    }
  }
  .dw-legal-page {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .dw-legal-header-spacer {
    position: relative;
    height: 125px;
    background: linear-gradient(135deg, rgba(33, 61, 77, 0.95) 0%, rgba(51, 127, 249, 0.85) 50%, rgba(99, 146, 180, 0.90) 100% );
    overflow: hidden;
  }
  .dw-legal-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .dw-legal-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #213d4d;
    text-align: center;
    margin-bottom: 16px;
  }
  .dw-legal-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #213d4d;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .dw-legal-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #213d4d;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .dw-legal-content p {
    color: #616161;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .dw-legal-content ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 16px;
  }
  .dw-legal-content ul li {
    color: #616161;
    line-height: 1.7;
    margin-bottom: 8px;
    display: list-item;
  }
  .dw-legal-content a {
    color: #337ff9;
    text-decoration: underline;
  }
  .dw-legal-content a:hover {
    color: #2563eb;
  }
  .dw-legal-company-info {
    text-align: center;
    margin-bottom: 32px;
  }
  .dw-legal-company-info h2 {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .dw-legal-company-info p {
    color: #9e9e9e;
    margin: 0;
  }
  .dw-legal-section {
    margin-bottom: 32px;
    padding: 0;
  }
  .dw-contact-form-box {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .dw-contact-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #213d4d;
    margin-bottom: 24px;
  }
  .dw-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .dw-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .dw-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  @media (max-width: 991px) {
    .dw-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .dw-grid-3, .dw-grid-2 {
      grid-template-columns: 1fr;
    }
    .dw-grid-4 {
      grid-template-columns: 1fr;
    }
  }
  .dw-coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
  }
  .dw-coverage-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  .dw-coverage-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .dw-coverage-header h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .dw-coverage-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
  }
  .dw-dot-live {
    background: #22c55e;
  }
  .dw-dot-partial {
    background: #f59e0b;
  }
  .dw-dot-soon {
    background: #cbd5e1;
  }
  .dw-coverage-live .dw-coverage-header h4 {
    color: #22c55e;
  }
  .dw-coverage-partial .dw-coverage-header h4 {
    color: #f59e0b;
  }
  .dw-coverage-soon .dw-coverage-header h4 {
    color: #64748b;
  }
  .dw-coverage-states {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .dw-state-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
  }
  .dw-badge-live {
    background: #dcfce7;
    color: #166534;
  }
  .dw-badge-partial {
    background: #fef3c7;
    color: #92400e;
  }
  .dw-coverage-text {
    color: #64748b;
    font-size: 14px;
    margin: 0;
  }
  @media (max-width: 768px) {
    .dw-coverage-grid {
      grid-template-columns: 1fr;
    }
  }
  .dw-pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  .dw-toggle-label {
    font-size: 16px;
    font-weight: 500;
    color: #94a3b8;
    transition: color 0.3s ease;
  }
  .dw-toggle-label.active {
    color: #337ff9;
    font-weight: 600;
  }
  .dw-save-badge {
    display: inline-block;
    background: #22c55e;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
  }
  .dw-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
  }
  .dw-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .dw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    border-radius: 30px;
    transition: 0.3s;
  }
  .dw-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
  }
  .dw-switch input:checked + .dw-slider {
    background-color: #337ff9;
  }
  .dw-switch input:checked + .dw-slider:before {
    transform: translateX(26px);
  }
  .dw-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .dw-pricing-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    min-height: 580px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .dw-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  }
  .dw-pricing-buyer {
    border-top: 4px solid #10b981;
    background: rgba(16, 185, 129, 0.06);
  }
  .dw-pricing-agent-basic {
    border-top: 4px solid #3b82f6;
    background: rgba(59, 130, 246, 0.06);
  }
  .dw-pricing-agent-advanced {
    border-top: 4px solid #8b5cf6;
    background: rgba(139, 92, 246, 0.06);
  }
  .dw-pricing-lender {
    border-top: 4px solid #f59e0b;
    background: rgba(245, 158, 11, 0.06);
  }
  .dw-pricing-buyer .dw-pricing-header h3 {
    color: #10b981;
  }
  .dw-pricing-agent-basic .dw-pricing-header h3 {
    color: #3b82f6;
  }
  .dw-pricing-agent-advanced .dw-pricing-header h3 {
    color: #8b5cf6;
  }
  .dw-pricing-lender .dw-pricing-header h3 {
    color: #f59e0b;
  }
  .dw-pricing-featured {
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.25);
    transform: scale(1.02);
  }
  .dw-pricing-featured:hover {
    transform: scale(1.02) translateY(-8px);
  }
  .dw-featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }
  .dw-pricing-header {
    text-align: center;
    margin-bottom: 24px;
  }
  .dw-pricing-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .dw-pricing-price {
    margin-bottom: 8px;
  }
  .dw-price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
  }
  .dw-price-period {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
  }
  .dw-savings {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 8px;
  }
  .dw-lender-price {
    text-align: center;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
  }
  .dw-lender-price .dw-price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #337ff9;
  }
  .dw-lender-price .dw-price-period {
    color: #616161;
    display: inline;
    margin-left: 4px;
  }
  .dw-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex: 1;
  }
  .dw-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
  }
  .dw-pricing-features li:last-child {
    border-bottom: none;
  }
  .dw-pricing-features li i {
    color: #22c55e;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
  }
  .dw-pricing-card .dw-cta-btn {
    margin-top: auto;
  }
  .dw-full-width {
    width: 100%;
    justify-content: center;
  }
  @media (max-width: 1200px) {
    .dw-pricing-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .dw-pricing-featured {
      transform: scale(1);
    }
    .dw-pricing-featured:hover {
      transform: translateY(-8px);
    }
  }
  @media (max-width: 768px) {
    .dw-pricing-grid {
      grid-template-columns: 1fr;
    }
    .dw-pricing-card {
      min-height: auto;
    }
  }
  .dw-us-map-container {
    display: flex;
    gap: 32px;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .dw-map-wrapper {
    flex: 1 1 60%;
    min-width: 300px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
  }
  .dw-map-visual {
    width: 100%;
    height: auto;
  }
  .dw-map-visual svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .dw-map-visual .state-live {
    fill: #22c55e !important;
    stroke: #ffffff !important;
    stroke-width: 0.5 !important;
    cursor: pointer;
    transition: fill 0.2s ease;
  }
  .dw-map-visual .state-live:hover {
    fill: #16a34a !important;
    stroke-width: 2px !important;
  }
  .dw-map-visual .state-partial {
    fill: #f59e0b !important;
    stroke: #ffffff !important;
    stroke-width: 0.5 !important;
    cursor: pointer;
    transition: fill 0.2s ease;
  }
  .dw-map-visual .state-partial:hover {
    fill: #d97706 !important;
    stroke-width: 2px !important;
  }
  .dw-map-visual .state-inactive {
    fill: #cbd5e1 !important;
    stroke: #ffffff !important;
    stroke-width: 0.5 !important;
    cursor: pointer;
    transition: fill 0.2s ease;
  }
  .dw-map-visual .state-inactive:hover {
    fill: #94a3b8 !important;
    stroke-width: 2px !important;
  }
  .dw-map-tooltip {
    position: absolute;
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.15s ease;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    white-space: nowrap;
  }
  .dw-map-tooltip.visible {
    opacity: 1;
  }
  .dw-map-tooltip strong {
    font-weight: 600;
  }
  .dw-map-tooltip .status-live {
    color: #4ade80;
    font-size: 12px;
  }
  .dw-map-tooltip .status-partial {
    color: #fbbf24;
    font-size: 12px;
  }
  .dw-map-tooltip .status-soon {
    color: #94a3b8;
    font-size: 12px;
  }
  .dw-map-legend {
    flex: 1 1 250px;
    min-width: 250px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .dw-legend-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .dw-legend-dot {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .dw-legend-item strong {
    display: block;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
  }
  .dw-legend-states {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .dw-legend-text {
    color: #64748b;
    font-size: 14px;
    margin: 0;
  }
  @media (max-width: 768px) {
    .dw-us-map-container {
      flex-direction: column;
    }
    .dw-map-wrapper, .dw-map-legend {
      flex: 1 1 100%;
    }
  }
}
@layer components {
  .dw-dashboard {
    display: flex;
    min-height: 100vh;
    background: #f8fafc;
    font-family: var(--font-family-sans);
  }
  .dw-dashboard-sidebar {
    width: 260px;
    background: linear-gradient(180deg, #337ff9 0%, #1a6ae8 100%);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(51, 127, 249, 0.2);
  }
  .dw-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .dw-sidebar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
  }
  .dw-sidebar-logo-full {
    height: 18px;
    width: auto;
    object-fit: contain;
  }
  .dw-sidebar-logo-icon {
    display: none;
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  .dw-sidebar-collapse-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  .dw-sidebar-collapse-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .dw-sidebar-collapse-btn i {
    transition: transform 0.3s;
  }
  .sidebar-collapsed .dw-sidebar-collapse-btn i {
    transform: rotate(180deg);
  }
  .dw-sidebar-nav {
    flex: 1;
    padding: 16px 12px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .dw-nav-section {
    margin-bottom: 24px;
  }
  .dw-nav-section-title {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .dw-dashboard-sidebar .dw-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    text-decoration: none;
    position: relative;
  }
  .dw-dashboard-sidebar .dw-nav-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .dw-dashboard-sidebar .dw-nav-item.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: none;
  }
  .dw-dashboard-sidebar .dw-nav-item i {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    opacity: 0.9;
  }
  .dw-dashboard-sidebar .dw-nav-item.active i {
    opacity: 1;
  }
  .dw-nav-icon-svg, .dw-nav-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    flex-shrink: 0;
  }
  .dw-nav-icon-img {
    filter: none;
  }
  .dw-nav-item.active .dw-nav-icon-svg {
    opacity: 1;
  }
  .dw-nav-item:hover .dw-nav-icon-svg {
    opacity: 1;
  }
  .dw-dashboard-flyout-item .dw-nav-icon-svg {
    filter: brightness(0) invert(1);
    opacity: 0.6;
  }
  .dw-dashboard-flyout-item:hover .dw-nav-icon-svg {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .dw-dashboard-flyout-item.active .dw-nav-icon-svg {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .dw-dashboard-section-header .dw-nav-icon-svg {
    filter: brightness(0) invert(1);
    opacity: 0.75;
  }
  .dw-dashboard-section-header:hover .dw-nav-icon-svg, .dw-dashboard-section-header.hovered .dw-nav-icon-svg {
    opacity: 1;
  }
  .dw-dashboard-section-header.active .dw-nav-icon-svg {
    opacity: 1;
  }
  .dw-dashboard-sidebar .dw-nav-item-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dw-dashboard-sidebar .dw-nav-badge {
    background: #ef4444;
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
  }
  .dw-sidebar-promo {
    padding: 16px;
    margin-top: auto;
  }
  .dw-promo-card {
    background: linear-gradient(135deg, rgba(51, 127, 249, 0.2) 0%, rgba(51, 127, 249, 0.1) 100%);
    border: 1px solid rgba(51, 127, 249, 0.3);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
  }
  .dw-promo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #337ff9 0%, #1a6ae8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.25rem;
    color: white;
  }
  .dw-promo-card h4 {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 4px;
  }
  .dw-promo-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin: 0 0 12px;
  }
  .dw-promo-btn {
    display: inline-block;
    background: white;
    color: #1e3a5f;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .dw-promo-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .sidebar-collapsed .dw-dashboard-sidebar {
    width: 72px;
  }
  .sidebar-collapsed .dw-sidebar-logo-full, .sidebar-collapsed .dw-dashboard-sidebar .dw-nav-section-title, .sidebar-collapsed .dw-dashboard-sidebar .dw-nav-item-text, .sidebar-collapsed .dw-dashboard-sidebar .dw-nav-badge, .sidebar-collapsed .dw-sidebar-promo {
    display: none;
  }
  .sidebar-collapsed .dw-sidebar-logo-icon {
    display: block;
  }
  .sidebar-collapsed .dw-dashboard-sidebar .dw-nav-item {
    justify-content: center;
    padding: 12px;
  }
  .sidebar-collapsed .dw-dashboard-sidebar .dw-nav-item i {
    width: auto;
  }
  .sidebar-collapsed .dw-sidebar-header {
    justify-content: center;
    padding: 16px 12px;
  }
  .sidebar-collapsed .dw-sidebar-logo {
    justify-content: center;
  }
  .sidebar-collapsed .dw-sidebar-collapse-btn {
    position: absolute;
    right: -12px;
    top: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #337ff9;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .dw-dashboard-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
  }
  .dw-dashboard-section-header:hover, .dw-dashboard-section-header.hovered {
    background: rgba(255, 255, 255, 0.15);
    color: white;
  }
  .dw-dashboard-section-header.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .dw-dashboard-section-header i {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    opacity: 0.9;
  }
  .dw-dashboard-section-header-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dw-dashboard-section-arrow {
    opacity: 0;
    font-size: 0.65rem;
    margin-left: auto;
    transition: all 0.2s;
    transform: translateX(-4px);
  }
  .dw-dashboard-section-header:hover .dw-dashboard-section-arrow, .dw-dashboard-section-header.hovered .dw-dashboard-section-arrow {
    opacity: 1;
    transform: translateX(0);
  }
  .sidebar-collapsed .dw-dashboard-section-header {
    justify-content: center;
    padding: 12px;
  }
  .sidebar-collapsed .dw-dashboard-section-header-text {
    display: none;
  }
  .sidebar-collapsed .dw-dashboard-section-header i {
    width: auto;
  }
  .sidebar-collapsed .dw-dashboard-section-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-size: 0.55rem;
    padding-left: 12px;
  }
  .dw-dashboard-flyout {
    position: fixed;
    min-width: 240px;
    background: linear-gradient(180deg, #2d4a6f 0%, #1e3a5f 100%);
    box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    z-index: 200;
    animation: dw-dashboard-flyout-in 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: left center;
    overflow: visible;
    backdrop-filter: blur(10px);
  }
  .dw-dashboard-flyout::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2d4a6f;
    filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.15));
  }
  @keyframes dw-dashboard-flyout-in {
    0% {
      opacity: 0;
      transform: translateX(-10px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  .dw-dashboard-flyout-header {
    padding: 14px 18px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px 12px 0 0;
  }
  .dw-dashboard-flyout-items {
    padding: 8px 0;
    max-height: 400px;
    overflow-y: auto;
  }
  .dw-dashboard-flyout-items::-webkit-scrollbar {
    width: 4px;
  }
  .dw-dashboard-flyout-items::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
  }
  .dw-dashboard-flyout-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 18px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    margin: 2px 0;
  }
  .dw-dashboard-flyout-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-left-color: var(--color-primary);
  }
  .dw-dashboard-flyout-item:hover i {
    color: white;
  }
  .dw-dashboard-flyout-item.active {
    background: rgba(51, 127, 249, 0.25);
    color: white;
    border-left-color: var(--color-primary);
  }
  .dw-dashboard-flyout-item i {
    width: 20px;
    text-align: center;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
  }
  .dw-dashboard-flyout-item.active i {
    color: white;
  }
  .dw-dashboard-flyout-item-text {
    flex: 1;
  }
  .dw-dashboard-flyout-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    margin-left: auto;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
  }
  .dw-dashboard-upgrade-indicator {
    margin-left: auto;
    color: #f59e0b;
    font-size: 0.75rem;
  }
  .dw-dashboard-section-header:hover .dw-dashboard-upgrade-indicator {
    color: white;
  }
  .sidebar-collapsed .dw-dashboard-upgrade-indicator {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-size: 0.6rem;
    padding-left: 12px;
  }
  .dw-dashboard-main {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar-collapsed .dw-dashboard-main {
    margin-left: 72px;
  }
  .dw-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 28px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .dw-dashboard-header .dw-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
  }
  .dw-dashboard-header .dw-mobile-menu-btn {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: white;
    color: #64748b;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.2s;
  }
  .dw-dashboard-header .dw-mobile-menu-btn:hover {
    background: #f8fafc;
    color: #334155;
  }
  .dw-dashboard-header .dw-header-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 16px;
    max-width: 400px;
    width: 100%;
    transition: all 0.2s;
  }
  .dw-dashboard-header .dw-header-search:focus-within {
    background: white;
    border-color: #337ff9;
    box-shadow: 0 0 0 3px rgba(51, 127, 249, 0.1);
  }
  .dw-dashboard-header .dw-header-search i {
    color: #94a3b8;
    font-size: 0.9rem;
  }
  .dw-dashboard-header .dw-header-search input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    color: #1e293b;
  }
  .dw-dashboard-header .dw-header-search input::placeholder {
    color: #94a3b8;
  }
  .dw-dashboard-header .dw-search-clear {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dw-dashboard-header .dw-search-clear:hover {
    color: #64748b;
  }
  .dw-dashboard-header .dw-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
  }
  .dw-dashboard-header .dw-header-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    position: relative;
    transition: all 0.2s;
  }
  .dw-dashboard-header .dw-header-icon-btn:hover {
    background: #e2e8f0;
    color: #334155;
  }
  .dw-dashboard-header .dw-notification-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ef4444;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
  }
  .dw-dashboard-header .dw-header-divider {
    width: 1px;
    height: 32px;
    background: #e5e7eb;
    margin: 0 8px;
  }
  .dw-dashboard-header .dw-user-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px 6px 6px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
  }
  .dw-dashboard-header .dw-user-menu:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }
  .dw-dashboard-header .dw-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #337ff9 0%, #1a6ae8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .dw-dashboard-header .dw-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dw-dashboard-header .dw-user-avatar span {
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .dw-dashboard-header .dw-user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
  }
  .dw-dashboard-header .dw-user-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
  }
  .dw-dashboard-header .dw-user-email {
    font-size: 0.75rem;
    color: #64748b;
  }
  .dw-dashboard-header .dw-user-chevron {
    color: #94a3b8;
    font-size: 0.75rem;
    transition: transform 0.2s;
  }
  .dw-user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    min-width: 200px;
    padding: 8px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s;
  }
  .dw-user-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .dw-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #475569;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    transition: all 0.15s;
  }
  .dw-dropdown-item:hover {
    background: #f1f5f9;
    color: #1e293b;
  }
  .dw-dropdown-item i {
    width: 16px;
    text-align: center;
    opacity: 0.7;
  }
  .dw-dropdown-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 0;
  }
  .dw-dashboard-content {
    flex: 1;
    padding: 28px;
  }
  .dw-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
  }
  .dw-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
  }
  .dw-page-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
  }
  .dw-page-actions {
    display: flex;
    gap: 12px;
  }
  .dw-dashboard-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
  }
  .dw-dashboard-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .dw-dashboard-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
  }
  .dw-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 28px;
  }
  .dw-stat-card {
    background: white;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s;
  }
  .dw-stat-card > * {
    width: 100%;
  }
  .dw-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .dw-stat-card.accent-blue {
    background: linear-gradient(135deg, #337ff9 0%, #1a6ae8 100%);
  }
  .dw-stat-card.accent-blue .dw-stat-value, .dw-stat-card.accent-blue .dw-stat-label, .dw-stat-card.accent-blue .dw-stat-change {
    color: white;
  }
  .dw-stat-card.accent-blue .dw-stat-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .dw-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #64748b;
    flex-shrink: 0;
  }
  .dw-stat-content {
    flex: 1;
  }
  .dw-stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
  }
  .dw-stat-label {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 2px;
  }
  .dw-stat-change {
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
  }
  .dw-stat-change.positive {
    color: #10b981;
  }
  .dw-stat-change.negative {
    color: #ef4444;
  }
  .dw-dashboard-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .mobile-menu-open .dw-dashboard-overlay {
    display: block;
    opacity: 1;
  }
  @media (max-width: 1280px) {
    .dw-stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 1024px) {
    .dw-dashboard-sidebar {
      transform: translateX(-100%);
    }
    .mobile-menu-open .dw-dashboard-sidebar {
      transform: translateX(0);
    }
    .dw-dashboard-main {
      margin-left: 0;
    }
    .sidebar-collapsed .dw-dashboard-main {
      margin-left: 0;
    }
    .dw-dashboard-header .dw-mobile-menu-btn {
      display: flex;
    }
    .dw-dashboard-header .dw-user-info {
      display: none;
    }
    .dw-dashboard-header .dw-user-chevron {
      display: none;
    }
    .dw-dashboard-header .dw-header-search {
      max-width: 300px;
    }
  }
  @media (max-width: 768px) {
    .dw-dashboard-header {
      padding: 12px 16px;
    }
    .dw-dashboard-content {
      padding: 16px;
    }
    .dw-stats-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .dw-page-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .dw-page-actions {
      width: 100%;
    }
    .dw-page-actions .dwellyo-btn {
      flex: 1;
      justify-content: center;
    }
    .dw-dashboard-header .dw-header-search {
      display: none;
    }
    .dw-dashboard-header .dw-header-divider {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .dw-stat-card {
      padding: 16px;
    }
    .dw-stat-value {
      font-size: 1.5rem;
    }
    .dw-stat-icon {
      width: 44px;
      height: 44px;
      font-size: 1.1rem;
    }
  }
  .dw-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #337ff9 0%, #1a6ae8 100%);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .dw-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(51, 127, 249, 0.35);
  }
  .dw-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: white;
    color: #1e293b;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .dw-btn-secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }
  .dw-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .dw-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  @media (max-width: 1024px) {
    .dw-grid-3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .dw-grid-2, .dw-grid-3 {
      grid-template-columns: 1fr;
    }
  }
  .dw-select-small {
    padding: 6px 28px 6px 12px;
    font-size: 0.8rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    cursor: pointer;
    color: #475569;
  }
  .dw-select-small:hover {
    border-color: #cbd5e1;
  }
  .dw-select-small:focus {
    outline: none;
    border-color: #337ff9;
    box-shadow: 0 0 0 3px rgba(51, 127, 249, 0.1);
  }
  .dw-link-small {
    font-size: 0.8rem;
    color: #337ff9;
    text-decoration: none;
    font-weight: 500;
  }
  .dw-link-small:hover {
    text-decoration: underline;
  }
  .dw-chart-placeholder {
    padding: 20px 0;
  }
  .dw-chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 180px;
    gap: 8px;
    padding: 0 4px;
  }
  .dw-chart-bar {
    flex: 1;
    background: #e2e8f0;
    border-radius: 6px 6px 0 0;
    position: relative;
    min-height: 20px;
  }
  .dw-chart-bar-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #337ff9 0%, #1a6ae8 100%);
    border-radius: 6px 6px 0 0;
    transition: height 0.5s ease;
  }
  .dw-chart-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 4px;
  }
  .dw-chart-labels span {
    font-size: 0.7rem;
    color: #94a3b8;
    text-align: center;
    flex: 1;
  }
  .dw-activity-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .dw-activity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .dw-activity-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
  }
  .dw-activity-icon.bg-blue {
    background: rgba(51, 127, 249, 0.1);
    color: #337ff9;
  }
  .dw-activity-icon.bg-green {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
  }
  .dw-activity-icon.bg-purple {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
  }
  .dw-activity-icon.bg-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
  }
  .dw-activity-icon.bg-yellow {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
  }
  .dw-activity-content {
    flex: 1;
    min-width: 0;
  }
  .dw-activity-text {
    font-size: 0.875rem;
    color: #1e293b;
    margin: 0 0 2px;
    line-height: 1.4;
  }
  .dw-activity-time {
    font-size: 0.75rem;
    color: #94a3b8;
  }
  .dw-task-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .dw-task-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
    transition: background 0.2s;
  }
  .dw-task-item:hover {
    background: #f1f5f9;
  }
  .dw-task-checkbox {
    position: relative;
    cursor: pointer;
  }
  .dw-task-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .dw-checkmark-box {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  .dw-task-checkbox input:checked + .dw-checkmark-box {
    background: #337ff9;
    border-color: #337ff9;
  }
  .dw-task-checkbox input:checked + .dw-checkmark-box::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.65rem;
    color: white;
  }
  .dw-task-content {
    flex: 1;
    min-width: 0;
  }
  .dw-task-text {
    display: block;
    font-size: 0.875rem;
    color: #1e293b;
    margin-bottom: 2px;
  }
  .dw-task-text.completed {
    text-decoration: line-through;
    color: #94a3b8;
  }
  .dw-task-due {
    font-size: 0.75rem;
    color: #64748b;
  }
  .dw-task-due.due-today {
    color: #ef4444;
    font-weight: 500;
  }
  .dw-task-due.due-soon {
    color: #f59e0b;
  }
  .dw-task-due.due-done {
    color: #10b981;
  }
  .dw-task-priority {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .dw-task-priority.priority-high {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
  }
  .dw-task-priority.priority-medium {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
  }
  .dw-task-priority.priority-low {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
  }
  .dw-btn-text-small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #337ff9;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s;
  }
  .dw-btn-text-small:hover {
    background: rgba(51, 127, 249, 0.1);
  }
  .dw-quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .dw-quick-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    background: #f8fafc;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .dw-quick-action:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
  }
  .dw-quick-action-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #337ff9 0%, #1a6ae8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
  }
  .dw-quick-action-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #475569;
    text-align: center;
  }
  @media (max-width: 640px) {
    .dw-quick-actions-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@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;
}
@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-divide-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-divide-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-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
