/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

body {
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
}

@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-200: #ffcaca;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-yellow-400: #fac800;
    --color-yellow-500: #edb200;
    --color-yellow-700: #a36100;
    --color-yellow-900: #733e0a;
    --color-green-100: #dcfce7;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-blue-50: #eff6ff;
    --color-blue-200: #bedbff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-800: #193cb8;
    --color-indigo-600: #4f39f6;
    --color-slate-400: #90a1b9;
    --color-slate-500: #62748e;
    --color-slate-800: #1d293d;
    --color-slate-900: #0f172b;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-800: #1e2939;
    --color-gray-900: #101828;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --radius-lg: .5rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-yellow-400: lab(83.2664% 8.65132 106.895);
      --color-yellow-500: lab(76.3898% 14.5258 98.4589);
      --color-yellow-700: lab(47.8202% 25.2426 66.5015);
      --color-yellow-900: lab(32.3865% 21.1273 38.5959);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-800: lab(30.2514% 27.7853 -70.2699);
      --color-indigo-600: lab(38.4009% 52.6132 -92.3857);
      --color-slate-400: lab(65.5349% -2.25151 -14.5072);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
      --color-gray-900: lab(8.11897% .811279 -12.254);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .sticky\! {
    position: sticky !important;
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .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;
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[0px\] {
    height: 0;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-\[500px\] {
    width: 500px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-4 > :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)));
  }

  :where(.space-y-6 > :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)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-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-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-slate-900 {
    border-color: var(--color-slate-900);
  }

  .border-yellow-500 {
    border-color: var(--color-yellow-500);
  }

  .border-t-blue-600 {
    border-top-color: var(--color-blue-600);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --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-indigo-600 {
    --tw-gradient-to: var(--color-indigo-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-800 {
    color: var(--color-slate-800);
  }

  .text-transparent {
    color: #0000;
  }

  .text-white {
    color: var(--color-white);
  }

  .text-yellow-900 {
    color: var(--color-yellow-900);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-40 {
    opacity: .4;
  }

  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur-\[80px\] {
    --tw-blur: blur(80px);
    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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .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);
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .hover\:border-blue-500:hover {
      border-color: var(--color-blue-500);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-800:hover {
      color: var(--color-blue-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-200:hover {
      color: var(--color-red-200);
    }
  }

  @media (hover: hover) {
    .hover\:text-yellow-700:hover {
      color: var(--color-yellow-700);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }
}

:root {
  --header-height: 80px;
}

body {
  background-color: #f8fafc;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
}

body:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(to right, #e2e8f066 1px, #0000 1px), linear-gradient(#e2e8f066 1px, #0000 1px);
  background-size: 60px 60px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

h1, h2, h3, h4, h5, h6, p, span, li, label, strong {
  cursor: default;
}

a, button, input, textarea, select, [role="button"], .interactive-card {
  cursor: pointer;
}

input[type="text"], textarea {
  cursor: text;
}

main {
  padding-top: var(--header-height);
  min-height: 100vh;
  margin-top: 0;
}

.sidebar, aside {
  top: var(--header-height) !important;
  height: calc(100vh - var(--header-height)) !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  background-color: #f8fafc;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
}

.header {
  z-index: 1000;
  background-color: #fff;
  align-items: center;
  height: 80px;
  padding: 18px 0;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0000000d;
}

.dropdown-menu {
  z-index: 1000;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  width: 220px;
  padding: 8px;
  animation: .2s ease-out dropdownFade;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  box-shadow: 0 10px 25px -5px #0000001a;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-header {
  padding: 8px 12px;
}

.user-name {
  color: #1e293b;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.user-role {
  color: #64748b;
  margin: 2px 0 0;
  font-size: 12px;
}

.dropdown-divider {
  background: #e2e8f0;
  height: 1px;
  margin: 8px 0;
}

.dropdown-item {
  color: #475569;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.dropdown-item:hover {
  color: #2563eb;
  background: #f1f5f9;
}

.dropdown-item.text-red {
  color: #ef4444;
}

.dropdown-item.text-red:hover {
  background: #fef2f2;
}

.header-inner {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav {
  gap: 40px;
  margin-left: auto;
  margin-right: 32px;
  display: flex;
}

.logo {
  letter-spacing: -.5px;
  color: #0f172a;
  margin-left: 10px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.logo-accent {
  color: #3b82f6;
}

.nav a {
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav a:hover {
  color: #3b82f6;
}

.profile-icon {
  color: #3b82f6;
  background-color: #eff6ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.profile-icon:hover {
  background-color: #dbeafe;
  transform: scale(1.05);
}

.profile-icon svg {
  width: 22px;
  height: 22px;
}

.btn-registration {
  color: #fff;
  background-color: #3b82f6;
  border-radius: 10px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 12px #3b82f633;
}

.btn-registration:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #3b82f64d;
}

@media (max-width: 768px) {
  .btn-registration {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.mockup-scene {
  perspective: 1200px;
  width: 100%;
  max-width: 700px;
  height: 450px;
  position: relative;
}

.mockup-base {
  z-index: 1;
  filter: blur(1px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  width: 90%;
  height: 320px;
  transition: all .5s;
  position: absolute;
  overflow: hidden;
  transform: rotateY(-15deg)rotateX(5deg);
  box-shadow: 0 20px 50px #0000000d;
}

.mockup-chat {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 5;
  background: #ffffffe6;
  border: 1px solid #ffffff80;
  border-radius: 20px;
  width: 300px;
  padding: 16px;
  animation: 6s ease-in-out infinite float;
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateZ(50px)rotateY(-10deg);
  box-shadow: 20px 30px 60px #2563eb26;
}

.floating-widget {
  z-index: 10;
  background: #fff;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  box-shadow: 10px 15px 30px #00000014;
}

.floating-widget.status {
  top: -20px;
  left: 20%;
  transform: translateZ(80px);
}

.floating-widget.conversion {
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  bottom: 20px;
  left: 5%;
  transform: translateZ(100px);
}

.mockup-header {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  display: flex;
}

.dots {
  gap: 6px;
  display: flex;
}

.dots span {
  background: #cbd5e1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.address-bar {
  color: #94a3b8;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  flex: 1;
  padding: 4px 10px;
  font-size: 11px;
}

.chat-item {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  padding: 10px;
  display: flex;
}

.chat-item .avatar {
  color: #fff;
  background: #2563eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tag {
  border-radius: 4px;
  margin-left: auto;
  padding: 2px 8px;
  font-size: 10px;
}

.tag.blue {
  color: #2563eb;
  background: #dbeafe;
}

.tag.green {
  color: #16a34a;
  background: #dcfce7;
}

@keyframes float {
  0%, 100% {
    transform: translateZ(50px)rotateY(-10deg)translateY(0);
  }

  50% {
    transform: translateZ(50px)rotateY(-10deg)translateY(-15px);
  }
}

.pulse {
  background: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s infinite pulse;
  box-shadow: 0 0 #22c55e66;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.glow-effect {
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, #2563eb1a 0%, #0000 70%);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dd-mockup-body-override {
  background: #fcfcfc;
  overflow: hidden;
  padding: 0 !important;
}

.dd-mockup-wrapper {
  color: #333;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 11px;
  display: flex;
}

.dd-topbar {
  background: #fff;
  border-bottom: 1px solid #eef0f4;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.dd-logo-main {
  font-size: 14px;
  font-weight: 700;
}

.dd-topbar-links {
  color: #6b7280;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  display: flex;
}

.text-blue {
  color: #2563eb;
}

.text-red {
  color: #ef4444;
}

.text-gray {
  color: #9ca3af;
}

.text-dark {
  color: #1f2937;
}

.text-white {
  color: #fff;
}

.bg-blue {
  background-color: #2563eb;
}

.bg-light-blue {
  background-color: #eff6ff;
}

.dd-main-workspace {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.dd-sidebar {
  background: #fff;
  border-right: 1px solid #eef0f4;
  flex-direction: column;
  width: 25%;
  min-width: 160px;
  padding: 15px 10px;
  display: flex;
  min-height: 100vh !important;
}

.dd-sidebar-logo {
  padding: 0 10px 20px;
  font-size: 12px;
}

.dd-nav {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.dd-nav-item {
  color: #6b7280;
  cursor: default;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  font-weight: 500;
  display: flex;
}

.dd-nav-item.active {
  color: #2563eb;
  background: #f3f4f6;
}

.dd-subscription {
  background: #eff6ff;
  border-radius: 8px;
  margin-top: auto;
  padding: 12px;
  position: relative;
}

.dd-sub-title {
  color: #1e3a8a;
  margin-bottom: 6px;
  font-size: 9px;
  font-weight: 700;
}

.dd-sub-info {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.dd-sub-days {
  color: #60a5fa;
  font-weight: 400;
}

.dd-sub-btn {
  color: #fff;
  cursor: default;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 8px 0;
  font-size: 10px;
  font-weight: 600;
}

.dd-user-avatar-small {
  color: #fff;
  background: #1f2937;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.dd-chat-list {
  background: #fff;
  border-right: 1px solid #eef0f4;
  flex-direction: column;
  width: 30%;
  min-width: 220px;
  display: flex;
}

.dd-filters {
  flex-wrap: wrap;
  gap: 6px;
  padding: 15px;
  display: flex;
}

.dd-filter {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 10px;
}

.dd-filter.active {
  color: #fff;
  background: #2563eb;
}

.dd-search-bar {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  margin: 0 15px 15px;
  padding: 6px 10px;
  display: flex;
}

.dd-search-bar input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 10px;
}

.dd-chats {
  flex: 1;
  overflow-y: auto;
}

.dd-chat-item {
  cursor: default;
  border-bottom: 1px solid #f9fafb;
  gap: 12px;
  padding: 15px;
  display: flex;
}

.dd-chat-item.active {
  background: #f8fafc;
}

.dd-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.dd-chat-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.dd-chat-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dd-name {
  font-size: 11px;
  font-weight: 600;
}

.dd-time {
  color: #9ca3af;
  font-size: 9px;
}

.dd-chat-msg {
  color: #6b7280;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
}

.dd-chat-tag {
  border-radius: 4px;
  width: fit-content;
  margin-top: 2px;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 600;
  display: inline-block;
}

.tag-vip {
  color: #854d0e;
  background: #fef08a;
}

.tag-consult, .tag-implant {
  color: #4b5563;
  background: #f3f4f6;
}

.dd-chat-window {
  background: #fff;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.dd-window-header {
  border-bottom: 1px solid #eef0f4;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.dd-window-user {
  align-items: center;
  gap: 12px;
  display: flex;
}

.dd-user-name {
  font-size: 13px;
  font-weight: 600;
}

.dd-user-status {
  color: #10b981;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-size: 10px;
  display: flex;
}

.status-dot {
  background: #10b981;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.dd-window-actions {
  gap: 15px;
  display: flex;
}

.dd-window-body {
  background: #fcfcfc;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  padding: 20px;
  display: flex;
  overflow-y: auto;
}

.dd-date-divider {
  text-align: center;
  margin: 10px 0;
}

.dd-date-divider span {
  color: #0369a1;
  background: #e0f2fe;
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 600;
}

.dd-message-row {
  width: 100%;
  display: flex;
}

.dd-message-row.left {
  justify-content: flex-start;
}

.dd-message-row.right {
  justify-content: flex-end;
}

.dd-message {
  border-radius: 8px;
  max-width: 70%;
  padding: 10px 14px;
  line-height: 1.4;
}

.dd-message.received {
  background: #fff;
  border: 1px solid #eef0f4;
  border-top-left-radius: 2px;
}

.dd-message.sent {
  color: #065f46;
  background: #dcfce3;
  border-top-right-radius: 2px;
}

.dd-window-footer {
  background: #fff;
  border-top: 1px solid #eef0f4;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  display: flex;
}

.dd-window-footer input {
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 12px;
}

.dd-send-btn {
  cursor: default;
  background: #2563eb;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.hero {
  background-color: #f8fafc;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to right, #e2e8f0 1px, #0000 1px), linear-gradient(#e2e8f0 1px, #0000 1px);
  background-size: 50px 50px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(#000, #0000 80%);
  mask-image: radial-gradient(#000, #0000 80%);
}

.hero-inner {
  z-index: 1;
  flex-direction: row-reverse;
  align-items: center;
  gap: 140px;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-content {
  text-align: left;
  flex: 1;
  max-width: 680px;
}

.hero-content h1 {
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
}

.subtitle {
  color: #475569;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.subtitle strong {
  color: #3b82f6;
  font-weight: 600;
}

.cta-group {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  margin-top: 20px !important;
  margin-bottom: 32px !important;
}

.btn-primary {
  color: #fff;
  margin: top -20px;
  text-align: center;
  background-color: #2563eb;
  border-radius: 14px;
  padding: 18px 44px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 4px 14px #2563eb4d;
}

.microcopy {
  color: #64748b;
  margin-left: 4px;
  font-size: 14px;
}

.hero-visual {
  flex: 1.2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mockup-placeholder {
  aspect-ratio: 16 / 10;
  text-align: center;
  color: #94a3b8;
  background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
  border: 1px solid #cbd5e1;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 25px 50px -12px #0000001a;
}

@media (max-width: 1200px) {
  .hero-inner {
    gap: 60px;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-visual {
    flex: 1;
  }
}

@media (max-width: 992px) {
  .header {
    height: auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 60px 0 80px;
  }

  .hero-inner {
    text-align: center;
    flex-direction: column;
    gap: 50px;
  }

  .hero-content {
    text-align: center;
    max-width: 100%;
  }

  .cta-group {
    align-items: center;
  }
}

:root {
  --foreground-rgb: 30, 41, 59;
  --background-start-rgb: 248, 250, 252;
  --background-end-rgb: 255, 255, 255;
}

body {
  color: rgb(var(--foreground-rgb));
  background: rgb(var(--background-start-rgb));
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

a, button {
  transition: all .2s ease-in-out;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.auth-page-wrapper {
  background-color: #f8fafc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 20px;
  display: flex;
}

.auth-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  box-shadow: 0 10px 40px #0f172a0a;
}

.auth-header {
  text-align: center;
  margin-bottom: 32px;
}

.auth-logo {
  letter-spacing: -1px;
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.auth-logo span {
  color: #3b82f6;
}

.auth-subtitle {
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.auth-form-group {
  margin-bottom: 20px;
}

.auth-label {
  color: #0f172a;
  margin-bottom: 8px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.auth-input {
  color: #0f172a;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  transition: all .2s;
}

.auth-input:focus {
  background-color: #fff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px #3b82f61a;
}

.auth-button {
  color: #fff;
  cursor: pointer;
  background-color: #3b82f6;
  border: none;
  border-radius: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 4px 12px #3b82f640;
}

.auth-button:hover:not(:disabled) {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px #3b82f659;
}

.auth-button:disabled {
  cursor: not-allowed;
  background-color: #bfdbfe;
}

.auth-footer {
  text-align: center;
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  margin-top: 24px;
  padding-top: 20px;
  font-size: 14px;
}

.auth-link {
  color: #3b82f6;
  font-weight: 700;
  text-decoration: none;
}

.auth-link:hover {
  text-decoration: underline;
}

body {
  height: 100vh;
  overflow: clip;
}

.sidebar {
  background-color: #fff;
  border-right: 1px solid #e2e8f0;
  flex-direction: column;
  width: 260px;
  display: flex;
  min-height: 100vh !important;
}

.sidebar-footer {
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
  padding: 20px;
}

.sidebar-balance-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

.balance-label {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.balance-value {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.branch-grid {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  padding: 32px 40px;
  display: grid;
  overflow-y: auto;
}

.branch-card-container {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  transition: all .2s;
  display: flex;
}

.branch-card-container:hover {
  border-color: #cbd5e1;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px #0000001a;
}

.branch-card-header {
  border-bottom: 1px solid #f1f5f9;
  padding: 20px;
}

.branch-card-header h3 {
  color: #0f172a;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.branch-address {
  color: #64748b;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  display: flex;
}

.branch-card-content {
  flex: 1;
  padding: 20px;
}

.branch-action-box {
  padding: 16
px;
  background: #f8fafc;
  border-left: 4px solid #3b82f6;
  border-radius: 12px;
}

.branch-id-badge {
  color: #94a3b8;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.btn-manage-branch {
  text-align: center;
  color: #fff;
  background: #2563eb;
  border-radius: 8px;
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: block;
}

.btn-manage-branch:hover {
  background: #1d4ed8;
}

.search-bar form {
  gap: 12px;
  display: flex;
}

.input-new-branch {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  width: 320px;
  padding: 10px 16px;
  font-size: 14px;
  transition: border-color .2s;
}

.input-new-branch:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px #3b82f61a;
}

.btn-add-primary {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  transition: all .2s;
}

.btn-add-primary:disabled {
  cursor: not-allowed;
  background: #94a3b8;
}

.btn-add-primary:hover:not(:disabled) {
  background: #1d4ed8;
}

:root {
  --dash-bg: #f8fafc;
  --dash-sidebar-bg: #fff;
  --dash-primary: #2563eb;
  --dash-primary-hover: #1d4ed8;
  --dash-text-main: #1e293b;
  --dash-text-muted: #64748b;
  --dash-border: #e2e8f0;
  --dash-card-bg: #fff;
  --dash-danger: #ef4444;
  --dash-success: #10b981;
  --shadow-sm: 0 1px 2px 0 #0000000d;
  --shadow-md: 0 4px 6px -1px #0000001a;
}

.sidebar-logo {
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 22px;
}

.nav-divider {
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: .05em;
  padding: 15px 20px 5px;
  font-size: 11px;
  font-weight: 700;
}

.settings-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  max-width: 600px;
  padding: 24px;
}

.input-group {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.toggle-row {
  background: #f8fafc;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.qr-container {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.qr-placeholder {
  background: #f1f5f9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.status-banner {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: 14px;
}

.dash-layout {
  background-color: var(--dash-bg);
  min-height: 100vh;
  color: var(--dash-text-main);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  display: flex;
}

.dash-sidebar {
  background-color: var(--dash-sidebar-bg);
  border-right: 1px solid var(--dash-border);
  flex-direction: column;
  flex-shrink: 0;
  width: 280px;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
  min-height: 100vh !important;
}

.dash-nav {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.dash-nav-item {
  all: unset;
  cursor: pointer;
  color: var(--dash-text-muted);
  border-radius: 8px;
  align-items: center;
  gap: .75rem;
  padding: .8rem 1rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.dash-nav-item:hover {
  color: var(--dash-text-main);
  background-color: #f1f5f9;
}

.dash-nav-item.active {
  background-color: var(--dash-primary);
  color: #fff;
}

.dash-main {
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: 10px;
  padding: 1rem;
}

.dash-header {
  margin-bottom: 1rem;
}

.dash-title {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 700;
}

.dash-form {
  background: var(--dash-card-bg);
  border: 1px solid var(--dash-border);
  box-shadow: var(--shadow-sm);
  border-radius: 12px;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.dash-input {
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: .75rem 1rem;
  font-size: .95rem;
  transition: all .2s;
}

.dash-input:focus {
  border-color: var(--dash-primary);
  box-shadow: 0 0 0 3px #2563eb1a;
}

.dash-btn-primary {
  background-color: var(--dash-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background .2s, transform .1s;
}

.dash-btn-primary:active:not(:disabled) {
  transform: scale(.98);
}

.dash-btn-primary:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.dash-grid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.dash-card {
  background: var(--dash-card-bg);
  border: 1px solid var(--dash-border);
  border-radius: 14px;
  flex-direction: column;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
}

.dash-card:hover {
  border-color: var(--dash-primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.dash-card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.dash-card-title {
  color: var(--dash-text-main);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.dash-status-dot {
  background-color: var(--dash-success);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  position: relative;
}

.dash-status-dot:after {
  content: "";
  background-color: var(--dash-success);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 2s infinite pulse;
  position: absolute;
  top: 0;
  left: 0;
}

.dash-card-address {
  color: var(--dash-text-muted);
  margin-bottom: 2rem;
  font-size: .9rem;
}

.dash-card-footer {
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
}

.dash-card-id {
  color: #94a3b8;
  background: #f8fafc;
  border-radius: 4px;
  padding: .2rem .4rem;
  font-family: JetBrains Mono, monospace;
  font-size: .7rem;
}

.dash-card-actions {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.dash-btn-delete {
  all: unset;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
}

.dash-btn-delete:hover {
  filter: grayscale(0);
  background-color: #fee2e2;
}

.dash-link {
  color: var(--dash-primary);
  border-radius: 6px;
  padding: .4rem .8rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}

.dash-link:hover {
  background-color: #eff6ff;
}

.dash-empty {
  text-align: center;
  border: 2px dashed var(--dash-border);
  color: var(--dash-text-muted);
  background: #fff;
  border-radius: 16px;
  grid-column: 1 / -1;
  padding: 5rem 2rem;
}

.dash-empty-icon {
  opacity: .5;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}

@media (max-width: 1024px) {
  .dash-sidebar {
    align-items: center;
    width: 80px;
    padding: 1rem .5rem;
  }

  .dash-logo-tag, .dash-nav-item span {
    display: none;
  }

  .dash-logo {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 640px) {
  .dash-layout {
    flex-direction: column;
  }

  .dash-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--dash-border);
    width: 100%;
    height: auto;
    position: static;
  }

  .dash-main {
    padding: 1.5rem;
  }

  .dash-form {
    flex-direction: column;
  }
}

:root {
  --primary-blue: #2563eb;
  --primary-hover: #1d4ed8;
  --bg-slate: #f8fafc;
  --border-color: #f1f5f9;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.admin-table-container {
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 24px;
  overflow: clip;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.btn-approve {
  background-color: var(--primary-blue);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 10px 24px;
  font-weight: 700;
  transition: all .2s;
}

.btn-approve:hover:not(:disabled) {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 15px -3px #2563eb33;
}

.btn-approve:disabled {
  cursor: not-allowed;
  color: #94a3b8;
  background-color: #e2e8f0;
}

.badge-admin {
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 9999px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 800;
}

.overflow-x-auto::-webkit-scrollbar-track {
  background: #f1f5f9;
}

@keyframes adminFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

table {
  border-spacing: 0;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 4px;
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 10px;
}

.settings-page-view {
  background-color: #f8fafc;
  min-height: 100vh;
  padding: 32px 16px;
  overflow-y: auto;
}

.settings-container {
  max-width: 860px;
  margin: 0 auto;
}

.settings-title {
  color: #0f172a;
  margin: 0;
  font-size: 26px;
  font-weight: 800;
}

.settings-subtitle {
  color: #64748b;
  font-size: 14px;
}

.settings-stack {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.settings-block {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: clip;
}

.block-header {
  background: #fdfdfd;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.block-icon {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.block-icon.blue {
  color: #2563eb;
  background: #eff6ff;
}

.block-icon svg {
  width: 18px;
  height: 18px;
}

.block-info h3 {
  color: #1e293b;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.block-info span {
  color: #94a3b8;
  font-size: 12px;
}

.block-content {
  padding: 20px;
}

.grid-form {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.field {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.field.full-width {
  margin-bottom: 16px;
}

.field label {
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.settings-actions-bar {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
  padding-bottom: 40px;
  display: flex;
}

.st-btn-primary {
  color: #fff;
  background: #2563eb;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
}

.st-btn-secondary {
  color: #64748b;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.settings-page-wrapper {
  background-color: #f8fafc;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  display: flex;
}

.settings-container {
  width: 100%;
  max-width: 1000px;
}

.settings-header {
  margin-bottom: 32px;
}

.settings-title {
  color: #0f172a;
  letter-spacing: -.025em;
  font-size: 32px;
  font-weight: 800;
}

.settings-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.card-header {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 16px;
  padding: 24px;
  display: flex;
}

.icon-box {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-box.blue {
  color: #2563eb;
  background: #eff6ff;
}

.icon-box svg {
  width: 22px;
  height: 22px;
}

.header-text h3 {
  color: #1e293b;
  font-size: 18px;
  font-weight: 700;
}

.header-text p {
  color: #64748b;
  font-size: 14px;
}

.card-body {
  padding: 24px;
}

.form-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  display: grid;
}

.input-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.input-group.full {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.input-group label {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.st-input {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  height: 48px;
  padding: 0 16px;
  font-size: 15px;
  transition: all .2s;
}

.st-input:focus {
  background: #fff;
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 4px #2563eb1a;
}

.st-input.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background: #f1f5f9;
}

.settings-actions {
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.btn-save {
  color: #fff;
  background: #2563eb;
  border-radius: 12px;
  padding: 14px 32px;
  font-weight: 700;
  transition: all .2s;
}

.btn-save:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.btn-secondary {
  color: #64748b;
  padding: 14px 24px;
  font-weight: 600;
}

.features-section {
  background-color: #f8fafc;
  margin-top: 20px;
  padding: 100px 0;
}

.features-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  display: grid;
}

.feature-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  flex-direction: column;
  gap: 28px;
  padding: 40px 32px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #00000005;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px #0000000f;
}

.feature-visual {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.icon-wrapper.blue-bg {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 8px 16px #2563eb33;
}

.icon-wrapper.green-bg {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 8px 16px #22c55e33;
}

.icon-wrapper.purple-bg {
  background: linear-gradient(135deg, #a855f7, #9333ea);
  box-shadow: 0 8px 16px #a855f733;
}

.push-notification {
  background-color: #ef4444;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: 2s infinite pulse-red;
  position: absolute;
  top: -4px;
  right: -4px;
}

@keyframes pulse-red {
  0% {
    transform: scale(1);
    box-shadow: 0 0 #ef444499;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px #ef444400;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 #ef444400;
  }
}

.feature-subtitle {
  text-transform: uppercase;
  color: #3b82f6;
  letter-spacing: .5px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.feature-title {
  color: #0f172a;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.feature-text {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

html, body {
  overflow-x: clip;
  height: auto !important;
  overflow-y: auto !important;
}

.landing-wrapper {
  min-height: 100vh;
  height: auto !important;
  overflow: visible !important;
}

.hero {
  height: auto;
  min-height: 100vh;
}

.how-it-works-section {
  background-color: #fff;
  margin-bottom: 0;
  padding: 200px 0;
}

.how-it-works-section h2 {
  margin-bottom: 8px !important;
}

.section-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 64px;
  font-size: 48px;
  margin-top: 0 !important;
}

.steps-container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.step-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  flex: 1;
  padding: 32px;
  transition: all .3s;
  position: relative;
}

.step-card:hover {
  background-color: #fff;
  border-color: #cbd5e1;
  box-shadow: 0 10px 30px #0f172a0d;
}

.step-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.step-icon {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.step-number {
  color: #e2e8f0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.step-title {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.step-text {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.step-connector {
  color: #cbd5e1;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 992px) {
  .steps-container {
    flex-direction: column;
    gap: 24px;
  }

  .step-connector {
    display: none;
  }

  .step-card {
    width: 100%;
  }
}

.how-it-works-cta {
  text-align: center;
  clear: both;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.how-it-works-cta .btn-primary {
  justify-content: center;
  align-items: center;
  min-width: 280px;
  display: inline-flex;
}

.how-it-works-cta .microcopy {
  width: 100%;
  margin-top: 12px;
  display: block;
}

@media (max-width: 992px) {
  .how-it-works-cta {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.section-title {
  color: #0f172a;
  width: 200%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0x;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

.section-subtitle {
  text-align: center;
  width: 100%;
  margin-bottom: 34px;
  font-size: 15px;
  display: block;
}

.comparison-section {
  background-color: #f8fafc;
  padding: 100px 0;
}

.comparison-container {
  align-items: stretch;
  gap: 40px;
  margin-bottom: 80px;
  display: flex;
}

.comparison-card {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.comparison-card.new {
  z-index: 2;
  border: 2px solid #3b82f6;
  transform: scale(1.05);
  box-shadow: 0 20px 40px #2563eb1a;
}

.comparison-card.old {
  opacity: .7;
  filter: grayscale(.5);
}

.comparison-badge {
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
}

.comparison-badge.red {
  color: #ef4444;
  background: #fee2e2;
}

.comparison-badge.blue {
  color: #2563eb;
  background: #dbeafe;
}

.chaotic-interface {
  background: #f1f5f9;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  width: 240px;
  height: 160px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: clip;
}

.fake-menu {
  background: #cbd5e1;
  border-radius: 4px;
  width: 100%;
  height: 10px;
}

.fake-chart {
  background: #e2e8f0;
  border-radius: 4px;
  align-self: center;
  width: 80%;
  height: 50px;
}

.fake-buttons {
  gap: 5px;
  display: flex;
}

.fake-buttons div {
  background: #cbd5e1;
  border-radius: 2px;
  width: 30px;
  height: 10px;
}

.clean-interface {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  width: 240px;
  height: 160px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.stat-line {
  background: #dbeafe;
  border-radius: 6px;
  width: 60px;
  height: 20px;
}

.list-item {
  background: #f1f5f9;
  border-radius: 4px;
  width: 100%;
  height: 12px;
}

.overlay-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comparison-card.old .overlay-icon {
  color: #ef4444;
}

.comparison-card.new .overlay-icon {
  color: #22c55e;
}

.comparison-label {
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.arguments-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
  display: grid;
}

.argument-item {
  gap: 20px;
  display: flex;
}

.arg-icon {
  color: #2563eb;
  background: #fff;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 4px 12px #0000000d;
}

.argument-item h4 {
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.argument-item p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.quote-wrapper {
  background: #fff;
  border-left: 6px solid #2563eb;
  border-radius: 32px;
  margin-top: 80px;
  padding: 40px;
  box-shadow: 0 10px 30px #0f172a08;
}

.main-quote {
  color: #0f172a;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .comparison-container {
    flex-direction: column;
  }

  .comparison-card.new {
    transform: scale(1);
  }

  .arguments-grid {
    grid-template-columns: 1fr;
  }

  .main-quote {
    font-size: 20px;
  }
}

.simplicity-section {
  background-color: #fff;
  padding: 120px 0;
}

.simplicity-inner {
  align-items: center;
  gap: 10px;
  display: flex;
}

.simplicity-content {
  margin-left: 45px;
}

.benefits-vertical-list {
  flex-direction: column;
  gap: 22px;
  max-width: 1000px;
  margin-left: 20px;
  display: flex;
}

.benefit-v-item {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.benefit-v-icon {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.benefit-v-text h3 {
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.benefit-v-text p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.st-input {
  color: #1e293b;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  outline: none;
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  transition: all .2s;
}

.st-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px #2563eb14;
}

.btn-primary {
  color: #fff;
  cursor: pointer;
  background-color: #2563eb;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #2563eb33;
}

.whatsapp-card {
  transition: transform .3s, box-shadow .3s;
}

.whatsapp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px #0000000d;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: .3s ease-out forwards fadeInSlide;
}

.branch-container {
  box-sizing: border-box;
  color: #0f172a;
  background-color: #f8fafc;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 80px);
  padding: 24px 32px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  animation: .3s ease-out fadeIn;
  display: flex;
}

.page-header {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.btn-back {
  color: #475569;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
}

.btn-back:hover {
  color: #0f172a;
  background-color: #f1f5f9;
}

.header-titles h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.branch-id {
  color: #64748b;
  font-family: monospace;
  font-size: 12px;
}

.layout-grid {
  flex: 1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  min-height: 0;
  display: grid;
}

.main-column, .sidebar-column {
  flex-direction: column;
  height: 100%;
  min-height: 0;
  display: flex;
}

.panel-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  box-shadow: 0 1px 3px #0000000a;
}

.panel-header {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.panel-title-wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.panel-title-wrapper h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.badge-count {
  color: #475569;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
}

.btn-toggle-form {
  color: #475569;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
}

.btn-toggle-form:hover {
  color: #0f172a;
  background-color: #f1f5f9;
}

.panel-list {
  background-color: #f8fafc;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.panel-list::-webkit-scrollbar {
  width: 6px;
}

.panel-list::-webkit-scrollbar-track {
  background: none;
}

.panel-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.panel-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.panel-form-container {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
  padding: 16px;
}

.staff-form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.input-row {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.input-group {
  position: relative;
}

.input-icon {
  color: #94a3b8;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.form-input {
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  width: 100%;
  padding: 8px 10px 8px 32px;
  font-size: 13px;
}

.form-input:focus {
  border-color: #2563eb;
  outline: none;
}

.btn-submit {
  color: #fff;
  cursor: pointer;
  background-color: #0f172a;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
}

.btn-submit:hover:not(:disabled) {
  background-color: #334155;
}

.btn-submit:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.staff-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.staff-card:hover {
  border-color: #cbd5e1;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-info {
  align-items: center;
  gap: 10px;
  display: flex;
}

.avatar {
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.card-active .avatar {
  color: #2563eb;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
}

.card-frozen .avatar {
  color: #64748b;
  background-color: #f1f5f9;
}

.admin-card .avatar {
  color: #7c3aed;
  background-color: #f5f3ff;
  border: 1px solid #ede9fe;
}

.details {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.name-wrapper {
  align-items: center;
  gap: 6px;
  display: flex;
}

.name {
  color: #0f172a;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.specialty, .phone {
  color: #64748b;
  margin: 0;
  font-size: 11px;
}

.badge-frozen, .badge-crm {
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  gap: 2px;
  padding: 2px 4px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.badge-frozen {
  color: #475569;
  background-color: #f1f5f9;
}

.badge-crm {
  color: #64748b;
  background-color: #f1f5f9;
  width: fit-content;
  margin-top: 2px;
}

.card-actions {
  opacity: 0;
  gap: 4px;
  transition: opacity .2s;
  display: flex;
}

.staff-card:hover .card-actions {
  opacity: 1;
}

.btn-action {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.btn-freeze {
  color: #818cf8;
}

.btn-freeze:hover {
  color: #4f46e5;
  background-color: #eef2ff;
  border-color: #c7d2fe;
}

.btn-unfreeze {
  color: #f59e0b;
}

.btn-unfreeze:hover {
  background-color: #fffbeb;
  border-color: #fde68a;
}

.btn-delete {
  color: #94a3b8;
}

.btn-delete:hover {
  color: #ef4444;
  background-color: #fef2f2;
  border-color: #fecaca;
}

.card-footer {
  border-top: 1px dashed #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.card-id {
  color: #94a3b8;
  font-family: monospace;
  font-size: 10px;
}

.card-link {
  text-transform: uppercase;
  color: #475569;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.card-active .card-link:hover {
  color: #2563eb;
}

.empty-state {
  text-align: center;
  color: #94a3b8;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.empty-icon {
  color: #cbd5e1;
  margin-bottom: 8px;
}

.empty-state p {
  color: #475569;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
}

.empty-state span {
  font-size: 11px;
}

@media (max-width: 1024px) {
  .branch-container {
    height: auto;
    padding: 16px;
    display: block;
  }

  .layout-grid {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }

  .panel-section {
    height: 600px;
  }

  .card-actions {
    opacity: 1;
  }

  .input-row {
    grid-template-columns: 1fr;
  }
}

.dd-layout {
  color: #1e293b;
  background-color: #f8fafc;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.dd-header {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.dd-header-left {
  align-items: center;
  gap: 20px;
  display: flex;
}

.dd-back-link {
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dd-back-link:hover {
  text-decoration: underline;
}

.dd-id-badge {
  color: #64748b;
  background-color: #f1f5f9;
  border-radius: 8px;
  padding: 6px 12px;
  font-family: monospace;
  font-size: 12px;
  font-weight: 600;
}

.dd-main {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
}

.dd-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px #00000005;
}

.dd-card-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.dd-form-body {
  padding: 24px;
}

.dd-form-group label {
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.dd-input {
  color: #1e293b;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  transition: all .2s;
}

.dd-input:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px #2563eb1a;
}

.dd-input:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background-color: #f1f5f9;
}

.dd-input-group {
  align-items: center;
  gap: 10px;
  display: flex;
}

.dd-form-footer {
  border-top: 1px solid #f1f5f9;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
}

.dd-btn {
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.dd-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.dd-btn-primary {
  color: #fff;
  background-color: #2563eb;
}

.dd-btn-primary:hover:not(:disabled) {
  background-color: #1d4ed8;
}

.dd-btn-success {
  color: #fff;
  background-color: #16a34a;
}

.dd-btn-success:hover:not(:disabled) {
  background-color: #15803d;
}

.dd-btn-secondary {
  color: #475569;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.dd-btn-outline {
  color: #475569;
  background-color: #fff;
  border: 1px solid #cbd5e1;
}

.dd-btn-outline:hover {
  background-color: #f8fafc;
}

.dd-btn-outline-small {
  color: #2563eb;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.dd-btn-outline-small:hover {
  background-color: #eff6ff;
}

.dd-btn-text {
  color: #64748b;
  background: none;
}

.dd-btn-text:hover {
  background-color: #f1f5f9;
}

.dd-card-success {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.dd-success-content {
  align-items: center;
  gap: 16px;
  display: flex;
}

.dd-icon-success {
  font-size: 24px;
}

.dd-badge-success {
  color: #16a34a;
  background-color: #dcfce7;
  border-radius: 6px;
  padding: 6px 10px;
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
}

.dd-schedule-form {
  padding: 24px;
}

.dd-loading {
  text-align: center;
  color: #94a3b8;
  padding: 40px;
  font-weight: 500;
}

.dd-schedule-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  display: grid;
}

.dd-day-row {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  flex-direction: column;
  padding: 16px;
  transition: background-color .2s;
  display: flex;
}

.dd-day-active {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dd-day-inactive {
  background-color: #f8fafc;
}

.dd-day-header {
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  display: flex;
}

.dd-day-active .dd-day-header {
  border-bottom-color: #dbeafe;
}

.dd-checkbox-group {
  align-items: center;
  gap: 10px;
  display: flex;
}

.dd-checkbox {
  cursor: pointer;
  accent-color: #2563eb;
  width: 16px;
  height: 16px;
}

.dd-checkbox-group label {
  cursor: pointer;
  color: #1e293b;
  font-size: 14px;
  font-weight: 600;
}

.dd-day-inactive .dd-checkbox-group label {
  color: #94a3b8;
}

.dd-empty-text {
  color: #94a3b8;
  margin: auto 0;
  font-size: 12px;
  font-style: italic;
}

.dd-warning-text {
  color: #d97706;
  margin: auto 0;
  font-size: 12px;
  font-weight: 500;
}

.dd-windows-container {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  display: flex;
}

.dd-time-window {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 1px 2px #00000005;
}

.dd-time-inputs {
  align-items: center;
  gap: 10px;
  display: flex;
}

.dd-window-index {
  color: #64748b;
  background-color: #f1f5f9;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 700;
}

.dd-time-group {
  align-items: center;
  gap: 6px;
  display: flex;
}

.dd-input-time {
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
}

.dd-time-separator {
  color: #94a3b8;
  font-size: 12px;
}

.dd-btn-delete {
  color: #94a3b8;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  transition: all .2s;
}

.dd-btn-delete:hover {
  color: #ef4444;
  background-color: #fee2e2;
}

.dd-schedule-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 24px;
}

.dd-dashboard-layout {
  color: #1e293b;
  background-color: #f8fafc;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  display: flex;
}

.dd-dashboard-loading {
  color: #64748b;
  background-color: #f8fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dd-dashboard-sidebar {
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e2e8f0;
  flex-direction: column;
  width: 280px;
  height: 100vh;
  padding: 24px 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.dd-sidebar-header {
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 16px;
  padding: 0 16px 24px;
}

.dd-sidebar-logo {
  color: #0f172a;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
}

.dd-sidebar-badge {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.dd-sidebar-nav {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.dd-nav-btn {
  color: #64748b;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dd-nav-btn:hover {
  color: #1e293b;
  background-color: #f8fafc;
}

.dd-nav-btn-active, .dd-nav-btn-active:hover {
  color: #2563eb;
  background-color: #eff6ff;
  font-weight: 600;
}

.dd-sidebar-footer {
  border-top: 1px solid #e2e8f0;
  margin-top: auto;
  padding-top: 12px;
}

.dd-logout-btn {
  color: #dc2626;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.dd-logout-btn:hover {
  background-color: #fef2f2;
}

.dd-dashboard-main {
  box-sizing: border-box;
  flex: 1;
  padding: 32px 40px;
  overflow-y: auto;
}

.dd-dashboard-content-max {
  max-width: 900px;
}

.dd-dashboard-title {
  color: #0f172a;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 800;
}

.dd-readonly-badge {
  color: #2563eb;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.dd-day-readonly {
  opacity: .8;
}

.dd-checkbox-readonly {
  cursor: not-allowed;
  opacity: .8;
}

.dd-text-active {
  color: #1e293b;
  font-weight: 700;
}

.dd-text-inactive {
  color: #94a3b8;
  font-weight: 600;
}

.dd-time-window-readonly {
  box-shadow: none;
  background-color: #f8fafc;
  border-color: #e2e8f0;
}

.dd-input-readonly {
  color: #334155;
  cursor: default;
  background-color: #0000;
  border: 1px solid #0000;
  font-weight: 600;
}

.dd-input-readonly:focus {
  box-shadow: none;
  outline: none;
}

.dd-chat-placeholder-container {
  background-color: #fff;
  border: 1px solid #eef0f4;
  border-radius: 20px;
  grid-template-columns: 360px 1fr;
  height: calc(100vh - 120px);
  min-height: 600px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 25px #0000000f;
}

.dd-chat-sidebar {
  background-color: #fff;
  border-right: 1px solid #f1f5f9;
  flex-direction: column;
  display: flex;
}

.dd-chat-search-header {
  border-bottom: 1px solid #f1f5f9;
  padding: 24px 20px;
}

.dd-chat-search-box {
  position: relative;
}

.dd-chat-search-icon {
  color: #94a3b8;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.dd-chat-search-input {
  box-sizing: border-box;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  width: 100%;
  height: 44px;
  padding: 0 14px 0 42px;
  font-size: 14px;
  transition: all .2s;
}

.dd-chat-search-input:focus {
  background-color: #fff;
  border-color: #2563eb;
}

.dd-chat-list-blurred {
  filter: blur(2.5px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .6;
  flex: 1;
  overflow-y: hidden;
}

.dd-chat-item-mock {
  border-bottom: 1px solid #f8fafc;
  gap: 14px;
  padding: 16px 20px;
  display: flex;
}

.dd-chat-avatar-mock {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dd-chat-info-mock {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.dd-chat-name-mock {
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
}

.dd-chat-msg-mock {
  color: #64748b;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 13px;
  overflow: hidden;
}

.dd-chat-main-mock {
  text-align: center;
  background-color: #f8fafc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.dd-chat-dev-icon {
  background-color: #e0f2fe;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 10px 25px #0284c71a;
}

.dd-chat-dev-title {
  color: #0f172a;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
}

.dd-chat-dev-text {
  color: #64748b;
  max-width: 420px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.dd-layout {
  background-color: #f8fafc;
  min-height: 100vh;
  font-family: inherit;
  display: flex;
}

.dd-sidebar {
  background-color: #fff;
  border-right: 1px solid #f1f5f9;
  flex-direction: column;
  width: 280px;
  height: 100vh;
  padding: 24px 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.dd-logo-container {
  padding: 0 12px 32px;
}

.dd-logo-text {
  color: #0f172a;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.dd-logo-highlight {
  color: #2563eb;
}

.dd-nav {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.dd-nav-item {
  color: #64748b;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 1.5px solid #0000;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dd-nav-item:hover {
  background-color: #f8fafc;
}

.dd-nav-item.active {
  color: #2563eb;
  background-color: #f1f5f9;
  border-color: #0f172a;
  font-weight: 600;
}

.dd-nav-item svg {
  stroke: currentColor;
}

.dd-logout-btn {
  color: #64748b;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dd-logout-btn:hover {
  color: #dc2626;
  background-color: #fef2f2;
}

.dd-main {
  flex: 1;
  padding: 40px;
  overflow-y: auto;
}

.dd-page-title {
  color: #0f172a;
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 800;
}

.dd-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  max-width: 900px;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000d;
}

.dd-card-header {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.dd-card-title {
  color: #0f172a;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}

.dd-card-subtitle {
  color: #64748b;
  margin: 0;
  font-size: 13px;
}

.dd-card-body {
  padding: 24px;
}

.dd-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.dd-form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.dd-label {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12px;
  font-weight: 700;
}

.dd-input, .dd-select {
  color: #0f172a;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  transition: border-color .2s;
}

.dd-input:focus, .dd-select:focus {
  border-color: #2563eb;
}

.dd-input:disabled, .dd-select:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background-color: #f8fafc;
}

.dd-btn-primary {
  color: #fff;
  cursor: pointer;
  background-color: #2563eb;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-flex;
}

.dd-btn-primary:hover {
  background-color: #1d4ed8;
}

.dd-btn-primary:disabled {
  cursor: not-allowed;
  background-color: #93c5fd;
}

.dd-btn-secondary {
  color: #475569;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.dd-btn-secondary:hover {
  background-color: #f8fafc;
}

.dd-schedule-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 20px;
  transition: all .2s;
}

.dd-schedule-item.working {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dd-schedule-item.off {
  opacity: .8;
  background-color: #f8fafc;
}

.dd-chats-container {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  grid-template-columns: 360px 1fr;
  height: calc(100vh - 120px);
  display: grid;
  overflow: hidden;
}

.ai-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  max-width: 500px;
  padding: 32px;
  box-shadow: 0 4px 20px #00000008;
}

.ai-card-title {
  color: #0f172a;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.ai-section-label {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.ai-timezone-select {
  color: #64748b;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  outline: none;
  width: auto;
  min-width: 140px;
  padding: 10px 16px;
  font-size: 15px;
}

.ai-days-container {
  gap: 8px;
  margin-bottom: 32px;
  display: flex;
}

.ai-day-btn {
  color: #64748b;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.ai-day-btn:hover {
  background-color: #f8fafc;
}

.ai-day-btn.selected {
  color: #fff;
  background-color: #2563eb;
  border-color: #2563eb;
}

.ai-schedule-list {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.ai-day-title {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.ai-time-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.ai-time-text {
  color: #64748b;
  font-size: 14px;
}

.ai-time-group {
  align-items: center;
  gap: 6px;
  display: flex;
}

.ai-time-input {
  text-align: center;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  width: 48px;
  height: 40px;
  font-size: 15px;
  transition: border-color .2s;
}

.ai-time-input:focus {
  border-color: #2563eb;
}

.ai-colon {
  color: #64748b;
  font-weight: bold;
}

.ai-checkbox-wrap {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
  display: flex;
}

.ai-checkbox {
  accent-color: #2563eb;
  cursor: pointer;
  border-radius: 6px;
  width: 20px;
  height: 20px;
}

.dd-about-page {
  background-color: #f8fafc;
  min-height: 100vh;
  padding: 80px 0;
}

.dd-about-hero {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.dd-about-badge {
  color: #1d4ed8;
  background-color: #dbeafe;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.dd-about-title {
  color: #0f172a;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.dd-about-title span {
  color: #2563eb;
}

.dd-about-subtitle {
  color: #475569;
  font-size: 20px;
  line-height: 1.6;
}

.dd-about-section-title {
  text-align: center;
  color: #0f172a;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.dd-about-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 32px;
  margin-bottom: 80px;
  display: grid;
}

.dd-about-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.dd-about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px -3px #0000001a;
}

.dd-about-icon {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.dd-about-card h3 {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.dd-about-card p {
  color: #64748b;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.6;
}

.dd-about-cta {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 32px;
  box-shadow: 0 20px 25px -5px #2563eb4d;
}

.dd-about-cta h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
}

.dd-about-cta p {
  color: #dbeafe;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.6;
}

.dd-about-btn {
  color: #2563eb;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 14px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 4px 14px #0000001a;
}

.dd-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #00000026;
}

@media (max-width: 1024px) {
  .dd-about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dd-about-grid {
    grid-template-columns: 1fr;
  }

  .dd-about-title {
    font-size: 40px;
  }

  .dd-about-cta h2 {
    font-size: 32px;
  }
}

.dd-results-page {
  background-color: #fff;
  min-height: 100vh;
  padding: 80px 0;
}

.dd-results-hero {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.dd-results-badge {
  color: #d97706;
  background-color: #fef3c7;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.dd-results-title {
  color: #0f172a;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.dd-results-title span {
  color: #2563eb;
}

.dd-results-subtitle {
  color: #475569;
  font-size: 20px;
  line-height: 1.6;
}

.dd-results-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 32px;
  margin-bottom: 80px;
  display: grid;
}

.dd-results-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  gap: 24px;
  padding: 40px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
}

.dd-results-card:hover {
  border-color: #bfdbfe;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px #2563eb1a;
}

.dd-results-icon {
  color: #2563eb;
  background-color: #fff;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.dd-results-content {
  flex-direction: column;
  display: flex;
}

.dd-results-content h3 {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.dd-results-content p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.6;
}

.dd-results-cta {
  text-align: center;
  color: #fff;
  background-color: #0f172a;
  border-radius: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 32px;
}

.dd-results-cta h2 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
}

.dd-results-btn {
  color: #fff;
  cursor: pointer;
  background-color: #2563eb;
  border: none;
  border-radius: 14px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.dd-results-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .dd-results-card {
    flex-direction: column;
    gap: 16px;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .dd-results-title {
    font-size: 40px;
  }

  .dd-results-grid {
    grid-template-columns: 1fr;
  }

  .dd-results-cta h2 {
    font-size: 26px;
  }
}

.about-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.about-hero {
  text-align: center;
  margin-bottom: 64px;
}

.about-hero h1 {
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 24px;
  font-size: 46px;
  font-weight: 800;
}

.about-subtitle {
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.features-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 80px;
  display: grid;
}

.feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px;
  transition: all .2s;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.feature-card:hover {
  border-color: #bfdbfe;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px #2563eb26;
}

.feature-card .icon-wrapper {
  color: #2563eb;
  background: #eff6ff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.feature-card h3 {
  color: #1e293b;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.feature-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.about-cta-box {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 24px;
  padding: 64px 32px;
  box-shadow: 0 20px 25px -5px #0000001a;
}

.about-cta-box h2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
}

.about-cta-box p {
  color: #94a3b8;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5ce348bf30bf5439-s.0ee55_hj9qcer.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0.qu-9752pffj.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/6306c77e7c8268e4-s.0mao5jbfbduzp.woff2") format("woff2");
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7d817b4c03b0c5f1-s.0uzt.a6d44yda.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0mvwgmnhv29no.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.09zddjkbdep5a.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__08lp0x-._.css.map*/