/* [project]/src/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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-600: #e40014;
    --color-orange-500: #fe6e00;
    --color-orange-600: #f05100;
    --color-blue-50: #eff6ff;
    --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-neutral-800: #262626;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --drop-shadow-md: 0 3px 3px #0000001f;
    --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-600: lab(48.4493% 77.4328 61.5452);
      --color-orange-500: lab(64.272% 57.1788 90.3583);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --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);
      --color-neutral-800: lab(15.204% 0 -.00000596046);
    }
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

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

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .left-1\/2 {
    left: 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;
    }
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .min-h-\[calc\(100vh-2\.5rem\)\] {
    min-height: calc(100vh - 2.5rem);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .max-w-full {
    max-width: 100%;
  }

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

  .flex-1 {
    flex: 1;
  }

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

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

  .justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

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

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

  :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-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

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

  .bg-\[\#F5F5F5\] {
    background-color: #f5f5f5;
  }

  .bg-\[\#FF8E01\] {
    background-color: #ff8e01;
  }

  .bg-\[\#FF6801\] {
    background-color: #ff6801;
  }

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

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

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

  .bg-transparent {
    background-color: #0000;
  }

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

  .\!bg-none {
    background-image: none !important;
  }

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

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

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

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

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

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

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

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

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

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

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

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

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

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

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

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

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

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

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

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

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#1F2937\] {
    color: #1f2937;
  }

  .text-\[\#6B7280\] {
    color: #6b7280;
  }

  .text-\[\#10B981\] {
    color: #10b981;
  }

  .text-\[\#111827\] {
    color: #111827;
  }

  .text-\[\#333333\] {
    color: #333;
  }

  .text-\[\#414042\] {
    color: #414042;
  }

  .text-\[\#FF6B00\] {
    color: #ff6b00;
  }

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

  .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-neutral-800 {
    color: var(--color-neutral-800);
  }

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

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

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, #0000001f));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#FF7A1F\]:hover {
      background-color: #ff7a1f;
    }

    .hover\:bg-gray-400:hover {
      background-color: var(--color-gray-400);
    }

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

    .hover\:text-orange-500:hover {
      color: var(--color-orange-500);
    }

    .hover\:text-orange-600:hover {
      color: var(--color-orange-600);
    }

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

    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .hover\:shadow-md:hover {
      --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);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#FB923C\]:focus {
    --tw-ring-color: #fb923c;
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 48rem) {
    .md\:h-5 {
      height: calc(var(--spacing) * 5);
    }

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

    .md\:w-5 {
      width: calc(var(--spacing) * 5);
    }

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

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

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

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

    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

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

    .lg\:w-\[40\%\] {
      width: 40%;
    }
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
  --bg-selected: #fff5e6;
  --border-selected: #ffe0b2;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --border-light: #e5e7eb;
  --primary-orange: #ff8e01;
  --primary-orange-hover: #ff7a1f;
  --primary-orange-press: #f57216;
  --primary-orange-focus: #ff8e01;
  --color-primary: #ff8e01;
  --color-primary-hover: #ff7a1f;
  --color-primary-press: #f57216;
  --color-input-border: #e0e0e0;
  --color-input-focus: #ff8e01;
  --secondary-bg: #fff;
  --secondary-border: #333;
  --secondary-hover-bg: #f5f5f5;
  --secondary-press-bg: #e8e8e8;
  --ghost-bg: #fffaf5;
  --ghost-hover-bg: #fff5eb;
  --ghost-press-bg: #fed;
  --disabled-bg: #e5e7eb;
  --disabled-text: #9ca3af;
  --input-border: #e0e0e0;
  --input-border-hover: #d0d0d0;
  --input-focus-border: #ff8e01;
  --input-filled-bg: #f5f5f5;
  --input-success: #10b981;
  --input-info: #3b82f6;
  --input-warning: #f59e0b;
  --input-error: red;
  --input-error-bg: #fef2f2;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e5e7eb;
  border-radius: 20px;
}

.button-base {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-family: inherit;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.button-base:disabled {
  cursor: not-allowed;
  opacity: 1;
}

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

.button-giant {
  border-radius: .75rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.button-giant .button-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.button-giant.button-icon-only {
  width: 3.625rem;
  height: 3.625rem;
  padding: 1rem;
}

.button-large {
  border-radius: .75rem;
  padding: .875rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button-large .button-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.button-large.button-icon-only {
  width: 3.25rem;
  height: 3.25rem;
  padding: .875rem;
}

.button-medium {
  border-radius: .625rem;
  padding: .625rem 1rem;
  font-size: .9375rem;
  line-height: 1.375rem;
}

.button-medium .button-icon {
  width: 1rem;
  height: 1rem;
}

.button-medium.button-icon-only {
  width: 2.625rem;
  height: 2.625rem;
  padding: .625rem;
}

.button-small {
  border-radius: .625rem;
  padding: .5rem .875rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.button-small .button-icon {
  width: .875rem;
  height: .875rem;
}

.button-small.button-icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: .5rem;
}

.button-tiny {
  border-radius: .5rem;
  padding: .375rem .625rem;
  font-size: .75rem;
  line-height: 1rem;
}

.button-tiny .button-icon {
  width: .75rem;
  height: .75rem;
}

.button-tiny.button-icon-only {
  width: 1.75rem;
  height: 1.75rem;
  padding: .375rem;
}

.button-primary {
  background-color: var(--primary-orange);
  color: #fff;
}

.button-primary:hover:not(:disabled) {
  background-color: var(--primary-orange-hover);
}

.button-primary:focus:not(:disabled) {
  background-color: var(--primary-orange-focus);
  outline: none;
}

.button-primary:active:not(:disabled) {
  background-color: var(--primary-orange-press);
}

.button-primary:disabled {
  background-color: var(--disabled-bg);
  color: var(--disabled-text);
  opacity: 1;
}

.button-secondary {
  background-color: var(--secondary-bg);
  color: #333;
  border: 1px solid var(--secondary-border);
}

.button-secondary:hover:not(:disabled) {
  background-color: var(--secondary-hover-bg);
  border-color: var(--secondary-border);
}

.button-secondary:focus:not(:disabled) {
  background-color: var(--secondary-bg);
  border-color: #333;
  outline: none;
}

.button-secondary:active:not(:disabled) {
  background-color: var(--secondary-press-bg);
  border-color: var(--secondary-border);
}

.button-secondary:disabled {
  color: var(--disabled-text);
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.button-ghost {
  background-color: var(--ghost-bg);
  color: var(--primary-orange);
  border: 1px solid #0000;
}

.button-ghost:hover:not(:disabled) {
  background-color: var(--ghost-hover-bg);
}

.button-ghost:focus:not(:disabled) {
  background-color: var(--ghost-bg);
  border-color: var(--primary-orange);
  outline: none;
}

.button-ghost:active:not(:disabled) {
  background-color: var(--ghost-press-bg);
}

.button-ghost:disabled {
  color: var(--disabled-text);
  background-color: #fafafa;
}

.input-container {
  flex-direction: column;
  gap: .375rem;
  width: 100%;
  display: flex;
}

.input-large {
  font-size: 1rem;
}

.input-medium {
  font-size: .875rem;
}

.input-label {
  color: #333;
  margin-bottom: .125rem;
  font-size: .875rem;
  font-weight: 500;
}

.input-label-focus {
  color: var(--input-focus-border);
}

.input-label-success {
  color: var(--input-success);
}

.input-label-info {
  color: var(--input-info);
}

.input-label-warning {
  color: var(--input-warning);
}

.input-label-error {
  color: var(--input-error);
}

.input-label-disabled {
  color: #999;
}

.input-wrapper {
  border: 1px solid var(--input-border);
  background-color: #fff;
  border-radius: .625rem;
  transition: all .2s;
}

.input-large .input-wrapper {
  gap: .75rem;
  min-height: 3rem;
  padding: .75rem 1rem;
}

.input-medium .input-wrapper {
  gap: .625rem;
  min-height: 2.5rem;
  padding: .625rem .875rem;
}

.input-wrapper-default {
  border-color: var(--input-border);
  background-color: #fff;
}

.input-wrapper-filled {
  border-color: var(--input-border);
  background-color: var(--input-filled-bg);
}

.input-wrapper-hover {
  border-color: var(--input-border-hover);
  background-color: var(--input-filled-bg);
}

.input-wrapper-focus {
  border-color: var(--input-focus-border);
  background-color: #fff;
}

.input-wrapper-disabled {
  cursor: not-allowed;
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.input-wrapper-success {
  border-color: var(--input-success);
  background-color: #fff;
}

.input-wrapper-info {
  border-color: var(--input-info);
  background-color: #fff;
}

.input-wrapper-warning {
  border-color: var(--input-warning);
  background-color: #fff;
}

.input-wrapper-error {
  border-color: var(--input-error);
  background-color: var(--input-error-bg);
}

.input-icon-left, .input-icon-right {
  color: #999;
  flex-shrink: 0;
}

.input-large .input-icon-left, .input-large .input-icon-right {
  width: 1.25rem;
  height: 1.25rem;
}

.input-medium .input-icon-left, .input-medium .input-icon-right {
  width: 1rem;
  height: 1rem;
}

.input-wrapper-focus .input-icon-left, .input-wrapper-focus .input-icon-right {
  color: var(--input-focus-border);
}

.input-wrapper-success .input-icon-left, .input-wrapper-success .input-icon-right {
  color: var(--input-success);
}

.input-wrapper-info .input-icon-left, .input-wrapper-info .input-icon-right {
  color: var(--input-info);
}

.input-wrapper-warning .input-icon-left, .input-wrapper-warning .input-icon-right {
  color: var(--input-warning);
}

.input-wrapper-error .input-icon-left, .input-wrapper-error .input-icon-right {
  color: var(--input-error);
}

.input-wrapper-disabled .input-icon-left, .input-wrapper-disabled .input-icon-right {
  color: #d0d0d0;
}

.input-base {
  color: #333;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 0;
}

.input-base::placeholder {
  color: #999;
}

.input-base:disabled {
  color: #999;
  cursor: not-allowed;
}

.input-state-focus::placeholder {
  color: #666;
}

.input-helper {
  color: #666;
  margin-top: .125rem;
  font-size: .75rem;
}

.input-helper-success {
  color: var(--input-success);
}

.input-helper-info {
  color: var(--input-info);
}

.input-helper-warning {
  color: var(--input-warning);
}

.input-helper-error {
  color: var(--input-error);
}

.input-helper-disabled {
  color: #999;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html, body {
  max-width: 100vw;
  font-family: sans-serif;
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f7f5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

* {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

.toggle-label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
}

.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toggle-switch {
  background-color: #d3d3d3;
  border-radius: 9999px;
  width: 3.5rem;
  height: 1.75rem;
  transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  position: relative;
}

.toggle-switch.toggle-checked {
  background-color: #ff8e01;
}

.toggle-knob {
  background-color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: .125rem;
  left: .125rem;
}

.toggle-switch.toggle-checked .toggle-knob {
  transform: translate(1.75rem);
}

.toggle-disabled {
  cursor: not-allowed;
  opacity: .5;
}

.toggle-disabled .toggle-switch {
  background-color: #d3d3d3;
}

.status-badge {
  white-space: nowrap;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: opacity .2s;
  display: inline-flex;
}

.status-badge-nouveau {
  color: #1976d2;
  background-color: #e3f2fd;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
}

.status-badge-archive {
  color: #00796b;
  background-color: #e0f2f1;
}

.status-badge-en-cours {
  color: #f57c00;
  background-color: #fff9c4;
}

.status-badge-consulte {
  color: #7b1fa2;
  background-color: #f3e5f5;
}

.status-badge-defaut {
  color: #fff;
  background-color: #2a2a2a;
}

.status-badge-definir-par-defaut {
  color: #ff8e01;
  background-color: #fff;
}

.status-badge-expire {
  color: red;
  background-color: #fce4ec;
}

.list-item {
  text-align: left;
  color: var(--text-main);
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: .75rem;
  outline: none;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.list-item-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--text-main);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.list-item-icon svg {
  stroke-width: 1.5px;
  width: 100%;
  height: 100%;
}

.list-item-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.list-item-indicator {
  background-color: var(--primary-orange);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  width: .25rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  right: -.55rem;
  transform: translateY(-50%);
}

.list-item-selected {
  background-color: var(--bg-selected);
  border-color: var(--border-selected);
  color: var(--primary-orange);
}

.list-item-selected .list-item-icon {
  color: var(--primary-orange);
}

.list-item-selected .list-item-text {
  color: #ff8e01;
}

.list-item-default {
  color: var(--text-main);
  background-color: #0000;
}

.list-item-default:hover:not(:disabled) {
  background-color: #f9fafb;
}

.list-item-default .list-item-icon {
  color: #2a2a2a;
  stroke: #2a2a2a;
}

.list-item-default .list-item-text {
  color: #2a2a2a;
}

.list-item-disabled {
  color: #4a4a4a;
  cursor: not-allowed;
  opacity: .5;
  background: none;
}

.list-item-disabled .list-item-icon {
  color: #4a4a4a;
  stroke: #4a4a4a;
}

.list-item-disabled .list-item-text {
  color: #4a4a4a;
}

.list-item:disabled {
  cursor: not-allowed;
}

.select-container {
  min-width: 150px;
  display: inline-block;
  position: relative;
}

.select-trigger {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .5rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
  display: flex;
}

.select-trigger:hover:not(:disabled) {
  background-color: #f5f5f5;
}

.select-trigger:focus {
  outline: none;
}

.select-trigger:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.select-value {
  text-align: left;
  flex: 1;
}

.select-icon {
  color: #333;
  flex-shrink: 0;
  transition: transform .2s;
}

.select-icon-open {
  transform: rotate(180deg);
}

.select-menu {
  z-index: 50;
  background-color: #fff;
  border-radius: 0 0 .375rem .375rem;
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.select-option {
  text-align: left;
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 100%;
  padding: .5rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: background-color .15s;
  display: block;
}

.select-option:hover {
  background-color: #f5f5f5;
}

.select-option-selected {
  color: #ff8e01;
  background-color: #fff5e6;
  font-weight: 500;
}

.select-disabled .select-trigger {
  cursor: not-allowed;
  opacity: .6;
}

.dashboard-layout {
  background-color: #f8f7f5;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

:root {
  --sidebar-width: 260px;
  --sidebar-collapsed-width: 80px;
  --bg-color: #fff;
  --border-color: #e5e7eb;
  --primary-orange: #ff6b00;
  --bg-active: #fff7ed;
  --text-active: #ea580c;
  --text-main: #1f2937;
  --text-nav: #4b5563;
  --text-muted: #9ca3af;
}

.sidebar {
  width: var(--sidebar-width);
  background-color: var(--bg-color);
  border-right: 1px solid var(--border-color);
  z-index: 100;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-direction: column;
  padding: .75rem .5rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  transition: width .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar.sidebar-collapsed {
  width: var(--sidebar-collapsed-width);
  padding: .75rem .375rem;
}

.sidebar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0 .25rem;
  display: flex;
}

.sidebar-logo-container {
  color: #111827;
  letter-spacing: -.025em;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
}

.sidebar-collapse-btn {
  color: #9ca3af;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.sidebar-collapse-btn:hover {
  color: var(--text-main);
  border-color: #d1d5db;
}

.sidebar-nav {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.sidebar-settings {
  flex-direction: column;
  gap: .25rem;
  margin-top: auto;
  display: flex;
}

.sidebar-mobile-menu, .sidebar-logout-mobile {
  display: none;
}

.sidebar-collaborators-card {
  margin-top: 1.5rem;
  padding: 0 .5rem .75rem;
}

.sidebar-collaborators-card-mobile {
  display: none;
}

.collaborators-card {
  background-color: #f9fafb;
  border-radius: 10px;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.collaborators-card-header {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.collaborators-card-icon {
  color: #4b5563;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.collaborators-card-icon svg {
  width: 24px;
  height: 24px;
}

.collaborators-card-content {
  flex-direction: column;
  flex: 1;
  gap: .25rem;
  display: flex;
}

.collaborators-card-title {
  color: #111827;
  letter-spacing: -.01em;
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.collaborators-card-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.collaborators-card-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #0a2536;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  padding: .625rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.collaborators-card-button:hover {
  background-color: #2c4454;
}

.collaborators-card-button:active {
  background-color: #2c4454;
  transform: scale(.98);
}

.collaborators-card-count {
  color: #374151;
  background-color: #f3f4f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 1.5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.sidebar-collapsed .sidebar-collaborators-card {
  display: none;
}

.sidebar .list-item, .sidebar-nav button, .sidebar-settings button {
  width: 100%;
  color: var(--text-nav);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sidebar .list-item:hover {
  color: #111827;
  background-color: #f9fafb;
}

.sidebar .list-item[data-selected="true"], .sidebar .active-item {
  font-weight: 600;
  background-color: var(--bg-active) !important;
  color: var(--text-active) !important;
}

.sidebar .list-item[data-selected="true"] svg, .sidebar .active-item svg {
  color: var(--primary-orange);
  stroke-width: 2.5px;
  width: 18px;
  height: 18px;
}

.sidebar .list-item svg {
  stroke-width: 2px;
  color: #6b7280;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.sidebar-spacer {
  flex: 1;
  min-height: 1rem;
}

.sidebar-separator {
  background-color: #f3f4f6;
  align-self: center;
  width: calc(100% - .5rem);
  height: 1px;
  margin: 1.5rem .25rem;
}

.sidebar-nav-item-wrapper {
  position: relative;
}

.sidebar-badge {
  background-color: var(--primary-orange);
  color: #fff;
  border-radius: 10px;
  padding: 1px 4px;
  font-size: .6rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translateY(-50%);
}

.sidebar-collapsed .sidebar-logo-container span, .sidebar-collapsed .list-item-text, .sidebar-collapsed .list-item > span:not(:first-child) {
  display: none;
}

.sidebar-collapsed .sidebar-header {
  justify-content: center;
  padding: 0;
}

.sidebar-collapsed .sidebar-logo-container {
  display: none;
}

.sidebar-collapsed .sidebar-collapse-btn {
  border: none;
  width: 100%;
}

.sidebar-collapsed .list-item {
  justify-content: center;
  padding: .5rem 0;
}

.sidebar-collapsed .list-item svg {
  margin: 0;
}

.sidebar-collapsed .sidebar-badge {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  top: .25rem;
  right: .25rem;
  transform: none;
}

@media (max-width: 1440px) {
  .sidebar {
    padding: .625rem .5rem;
  }

  .sidebar-logo-container {
    font-size: .95rem;
  }

  .sidebar .list-item, .sidebar-nav button, .sidebar-settings button {
    padding: .5rem .625rem;
    font-size: .85rem;
  }

  .sidebar .list-item svg, .sidebar .list-item[data-selected="true"] svg, .sidebar .active-item svg {
    width: 17px;
    height: 17px;
  }

  .sidebar-badge {
    padding: 1px 3px;
    font-size: .55rem;
  }
}

@media (max-width: 1280px) {
  .sidebar {
    padding: .5rem .375rem;
  }

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

  .sidebar-logo-container {
    gap: .4rem;
    font-size: .9rem;
  }

  .sidebar-collapse-btn {
    width: 1.4rem;
    height: 1.4rem;
  }

  .sidebar .list-item, .sidebar-nav button, .sidebar-settings button {
    gap: .45rem;
    padding: .45rem .6rem;
    font-size: .8rem;
  }

  .sidebar .list-item svg, .sidebar .list-item[data-selected="true"] svg, .sidebar .active-item svg {
    width: 16px;
    height: 16px;
  }

  .sidebar-badge {
    font-size: .5rem;
    right: .6rem;
  }

  .sidebar-separator {
    margin: 1.25rem .2rem;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    padding: .5rem .3rem;
  }

  .sidebar-header {
    margin-bottom: .875rem;
    padding: 0 .2rem;
  }

  .sidebar-logo-container {
    gap: .35rem;
    font-size: .85rem;
  }

  .sidebar-collapse-btn {
    width: 1.3rem;
    height: 1.3rem;
  }

  .sidebar-nav, .sidebar-settings {
    gap: .2rem;
  }

  .sidebar .list-item, .sidebar-nav button, .sidebar-settings button {
    gap: .4rem;
    padding: .4rem .5rem;
    font-size: .75rem;
  }

  .sidebar .list-item svg, .sidebar .list-item[data-selected="true"] svg, .sidebar .active-item svg {
    width: 15px;
    height: 15px;
  }

  .sidebar-badge {
    padding: 1px 3px;
    font-size: .5rem;
    right: .5rem;
  }

  .sidebar-separator {
    margin: 1rem .15rem;
  }
}

@media (max-width: 768px) {
  .sidebar {
    z-index: 100;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: calc(64px + 1rem) 1rem 1rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
  }

  .sidebar-header {
    display: none;
  }

  .sidebar-collaborators-card-mobile {
    margin-bottom: 1.5rem;
    padding: 0;
    display: block;
  }

  .sidebar-collaborators-card-mobile .collaborators-card {
    margin: 0;
    padding: 1rem;
  }

  .sidebar-collaborators-card, .sidebar-nav, .sidebar-spacer, .sidebar-separator, .sidebar-settings {
    display: none;
  }

  .sidebar-mobile-menu {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    display: flex;
  }

  .sidebar-mobile-item-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .sidebar-mobile-item-wrapper .list-item {
    color: #111827;
    background-color: #0000;
    border: none;
    flex: 1;
    justify-content: flex-start;
    padding: .875rem 0;
    font-size: .875rem;
    font-weight: 400;
  }

  .sidebar-mobile-item-wrapper .list-item:hover {
    background-color: #0000;
  }

  .sidebar-mobile-item-wrapper .list-item[data-selected="true"], .sidebar-mobile-item-wrapper .active-item {
    font-weight: 400;
    color: #111827 !important;
    background-color: #0000 !important;
  }

  .sidebar-mobile-item-wrapper .list-item[data-selected="true"] svg, .sidebar-mobile-item-wrapper .active-item svg {
    color: #4b5563;
  }

  .sidebar-mobile-item-wrapper .list-item-indicator {
    display: none;
  }

  .sidebar-mobile-chevron {
    color: #9ca3af;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
  }

  .sidebar-logout-mobile {
    border-top: 1px solid #f3f4f6;
    margin-top: auto;
    padding-top: 1rem;
    display: block;
  }

  .sidebar-logout-btn {
    cursor: pointer;
    background-color: #0000;
    border: none;
    align-items: center;
    gap: .75rem;
    width: 100%;
    padding: .875rem 0;
    display: flex;
  }

  .sidebar-logout-icon {
    color: #ef4444;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }

  .sidebar-logout-text {
    color: #ef4444;
    text-align: left;
    flex: 1;
    font-size: .875rem;
    font-weight: 400;
  }

  .sidebar-logout-chevron {
    color: #ef4444;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
  }

  .sidebar-mobile-menu .list-item svg {
    color: #4b5563;
    width: 20px;
    height: 20px;
  }

  .sidebar-mobile-menu .list-item[data-selected="true"] svg, .sidebar-mobile-menu .active-item svg {
    color: #ff6b00;
  }
}

.bottom-navigation {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
  padding: .5rem 0 .625rem;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-nav-item {
  cursor: pointer;
  background-color: #0000;
  border: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.bottom-nav-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bottom-nav-indicator {
  background-color: #ff6b00;
  border-radius: 1px;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translate(-50%);
}

.bottom-nav-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: .25rem;
  display: flex;
  position: relative;
}

.bottom-nav-item svg {
  stroke-width: 2px;
  color: #4b5563;
  width: 24px;
  height: 24px;
  transition: color .2s;
}

.bottom-nav-item-active svg {
  color: #ff6b00;
}

.bottom-nav-label {
  color: #4b5563;
  text-align: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
  transition: color .2s;
}

.bottom-nav-item-active .bottom-nav-label {
  color: #ff6b00;
  font-weight: 400;
}

@media (max-width: 768px) {
  .bottom-navigation {
    justify-content: space-around;
    align-items: center;
    height: auto;
    min-height: 4.5rem;
    display: flex;
  }

  .dashboard-main {
    padding-bottom: 4.5rem;
  }
}

:root {
  --orange-primary: #f97316;
  --text-dark: #1f2937;
  --text-gray: #6b7280;
  --text-light-gray: #9ca3af;
  --bg-pill: #fff;
  --border-pill: #e5e7eb;
}

.car-listing-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.car-listing-card-clickable {
  cursor: pointer;
}

.car-listing-card-top-section {
  flex-direction: row;
  gap: 12px;
  width: 100%;
  display: flex;
}

.car-listing-card-image-wrapper {
  background-color: #f3f4f6;
  border-radius: 8px;
  flex-shrink: 0;
  width: 180px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.car-listing-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.car-listing-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: 0;
  min-width: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.car-header-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.car-title-group {
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.car-dot {
  background-color: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.car-title {
  color: #1f2937;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.car-status-badge-top {
  flex-shrink: 0;
}

.car-meta-row {
  color: #6b7280;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.car-location {
  color: #6b7280;
  align-items: center;
  gap: 4px;
  display: flex;
}

.car-location svg {
  color: #9ca3af;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.car-meta-separator {
  color: #737373;
  margin: 0 4px;
  font-size: 16px;
  line-height: 1;
}

.car-time {
  color: #6b7280;
}

.car-specs-row {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  display: flex;
}

.spec-pill {
  color: #374151;
  white-space: nowrap;
  background-color: #f3f4f6;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.car-footer-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.car-financials {
  flex: 1;
  gap: 16px;
  display: flex;
}

.financial-col {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.fin-label {
  color: #6b7280;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.fin-value {
  color: #1f2937;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.fin-value.value-orange {
  color: #fe5e00;
}

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

.btn-details {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #fe5e00;
  border-radius: 8px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.btn-details:hover {
  background: linear-gradient(43.89deg, #ff6e10 0%, #ff9e3b 100%);
}

.btn-details:active {
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
}

.btn-details:focus {
  outline: none;
}

@media (max-width: 1440px) {
  .car-title {
    font-size: 18px;
  }

  .car-meta-text {
    font-size: 13px;
  }

  .fin-value {
    font-size: 16px;
  }

  .fin-label {
    font-size: 11px;
  }
}

@media (max-width: 1280px) {
  .car-title {
    font-size: 17px;
  }

  .car-meta-text {
    font-size: 12px;
  }

  .fin-value {
    font-size: 15px;
  }

  .fin-label {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .car-title {
    font-size: 16px;
  }

  .car-meta-text {
    font-size: 11px;
  }

  .fin-value {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .car-listing-card {
    flex-direction: column;
    gap: 0;
  }

  .car-listing-card-top-section {
    flex-direction: column;
    gap: 12px;
  }

  .car-listing-card-image-wrapper {
    width: 100%;
    height: 200px;
  }

  .car-title {
    font-size: 15px;
  }

  .car-meta-text {
    font-size: 10px;
  }

  .fin-value {
    font-size: 13px;
  }

  .car-footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 16px;
  }

  .car-financials {
    justify-content: space-between;
    width: 100%;
  }

  .btn-details {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mes-deals-list {
    box-sizing: border-box;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    padding: 0 16px 16px;
  }

  .car-listing-card {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  .car-listing-card-clickable {
    cursor: pointer;
    transition: transform .2s;
  }

  .car-listing-card-clickable:active {
    transform: scale(.98);
  }

  .car-listing-card-zone-1 {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    display: flex;
  }

  .car-listing-card-image-wrapper {
    border-radius: 8px;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
  }

  .car-listing-card-content-right {
    flex-direction: column;
    flex: 1;
    gap: 6px;
    min-width: 0;
    display: flex;
  }

  .car-listing-card-content-right .car-status-badge-top {
    align-self: flex-start;
    margin-bottom: 4px;
  }

  .car-listing-card-content-right .car-title-group {
    align-items: center;
    gap: 6px;
    width: 100%;
    display: flex;
  }

  .car-listing-card-zone-2 {
    width: 100%;
    margin-top: 8px;
  }

  .car-listing-card-top-section {
    flex-direction: row;
    gap: 12px;
    width: 100%;
    display: flex;
  }

  .car-listing-card-content {
    flex-direction: column;
    flex: 1;
    gap: 8px;
    min-width: 0;
    display: flex;
  }

  .car-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .car-title-group {
    flex: 1;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    display: flex;
  }

  .car-status-badge-top {
    order: -1;
    align-self: flex-start;
  }

  .car-dot {
    border-radius: 50%;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
  }

  .car-title {
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }

  .car-listing-card-content-right .car-meta-row {
    color: #888;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    font-size: 11px;
    display: flex;
  }

  .car-listing-card-content-right .car-specs-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 0;
    display: flex;
  }

  .car-meta-row {
    color: #888;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    display: flex;
  }

  .car-location {
    align-items: center;
    gap: 4px;
    display: flex;
  }

  .car-meta-separator {
    color: #333;
    margin: 0 4px;
    font-size: 8px;
    display: inline-block;
  }

  .car-time {
    color: #888;
  }

  .car-specs-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    display: flex;
  }

  .spec-pill {
    color: #666;
    white-space: nowrap;
    background-color: #eee;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .car-footer-row {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: calc(100% + 24px);
    margin-top: 8px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .car-listing-card-zone-2 .car-financials {
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    padding: 0;
    flex-direction: row !important;
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
  }

  .car-listing-card-zone-2 .financial-col {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    gap: 2px;
    display: flex;
  }

  .car-listing-card-zone-2 .fin-label {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

  .car-listing-card-zone-2 .fin-value {
    text-align: left;
    align-self: flex-start;
  }

  .car-financials {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    padding: 0;
    flex-direction: row !important;
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
  }

  .financial-col {
    white-space: nowrap;
    flex-direction: column;
    flex-shrink: 0;
    gap: 2px;
    min-width: auto;
    display: flex;
  }

  .fin-label {
    color: #888;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .fin-value {
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }

  .fin-value.value-orange {
    color: #ff8c00;
  }

  .car-actions {
    display: none;
  }
}

.scroll-to-button {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e01;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.scroll-to-button:hover {
  background-color: #ff7a1f;
}

.scroll-to-button:active {
  background-color: #f57216;
}

.scroll-to-button:focus {
  outline: none;
}

.scroll-to-button:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.separator {
  background-color: #fff;
}

.separator-horizontal {
  width: 100%;
  height: 1px;
}

.separator-vertical {
  width: 1px;
  height: 100%;
}

.separator-default {
  background-color: #fff;
}

.separator-light {
  background-color: #e0e0e0;
}

.separator-dark {
  background-color: #333;
}

.car-listing-card-detailed {
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.25rem;
  display: flex;
}

.car-listing-card-detailed-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.car-listing-card-detailed-header-left {
  flex-direction: column;
  flex: 1;
  gap: .25rem;
  display: flex;
}

.car-listing-card-detailed-id {
  color: #64b5f6;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.car-listing-card-detailed-title-section {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.car-listing-card-detailed-title {
  color: #333;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.car-listing-card-detailed-subtitle {
  color: #757575;
  margin: 0;
  font-size: .875rem;
  line-height: 1.25rem;
}

.car-listing-card-detailed-toggle {
  flex-shrink: 0;
}

.car-listing-card-detailed-specs {
  background-color: #f8f8f8;
  border-radius: .5rem;
  padding: .75rem 1rem;
}

.car-listing-card-detailed-specs-grid {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .5rem 1rem;
  display: grid;
}

.car-listing-card-detailed-spec-label {
  color: #555;
  text-align: left;
  white-space: nowrap;
  font-size: .9375rem;
  line-height: 1.375rem;
}

.car-listing-card-detailed-spec-value {
  color: #333;
  text-align: right;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.car-listing-card-detailed-footer {
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.car-listing-card-detailed-footer-left {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.car-listing-card-detailed-price {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.car-listing-card-detailed-badge {
  color: #333;
  background-color: #e0e0e0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
}

.car-listing-card-detailed-menu {
  color: #757575;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.car-listing-card-detailed-menu:hover {
  background-color: #f5f5f5;
}

:root {
  --filter-bg-active: #fff;
  --filter-bg-disabled: #f5f5f5;
  --filter-border: #e5e7eb;
  --filter-header-bg: #f9fafb;
  --filter-text-main: #1f2937;
  --filter-text-muted: #6b7280;
  --filter-green: #22c55e;
  --filter-line-color: #9ca3af;
  --toggle-orange: #ff8e01;
}

.filter-card {
  background-color: var(--filter-bg-active);
  border: 1px solid var(--filter-border);
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 12px;
  transition: all .2s;
  display: flex;
}

.filter-card-collapsed {
  gap: 0;
}

.filter-card-disabled {
  background-color: var(--filter-bg-disabled);
  border-color: #0000;
}

.filter-card-header-pill {
  background-color: var(--filter-header-bg);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  display: flex;
}

.filter-card-disabled .filter-card-header-pill {
  background-color: #00000008;
}

.filter-card-title-group {
  align-items: center;
  gap: 10px;
  display: flex;
}

.filter-card-icon-square {
  background-color: var(--filter-green);
  border-radius: 2px;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.filter-card-name {
  color: var(--filter-text-main);
  font-size: 14px;
  font-weight: 600;
}

.filter-card-badge {
  color: #374151;
  background-color: #e5e7eb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.filter-card-body {
  padding: 4px 4px 4px 8px;
}

.filter-timeline {
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
  display: flex;
  position: relative;
}

.filter-timeline-line {
  border-left: 1px dotted var(--filter-line-color);
  z-index: 0;
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 2px;
}

.filter-timeline-item {
  z-index: 1;
  align-items: center;
  gap: 12px;
  display: flex;
  position: relative;
}

.filter-timeline-dot {
  background-color: #000;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -6px;
}

.filter-card-disabled .filter-timeline-dot {
  background-color: #9ca3af;
}

.filter-timeline-text {
  color: var(--filter-text-main);
  font-size: 14px;
  line-height: 1.4;
}

.filter-card-disabled .filter-timeline-text {
  color: #6b7280;
}

.filter-card-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 16px;
  display: flex;
}

.filter-card-actions-left {
  align-items: center;
  gap: 12px;
  display: flex;
}

.filter-btn-icon {
  cursor: pointer;
  color: #111827;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background .2s;
  display: flex;
}

.filter-btn-icon:hover:not(:disabled) {
  background-color: #f3f4f6;
}

.filter-btn-icon:disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

.filter-btn-remove {
  color: #111827;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  transition: background .2s;
  display: flex;
}

.filter-btn-remove:hover:not(:disabled) {
  color: #ef4444;
  background-color: #fee2e2;
}

.filter-btn-remove:disabled {
  color: #6b7280;
  cursor: not-allowed;
}

.filter-toggle-custom .toggle-switch {
  background-color: #e5e7eb;
  width: 40px !important;
  height: 22px !important;
}

.filter-toggle-custom .toggle-switch.toggle-checked {
  background-color: var(--toggle-orange);
}

.filter-toggle-custom .toggle-knob {
  width: 18px !important;
  height: 18px !important;
  top: 2px !important;
  left: 2px !important;
}

.filter-toggle-custom .toggle-switch.toggle-checked .toggle-knob {
  transform: translate(18px) !important;
}

.filters-sidebar-btn {
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background .2s;
  display: flex;
}

.filters-sidebar-btn:hover {
  background-color: #f3f4f6;
}

.dashboard-main {
  min-height: 100vh;
  margin-left: var(--sidebar-width, 260px);
  background-color: #f8f7f5;
  flex-direction: column;
  flex: 1;
  transition: margin-left .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.dashboard-layout[data-collapsed="true"] .dashboard-main {
  margin-left: var(--sidebar-collapsed-width, 80px);
}

.dashboard-logo {
  align-items: center;
  display: flex;
}

.dashboard-logo-svg {
  width: auto;
  height: 2rem;
}

.dashboard-page-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.dashboard-page-title {
  color: #2a2a2a;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}

.dashboard-page-actions {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.dashboard-page-separator {
  margin: 2rem 0;
}

.dashboard-page-section {
  margin-bottom: 3rem;
}

.dashboard-page-section-title {
  color: #2a2a2a;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.dashboard-page-badges, .dashboard-page-filters {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.dashboard-page-toggles {
  flex-direction: column;
  gap: 1.5rem;
  max-width: 400px;
  display: flex;
}

.dashboard-page-toggle-item {
  background-color: #f5f5f5;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dashboard-page-toggle-item span {
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 500;
}

.dashboard-page-cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.kpi-cards-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 10px;
  margin-bottom: 1.25rem;
  display: grid;
}

.kpi-cards-grid .kpi-card {
  min-height: 90px;
  padding: 14px;
}

.kpi-cards-grid .kpi-card-icon {
  background-color: #0000;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  display: flex;
}

.kpi-cards-grid .kpi-card-icon svg {
  width: 20px;
  height: 20px;
}

.kpi-cards-grid .kpi-card-white .kpi-card-icon, .kpi-cards-grid .kpi-card-light-orange .kpi-card-icon {
  background-color: #0000;
  border: none;
  border-radius: 0;
}

.kpi-cards-grid .kpi-card-label {
  margin-bottom: 3px;
  font-size: .6875rem;
  line-height: 1.2;
}

.kpi-cards-grid .kpi-card-value {
  font-size: 1.625rem;
  line-height: 1;
}

.kpi-cards-grid .kpi-card-sub-value {
  font-size: 1rem;
}

.kpi-cards-grid .kpi-card-change {
  margin-top: 3px;
  font-size: .6875rem;
}

@media (max-width: 1280px) {
  .kpi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kpi-card {
    min-height: 130px;
    padding: 1.25rem;
  }

  .kpi-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: .875rem;
  }

  .kpi-card-value {
    font-size: 2.25rem;
  }

  .kpi-card-sub-value {
    font-size: 1.375rem;
  }

  .kpi-card-gradient-orange .kpi-card-sub-value {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .kpi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    margin-bottom: 1.5rem;
  }

  .kpi-card {
    border-radius: 10px;
    min-height: auto;
    padding: .625rem .75rem;
  }

  .kpi-card-icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: .5rem !important;
  }

  .kpi-card-label {
    margin-bottom: .375rem !important;
    font-size: .75rem !important;
    line-height: 1.25rem !important;
  }

  .kpi-card-value {
    white-space: nowrap;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .kpi-card-sub-value {
    white-space: nowrap;
    font-size: .8125rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .kpi-card-value-wrapper {
    flex-wrap: nowrap;
    align-items: baseline;
    gap: .25rem;
    display: flex;
  }

  .kpi-card-gradient-orange .kpi-card-icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: .5rem !important;
  }

  .kpi-card-gradient-orange .kpi-card-label {
    margin-bottom: .375rem !important;
    font-size: .75rem !important;
  }

  .kpi-card-gradient-orange .kpi-card-value {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
  }

  .kpi-card-gradient-orange .kpi-card-sub-value {
    font-size: .875rem !important;
    font-weight: 500 !important;
  }

  .kpi-card-light-orange .kpi-card-icon, .kpi-card-white .kpi-card-icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: .5rem !important;
  }

  .kpi-card-light-orange .kpi-card-label, .kpi-card-white .kpi-card-label {
    margin-bottom: .375rem !important;
    font-size: .75rem !important;
    line-height: 1.25rem !important;
  }

  .kpi-card-light-orange .kpi-card-value, .kpi-card-white .kpi-card-value {
    white-space: nowrap;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .kpi-card-light-orange .kpi-card-sub-value, .kpi-card-white .kpi-card-sub-value {
    white-space: nowrap;
    font-size: .8125rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 480px) {
  .kpi-card {
    min-height: 110px;
    padding: .875rem;
  }

  .kpi-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: .625rem;
  }

  .kpi-card-label {
    font-size: .75rem;
    line-height: 1.125rem;
  }

  .kpi-card-value {
    font-size: 1.75rem;
  }

  .kpi-card-sub-value {
    font-size: 1.125rem;
  }

  .kpi-card-gradient-orange .kpi-card-sub-value {
    font-size: .875rem;
  }
}

.kpi-card {
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  min-height: 140px;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kpi-card-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: .75rem;
  display: flex;
}

.kpi-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: .5rem;
  display: flex;
}

.kpi-card-label {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.kpi-card-value-wrapper {
  flex-wrap: nowrap;
  align-items: baseline;
  gap: .25rem;
  display: flex;
}

.kpi-card-value {
  letter-spacing: -.02em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.kpi-card-change {
  color: #737373;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
}

.kpi-card-change-percent {
  font-weight: 500;
}

.kpi-card-change-percent.positive {
  color: #10b981;
}

.kpi-card-change-percent.negative {
  color: #ef4444;
}

.kpi-card-change-label {
  color: #737373;
  font-weight: 400;
}

.activity-kpi-section {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  gap: 16px;
  padding: 12px 16px;
  display: flex;
  overflow: hidden;
}

.activity-kpi-item {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.activity-kpi-item:not(.last):after {
  content: "";
  background-color: #e5e7ebcc;
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
}

.activity-kpi-header {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  display: flex;
}

.activity-kpi-icon {
  color: #ff8e01;
  background-color: #ffe7cc;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.activity-kpi-icon svg {
  stroke-width: 2.2px;
  width: 16px;
  height: 16px;
}

.activity-kpi-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.activity-kpi-label {
  color: #6b7280;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
}

.activity-kpi-value {
  color: #111827;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.activity-kpi-change {
  color: #6b7280;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
}

.activity-kpi-change.positive .activity-kpi-percent {
  color: #10b981;
}

.activity-kpi-change.negative .activity-kpi-percent {
  color: #ef4444;
}

@media (max-width: 768px) {
  .activity-kpi-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    display: grid;
  }

  .activity-kpi-item {
    flex: 1;
    min-width: 0;
    padding: 20px 16px;
  }

  .activity-kpi-item:not(.last):after {
    display: none;
  }

  .activity-kpi-item:nth-child(odd):not(:last-child) {
    border-right: 1px solid #e5e7eb;
  }

  .activity-kpi-item:nth-child(-n+2) {
    border-bottom: 1px solid #e5e7eb;
  }

  .activity-kpi-header {
    margin-bottom: 8px;
  }

  .activity-kpi-icon {
    width: 44px;
    height: 44px;
  }

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

  .activity-kpi-value {
    font-size: 24px;
  }

  .activity-kpi-label {
    font-size: 13px;
  }

  .activity-kpi-change {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .dashboard-page {
    padding: 12px;
  }

  .activity-page {
    gap: 12px;
  }

  .transactions-tabs-nav {
    gap: 20px;
    margin-bottom: 12px;
  }

  .transactions-tab {
    font-size: 14px;
  }

  .activity-kpi-item {
    padding: 16px 12px;
  }

  .activity-kpi-header {
    margin-bottom: 8px;
  }

  .activity-kpi-icon {
    width: 40px;
    height: 40px;
  }

  .activity-kpi-icon svg {
    width: 20px;
    height: 20px;
  }

  .activity-kpi-label {
    font-size: 12px;
  }

  .activity-kpi-value {
    font-size: 20px;
  }

  .activity-kpi-change {
    font-size: 11px;
  }

  .activity-charts-grid, .activity-tables-grid {
    gap: 12px;
  }
}

.statistics-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.statistics-card-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.statistics-card-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.statistics-card-dropdown-wrapper {
  flex-shrink: 0;
  position: relative;
}

.statistics-card-dropdown-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.statistics-card-dropdown-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.statistics-card-chevron {
  color: #6b7280;
  transition: transform .2s;
}

.statistics-card-chevron.open {
  transform: rotate(180deg);
}

.statistics-card-dropdown-menu {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 180px;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  overflow: hidden;
}

.statistics-card-dropdown-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 100%;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
}

.statistics-card-dropdown-option:hover {
  background-color: #f9fafb;
}

.statistics-card-dropdown-option.active {
  color: #ff8e01;
  background-color: #fff5e6;
  font-weight: 600;
}

.statistics-card-legend {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.statistics-legend-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.statistics-legend-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.statistics-legend-dot.investissements {
  background-color: #ffb366;
}

.statistics-legend-dot.reventes {
  background-color: #ff8e01;
}

.statistics-legend-dot.benefices {
  background-color: #9ca3af;
}

.statistics-legend-label {
  color: #374151;
  font-size: 14px;
  font-weight: 400;
}

.statistics-legend-value {
  color: #1f2937;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 700;
}

.statistics-card-chart-container {
  width: 100%;
  min-width: 0;
  height: 160px;
  min-height: 160px;
  position: relative;
}

@media (max-width: 768px) {
  .statistics-card {
    gap: 16px;
    padding: 16px;
  }

  .statistics-card-title {
    font-size: 18px;
    font-weight: 700;
  }

  .statistics-card-legend {
    flex-wrap: wrap;
    gap: 24px;
  }

  .statistics-legend-item {
    flex-flow: wrap;
    align-items: flex-start;
    gap: 8px;
  }

  .statistics-legend-dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }

  .statistics-legend-label {
    color: #374151;
    white-space: nowrap;
    font-size: 14px;
  }

  .statistics-legend-value {
    white-space: nowrap;
    text-align: left;
    flex-basis: 100%;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 700;
  }

  .statistics-card-chart-container {
    height: 200px;
    min-height: 200px;
  }
}

.deals-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.deals-card-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.deals-card-title {
  color: #1f2937;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.deals-card-view-more {
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.deals-card-view-more:hover {
  color: #ff8e01;
  background-color: #f9fafb;
}

.deals-card-chart-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 140px;
  min-height: 140px;
  display: flex;
  position: relative;
}

.deals-card-center-text {
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.deals-card-center-label {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.deals-card-center-value {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
}

.deals-card-legend {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.deals-legend-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.deals-legend-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.deals-legend-dot.in-progress {
  background-color: #ff8e01;
}

.deals-legend-dot.finalized {
  background-color: #ffb366;
}

.deals-legend-label {
  color: #6b7280;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

.deals-legend-value {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.recent-transactions-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.recent-transactions-card .data-table-container {
  background: none;
  gap: 0;
  padding: 0;
}

.recent-transactions-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.recent-transactions-title {
  color: #1f2937;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.recent-transactions-view-more {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e01;
  border: 1px solid #ff8e01;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.recent-transactions-view-more:hover {
  color: #fff;
  background-color: #ff7a1f;
  border-color: #ff7a1f;
}

.recent-transactions-table {
  width: 100%;
  overflow-x: auto;
}

.recent-transactions-table .table-wrapper, .recent-transactions-table .transactions-table-wrapper {
  background: none;
  padding: 0;
}

.transactions-table {
  border-collapse: collapse;
  width: 100%;
}

.transactions-table thead {
  background-color: #f9fafb;
}

.transactions-table th {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.transactions-table td {
  color: #1f2937;
  border-bottom: 1px solid #f3f4f6;
  padding: 16px;
  font-size: 14px;
}

.transactions-table tbody tr:last-child td {
  border-bottom: none;
}

.transactions-table tbody tr:hover {
  background-color: #f9fafb;
}

.transaction-vehicle {
  font-weight: 500;
}

.transaction-type {
  align-items: center;
  gap: 6px;
  font-weight: 500;
  display: flex;
}

.transaction-type.achat, .transaction-type.achat svg {
  color: #0284c7;
}

.transaction-type.vente, .transaction-type.vente svg {
  color: #ff8e2b;
}

.transaction-type svg {
  flex-shrink: 0;
}

.status-badge {
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.status-badge.en-cours {
  color: #1f2937;
  background-color: #fef9c3;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

.status-badge.terminee {
  color: #1f2937;
  background-color: #d1fae5;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

.checkbox-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.checkbox-wrapper.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.checkbox-input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.checkbox-custom {
  background-color: #fff;
  border: 2px solid #d1d5db;
  flex-shrink: 0;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.checkbox-wrapper.circle .checkbox-custom {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.checkbox-wrapper.square .checkbox-custom {
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.checkbox-input:checked + .checkbox-custom {
  background-color: #ff8e01;
  border-color: #ff8e01;
}

.checkbox-wrapper.circle .checkbox-input:checked + .checkbox-custom:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-wrapper.square .checkbox-input:checked + .checkbox-custom:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.checkbox-input:focus + .checkbox-custom {
  outline-offset: 2px;
  outline: 2px solid #ff8e01;
}

.checkbox-wrapper.disabled .checkbox-custom {
  cursor: not-allowed;
  background-color: #f3f4f6;
  border-color: #e5e7eb;
}

.checkbox-wrapper.disabled .checkbox-input:checked + .checkbox-custom {
  background-color: #d1d5db;
  border-color: #d1d5db;
}

.data-table-container {
  box-sizing: border-box;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.transactions-content-card .data-table-container {
  gap: 0;
}

.data-table-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.data-table-title {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.data-table-header-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.table-wrapper {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  overflow-x: auto;
}

.deals-table-wrapper .table-wrapper, .transactions-content-card .table-wrapper {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
}

.data-table thead {
  background-color: #f9fafb;
}

.data-table th {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.data-table td {
  color: #1f2937;
  vertical-align: middle;
  border-bottom: 1px solid #f3f4f6;
  padding: 16px;
  font-size: 14px;
}

.data-table tbody tr:last-child td {
  border-bottom: none;
}

.data-table tbody tr:hover {
  background-color: #f9fafb;
}

.data-table tbody tr.selected {
  background-color: #fff5e6;
}

.data-table tbody tr.selected:hover {
  background-color: #ffeed4;
}

.table-row-clickable {
  cursor: pointer;
}

.table-actions-btn {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.table-actions-btn:hover {
  color: #1f2937;
  background-color: #f3f4f6;
}

.data-table-empty {
  text-align: center;
  color: #6b7280;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  font-size: 14px;
  display: flex;
}

.deals-table-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  background-color: #0000 !important;
}

.deals-table-wrapper .data-table-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.deals-table-wrapper .table-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: visible;
}

.deals-table-wrapper .data-table {
  box-sizing: border-box;
  table-layout: auto;
  width: 100%;
  max-width: 100%;
}

.deals-data-table {
  border-spacing: 0 8px;
  border-collapse: separate;
  width: 100%;
}

.deals-data-table thead th {
  color: #9ca3af;
  background: none;
  border-bottom: none;
  padding: 12px 20px;
  font-size: 11px;
}

.deals-data-table tbody tr {
  background-color: #f9fafb;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: transform .1s;
}

.deals-data-table tbody td {
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 12px 20px;
}

.deals-data-table tbody tr td:first-child {
  border-left: 1px solid #f3f4f6;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.deals-data-table tbody tr td:last-child {
  border-right: 1px solid #f3f4f6;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.badge {
  border-radius: 6px;
  align-items: center;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 400;
  display: inline-flex;
}

.badge-blue {
  color: #0ea5e9;
  background-color: #e0f2fe;
  border: 1px solid #bae6fd;
}

.badge-gray {
  color: #6b7280;
  background-color: #f3f4f6;
}

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

.badge-green {
  color: #22c55e;
  background-color: #dcfce7;
}

.transactions-page {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.transactions-tabs-nav {
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.transactions-tab {
  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
  position: relative;
}

.transactions-tab:hover {
  color: #1f2937;
}

.transactions-tab.active {
  color: #ff8e01;
}

.transactions-tab.active:after {
  content: "";
  background-color: #ff8e01;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}

.transactions-content-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}

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

.transactions-search-group {
  flex: 1;
  align-items: center;
  gap: 12px;
  display: flex;
}

.transactions-search-container {
  box-sizing: border-box;
  background-color: #f9fafb;
  border: none;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  padding: 10px 14px;
  display: flex;
}

.transactions-search-container:focus-within {
  background-color: #fff;
}

.transactions-search-icon {
  color: #9ca3af;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.transactions-search-input {
  color: #1f2937;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
}

.transactions-search-input::placeholder {
  color: #9ca3af;
}

.transactions-date-picker-wrapper {
  flex-shrink: 0;
  position: relative;
}

.transactions-calendar-btn {
  color: #262626;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.transactions-calendar-btn:hover, .transactions-calendar-btn.active {
  color: #262626;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

.transactions-date-picker {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  min-width: 280px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}

.transactions-date-input {
  color: #1f2937;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
}

.transactions-date-input:focus {
  border-color: #ff8e01;
  outline: none;
}

.transactions-date-clear {
  color: #374151;
  cursor: pointer;
  background-color: #f3f4f6;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
}

.transactions-date-clear:hover {
  background-color: #e5e7eb;
}

.transactions-sort-wrapper {
  flex-shrink: 0;
  position: relative;
}

.transactions-sort-btn {
  color: #262626;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.transactions-sort-btn:hover {
  color: #262626;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

.transactions-sort-menu {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 180px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  overflow: hidden;
}

.transactions-sort-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
}

.transactions-sort-option:hover {
  background-color: #f9fafb;
}

.transactions-page-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.transactions-page-title {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.transactions-add-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.transactions-add-btn:hover {
  background: linear-gradient(43.89deg, #ff6e10 0%, #ff9e3b 100%);
  border-color: #ff9e3b;
}

.transactions-add-btn:active {
  transform: scale(.98);
}

.transactions-table-wrapper {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  position: static;
  overflow-x: auto;
}

.transactions-content-card .transactions-table-wrapper {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.transactions-full-table {
  border-collapse: collapse;
  width: 100%;
}

.transactions-full-table thead {
  background-color: #f9fafb;
}

.transactions-full-table th {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.transactions-full-table th:first-child {
  padding-left: 16px;
}

.transactions-full-table td {
  color: #1f2937;
  vertical-align: middle;
  border-bottom: 1px solid #f3f4f6;
  padding: 16px;
  font-size: 14px;
}

.transactions-full-table td:first-child {
  padding-left: 16px;
}

.transactions-full-table tbody tr:last-child td {
  border-bottom: none;
}

.transactions-full-table tbody tr:hover {
  background-color: #f9fafb;
}

.transactions-full-table tbody tr.selected {
  background-color: #fff5e6;
}

.transactions-full-table tbody tr.selected:hover {
  background-color: #ffeed4;
}

.transactions-col-select {
  text-align: center;
  width: 48px;
  padding: 16px 12px !important;
}

.transactions-col-id {
  min-width: 80px;
}

.transaction-id {
  color: #1f2937;
  font-weight: 500;
}

.transactions-col-vehicle {
  min-width: 200px;
}

.transaction-vehicle-content {
  align-items: center;
  gap: 12px;
  display: flex;
}

.transaction-vehicle-placeholder {
  background-color: #e5e7eb;
  border-radius: 6px;
  flex-shrink: 0;
  width: 48px;
  height: 36px;
}

.transaction-vehicle-text {
  color: #1f2937;
  font-weight: 500;
}

.transactions-col-type {
  min-width: 100px;
}

.transactions-col-date {
  min-width: 120px;
}

.transaction-date {
  color: #6b7280;
}

.transactions-col-price {
  min-width: 120px;
}

.transaction-price {
  color: #1f2937;
  font-weight: 600;
}

.transactions-col-status {
  min-width: 100px;
}

.transactions-col-actions {
  text-align: center;
  width: 60px;
}

.transactions-actions-btn {
  color: #6b7280;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: inline-flex;
}

.transactions-actions-btn:hover {
  color: #1f2937;
  background-color: #f3f4f6;
}

@media (max-width: 768px) {
  .transactions-page {
    box-sizing: border-box;
    width: 100%;
    margin-top: .5rem;
    padding: 16px 16px 5.5rem;
    overflow-x: hidden;
  }

  .transactions-tabs-nav {
    gap: 24px;
    margin-bottom: 16px;
  }

  .transactions-tab {
    font-size: 15px;
  }

  .transactions-content-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    overflow-x: hidden;
  }

  .transactions-header-new {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
  }

  .transactions-search-group {
    flex: 1;
    gap: 8px;
    min-width: 0;
  }

  .transactions-search-container {
    flex: 1;
    min-width: 0;
    max-width: none;
    padding: 10px 12px;
  }

  .transactions-calendar-btn, .transactions-sort-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  .transactions-sort-wrapper {
    flex-shrink: 0;
    position: relative;
  }

  .transactions-sort-menu {
    z-index: 100;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    min-width: 180px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    overflow: hidden;
  }

  .transactions-sort-option {
    text-align: left;
    color: #1f2937;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    padding: 10px 16px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .2s;
    display: block;
  }

  .transactions-sort-option:hover {
    background-color: #f9fafb;
  }

  .transactions-add-btn {
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .transactions-add-btn svg {
    margin: 0;
  }

  .transactions-table-wrapper {
    display: none;
  }

  .transactions-mobile-list {
    flex-direction: column;
    gap: 12px;
    display: flex;
  }

  .transaction-mobile-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
  }

  .transaction-mobile-content {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    position: relative;
  }

  .transaction-mobile-type-icon {
    color: #0284c7;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .transaction-mobile-type-icon.transaction-type-achat {
    color: #0284c7;
  }

  .transaction-mobile-type-icon.transaction-type-vente {
    color: #ff8e2b;
  }

  .transaction-mobile-details {
    flex-direction: column;
    flex: 1;
    gap: 4px;
    min-width: 0;
    margin-left: 32px;
    display: flex;
  }

  .transaction-mobile-date {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }

  .transaction-mobile-vehicle {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .transaction-mobile-right {
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-end;
    gap: 4px;
    display: flex;
    position: relative;
  }

  .transaction-mobile-right-top {
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .transaction-mobile-right .mark-as-dropdown-wrapper {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .transaction-mobile-status {
    border-radius: 12px;
    align-items: center;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-flex;
  }

  .transaction-mobile-status.en-cours {
    color: #1f2937;
    background-color: #fef9c3;
  }

  .transaction-mobile-status.terminee {
    color: #1f2937;
    background-color: #d1fae5;
  }

  .transaction-mobile-menu-btn {
    color: #1f2937;
    cursor: pointer;
    background-color: #0000;
    border: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .transaction-mobile-menu-btn:hover {
    opacity: .7;
  }

  .transaction-mobile-price {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
  }

  .transactions-empty-message {
    text-align: center;
    color: #6b7280;
    padding: 40px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .transactions-page, .transactions-content-card {
    padding: 12px;
  }

  .transactions-header-new {
    gap: 6px;
    margin-bottom: 12px;
  }

  .transactions-search-container {
    padding: 8px 10px;
  }

  .transactions-calendar-btn, .transactions-sort-btn {
    width: 36px;
    height: 36px;
  }

  .transactions-add-btn {
    width: 38px;
    height: 38px;
  }

  .transaction-mobile-card {
    padding: 12px;
  }

  .transaction-mobile-content {
    gap: 10px;
  }

  .transaction-mobile-vehicle, .transaction-mobile-price {
    font-size: 14px;
  }
}

.best-deals-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.best-deals-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.best-deals-title-group {
  align-items: center;
  gap: 8px;
  display: flex;
}

.best-deals-icon {
  color: #ff8e01;
  flex-shrink: 0;
}

.best-deals-title {
  color: #1f2937;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.best-deals-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.best-deal-item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.best-deal-item:hover {
  background-color: #fdf9f0;
}

.best-deal-item[data-rank="1"] {
  background-color: #fff7ed;
}

.best-deal-item[data-rank="2"], .best-deal-item[data-rank="3"] {
  background-color: #fff;
}

.best-deal-rank {
  color: #fff;
  z-index: 1;
  background-color: #ff8e01;
  border-radius: 11px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 22px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 12px;
  left: 12px;
}

.best-deal-rank[data-rank="1"] {
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
}

.best-deal-rank[data-rank="2"] {
  background-color: #ff8e2b;
}

.best-deal-rank[data-rank="3"] {
  background-color: #ffbc71;
}

.best-deal-content {
  flex-direction: column;
  flex: 1;
  gap: 6px;
  min-width: 0;
  margin-top: 28px;
  display: flex;
}

.best-deal-vehicle {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.best-deal-profit {
  color: #6b7280;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.best-deal-profit-value {
  color: #ff8e01;
  margin-left: auto;
  font-weight: 600;
}

.best-deal-link {
  color: #6b7280;
  cursor: pointer;
  z-index: 1;
  background-color: #0000;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.best-deal-link:hover {
  color: #ff8e01;
  background-color: #f3f4f6;
}

.activity-page {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.activity-charts-grid, .activity-tables-grid {
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  display: grid;
}

@media (max-width: 768px) {
  .statistics-card, .deals-card, .best-deals-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    overflow-x: hidden;
  }

  .recent-transactions-card {
    display: none;
  }

  .statistics-card-header, .deals-card-header, .recent-transactions-header, .best-deals-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .statistics-card-title, .deals-card-title, .recent-transactions-title, .best-deals-title {
    font-size: 16px;
  }

  .statistics-card-chart-container {
    height: 240px;
    min-height: 240px;
  }

  .deals-card-chart-container {
    height: 200px;
    min-height: 200px;
  }

  .statistics-card-legend {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .statistics-legend-item {
    gap: 6px;
  }

  .statistics-legend-label, .statistics-legend-value, .transactions-table {
    font-size: 12px;
  }

  .transactions-table th, .transactions-table td {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .statistics-card, .deals-card, .recent-transactions-card, .best-deals-card {
    padding: 12px;
  }

  .statistics-card-title, .deals-card-title, .recent-transactions-title, .best-deals-title {
    font-size: 15px;
  }

  .statistics-card-chart-container {
    height: 200px;
    min-height: 200px;
  }

  .deals-card-chart-container {
    height: 180px;
    min-height: 180px;
  }

  .statistics-legend-label, .statistics-legend-value {
    font-size: 11px;
  }

  .best-deals-list {
    gap: 12px;
  }

  .best-deal-item {
    padding: 12px;
  }

  .best-deal-rank {
    min-width: 40px;
    height: 20px;
    padding: 0 8px;
    font-size: 10px;
  }

  .best-deal-vehicle {
    font-size: 13px;
  }

  .best-deal-profit {
    font-size: 12px;
  }
}

.kpi-card-sub-value {
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.kpi-card-gradient-orange .kpi-card-sub-value {
  font-size: 1.125rem;
  font-weight: 500;
}

.kpi-card-gradient-orange {
  color: #fff;
  background: linear-gradient(135deg, #ff8e01 0%, #ea580c 100%);
}

.kpi-card-gradient-orange .kpi-card-icon, .kpi-card-gradient-orange .kpi-card-label, .kpi-card-gradient-orange .kpi-card-value, .kpi-card-gradient-orange .kpi-card-sub-value {
  color: #fff;
}

.kpi-card-light-orange {
  cursor: pointer;
  background-color: #fff5eb;
  border: 1px solid #e5e7eb;
  transition: all .2s;
}

.kpi-card-light-orange:hover {
  background-color: #fef3e2;
  border-color: #ff8e01;
}

.kpi-card-light-orange .kpi-card-icon {
  color: #ff8e01;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kpi-card-light-orange .kpi-card-label {
  color: #1f2937;
}

.kpi-card-light-orange:hover .kpi-card-label, .kpi-card-light-orange .kpi-card-value, .kpi-card-light-orange .kpi-card-sub-value {
  color: #111827;
}

.kpi-card-white {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  transition: all .2s;
}

.kpi-card-white:hover {
  background-color: #fef3e2;
  border-color: #ff8e01;
}

.kpi-card-white .kpi-card-icon {
  color: #ff8e01;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kpi-card-white .kpi-card-label {
  color: #6b7280;
}

.kpi-card-white:hover .kpi-card-label {
  color: #374151;
}

.kpi-card-white .kpi-card-value, .kpi-card-white .kpi-card-sub-value {
  color: #111827;
}

.dashboard-page-scroll-buttons {
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
  display: flex;
}

@media (max-width: 768px) {
  .dashboard-page {
    box-sizing: border-box;
    width: 100%;
    margin-top: 3.5rem;
    padding: 16px 16px 5.5rem;
    overflow-x: hidden;
  }

  .dashboard-page-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-page-actions {
    width: 100%;
  }

  .dashboard-page-actions .select-container {
    flex: 1;
    min-width: 150px;
  }

  .dashboard-page-cards-grid {
    grid-template-columns: 1fr;
  }

  .activity-page {
    gap: 16px;
    padding: 0;
  }

  .transactions-tabs-nav {
    gap: 24px;
    margin-bottom: 16px;
    padding: 0;
  }

  .transactions-tab {
    font-size: 15px;
  }

  .activity-charts-grid, .activity-tables-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.header {
  z-index: 50;
  border-bottom: 1px solid var(--border-light, #e5e7eb);
  height: 3.5rem;
  top: 0;
  right: 0;
  left: var(--sidebar-width, 260px);
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.5rem;
  transition: left .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
}

.dashboard-layout[data-collapsed="true"] .header {
  left: var(--sidebar-collapsed-width, 80px);
}

.header-right {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.header-notification-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #f3f4f6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.header-notification-btn:hover {
  background-color: #e5e7eb;
}

.header-notification-btn svg {
  width: 18px;
  height: 18px;
}

.header-notification-badge {
  color: #fff;
  white-space: nowrap;
  background-color: #ef4444;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .25rem;
  right: .25rem;
}

.notification-panel-overlay {
  z-index: 999;
  background: none;
  position: fixed;
  inset: 0;
}

.notification-panel {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  width: 400px;
  max-height: 600px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.notification-panel-header {
  padding: 20px 16px 16px;
}

.notification-panel-title {
  color: #1f2937;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.notification-panel-filters {
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  padding: 0 16px 16px;
  display: flex;
  overflow-x: visible;
}

.notification-filter-btn {
  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-shrink: 0;
  padding: 4px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.notification-filter-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.notification-filter-btn.active {
  color: #fff;
  background-color: #ff8e01;
  border-color: #ff8e01;
}

.notification-filter-btn.active:hover {
  background-color: #ea580c;
  border-color: #ea580c;
}

.notification-panel-list {
  flex: 1;
  padding: 0;
  overflow-y: auto;
}

.notification-panel-empty {
  text-align: center;
  color: #6b7280;
  padding: 40px 20px;
  font-size: 14px;
}

.notification-item {
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px 16px 28px;
  transition: background-color .15s;
  display: flex;
  position: relative;
}

.notification-item:hover {
  background-color: #fafafa;
}

.notification-item.unread {
  background-color: #fff8f0;
}

.notification-item.unread:hover {
  background-color: #fff5e8;
}

.notification-item.read {
  background-color: #fff;
}

.notification-item.read:hover {
  background-color: #fafafa;
}

.notification-item-dot {
  background-color: #ff8e01;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  left: 12px;
}

.notification-item-icon-container {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.notification-item-icon-container.unread {
  background-color: #ffe5cc;
}

.notification-item-icon-container.read {
  background-color: #e5e7eb;
}

.notification-item-icon-container.unread .notification-item-icon {
  color: #ff8e01;
}

.notification-item-icon-container.read .notification-item-icon {
  color: #9ca3af;
}

.notification-item-icon {
  flex-shrink: 0;
}

.notification-item-content {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.notification-item-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.notification-item-details {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.notification-item-time {
  color: #9ca3af;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .notification-panel {
    border-radius: 0;
    width: 100%;
    max-width: 100vw;
    max-height: 80vh;
    bottom: 0;
    right: 0;
    top: 0 !important;
    left: 0 !important;
  }

  .notification-panel-header {
    padding: 16px 12px 12px;
  }

  .notification-panel-filters {
    padding: 0 12px 12px;
  }

  .notification-item {
    padding: 12px 12px 12px 24px;
  }

  .notification-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.header-profile-btn {
  cursor: pointer;
  background-color: #f3f4f6;
  border: none;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  max-width: 200px;
  padding: .25rem .75rem .25rem .25rem;
  transition: background-color .2s;
  display: flex;
}

.header-profile-btn:hover {
  background-color: #e5e7eb;
}

.header-avatar-container {
  flex-shrink: 0;
}

.header-avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
}

.header-avatar-placeholder {
  color: #fff;
  background-color: #d1d5db;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.header-profile-info {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  display: flex;
}

.header-profile-name {
  color: #111827;
  font-size: .8125rem;
  font-weight: 600;
}

.header-profile-email {
  color: #6b7280;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  font-size: .6875rem;
  overflow: hidden;
}

.header-profile-chevron {
  color: #111827;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: .25rem;
}

.header-left-mobile {
  display: none;
}

.header-logo-mobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-logo-svg {
  width: auto;
  height: 32px;
}

.header-menu-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  transition: background-color .2s;
  display: none;
}

.header-menu-btn:hover {
  background-color: #f3f4f6;
}

@media (max-width: 768px) {
  .header {
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 64px;
    padding: 0 12px;
    left: 0 !important;
  }

  .header-left-mobile {
    flex: 0 auto;
    align-items: center;
    min-width: 0;
    max-width: calc(100% - 100px);
    display: flex;
    overflow: visible;
  }

  .header-logo-mobile {
    flex-shrink: 1;
    align-items: center;
    width: auto;
    min-width: 0;
    display: flex;
  }

  .header-logo-svg {
    flex-shrink: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 32px;
    display: block;
  }

  .header-right {
    flex: none;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    display: flex;
  }

  .header-menu-btn {
    color: #1f2937;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .header-menu-btn svg {
    stroke-width: 2px;
    width: 20px;
    height: 20px;
  }

  .header-profile-btn {
    display: none;
  }

  .header-notification-btn {
    background-color: #f3f4f6;
    width: 2.5rem;
    height: 2.5rem;
  }

  .header-notification-btn svg {
    color: #1f2937;
    stroke-width: 2px;
  }
}

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

.activity-page-title {
  color: #111827;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .activity-page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .activity-page-title {
    font-size: 24px;
  }
}

.tabs {
  border-bottom: 1px solid var(--border-light);
  align-items: center;
  gap: 0;
  display: flex;
  overflow-x: auto;
}

.tabs-item {
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  background-color: #0000;
  border: none;
  border-bottom: 2px solid #0000;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: all .2s;
  display: flex;
}

.tabs-item:hover {
  color: #333;
  background-color: #f9fafb;
}

.tabs-item-active {
  color: var(--primary-orange);
  border-bottom-color: var(--primary-orange);
}

.tabs-item-label {
  align-items: center;
  display: flex;
}

.tabs-item-count {
  color: #333;
  background-color: #e0e0e0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 .375rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-flex;
}

.tabs-item-active .tabs-item-count {
  background-color: var(--primary-orange);
  color: #fff;
}

.search-bar {
  border: 1px solid var(--border-light);
  background-color: #f5f5f5;
  border-radius: .5rem;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .625rem 1rem;
  transition: border-color .2s;
  display: flex;
}

.search-bar:focus-within {
  border-color: var(--primary-orange);
}

.search-bar-icon {
  color: #666;
  flex-shrink: 0;
}

.search-bar-input {
  color: #333;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: .875rem;
  line-height: 1.25rem;
}

.search-bar-input::placeholder {
  color: #9ca3af;
}

.filters-sidebar {
  border-left: 1px solid var(--border-light);
  z-index: 40;
  background-color: #fff;
  flex-direction: column;
  width: 20rem;
  height: calc(100vh - 3.5rem);
  transition: right .3s;
  display: flex;
  position: fixed;
  top: 3.5rem;
  right: 0;
  overflow-y: auto;
}

.filters-sidebar-header {
  border-bottom: 1px solid var(--border-light);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.filters-sidebar-title {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.filters-sidebar-icon {
  color: #333;
  flex-shrink: 0;
}

.filters-sidebar-title-text {
  color: #333;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.filters-sidebar-actions {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.filters-sidebar-more, .filters-sidebar-add {
  color: #374151;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.filters-sidebar-more:hover, .filters-sidebar-add:hover {
  background-color: #f3f4f6;
}

.filters-sidebar-content {
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
  overflow-y: auto;
}

.filters-sidebar-empty {
  color: #9ca3af;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: .875rem;
  display: flex;
}

.mes-deals-page {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow-x: hidden;
}

.mes-deals-content, .dashboard-page {
  box-sizing: border-box;
  background-color: #f9fafb;
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 3.5rem;
  padding: 1rem;
  overflow-x: hidden;
}

.mes-deals-header-new {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding: 0 10px;
  display: flex;
}

.mes-deals-tabs-new {
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  display: flex;
}

.mes-deals-tab-new {
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
  position: relative;
}

.mes-deals-tab-new:hover {
  color: #1f2937;
}

.mes-deals-tab-new.active {
  color: #ff8e01;
}

.mes-deals-tab-new.active:after {
  content: "";
  background-color: #ff8e01;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.mes-deals-tab-badge {
  color: #fff;
  background-color: #ff8e01;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 20px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.mes-deals-header-actions {
  flex-shrink: 0;
  align-items: flex-end;
  gap: 16px;
  display: flex;
}

.mes-deals-sort-container {
  flex-direction: column;
  gap: 6px;
  display: flex;
  position: relative;
}

.mes-deals-sort-label {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.mes-deals-sort-button {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 140px;
  height: 40px;
  padding: 10px 14px;
  transition: all .2s;
  display: flex;
}

.mes-deals-sort-button:hover {
  border-color: #d1d5db;
}

.mes-deals-sort-value {
  color: #6b7280;
  text-align: left;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

.mes-deals-sort-chevron {
  color: #1f2937;
  flex-shrink: 0;
  transition: transform .2s;
}

.mes-deals-sort-chevron.open {
  transform: rotate(180deg);
}

.mes-deals-sort-dropdown-menu {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 140px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow: hidden;
}

.mes-deals-sort-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
}

.mes-deals-sort-option:hover {
  background-color: #f9fafb;
}

.mes-deals-sort-option.active {
  background-color: #f3f4f6;
  font-weight: 500;
}

.mes-deals-search-container-new {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 320px;
  height: 40px;
  padding: 10px 14px;
  display: flex;
}

.mes-deals-search-icon-new {
  color: #9ca3af;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.mes-deals-search-input-new {
  color: #1f2937;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
}

.mes-deals-search-input-new::placeholder {
  color: #9ca3af;
}

.mes-deals-sort-mobile-wrapper, .mes-deals-filter-button-mobile {
  display: none;
}

.deal-opportunity-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.deal-opportunity-card:hover {
  transform: translateY(-2px);
}

.deal-opportunity-image-wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 55px;
  display: flex;
  overflow: hidden;
}

.deal-opportunity-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.deal-opportunity-info {
  flex-direction: column;
  flex: 1;
  gap: 7px;
  min-width: 0;
  display: flex;
}

.deal-opportunity-status {
  align-items: center;
  gap: 5px;
  display: flex;
}

.deal-opportunity-status-dot {
  background-color: #10b981;
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  display: block;
}

.deal-opportunity-title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.deal-opportunity-pricing {
  align-items: center;
  gap: 0;
  display: flex;
}

.deal-opportunity-price-item {
  align-items: baseline;
  gap: 5px;
  display: flex;
}

.deal-opportunity-price-label {
  color: #666;
  font-size: 10px;
  font-weight: 500;
}

.deal-opportunity-price-value {
  color: #ff8e01;
  font-size: 12px;
  font-weight: 700;
}

.deal-opportunity-separator {
  background-color: #e5e7eb;
  flex-shrink: 0;
  width: 1px;
  height: 14px;
  margin: 0 14px;
}

.deal-opportunity-view-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.deal-opportunity-view-btn:hover {
  background-color: #ff7a00;
}

@media (max-width: 768px) {
  .deal-opportunity-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .deal-opportunity-image-wrapper {
    width: 100%;
    height: 200px;
  }

  .deal-opportunity-view-btn {
    width: 100%;
  }
}

.chart-section {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 1.25rem;
  display: grid;
}

.chart-section .chart-card {
  gap: 10px;
  padding: 14px;
}

.chart-section .chart-card-title {
  font-size: 15px;
  font-weight: 600;
}

.chart-section .chart-card-value {
  font-size: 17px;
  font-weight: 700;
}

.chart-section .chart-card-dropdown-btn {
  padding: 7px 11px;
  font-size: 12px;
}

.chart-section .chart-card-chevron {
  width: 15px;
  height: 15px;
}

.chart-section .chart-card-chart-container {
  height: 170px;
  min-height: 170px;
}

@media (max-width: 768px) {
  .chart-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .chart-card {
    border-radius: 12px;
    padding: 1.25rem;
  }

  .chart-card-title-section {
    flex: 1;
    gap: 8px;
  }

  .chart-card-title {
    color: #1f2937;
    margin: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .chart-card-value {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .chart-card-dropdown-btn {
    color: #1f2937;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    gap: 6px;
    padding: 6px 10px;
    font-size: .8125rem;
    font-weight: 500;
  }

  .chart-card-dropdown-option {
    padding: 8px 12px;
    font-size: .8125rem;
  }

  .chart-card-chevron {
    width: 14px;
    height: 14px;
  }

  .chart-card-chart-container {
    height: 160px;
  }

  .active-filters-section {
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
  }

  .active-filters-header {
    margin-bottom: .75rem;
  }

  .active-filters-title {
    font-size: .875rem;
  }

  .active-filters-icon {
    width: 16px;
    height: 16px;
  }

  .active-filters-see-more-btn {
    border-width: 1px;
    padding: 6px 16px;
    font-size: .75rem;
  }
}

.active-filters-section {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  gap: .4rem;
  padding: 14px;
  display: flex;
}

.active-filters-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding: 0;
  display: flex;
}

.active-filters-title-group {
  color: #374151;
  align-items: center;
  gap: 5px;
  display: flex;
}

.active-filters-icon {
  color: #ff8e01;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.active-filters-title {
  color: #1f2937;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.active-filters-see-more-btn {
  color: #ff8e01;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1.5px solid #ff8e01;
  border-radius: 6px;
  padding: 5px 11px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  transition: all .2s;
}

.active-filters-see-more-btn:hover {
  background-color: #fff5eb;
  border-color: #ff8e01;
}

.active-filters-list {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.active-filters-list .filter-item {
  border-radius: 8px !important;
  gap: 7px !important;
  min-height: 44px !important;
  padding: 9px 11px !important;
}

.active-filters-list .filter-item-dot-container {
  border-radius: 6px !important;
  width: 22px !important;
  height: 22px !important;
}

.active-filters-list .filter-item-dot {
  width: 7px !important;
  height: 7px !important;
}

.active-filters-list .filter-item-content {
  gap: 3px !important;
}

.active-filters-list .filter-item-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.active-filters-list .filter-item-results {
  gap: 3px !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}

.active-filters-list .filter-item-results-text {
  font-size: 10px !important;
}

.active-filters-list .filter-item-badge {
  border-radius: 8px !important;
  min-width: 18px !important;
  height: 16px !important;
  padding: 2px 5px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .active-filters-list {
    gap: .5rem;
  }
}

.active-filters-list > div .filter-card-icon-square {
  background-color: var(--filter-color) !important;
}

.opportunities-section {
  background-color: #fff;
  border-radius: 10px;
  margin-top: .875rem;
  padding: 14px;
}

.opportunities-section .section-header {
  margin-bottom: 10px;
}

.opportunities-section .section-title {
  font-size: 15px;
  font-weight: 600;
}

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

.header-title-group {
  align-items: center;
  gap: 6px;
  display: flex;
}

.header-icon {
  color: #666;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.section-title {
  color: #333;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.btn-see-more {
  color: #ff8e01;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 1.5px solid #ff8e01;
  border-radius: 6px;
  padding: 6px 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.btn-see-more:hover {
  background-color: #fff5eb;
}

.deals-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.icon-circle-orange {
  background-color: #ff8e01;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

@media (max-width: 768px) {
  .opportunities-section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    margin-top: 1.5rem;
    padding: 14px 16px;
  }

  .section-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 0;
    display: flex;
  }

  .header-title-group {
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .section-title {
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }

  .header-icon {
    color: #333;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }

  .btn-see-more {
    white-space: nowrap;
    cursor: pointer;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    transition: none;
    color: #ff8c00 !important;
    background: none !important;
    border: 1px solid #ff8c00 !important;
  }

  .btn-see-more:hover {
    color: #ff8c00 !important;
    background: none !important;
    border-color: #ff8c00 !important;
  }

  .deals-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .deal-opportunity-card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    transition: none;
    display: flex;
  }

  .deal-opportunity-card:hover {
    transform: none;
  }

  .deal-opportunity-image-wrapper {
    background-color: #f5f5f5;
    border-radius: 6px;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }

  .deal-opportunity-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .deal-opportunity-info {
    flex-direction: column;
    flex: 1;
    gap: 3px;
    min-width: 0;
    display: flex;
  }

  .deal-opportunity-status {
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .deal-opportunity-status-dot {
    border-radius: 50%;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    display: block;
    background-color: #28a745 !important;
  }

  .deal-opportunity-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }

  .deal-opportunity-pricing {
    justify-content: space-between;
    align-items: baseline;
    gap: 0;
    width: 100%;
    display: flex;
  }

  .deal-opportunity-price-item, .deal-opportunity-margin-item {
    align-items: baseline;
    gap: 4px;
    display: flex;
  }

  .deal-opportunity-price-label {
    color: #888;
    font-size: 12px;
    font-weight: 400;
  }

  .deal-opportunity-price-value {
    font-size: 12px;
    font-weight: 600;
    color: #ff8c00 !important;
  }

  .deal-opportunity-margin-value {
    color: #333;
    font-size: 12px;
    font-weight: 600;
  }

  .deal-opportunity-separator {
    display: none;
  }

  .deal-opportunity-view-btn {
    display: none !important;
  }
}

.chart-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.chart-card-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.chart-card-title-section {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  display: flex;
}

.chart-card-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.chart-card-value {
  color: #1f2937;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.chart-card-dropdown-wrapper {
  flex-shrink: 0;
  position: relative;
}

.chart-card-dropdown-btn {
  color: #1f2937;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.chart-card-dropdown-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.chart-card-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.chart-card-chevron.open {
  transform: rotate(180deg);
}

.chart-card-dropdown-menu {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 160px;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  overflow: hidden;
}

.chart-card-dropdown-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 100%;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .15s;
  display: block;
}

.chart-card-dropdown-option:hover {
  background-color: #f9fafb;
}

.chart-card-dropdown-option.active {
  color: #ff8e01;
  background-color: #fff7ed;
  font-weight: 500;
}

.chart-card-chart-container {
  width: 100%;
  min-width: 0;
  height: 200px;
  min-height: 200px;
  margin-top: 8px;
  position: relative;
  overflow: visible;
}

@media (max-width: 768px) {
  .chart-card {
    gap: 20px;
    padding: 1.25rem;
  }

  .chart-card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .chart-card-title-section {
    flex-direction: column;
    flex: 1;
    gap: 8px;
    display: flex;
  }

  .chart-card-dropdown-wrapper {
    flex-shrink: 0;
    align-self: auto;
  }

  .chart-card-title {
    color: #1f2937;
    margin: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .chart-card-value {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .chart-card-dropdown-btn {
    color: #1f2937;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    gap: 6px;
    padding: 6px 10px;
    font-size: .8125rem;
    font-weight: 500;
  }

  .chart-card-chevron {
    width: 14px;
    height: 14px;
  }

  .chart-card-chart-container {
    height: 180px;
  }
}

.mes-deals-top-section {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.mes-deals-title {
  color: #111827;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.mes-deals-search-bar {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  width: 300px;
  min-width: 300px;
  height: 40px;
  padding: 10px 16px;
  transition: all .2s;
  display: flex;
}

.mes-deals-search-bar:hover {
  background-color: #e5e7eb;
  border-color: #9ca3af;
}

.mes-deals-search-bar:focus-within {
  background-color: #fff;
  border-color: #ff8e01;
}

.mes-deals-search-icon {
  color: #6b7280;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
}

.mes-deals-search-bar:focus-within .mes-deals-search-icon {
  color: #ff8e01;
}

.mes-deals-search-input {
  color: #1f2937;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.mes-deals-search-input::placeholder {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 400;
}

.mes-deals-count {
  color: #1f2937;
  flex: 1;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.mes-deals-grid {
  box-sizing: border-box;
  grid-template-columns: 1fr minmax(280px, 320px);
  align-items: start;
  gap: 1.5rem;
  width: 100%;
  display: grid;
}

.mes-deals-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.mes-deals-empty {
  text-align: center;
  color: #6b7280;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  font-size: .95rem;
  display: flex;
}

.mes-deals-filter-sidebar {
  border: 1px solid var(--border-light);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  max-width: 320px;
  height: fit-content;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 100px;
}

.filters-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
}

.filters-title-group {
  color: #374151;
  align-items: center;
  gap: 8px;
  display: flex;
}

.filters-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
}

.filters-icon {
  color: #6b7280;
  width: 16px;
  height: 16px;
}

.filters-actions {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.filters-btn-icon {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  padding: .25rem;
}

.filters-btn-add {
  color: #09090b;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.filters-btn-add svg {
  color: #09090b;
}

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

.filters-stack > div .filter-card-icon-square {
  background-color: var(--filter-color) !important;
}

.filter-item {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  transition: all .2s;
  display: flex;
}

.filter-item-dot-container {
  background-color: #f3f4f6;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.filter-item-dot {
  background-color: var(--filter-dot-color, #3b82f6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.filter-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.filter-item-title {
  color: #1f2937;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
}

.filter-item-results {
  color: #6b7280;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
}

.filter-item-badge {
  color: #374151;
  background-color: #e5e7eb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 20px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.filter-item-results-text {
  color: #6b7280;
  font-weight: 400;
}

.filter-item.no-toggle {
  background-color: #fffefe;
  border-color: #e5e7eb;
  border-radius: 15px;
  gap: 10px;
  min-height: auto;
  padding: 12px 14px;
}

.filter-item.no-toggle:hover {
  background-color: #f9fafb;
}

.filter-item.no-toggle .filter-item-dot-container {
  background-color: #f3f4f6;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.filter-item.no-toggle .filter-item-dot {
  background-color: var(--filter-dot-color, #3b82f6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.filter-item.no-toggle .filter-item-content {
  flex: 1;
  gap: 4px;
}

.filter-item.no-toggle .filter-item-title {
  color: #1f2937;
  white-space: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.filter-item.no-toggle .filter-item-results {
  color: #6b7280;
  gap: 6px;
  margin-top: 0;
  font-size: 13px;
}

.filter-item.no-toggle .filter-item-badge {
  color: #374151;
  background-color: #e5e7eb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 20px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.filter-item.no-toggle .filter-item-results-text {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
}

.filter-item-toggle {
  flex-shrink: 0;
}

.filter-item-toggle-switch .toggle-switch {
  background-color: #e5e7eb;
  width: 40px;
  height: 22px;
}

.filter-item-toggle-switch .toggle-switch.toggle-checked {
  background-color: #ff8e01;
}

.filter-item-toggle-switch .toggle-knob {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
}

.filter-item-toggle-switch .toggle-switch.toggle-checked .toggle-knob {
  transform: translate(18px);
}

@media (max-width: 1400px) {
  .mes-deals-grid {
    grid-template-columns: 1fr minmax(260px, 300px);
    gap: 1.25rem;
  }

  .mes-deals-filter-sidebar {
    max-width: 300px;
    padding: .875rem;
  }
}

@media (max-width: 1280px) {
  .mes-deals-sort-container {
    display: none;
  }

  .mes-deals-sort-mobile-wrapper {
    display: block;
    position: relative;
  }

  .mes-deals-filter-button-mobile {
    cursor: pointer;
    color: #fff;
    background-color: #ff8c00;
    border: none;
    border-radius: 10px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .mes-deals-filter-button-mobile:hover {
    background-color: #ea580c;
  }

  .mes-deals-sort-button-mobile {
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .mes-deals-sort-button-mobile:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
  }

  .mes-deals-filter-sidebar {
    display: none;
  }

  .mes-deals-search-container-new {
    flex: 1;
    min-width: 0;
  }

  .mes-deals-header-actions {
    gap: 8px;
  }

  .mes-deals-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mes-deals-sort-dropdown-mobile {
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    min-width: 150px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
  }

  .mes-deals-sort-dropdown-title {
    color: #333;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
  }

  .mes-deals-sort-dropdown-option-mobile {
    text-align: left;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .2s;
    display: block;
  }

  .mes-deals-sort-dropdown-option-mobile:hover {
    background-color: #f9fafb;
  }

  .mes-deals-sort-dropdown-option-mobile.active {
    color: #ff8c00;
    font-weight: 500;
  }

  .mes-deals-filters-modal-overlay {
    z-index: 2000;
    background-color: #00000080;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .mes-deals-filters-modal {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
    display: flex;
    overflow: hidden;
  }

  .mes-deals-filters-modal-header {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 16px;
    display: flex;
  }

  .mes-deals-filters-modal-title-group {
    align-items: center;
    gap: 10px;
    display: flex;
  }

  .mes-deals-filters-modal-icon {
    color: #333;
  }

  .mes-deals-filters-modal-title {
    color: #333;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .mes-deals-filters-modal-close {
    cursor: pointer;
    color: #333;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
  }

  .mes-deals-filters-modal-content {
    flex: 1;
    padding: 0;
    overflow-y: auto;
  }

  .mes-deals-filters-modal-item {
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex;
  }

  .mes-deals-filters-modal-item:last-child {
    border-bottom: none;
  }

  .mes-deals-filters-modal-item-left {
    flex: 1;
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .mes-deals-filters-modal-dot {
    border-radius: 50%;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
  }

  .mes-deals-filters-modal-item-info {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  .mes-deals-filters-modal-item-label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }

  .mes-deals-filters-modal-item-count {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }

  .mes-deals-filters-modal-toggle {
    flex-shrink: 0;
    width: 48px;
    height: 28px;
    display: inline-block;
    position: relative;
  }

  .mes-deals-filters-modal-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .mes-deals-filters-modal-toggle-slider {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 28px;
    transition: all .3s;
    position: absolute;
    inset: 0;
  }

  .mes-deals-filters-modal-toggle-slider:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    transition: all .3s;
    position: absolute;
    bottom: 3px;
    left: 3px;
  }

  .mes-deals-filters-modal-toggle input:checked + .mes-deals-filters-modal-toggle-slider {
    background-color: #ff8c00;
  }

  .mes-deals-filters-modal-toggle input:checked + .mes-deals-filters-modal-toggle-slider:before {
    transform: translate(20px);
  }
}

@media (max-width: 1024px) {
  .mes-deals-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mes-deals-filter-sidebar {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidebar {
    z-index: 100;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: translate(-100%);
  }

  .dashboard-layout[data-mobile-sidebar-open="true"] .sidebar {
    width: 100%;
    height: 100vh;
    transform: translate(0);
  }

  .dashboard-mobile-overlay {
    z-index: 99;
    background-color: #00000080;
    display: block;
    position: fixed;
    inset: 0;
  }

  .dashboard-main {
    padding-bottom: 4.5rem;
    margin-left: 0 !important;
  }

  .header {
    z-index: 101;
    padding: 0 1rem;
    position: fixed;
    left: 0 !important;
  }

  .mes-deals-content {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin-top: 4.5rem;
    padding: 0;
    overflow-x: hidden;
  }

  .mes-deals-header-new {
    box-sizing: border-box;
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 16px;
    position: relative;
    display: flex !important;
  }

  .mes-deals-tabs-new {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    border-bottom: 1px solid #e5e7eb;
    order: 1;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 12px;
    position: relative;
    overflow: auto visible;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }

  .mes-deals-tab-new {
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
    display: flex !important;
  }

  .mes-deals-tab-new.active {
    color: #ff8c00;
    font-weight: 600;
  }

  .mes-deals-tab-new.active:after {
    content: "";
    background-color: #ff8c00;
    border-radius: 2px 2px 0 0;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }

  .mes-deals-tab-badge {
    color: #fff;
    background-color: #ff8c00;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 16px;
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
  }

  .mes-deals-header-actions {
    box-sizing: border-box;
    order: -1;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .mes-deals-search-container-new {
    box-sizing: border-box;
    background-color: #f0f0f0;
    border: none;
    border-radius: 12px;
    flex: 1;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 12px;
    display: flex;
  }

  .mes-deals-search-icon-new {
    color: #888;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }

  .mes-deals-search-input-new {
    color: #333;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .mes-deals-search-input-new::placeholder {
    color: #888;
  }

  .mes-deals-sort-container {
    display: none;
  }

  .mes-deals-sort-mobile-wrapper {
    display: block;
    position: relative;
  }

  .mes-deals-filter-button-mobile {
    display: flex;
  }

  .mes-deals-sort-button-mobile {
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .mes-deals-filter-button-mobile {
    cursor: pointer;
    color: #fff;
    background-color: #ff8c00;
    border: none;
    border-radius: 10px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .mes-deals-sort-dropdown-mobile {
    z-index: 1000;
    background-color: #fff;
    border-radius: 8px;
    min-width: 150px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    overflow: hidden;
  }

  .mes-deals-sort-dropdown-title {
    color: #333;
    border-bottom: 1px solid #e5e7eb;
    padding: 11px 18px;
    font-size: 17px;
    font-weight: 600;
  }

  .mes-deals-sort-dropdown-option-mobile {
    text-align: left;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 400;
    transition: background-color .2s;
    display: block;
  }

  .mes-deals-sort-dropdown-option-mobile:hover {
    background-color: #f9fafb;
  }

  .mes-deals-sort-dropdown-option-mobile.active {
    color: #ff8c00;
  }

  .mes-deals-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .mes-deals-search-container {
    width: 100%;
  }

  .mes-deals-filters-modal-overlay {
    z-index: 2000;
    background-color: #00000080;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .mes-deals-filters-modal {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
    display: flex;
    overflow: hidden;
  }

  .mes-deals-filters-modal-header {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 16px;
    display: flex;
  }

  .mes-deals-filters-modal-title-group {
    align-items: center;
    gap: 10px;
    display: flex;
  }

  .mes-deals-filters-modal-icon {
    color: #333;
  }

  .mes-deals-filters-modal-title {
    color: #333;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .mes-deals-filters-modal-close {
    cursor: pointer;
    color: #333;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
  }

  .mes-deals-filters-modal-content {
    flex-direction: column;
    flex: 1;
    gap: 16px;
    padding: 16px;
    display: flex;
    overflow-y: auto;
  }

  .mes-deals-filters-modal-content .filter-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    min-height: auto;
    margin: 0;
    padding: 16px 20px;
  }

  .mes-deals-filters-modal-item {
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex;
  }

  .mes-deals-filters-modal-item:last-child {
    border-bottom: none;
  }

  .mes-deals-filters-modal-item-left {
    flex: 1;
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .mes-deals-filters-modal-dot {
    border-radius: 50%;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
  }

  .mes-deals-filters-modal-item-info {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  .mes-deals-filters-modal-item-label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }

  .mes-deals-filters-modal-item-count {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }

  .mes-deals-filters-modal-toggle {
    flex-shrink: 0;
    width: 48px;
    height: 28px;
    display: inline-block;
    position: relative;
  }

  .mes-deals-filters-modal-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .mes-deals-filters-modal-toggle-slider {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 28px;
    transition: all .3s;
    position: absolute;
    inset: 0;
  }

  .mes-deals-filters-modal-toggle-slider:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    transition: all .3s;
    position: absolute;
    bottom: 3px;
    left: 3px;
  }

  .mes-deals-filters-modal-toggle input:checked + .mes-deals-filters-modal-toggle-slider {
    background-color: #ff8c00;
  }

  .mes-deals-filters-modal-toggle input:checked + .mes-deals-filters-modal-toggle-slider:before {
    transform: translate(20px);
  }

  .mes-deals-tabs {
    padding-bottom: .5rem;
    overflow-x: auto;
  }
}

.deal-page-wrapper {
  box-sizing: border-box;
  background-color: #f5f3ff;
  min-height: 100vh;
  margin-top: 3.5rem;
  padding: 32px 40px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

@media (max-width: 1024px) {
  .deal-page-wrapper {
    padding: 24px 16px;
  }
}

.deal-page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.deal-main-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px 32px 32px;
  box-shadow: 0 18px 45px #0f172a0a;
}

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

.deal-header-badge {
  margin: 0;
  padding-inline: 16px;
  font-size: 13px;
}

.deal-back-button {
  cursor: pointer;
  color: #111827;
  background-color: #f3f4f6;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s, transform 80ms;
  display: flex;
  box-shadow: 0 1px 2px #0f172a14;
}

.deal-back-button:active {
  transform: scale(.97);
}

.deal-bookmark-button, .deal-more-button {
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.deal-bookmark-icon {
  color: #ff8e01;
  fill: #ff8e01;
}

.deal-more-button {
  margin-left: 8px;
}

.deal-bookmark-menu-wrapper, .deal-more-menu-wrapper {
  position: relative;
}

.deal-more-menu, .deal-bookmark-menu {
  z-index: 1000;
  background-color: #fff;
  border-radius: 8px;
  min-width: 200px;
  position: fixed;
  overflow: hidden;
}

.deal-more-menu {
  z-index: 1000;
  background-color: #fff;
  border-radius: 8px;
  min-width: 200px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  overflow: hidden;
}

.deal-menu-item {
  text-align: left;
  color: #374151;
  cursor: pointer;
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.deal-menu-item:hover {
  background-color: #f9fafb;
}

.deal-menu-item-icon {
  color: #6b7280;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.deal-bookmark-menu {
  z-index: 1000;
  background-color: #fff;
  border-radius: 8px;
  min-width: 200px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  overflow: hidden;
}

.deal-menu-header {
  color: #374151;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
}

.deal-menu-separator {
  background-color: #e5e7eb;
  height: 1px;
  margin: 0;
}

.deal-back-button {
  cursor: pointer;
  color: #374151;
  background-color: #e5e7eb;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background .2s;
  display: flex;
}

.deal-back-button:hover {
  background-color: #d1d5db;
}

.deal-header-actions {
  align-items: center;
  display: flex;
}

.deal-dropdown-btn {
  color: #111827;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.deal-dropdown-btn span {
  white-space: nowrap;
}

.deal-dropdown-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.mark-as-dropdown-wrapper {
  position: relative;
}

.mark-as-dropdown-btn {
  color: #111827;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 180px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.mark-as-dropdown-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.mark-as-dropdown-btn-open {
  border-color: #ff8e01;
}

.mark-as-dropdown-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.mark-as-dropdown-chevron-open {
  transform: rotate(180deg);
}

.mark-as-dropdown-overlay {
  z-index: 998;
  background: none;
  position: fixed;
  inset: 0;
}

.mark-as-dropdown-menu {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  gap: 2px;
  max-height: 300px;
  margin-top: 4px;
  padding: 6px;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.mark-as-dropdown-option {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background-color: #0000;
  border: none;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .15s;
  display: flex;
}

.mark-as-dropdown-option-selected {
  color: #ff8e01;
  background-color: #fff7ed;
  font-weight: 500;
}

.deal-main-card {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  padding: 24px;
}

.deal-mobile-layout, .deal-mobile-header, .deal-mobile-sticky-footer {
  display: none;
}

.deal-top-section {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 0;
  display: grid;
}

.deal-images-column {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.deal-main-image-wrapper {
  aspect-ratio: 4 / 3;
  background-color: #f3f4f6;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.deal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.deal-badge-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
}

.deal-thumbnails-row {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.deal-image-thumbnails {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
  display: grid;
}

.deal-thumbnail-placeholder {
  aspect-ratio: 1;
  background-color: #d1d5db;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.deal-image-pagination {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.deal-pagination-dot {
  background-color: #d1d5db;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: background-color .2s;
}

.deal-pagination-dot.active {
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.deal-badge-below-image {
  margin-top: 12px;
  display: none;
}

.deal-info-column {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.deal-id-pill {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 12px;
  display: inline-flex;
}

.deal-id-text {
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.deal-copy-icon {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.deal-copy-icon:hover {
  color: #1f2937;
  background-color: #f3f4f6;
}

.deal-title-main {
  color: #1f2937;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.deal-financial-card {
  background-color: #fff9f0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 20px;
  padding: 20px 24px;
  display: flex;
}

.financial-item {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.fin-separator {
  background-color: #e5e7eb;
  flex-shrink: 0;
  width: 1px;
  height: 60px;
  margin: 0 20px;
}

.fin-icon {
  color: #6b7280;
  margin-bottom: 4px;
}

.fin-label {
  color: #6b7280;
  margin-bottom: 4px;
  font-size: 12px;
}

.fin-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.fin-value.orange {
  color: #fe5e00;
}

.fin-value.dark {
  color: #111827;
}

.deal-meta-section {
  margin-bottom: 16px;
}

.deal-filter-label {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: 12px;
}

.deal-filter-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  display: flex;
}

.deal-filter-item-wrapper {
  width: fit-content;
  margin-bottom: 16px;
}

.deal-filter-item-wrapper .filter-item {
  min-width: 240px;
}

.filter-dot-wrapper {
  background-color: #0000;
  border: 2px solid #10b981;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.filter-content {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.filter-name {
  color: #111827;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}

.filter-count-row {
  align-items: center;
  gap: 6px;
  display: flex;
}

.count-badge {
  color: #111827;
  background-color: #f3f4f6;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
}

.count-label {
  color: #6b7280;
  font-size: 12px;
}

.deal-detected-info {
  flex-direction: column;
  font-size: 12px;
  display: flex;
}

.detected-label {
  color: #6b7280;
}

.detected-value {
  color: #111827;
}

.deal-location-row {
  align-items: center;
  gap: 6px;
  margin-bottom: auto;
  display: flex;
}

.deal-location-date-row {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.deal-location-part, .deal-date-part {
  align-items: center;
  gap: 6px;
  display: flex;
}

.date-clock-icon {
  color: #6b7280;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.date-text {
  color: #6b7280;
  font-size: 14px;
}

.location-pin {
  color: #6b7280;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.location-text {
  color: #6b7280;
  font-size: 14px;
}

.deal-actions-row {
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

.action-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.action-btn.ghost {
  color: #374151;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.action-btn.ghost:hover {
  background-color: #f3f4f6;
}

.action-btn.primary {
  color: #fff;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #fe5e00;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.action-btn.primary:hover {
  background: linear-gradient(43.89deg, #ff6e10 0%, #ff9e3b 100%);
}

.deal-bookmark-button-inline {
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.deal-bookmark-button-inline .deal-bookmark-icon {
  color: #ff8e01;
  fill: #ff8e01;
}

.deal-characteristics-card {
  background-color: #f9fafc;
  border-radius: 16px;
  margin-top: 8px;
  padding: 20px 32px 24px;
}

.chars-title {
  color: #111827;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
}

.chars-grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  display: grid;
}

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

.chars-column.left-col {
  border-right: none;
  padding-right: 0;
}

.char-row {
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: 32px;
  display: grid;
}

.char-label {
  color: #262626;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.char-value {
  color: #737373;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .deal-page-wrapper {
    padding: 1.5rem;
  }

  .deal-page-container {
    max-width: 100%;
  }

  .deal-main-card {
    padding: 20px;
  }

  .deal-top-section {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }

  .deal-financial-card {
    flex-wrap: wrap;
    gap: 16px;
  }

  .fin-separator {
    display: none;
  }

  .financial-item {
    flex: calc(33.333% - 16px);
    min-width: 140px;
  }

  .deal-filter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .deal-filter-item-wrapper {
    width: 100%;
  }

  .deal-filter-item-wrapper .filter-item {
    min-width: 100%;
  }

  .deal-actions-row {
    flex-wrap: wrap;
  }

  .action-btn {
    flex: auto;
    min-width: 150px;
  }

  .chars-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .chars-column.left-col {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .deal-title-main, .fin-value {
    font-size: 20px;
  }

  .fin-label {
    font-size: 10px;
  }

  .chars-title {
    font-size: 14px;
  }

  .char-label, .char-value {
    font-size: 12px;
  }

  .action-btn {
    font-size: 13px;
  }

  .deal-id-text, .filter-name {
    font-size: 12px;
  }

  .count-label, .detected-label, .detected-value {
    font-size: 10px;
  }

  .location-text {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .deal-page-wrapper {
    margin-top: 4rem;
    padding: 1rem 1rem 80px;
  }

  .deal-main-card {
    border-radius: 12px;
    padding: 16px;
  }

  .deal-header-nav {
    margin-bottom: 20px;
  }

  .deal-back-button {
    width: 36px;
    height: 36px;
  }

  .deal-back-button svg {
    width: 18px;
    height: 18px;
  }

  .deal-dropdown-btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .deal-dropdown-btn svg {
    width: 14px;
    height: 14px;
  }

  .deal-top-section {
    gap: 20px;
    margin-bottom: 20px;
  }

  .deal-thumbnails-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .deal-title-main {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .deal-financial-card {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 4px;
    padding: 20px 16px;
  }

  .financial-item {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .fin-separator {
    display: none;
  }

  .fin-icon {
    color: #6b7280;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }

  .fin-value {
    font-size: 16px;
  }

  .deal-meta-section {
    margin-bottom: 20px;
  }

  .deal-filter-row {
    gap: 12px;
  }

  .deal-filter-item-wrapper .filter-item {
    padding: 10px;
  }

  .deal-actions-row {
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    justify-content: space-between;
    gap: 8px;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    z-index: 1000 !important;
    flex-direction: row !important;
    display: flex !important;
    position: fixed !important;
    bottom: 4.5rem !important;
    left: 0 !important;
    right: 0 !important;
  }

  .action-btn {
    flex: 1;
    justify-content: center;
    padding: 12px 16px;
    font-size: 13px;
  }

  .deal-characteristics-card {
    margin-top: 20px;
    padding: 20px 16px;
  }

  .deal-title-main, .fin-value {
    font-size: 18px;
  }

  .fin-label {
    font-size: 10px;
  }

  .chars-title {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .chars-column {
    gap: 12px;
  }

  .char-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .char-label {
    font-size: 12px;
  }

  .char-value {
    text-align: left;
    font-size: 12px;
  }

  .action-btn {
    font-size: 12px;
  }

  .deal-id-text, .filter-name {
    font-size: 11px;
  }

  .count-label, .detected-label, .detected-value {
    font-size: 9px;
  }

  .location-text {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .deal-page-wrapper {
    margin-top: 3.5rem;
    padding: .75rem .75rem 80px;
  }

  .deal-main-card {
    border-radius: 8px;
    padding: 12px;
  }

  .deal-header-nav {
    margin-bottom: 16px;
    position: relative;
  }

  .deal-header-title {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .deal-back-button {
    width: 32px;
    height: 32px;
  }

  .deal-back-button svg {
    width: 16px;
    height: 16px;
  }

  .deal-header-actions {
    align-items: center;
    gap: 4px;
    display: flex;
  }

  .deal-bookmark-button, .deal-more-button {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .deal-bookmark-button svg, .deal-more-button svg {
    width: 18px;
    height: 18px;
  }

  .deal-more-menu, .deal-bookmark-menu {
    min-width: 200px;
    max-width: calc(100vw - 32px);
    margin-top: 8px;
    position: fixed;
    inset: auto 16px auto auto;
  }

  .deal-menu-item {
    padding: 12px 16px;
    font-size: 14px;
  }

  .deal-menu-header {
    color: #6b7280;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
  }

  .deal-menu-item {
    color: #6b7280;
    font-weight: 400;
  }

  .deal-menu-item-icon {
    color: #6b7280;
  }

  .deal-top-section {
    gap: 16px;
    margin-bottom: 16px;
  }

  .deal-images-column {
    gap: 12px;
  }

  .deal-main-image-wrapper {
    border-radius: 8px;
  }

  .deal-badge-overlay {
    display: none;
  }

  .deal-badge-below-image {
    margin-top: 12px;
    display: block;
  }

  .deal-thumbnails-row {
    display: none;
  }

  .deal-image-pagination {
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    display: flex;
  }

  .deal-pagination-dot {
    background-color: #d1d5db;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }

  .deal-pagination-dot.active {
    background-color: #fff;
    width: 8px;
    height: 8px;
  }

  .deal-id-pill {
    display: none;
  }

  .deal-copy-icon svg {
    width: 12px;
    height: 12px;
  }

  .deal-title-main {
    color: #111827;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .action-btn {
    font-size: 11px;
  }

  .deal-financial-card {
    border-radius: 12px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 4px;
    padding: 20px 16px;
    display: flex;
  }

  .financial-item {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .fin-icon {
    color: #6b7280;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }

  .fin-separator {
    display: none;
  }

  .fin-label {
    font-size: 9px;
  }

  .fin-value, .deal-title-main {
    font-size: 16px;
  }

  .chars-title {
    font-size: 13px;
  }

  .char-label, .char-value, .action-btn {
    font-size: 11px;
  }

  .deal-id-text, .filter-name {
    font-size: 10px;
  }

  .count-label, .detected-label, .detected-value {
    font-size: 8px;
  }

  .location-text {
    font-size: 10px;
  }

  .deal-meta-section {
    margin-bottom: 20px;
  }

  .deal-filter-label {
    display: none;
  }

  .deal-filter-item-wrapper {
    width: 100%;
  }

  .deal-filter-item-wrapper .filter-item {
    gap: 12px;
    min-width: 100%;
    padding: 12px;
  }

  .deal-detected-info, .deal-location-row {
    display: none;
  }

  .deal-location-date-row {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
  }

  .deal-location-part, .deal-date-part {
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .location-pin {
    width: 16px;
    height: 16px;
  }

  .location-text {
    color: #4b5563;
    font-size: 13px;
  }

  .date-clock-icon {
    color: #6b7280;
    width: 16px;
    height: 16px;
  }

  .date-text {
    color: #6b7280;
    font-size: 13px;
  }

  .deal-actions-row {
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    justify-content: space-between;
    gap: 8px;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    z-index: 1000 !important;
    flex-direction: row !important;
    display: flex !important;
    position: fixed !important;
    bottom: 4.5rem !important;
    left: 0 !important;
    right: 0 !important;
  }

  .action-btn {
    flex: 1;
    justify-content: center;
    padding: 12px 16px;
    font-size: 13px;
  }

  .action-btn svg {
    width: 16px;
    height: 16px;
  }

  .deal-characteristics-card {
    border-radius: 8px;
    margin-top: 16px;
    padding: 16px 12px;
  }

  .chars-title {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .chars-grid {
    gap: 16px;
  }

  .chars-column {
    gap: 12px;
  }

  .chars-column.left-col {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .char-row {
    gap: 3px;
  }

  .char-label, .char-value {
    font-size: 12px;
  }

  .deal-desktop-layout {
    display: none;
  }

  .deal-mobile-header {
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    margin-top: 3.5rem;
    padding: 0 16px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .deal-mobile-back-button {
    cursor: pointer;
    color: #111827;
    background-color: #f3f4f6;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .deal-mobile-header-title {
    color: #111827;
    text-align: center;
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .deal-mobile-header-actions {
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .deal-mobile-bookmarkPlus-button {
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .deal-bookmarkPlus-icon-filled {
    color: #ff8e2b;
  }

  .deal-bookmarkPlus-icon-wrapper, .deal-bookmark-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .deal-bookmark-icon-filled {
    color: #fff;
    fill: #fff;
  }

  .deal-bookmark-plus-icon {
    color: #fff;
    background-color: #0000;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    padding: 0;
    position: absolute;
    top: -2px;
    right: -2px;
  }

  .deal-mobile-more-button {
    cursor: pointer;
    color: #374151;
    background-color: #0000;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
  }

  .deal-menu-overlay {
    z-index: 999;
    background: none;
    position: fixed;
    inset: 0;
  }

  .deal-more-menu, .deal-bookmark-menu {
    z-index: 1000;
    background-color: #fff;
    border-radius: 8px;
    min-width: 200px;
    margin-top: 8px;
    position: fixed;
    top: auto;
    right: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
  }

  .deal-bookmark-menu {
    right: 64px;
  }

  .deal-mobile-layout {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    display: flex;
  }

  .deal-mobile-image-section {
    width: calc(100% + 32px);
    margin: 0 -16px 16px;
    position: relative;
  }

  .deal-mobile-image-wrapper {
    aspect-ratio: 4 / 3;
    background-color: #f3f4f6;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .deal-mobile-main-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .deal-mobile-image-pagination {
    z-index: 10;
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: flex;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
  }

  .deal-mobile-pagination-dot {
    cursor: pointer;
    background-color: #fff9;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transition: all .3s;
  }

  .deal-mobile-pagination-dot.active {
    background-color: #fff;
    border: 1px solid #fffc;
    width: 8px;
    height: 8px;
  }

  .deal-mobile-pagination-dot:hover {
    background-color: #fffc;
  }

  .deal-mobile-badge-container {
    padding: 0 12px 12px;
  }

  .deal-mobile-status-badge {
    display: inline-block;
  }

  .deal-mobile-title {
    color: #111827;
    margin: 0 0 16px;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .deal-mobile-financial-card {
    background-color: #fff9f0;
    border-radius: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin: 0 12px 16px;
    padding: 20px 16px;
    display: flex;
  }

  .deal-mobile-financial-item {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }

  .deal-mobile-fin-icon {
    color: #6b7280;
    flex-shrink: 0;
    margin-bottom: 4px;
  }

  .deal-mobile-fin-content {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    display: flex;
  }

  .deal-mobile-fin-label {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .deal-mobile-fin-value {
    color: #374151;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .deal-mobile-fin-value-orange {
    color: #fe5e00;
  }

  .deal-mobile-location-date-row {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 0 12px 16px;
    display: flex;
  }

  .deal-mobile-location-part, .deal-mobile-date-part {
    flex: 1;
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .deal-mobile-location-pin, .deal-mobile-date-clock-icon {
    color: #6b7280;
    flex-shrink: 0;
  }

  .deal-mobile-location-text, .deal-mobile-date-text {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
  }

  .deal-mobile-filter-item-wrapper {
    padding: 0 12px 16px;
  }

  .deal-mobile-characteristics-card {
    background-color: #f9fafc;
    border-radius: 8px;
    margin: 0 12px 100px;
    padding: 20px 16px;
  }

  .deal-mobile-chars-title {
    color: #111827;
    text-align: left;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
  }

  .deal-mobile-chars-list {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }

  .deal-mobile-char-row {
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 32px;
    display: grid;
  }

  .deal-mobile-char-label {
    color: #262626;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
  }

  .deal-mobile-char-value {
    color: #262626;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  .deal-mobile-sticky-footer {
    z-index: 1000;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    border-radius: 8px 8px 0 0;
    gap: 12px;
    max-width: calc(100vw - 32px);
    margin: 0 16px 16px;
    padding: 12px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 8px #0000000d;
  }

  .deal-mobile-footer-btn {
    cursor: pointer;
    border: none;
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 20px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    transition: all .2s;
    display: flex;
  }

  .deal-mobile-footer-btn-white {
    color: #374151;
    background-color: #f5f5f5;
    border: none;
  }

  .deal-mobile-footer-btn-white:hover {
    background-color: #f3f4f6;
  }

  .deal-mobile-footer-btn-white:active {
    background-color: #e5e7eb;
  }

  .deal-mobile-footer-btn-orange {
    color: #fff;
    background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
    border: .5px solid #ff8e2b;
    box-shadow: inset 0 1px 2.5px #ffffff8c;
  }

  .deal-mobile-footer-btn-orange:hover {
    background: linear-gradient(43.89deg, #ff6e10 0%, #ff9e3b 100%);
  }

  .deal-mobile-footer-btn-orange:active {
    background: linear-gradient(43.89deg, #ff5d00 0%, #ff8d2a 100%);
  }

  .deal-page-wrapper {
    background-color: #fff;
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .deal-page-container {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .deal-main-card {
    box-shadow: none;
    background-color: #fff;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .deal-page-wrapper {
    padding: .5rem .5rem 80px;
  }

  .deal-main-card {
    padding: 10px;
  }

  .deal-header-nav {
    margin-bottom: 12px;
  }

  .deal-top-section {
    gap: 12px;
    margin-bottom: 12px;
  }

  .deal-title-main {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .deal-financial-card {
    gap: 4px;
    padding: 12px 10px;
  }

  .fin-value {
    font-size: 16px;
  }

  .deal-actions-row {
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    justify-content: space-between;
    gap: 8px;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    z-index: 1000 !important;
    flex-direction: row !important;
    display: flex !important;
    position: fixed !important;
    bottom: 4.5rem !important;
    left: 0 !important;
    right: 0 !important;
  }

  .action-btn {
    flex: 1;
    justify-content: center;
    padding: 12px 10px;
    font-size: 12px;
  }

  .deal-characteristics-card {
    margin-top: 12px;
    padding: 12px 10px;
  }

  .chars-title {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .chars-column {
    gap: 10px;
  }

  .char-label, .char-value {
    font-size: 11px;
  }
}

:root {
  --detail-card-bg: #fff;
  --detail-specs-bg: #f9fafb;
  --detail-text-main: #111827;
  --detail-text-muted: #6b7280;
  --detail-border: #e5e7eb;
  --detail-accent: #10b981;
}

.filter-detail-card {
  background-color: var(--detail-card-bg);
  border: 1px solid #0000000d;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-detail-top-indicator {
  background-color: var(--filter-accent-color, #10b981);
  opacity: 1;
  border-radius: 100px;
  width: 80px;
  height: 3px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.filter-detail-header {
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px 6px;
  display: flex;
}

.filter-detail-id {
  font-size: 12px;
  font-weight: 600;
  color: var(--filter-accent-color, #10b981) !important;
}

.filter-detail-toggle .toggle-switch {
  background-color: #e5e7eb;
  border-radius: 99px;
  width: 44px;
  height: 24px;
  transition: background-color .2s;
}

.filter-detail-toggle .toggle-switch.toggle-checked {
  background-color: var(--filter-accent-color, #10b981);
}

.filter-detail-toggle .toggle-knob {
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

.filter-detail-toggle .toggle-switch.toggle-checked .toggle-knob {
  transform: translate(20px);
}

.filter-detail-info {
  margin-bottom: 10px;
  padding: 0 14px;
}

.filter-detail-title {
  color: #1f2937;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.filter-detail-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.filter-detail-specs-container {
  background-color: var(--detail-specs-bg);
  border-radius: 6px;
  flex-direction: column;
  gap: 8px;
  margin: 0 14px;
  padding: 12px;
  display: flex;
}

.filter-detail-spec-row {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.filter-detail-spec-label {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.filter-detail-spec-value {
  color: #111827;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.filter-detail-price {
  color: #1f2937;
  letter-spacing: -.01em;
  padding: 0 14px 10px;
  font-size: 14px;
  font-weight: 600;
}

.filter-detail-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 0 14px 12px;
  display: flex;
}

.filter-detail-footer-badge {
  color: #262626;
  background-color: #e5e5e5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.filter-detail-footer-menu {
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.filter-detail-footer-menu:hover {
  background-color: #f3f4f6;
}

.filter-detail-menu-overlay {
  z-index: 999;
  background: none;
  position: fixed;
  inset: 0;
}

.filter-detail-menu {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  min-width: 140px;
  padding: 4px;
  display: flex;
  position: fixed;
}

.filter-detail-menu-item {
  color: #111827;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .15s;
  display: flex;
}

.filter-detail-menu-item:hover {
  background-color: #f9fafb;
}

@media (max-width: 768px) {
  .filter-detail-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
  }

  .filter-detail-top-indicator {
    opacity: 1;
    border-radius: 100px;
    width: 99px;
    height: 4px;
    margin-top: 5px;
    top: 0;
  }

  .filter-detail-header {
    padding: 10px 16px 8px;
    position: relative;
  }

  .filter-detail-id {
    font-size: 12px;
  }

  .filter-detail-toggle-wrapper {
    position: absolute;
    top: 45px;
    right: 16px;
  }

  .filter-detail-info {
    margin-bottom: 10px;
    padding: 0 60px 0 16px;
  }

  .filter-detail-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
  }

  .filter-detail-subtitle {
    color: #6b7280;
    font-size: 12px;
  }

  .filter-detail-specs-container {
    display: none;
  }

  .filter-detail-price {
    padding: 0 16px 10px;
    font-size: 15px;
    font-weight: 600;
  }

  .filter-detail-footer {
    padding: 0 16px 12px;
  }

  .filter-detail-footer-badge {
    min-width: 24px;
    height: 18px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .filter-detail-toggle .toggle-switch {
    width: 40px;
    height: 22px;
  }

  .filter-detail-toggle .toggle-knob {
    width: 18px;
    height: 18px;
  }

  .filter-detail-toggle .toggle-switch.toggle-checked .toggle-knob {
    transform: translate(18px);
  }
}

.filter-detail-menu-item svg {
  color: #111827;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.filter-detail-menu-item span {
  flex: 1;
}

.filters-sidebar-menu-overlay {
  z-index: 999;
  background: none;
  position: fixed;
  inset: 0;
}

.filters-sidebar-menu {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  min-width: 280px;
  max-width: 320px;
  max-height: 80vh;
  padding: 8px;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.filters-sidebar-menu-filters {
  border-bottom: 1px solid #e5e7eb;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: flex;
}

.filters-sidebar-menu-item {
  color: #374151;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .15s;
  display: flex;
}

.filters-sidebar-menu-item:hover {
  background-color: #f9fafb;
}

.filters-sidebar-menu-item svg {
  color: #6b7280;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.filters-sidebar-menu-item span {
  color: #374151;
  flex: 1;
}

.filtres-page {
  background-color: #f8f7f5;
  width: 100%;
  min-height: 100vh;
  margin-top: 4.5rem;
  padding: 1rem 1.5rem 2rem;
}

.filtres-page-content {
  width: 100%;
  max-width: 100%;
}

.filtres-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.filtres-page-header-new {
  background-color: #f8f7f5;
  border-radius: 0;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 0;
  display: flex;
}

.filtres-page-header-new > .filtres-search-container {
  flex: 1;
  margin-right: 0;
}

.filtres-page-header-new > .filtres-status-container {
  margin-left: 0;
  margin-right: 0;
}

.filtres-page-header-new > .filtres-create-btn-new {
  margin-left: auto;
}

.filtres-sort-btn-mobile {
  display: none !important;
}

.filtres-search-container {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: none;
  height: 40px;
  padding: 10px 14px;
  display: flex;
  position: relative;
}

.filtres-search-input {
  color: #1f2937;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
}

.filtres-status-container {
  flex-direction: column;
  flex-shrink: 0;
  gap: 6px;
  display: flex;
}

.filtres-status-label {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.filtres-status-dropdown {
  position: relative;
}

.filtres-status-button {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 120px;
  height: 40px;
  padding: 10px 14px;
  transition: all .2s;
  display: flex;
}

.filtres-status-button:hover {
  border-color: #d1d5db;
}

.filtres-status-value {
  color: #1f2937;
  text-align: left;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

.filtres-status-chevron {
  color: #1f2937;
  flex-shrink: 0;
  transition: transform .2s;
}

.filtres-status-chevron.open {
  transform: rotate(180deg);
}

.filtres-status-dropdown-menu {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 120px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow: hidden;
}

.filtres-status-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
}

.filtres-status-option:hover {
  background-color: #f9fafb;
}

.filtres-status-option.active {
  background-color: #f3f4f6;
  font-weight: 500;
}

.filtres-create-btn-new {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.filtres-create-btn-new:hover {
  background-color: #ea580c;
}

@media (max-width: 768px) {
  .filtres-page {
    background-color: #fff;
    margin-top: 2.5rem;
    padding: 0;
  }

  .filtres-page-content {
    padding: 0 16px 1.5rem;
  }

  .filtres-page-header-new {
    z-index: 10;
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 16px;
    position: sticky;
    top: 64px;
  }

  .filtres-search-container {
    flex: 1;
    min-width: 0;
  }

  .filtres-sort-btn-mobile {
    color: #1f2937;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .2s;
    display: flex !important;
  }

  .filtres-sort-btn-mobile:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
  }

  .filtres-status-container {
    display: none;
  }

  .filtres-create-btn-new {
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .filtres-create-btn-new svg {
    margin: 0;
  }

  .filtres-create-btn-text {
    display: none;
  }

  .filtres-grid {
    gap: 12px;
  }
}

.filtres-page-toolbar {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.filtres-search-container {
  flex: 1;
  max-width: 400px;
}

.filtres-search-bar {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  transition: all .2s;
  display: flex;
}

.filtres-search-bar:focus-within {
  border-color: #ff8e01;
}

.filtres-search-icon {
  color: #6b7280;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.filtres-search-bar:focus-within .filtres-search-icon {
  color: #ff8e01;
}

.filtres-search-input {
  color: #1f2937;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
}

.filtres-search-input::placeholder {
  color: #9ca3af;
}

.filtres-create-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.filtres-create-btn:hover {
  background-color: #ea580c;
}

.filtres-page-controls {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.filtres-summary {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.filtres-filters-group {
  align-items: center;
  gap: 16px;
  display: flex;
}

.filtres-filter-dropdown {
  align-items: center;
  gap: 8px;
  display: flex;
}

.filtres-filter-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.filtres-dropdown-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  min-width: 200px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.filtres-dropdown-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.filtres-dropdown-btn-open {
  border-color: #ff8e01;
}

.filtres-dropdown-chevron {
  flex-shrink: 0;
  transition: transform .2s;
}

.filtres-dropdown-chevron-open {
  transform: rotate(180deg);
}

.filtres-dropdown-overlay {
  z-index: 998;
  background: none;
  position: fixed;
  inset: 0;
}

.filtres-dropdown-menu {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  gap: 2px;
  max-height: 300px;
  margin-top: 4px;
  padding: 6px;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.filtres-dropdown-option {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background-color: #0000;
  border: none;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .15s;
  display: flex;
}

.filtres-dropdown-option:hover {
  background-color: #f9fafb;
}

.filtres-dropdown-option-selected {
  color: #ff8e01;
  background-color: #fff7ed;
  font-weight: 500;
}

.filtres-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.filtres-empty {
  text-align: center;
  color: #6b7280;
  grid-column: 1 / -1;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  font-size: .95rem;
  display: flex;
}

@media (max-width: 1200px) {
  .filtres-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

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

@media (max-width: 768px) {
  .filtres-page {
    padding: 0. rem;
  }

  .filtres-page-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .filtres-search-container {
    max-width: 100%;
  }

  .filtres-create-btn {
    justify-content: center;
    width: 100%;
  }

  .filtres-page-controls {
    flex-direction: column;
    align-items: flex-start;
  }

  .filtres-filters-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .filtres-filter-dropdown {
    justify-content: space-between;
    width: 100%;
  }

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

.create-filter-modal-overlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.create-filter-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  max-height: 95vh;
  display: flex;
}

.create-filter-modal-header {
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.create-filter-modal-title-group {
  align-items: center;
  gap: 12px;
  display: flex;
}

.create-filter-modal-icon {
  color: #1f2937;
}

.create-filter-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.create-filter-modal-close {
  cursor: pointer;
  color: #6b7280;
  background-color: #f3f4f6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.create-filter-modal-close:hover {
  color: #1f2937;
  background-color: #e5e7eb;
}

.create-filter-modal-content {
  flex: 1;
  min-height: 0;
  margin: 0 40px;
  padding: 12px 20px;
  overflow: hidden auto;
}

.create-filter-step-1 {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.create-filter-section-title {
  color: #1f2937;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.create-filter-field-group {
  flex-direction: column;
  flex-shrink: 0;
  gap: 8px;
  display: flex;
}

.create-filter-label {
  color: #1f2937;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.create-filter-hint {
  color: #6b7280;
  margin: 0;
  font-size: 12px;
}

.create-filter-theme-selector {
  align-items: center;
  gap: 12px;
  display: flex;
}

.create-filter-color-swatches {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.create-filter-color-swatch {
  cursor: pointer;
  background: none;
  border: 2px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.create-filter-color-swatch.selected {
  border-color: #1f2937;
}

.create-filter-custom-color-btn {
  cursor: pointer;
  color: #6b7280;
  background-color: #f3f4f6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.create-filter-custom-color-btn:hover {
  color: #1f2937;
  background-color: #e5e7eb;
}

.create-filter-custom-color-wrapper {
  position: relative;
}

.create-filter-custom-color-btn.active {
  border: 2px solid #ff8e01;
}

.create-filter-color-picker {
  z-index: 1000;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  gap: 14px;
  width: 280px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}

.color-picker-header {
  align-items: center;
  gap: 11px;
  display: flex;
}

.color-picker-eyedropper {
  color: #6b7280;
  stroke-width: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.color-picker-hue-slider {
  cursor: pointer;
  background: linear-gradient(90deg, red 0%, #ff7f00 14.3%, #ff0 28.6%, #0f0 42.9%, #0ff 57.1%, #00f 71.4%, #7f00ff 85.7%, red 100%);
  border-radius: 10px;
  width: 100%;
  height: 20px;
  position: relative;
  overflow: visible;
}

.color-picker-hue-handle {
  cursor: pointer;
  pointer-events: none;
  z-index: 2;
  background: #fff;
  border: 2px solid red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.color-picker-preview {
  align-items: flex-start;
  gap: 11px;
  display: flex;
}

.color-picker-swatch {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-shrink: 0;
  width: 60px;
  height: 38px;
}

.color-picker-hex-input-wrapper {
  flex: 1;
}

.color-picker-hex-input-container {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 38px;
  display: flex;
  position: relative;
}

.color-picker-hex-label {
  color: #6b7280;
  letter-spacing: .02em;
  text-transform: uppercase;
  pointer-events: none;
  flex-shrink: 0;
  padding-left: 12px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 500;
}

.color-picker-hex-input {
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: right;
  background: none;
  border: none;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 12px 0 0;
  font-family: Courier New, Monaco, Menlo, monospace;
  font-size: 13px;
  font-weight: 500;
}

.color-picker-hex-input-container:focus-within {
  border-color: #ff8e01;
  outline: none;
}

.color-picker-hex-input:focus {
  outline: none;
}

.color-picker-hex-input::placeholder {
  color: #9ca3af;
  text-transform: none;
}

.color-picker-saturation-lightness {
  cursor: crosshair;
  background-blend-mode: multiply;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.color-picker-saturation-handle {
  pointer-events: none;
  z-index: 2;
  background: #fff;
  border: 2px solid red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.color-picker-footer {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 6px;
  padding-top: 0;
  display: flex;
}

.color-picker-btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 72px;
  height: 34px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.color-picker-btn-cancel {
  color: #374151;
  background-color: #f3f4f6;
}

.color-picker-btn-cancel:hover {
  background-color: #e5e7eb;
}

.color-picker-btn-ok {
  color: #fff;
  background-color: #374151;
}

.color-picker-btn-ok:hover {
  background-color: #1f2937;
}

.delete-modal-overlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.delete-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 32px 24px;
  display: flex;
}

.delete-modal-icon {
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
}

.delete-modal-icon svg {
  width: 72px;
  height: 72px;
  display: block;
}

.delete-modal-title {
  color: #1f2937;
  text-align: center;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.delete-modal-description {
  color: #6b7280;
  text-align: center;
  max-width: 100%;
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.delete-modal-actions {
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  display: flex;
}

.delete-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.delete-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.delete-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.delete-modal-btn-confirm {
  color: #fff;
  background-color: #fb2c36;
}

.delete-modal-btn-confirm:hover {
  background-color: #e0242e;
}

.delete-modal-btn-confirm:active {
  background-color: #c81e28;
}

@media (max-width: 640px) {
  .delete-modal {
    max-width: 100%;
    padding: 24px 20px;
  }

  .delete-modal-title {
    font-size: 16px;
  }

  .delete-modal-description {
    font-size: 13px;
  }

  .delete-modal-actions {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .delete-modal-btn {
    width: 100%;
  }
}

.add-transaction-modal-overlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.add-transaction-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  max-height: 95vh;
  display: flex;
  overflow: hidden;
}

.add-transaction-modal-header {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.add-transaction-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.add-transaction-modal-header-spacer {
  flex-shrink: 0;
  width: 20px;
}

.add-transaction-modal-close {
  cursor: pointer;
  color: #1f2937;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.add-transaction-modal-close:hover {
  opacity: .7;
}

.add-transaction-modal-content {
  flex: 1;
  min-height: 0;
  padding: 20px;
  overflow: hidden auto;
}

.add-transaction-modal-custom-checkbox {
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.add-transaction-modal-custom-label {
  color: #1f2937;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

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

.add-transaction-modal-form-column {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.add-transaction-modal-field-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.add-transaction-modal-label {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.add-transaction-modal-input, .add-transaction-modal-input .input-container {
  width: 100%;
}

.add-transaction-modal-date-wrapper {
  width: 100%;
  position: relative;
}

.add-transaction-modal-date-input {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  padding: 10px 40px 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.add-transaction-modal-date-input:hover {
  background-color: #fafafa;
  border-color: #9ca3af;
}

.add-transaction-modal-date-input:focus {
  background-color: #fff;
  border-color: #ff8e01;
  outline: none;
}

.add-transaction-modal-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}

.add-transaction-modal-date-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.add-transaction-modal-select, .add-transaction-modal-select .mark-as-dropdown-wrapper {
  width: 100%;
}

.add-transaction-modal-select .mark-as-dropdown-btn {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
}

.add-transaction-modal-select .mark-as-dropdown-btn:hover {
  background-color: #fafafa;
  border-color: #9ca3af;
}

.add-transaction-modal-select .mark-as-dropdown-btn-open {
  background-color: #fff;
  border-color: #ff8e01;
}

.add-transaction-modal-footer {
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 14px;
  display: flex;
}

.add-transaction-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.add-transaction-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.add-transaction-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.add-transaction-modal-btn-save {
  color: #fff;
  background-color: #ff8e01;
}

.add-transaction-modal-btn-save:hover {
  background-color: #ea580c;
}

.add-transaction-modal-btn-save:active {
  background-color: #c2410c;
}

@media (max-width: 768px) {
  .add-transaction-modal-overlay {
    background-color: #0000004d;
    align-items: flex-end;
    padding: 0;
  }

  .add-transaction-modal {
    border-radius: 16px 16px 0 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: flex;
  }

  .add-transaction-modal-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .add-transaction-modal-header {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 20px;
  }

  .add-transaction-modal-title {
    font-size: 18px;
    font-weight: 600;
  }

  .add-transaction-modal-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
  }

  .add-transaction-modal-custom-checkbox {
    margin-bottom: 24px;
  }

  .add-transaction-modal-field-group {
    gap: 8px;
  }

  .add-transaction-modal-footer {
    border-top: 1px solid #e5e7eb;
    justify-content: center;
    padding: 16px 20px;
  }

  .add-transaction-modal-btn {
    border-radius: 12px;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }

  .add-transaction-modal-btn-cancel {
    display: none;
  }
}

.add-collaborators-modal-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.add-collaborators-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  max-height: 95vh;
  display: flex;
  overflow: hidden;
}

.add-collaborators-modal-header {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.add-collaborators-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.add-collaborators-modal-close {
  cursor: pointer;
  color: #6b7280;
  background-color: #f3f4f6;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.add-collaborators-modal-close:hover {
  color: #1f2937;
  background-color: #e5e7eb;
}

.add-collaborators-modal-content {
  flex: 1;
  min-height: 0;
  padding: 24px;
  overflow: hidden auto;
}

.add-collaborators-form {
  margin-bottom: 24px;
}

.add-collaborators-input-wrapper {
  align-items: center;
  gap: 12px;
  display: flex;
}

.add-collaborators-input {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  flex: 1;
  min-height: 40px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.add-collaborators-input::placeholder {
  color: #9ca3af;
}

.add-collaborators-input:hover {
  border-color: #9ca3af;
}

.add-collaborators-input:focus {
  border-color: #ff8e01;
  outline: none;
}

.add-collaborators-error {
  color: #dc2626;
  margin: 8px 0 0;
  font-size: 13px;
}

.add-collaborators-add-btn {
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  min-height: 40px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.add-collaborators-add-btn:hover {
  background-color: #ea580c;
}

.add-collaborators-add-btn:active {
  background-color: #c2410c;
}

.add-collaborators-list {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.add-collaborators-list-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.add-collaborators-empty {
  color: #6b7280;
  text-align: center;
  margin: 0;
  padding: 24px;
  font-size: 14px;
}

.add-collaborators-list-items {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.add-collaborators-list-item {
  background-color: #fff;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.add-collaborators-list-item-avatar {
  color: #9ca3af;
  background-color: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.add-collaborators-list-item-avatar svg {
  width: 20px;
  height: 20px;
}

.add-collaborators-list-item-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.add-collaborators-list-item-name {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.add-collaborators-list-item-email {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.add-collaborators-list-item-remove {
  cursor: pointer;
  color: #374151;
  white-space: nowrap;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.add-collaborators-list-item-remove:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.add-collaborators-list-item-remove:active {
  background-color: #e5e7eb;
}

@media (max-width: 640px) {
  .add-collaborators-modal {
    border-radius: 0;
    max-width: 100%;
    max-height: 100vh;
  }

  .add-collaborators-modal-header {
    padding: 16px 20px;
  }

  .add-collaborators-modal-title {
    font-size: 18px;
  }

  .add-collaborators-modal-content {
    padding: 20px;
  }

  .add-collaborators-input-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .add-collaborators-add-btn {
    width: 100%;
  }
}

.page-header {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 6px 20px;
  display: flex;
}

.page-header-tabs {
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  display: flex;
}

.page-header-tab {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
  position: relative;
}

.page-header-tab:hover {
  color: #1f2937;
}

.page-header-tab.active {
  color: #ff8e01;
}

.page-header-tab.active:after {
  content: "";
  background-color: #ff8e01;
  border-radius: 1px 1px 0 0;
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.page-header-tab-label, .page-header-tab-count {
  line-height: 1.4;
}

.page-header-actions {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  display: flex;
}

.page-header-search {
  flex: 1;
  align-items: center;
  max-width: 400px;
  display: flex;
  position: relative;
}

.page-header-search-icon {
  color: #9ca3af;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 12px;
}

.page-header-search-input {
  color: #1f2937;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  min-width: 0;
  padding: 10px 12px 10px 36px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
}

.page-header-search-input::placeholder {
  color: #9ca3af;
}

.page-header-search-input:focus {
  background-color: #fff;
  border-color: #ff8e01;
  outline: none;
}

.page-header-action-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-header-action-btn:before {
  content: "";
  background-color: #ff8e011a;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width .3s, height .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header-action-btn:hover:before {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.page-header-action-btn:hover {
  background-color: #f9fafb;
  border-color: #ff8e01;
  transform: translateY(-1px);
}

.page-header-action-btn:active {
  background-color: #f3f4f6;
  transform: translateY(0);
}

.page-header-action-btn svg {
  z-index: 1;
  transition: color .2s;
  position: relative;
}

.page-header-action-btn:hover svg {
  color: #ff8e01;
}

@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 16px;
  }

  .page-header-tabs {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    overflow-x: auto;
  }

  .page-header-tabs::-webkit-scrollbar {
    display: none;
  }

  .page-header-tab {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 13px;
  }

  .page-header-actions {
    flex-direction: column;
    gap: 8px;
  }

  .page-header-search {
    width: 100%;
    max-width: 100%;
  }

  .page-header-action-btn {
    justify-content: center;
    width: 100%;
  }
}

.create-filter-input {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
}

.create-filter-input:focus {
  border-color: #ff8e01;
  outline: none;
}

.create-filter-input::placeholder {
  color: #9ca3af;
}

.create-filter-textarea {
  color: #1f2937;
  resize: vertical;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
}

.create-filter-textarea:focus {
  border-color: #ff8e01;
  outline: none;
}

.create-filter-textarea::placeholder {
  color: #9ca3af;
}

.create-filter-char-count {
  color: #ff8e01;
  font-size: 12px;
  font-weight: 500;
}

.create-filter-step-2 {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.create-filter-step-2-header {
  flex-shrink: 0;
  margin-bottom: 16px;
}

.create-filter-preset-banner {
  background-color: #fff7ed;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.create-filter-preset-icon {
  flex-shrink: 0;
}

.create-filter-status-dot {
  background-color: #10b981;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.create-filter-status-dot:before {
  content: "";
  pointer-events: none;
  filter: blur(.5px);
  background: #fffc;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 3px;
  left: 4px;
}

.create-filter-header-text {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.create-filter-status-text {
  color: #1f2937;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.create-filter-suggestion {
  color: #6b7280;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.create-filter-step-2-content {
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 32px;
  min-height: 0;
  display: grid;
}

.create-filter-field-marque, .create-filter-field-modele {
  grid-column: span 6;
}

.create-filter-field-vehicle-type {
  grid-column: 1 / -1;
}

.create-filter-field-year, .create-filter-field-mileage, .create-filter-field-power, .create-filter-field-gearbox {
  grid-column: span 6;
}

.create-filter-field-condition, .create-filter-field-fuel, .create-filter-field-location {
  grid-column: span 4;
}

.create-filter-field-price {
  grid-column: 1 / -1;
}

@media (max-width: 1024px) {
  .create-filter-step-2-content {
    grid-template-columns: 1fr;
  }

  .create-filter-step-2-content .create-filter-field-group {
    grid-column: 1 / -1;
  }
}

.create-filter-column {
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  display: flex;
}

.create-filter-input-with-dropdown {
  align-items: center;
  display: flex;
  position: relative;
}

.create-filter-input-with-dropdown .create-filter-input {
  padding-right: 36px;
}

.create-filter-dropdown-icon {
  color: #6b7280;
  pointer-events: none;
  position: absolute;
  right: 12px;
}

.create-filter-checkbox-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  display: grid;
}

.create-filter-checkbox-grid-3cols {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}

.create-filter-checkbox-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.create-filter-checkbox-label {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
  position: relative;
}

.create-filter-checkbox {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.create-filter-checkbox-custom {
  border: 2px solid #d1d5db;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: all .2s;
  display: flex;
}

.create-filter-checkbox:checked + .create-filter-checkbox-custom {
  background-color: #ff8e01;
  border-color: #ff8e01;
}

.create-filter-checkbox:checked + .create-filter-checkbox-custom:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  margin-top: -2px;
  transform: rotate(45deg);
}

.create-filter-checkbox-text {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
}

.create-filter-range-container {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.create-filter-range-slider-wrapper {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 6px;
  display: flex;
  position: relative;
}

.create-filter-range-track {
  z-index: 1;
  pointer-events: none;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  top: 0;
}

.create-filter-range-slider {
  appearance: none;
  pointer-events: none;
  z-index: 2;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
  height: 6px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.create-filter-range-slider::-webkit-slider-runnable-track {
  pointer-events: none;
}

.create-filter-range-slider::-moz-range-track {
  pointer-events: none;
}

.create-filter-range-slider::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
  background: #1e40af;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  position: relative;
}

.create-filter-range-slider::-moz-range-thumb {
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
  background: #1e40af;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  position: relative;
}

.create-filter-range-slider-overlay {
  z-index: 3;
  pointer-events: none;
}

.create-filter-range-slider-overlay::-webkit-slider-runnable-track {
  pointer-events: none;
}

.create-filter-range-slider-overlay::-moz-range-track {
  pointer-events: none;
}

.create-filter-range-slider.orange::-webkit-slider-thumb {
  background: #ff8e01;
}

.create-filter-range-slider.orange::-moz-range-thumb {
  background: #ff8e01;
}

.create-filter-range-slider-wrapper:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #e5e7eb;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.create-filter-range-inputs {
  justify-content: space-between;
  gap: 8px;
  display: flex;
}

.create-filter-range-input {
  color: #1f2937;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
}

.create-filter-range-input:focus {
  border-color: #ff8e01;
  outline: none;
}

.create-filter-range-input::placeholder {
  color: #9ca3af;
}

.create-filter-radio-group {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.create-filter-radio-label {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
  position: relative;
}

.create-filter-radio {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.create-filter-radio-custom {
  border: 2px solid #d1d5db;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: all .2s;
  display: flex;
}

.create-filter-radio:checked + .create-filter-radio-custom {
  border-color: #ff8e01;
}

.create-filter-range-input-field {
  text-align: left;
  padding-right: 32px;
}

.create-filter-range-input-unit {
  color: #6b7280;
  pointer-events: none;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 12px;
}

.create-filter-range-input-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.create-filter-radio:checked + .create-filter-radio-custom:after {
  content: "";
  background-color: #ff8e01;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.create-filter-radio-text {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.3;
}

.create-filter-location-input {
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

.create-filter-location-icon {
  color: #6b7280;
  pointer-events: none;
  position: absolute;
  left: 12px;
}

.create-filter-location-input .create-filter-input {
  padding-left: 36px;
  padding-right: 36px;
}

.create-filter-location-add {
  cursor: pointer;
  color: #6b7280;
  background-color: #f3f4f6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
  position: absolute;
  right: 8px;
}

.create-filter-location-add:hover {
  color: #1f2937;
  background-color: #e5e7eb;
}

.create-filter-modal-footer {
  flex-shrink: 0;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.create-filter-btn {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.create-filter-btn.cancel {
  color: #262626;
  background-color: #f5f5f5;
  border: 1px solid #e5e7eb;
}

.create-filter-btn.cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.create-filter-btn.primary {
  color: #fff;
  background-color: #ff8e01;
}

.create-filter-btn.primary:hover {
  background-color: #ea580c;
}

@media (max-width: 1024px) {
  .create-filter-step-2-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .create-filter-checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .create-filter-modal-overlay {
    padding: 1rem;
  }

  .create-filter-modal {
    max-height: 95vh;
  }

  .create-filter-modal-header, .create-filter-modal-content, .create-filter-modal-footer {
    padding: .5rem;
  }

  .create-filter-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .create-filter-step-2-content {
    gap: 16px;
  }

  .create-filter-field-group {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .create-filter-input, .create-filter-textarea, .create-filter-range-container, .create-filter-range-slider-wrapper, .create-filter-range-inputs, .create-filter-range-input-wrapper {
    box-sizing: border-box;
    max-width: 100%;
  }
}

.demo-modal-overlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.demo-modal {
  background: linear-gradient(#fff7ed 0%, #fff 100%);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 48px 40px 40px;
  display: flex;
  position: relative;
}

.demo-modal-close-btn {
  cursor: pointer;
  color: #000;
  z-index: 10;
  background-color: #0000;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.demo-modal-close-btn:hover {
  background-color: #0000000d;
}

.demo-modal-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-bottom: 32px;
  display: flex;
}

.demo-modal-title {
  color: #1f2937;
  text-align: center;
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.demo-modal-title-highlight {
  color: #ff8e01;
}

.demo-modal-description {
  color: #4b5563;
  text-align: center;
  max-width: 100%;
  margin: 0 0 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.demo-modal-cta-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #ff8e01 0%, #ea580c 100%);
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.demo-modal-cta-btn:hover {
  background: linear-gradient(90deg, #ea580c 0%, #dc2626 100%);
  transform: translateY(-1px);
}

.demo-modal-cta-btn:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .demo-modal {
    max-width: 100%;
    padding: 32px 24px 24px;
  }

  .demo-modal-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
  }

  .demo-modal-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .demo-modal-description {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .demo-modal-cta-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

.planifier-demo-page {
  background-color: #fff;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.planifier-demo-header {
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 24%;
  padding: 24px 40px;
  position: sticky;
  top: 5px;
}

.planifier-demo-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .planifier-demo-logo {
    display: none;
  }
}

.planifier-demo-logo-svg {
  width: auto;
  height: 40px;
}

.planifier-demo-main {
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 24px;
  display: flex;
  overflow-y: auto;
}

.planifier-demo-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}

.planifier-demo-title-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.planifier-demo-title {
  color: #1f2937;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.planifier-demo-progress-container {
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.planifier-demo-progress-bar {
  background-color: #e5e7eb;
  border-radius: 3px;
  width: 100%;
  height: 6px;
  position: relative;
  overflow: hidden;
}

.planifier-demo-progress-bar-filled {
  background-color: #ff8e01;
  border-radius: 3px;
  height: 100%;
  transition: width .3s;
}

.planifier-demo-progress-text {
  color: #4b5563;
  text-align: right;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 500;
}

.planifier-demo-section-title {
  margin-bottom: -5px;
}

@media (max-width: 768px) {
  .planifier-demo-section-title {
    margin-bottom: 16px;
  }
}

.planifier-demo-section-title-text {
  color: #ff8e01;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.planifier-demo-form {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.planifier-demo-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  display: grid;
}

.planifier-demo-form-grid-mobile {
  display: none;
}

.planifier-demo-form-column {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.planifier-demo-form-field {
  flex-direction: column;
  display: flex;
}

.planifier-demo-form-label {
  color: #374151;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.planifier-demo-dropdown-wrapper {
  position: relative;
}

.planifier-demo-dropdown-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.planifier-demo-dropdown-btn:hover {
  border-color: #9ca3af;
}

.planifier-demo-dropdown-btn.open {
  border-color: #ff8e01;
}

.planifier-demo-dropdown-btn .placeholder {
  color: #9ca3af;
}

.planifier-demo-dropdown-btn .selected {
  color: #1f2937;
}

.planifier-demo-dropdown-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.planifier-demo-dropdown-chevron.open {
  transform: rotate(180deg);
}

.planifier-demo-dropdown-overlay {
  z-index: 998;
  position: fixed;
  inset: 0;
}

.planifier-demo-dropdown-menu {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-height: 200px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
}

.planifier-demo-dropdown-option {
  text-align: left;
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
}

.planifier-demo-dropdown-option:hover {
  background-color: #f9fafb;
}

.planifier-demo-dropdown-option.selected {
  color: #ff8e01;
  background-color: #fff7ed;
  font-weight: 500;
}

.planifier-demo-actions {
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
  display: flex;
}

.planifier-demo-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.planifier-demo-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #d1d5db;
}

.planifier-demo-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.planifier-demo-btn-next {
  color: #fff;
  background-color: #ff8e01;
}

.planifier-demo-btn-next:hover {
  background-color: #ea580c;
}

.planifier-demo-btn-next:active {
  transform: translateY(1px);
}

.planifier-demo-btn-back {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #d1d5db;
}

.planifier-demo-btn-back:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.planifier-demo-step2-container {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
  display: grid;
}

.planifier-demo-step2-left {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.planifier-demo-timezone-wrapper {
  position: relative;
}

.planifier-demo-timezone-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.planifier-demo-timezone-btn:hover {
  border-color: #9ca3af;
}

.planifier-demo-timezone-btn.open {
  border-color: #ff8e01;
}

.planifier-demo-timezone-icon {
  color: #6b7280;
  flex-shrink: 0;
}

.planifier-demo-timezone-btn span {
  text-align: left;
  flex: 1;
}

.planifier-demo-timezone-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.planifier-demo-timezone-chevron.open {
  transform: rotate(180deg);
}

.planifier-demo-timezone-menu {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-height: 200px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
}

.planifier-demo-calendar {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.planifier-demo-calendar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.planifier-demo-calendar-nav-btn {
  cursor: pointer;
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.planifier-demo-calendar-nav-btn:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.planifier-demo-calendar-month {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.planifier-demo-calendar-weekdays {
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 12px;
  display: grid;
}

.planifier-demo-calendar-weekday {
  text-align: center;
  color: #6b7280;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
}

.planifier-demo-calendar-days {
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  display: grid;
}

.planifier-demo-calendar-day {
  aspect-ratio: 1;
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.planifier-demo-calendar-day.empty {
  cursor: default;
}

.planifier-demo-calendar-day.weekend {
  color: #9ca3af;
}

.planifier-demo-calendar-day:hover:not(.empty):not(.selected) {
  background-color: #f3f4f6;
}

.planifier-demo-calendar-day.selected {
  color: #fff;
  background-color: #ff8e01;
  font-weight: 600;
}

.planifier-demo-calendar-day.selected:hover {
  background-color: #ea580c;
}

.planifier-demo-step2-right {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.planifier-demo-time-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.planifier-demo-time-slots {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.planifier-demo-time-slot {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  transition: all .2s;
  display: flex;
}

.planifier-demo-time-slot:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.planifier-demo-time-slot.selected {
  color: #fff;
  background-color: #374151;
  border-color: #374151;
}

.planifier-demo-time-slot.selected:hover {
  background-color: #4b5563;
  border-color: #4b5563;
}

.planifier-demo-time-slot input[type="radio"] {
  cursor: pointer;
  accent-color: #ff8e01;
  width: 18px;
  height: 18px;
}

.planifier-demo-time-slot.selected input[type="radio"] {
  accent-color: #fff;
}

.planifier-demo-time-slot span {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .planifier-demo-header {
    margin-left: 0;
    padding: 20px 24px;
  }

  .planifier-demo-main {
    padding: 0 16px 32px;
  }

  .planifier-demo-container {
    padding-top: 0;
  }

  .planifier-demo-title-section {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .planifier-demo-title {
    font-size: 24px;
  }

  .planifier-demo-progress-container {
    gap: 12px;
    margin-bottom: 24px;
  }

  .planifier-demo-progress-text {
    font-size: 13px;
  }

  .planifier-demo-form-grid-desktop {
    display: none;
  }

  .planifier-demo-form-grid-mobile {
    flex-direction: column;
    gap: 24px;
    display: flex;
  }

  .planifier-demo-actions {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
  }

  .planifier-demo-btn {
    flex: 1;
  }

  .planifier-demo-step2-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .planifier-demo-calendar {
    padding: 16px;
  }

  .planifier-demo-calendar-header {
    margin-bottom: 16px;
  }

  .planifier-demo-calendar-month {
    font-size: 14px;
  }

  .planifier-demo-calendar-weekdays {
    margin-bottom: 8px;
  }

  .planifier-demo-calendar-day {
    font-size: 13px;
  }
}

.planifier-demo-step3-container {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
  display: grid;
}

.planifier-demo-step3-left {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.planifier-demo-platform-section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.planifier-demo-platform-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.planifier-demo-platform-buttons {
  gap: 12px;
  display: flex;
}

.planifier-demo-platform-btn {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-family: inherit;
  transition: all .2s;
  display: flex;
}

.planifier-demo-platform-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.planifier-demo-platform-btn.selected {
  background-color: #fff7ed;
  border-color: #ff8e01;
}

.planifier-demo-platform-btn span {
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

.planifier-demo-platform-logo {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.planifier-demo-platform-logo.zoom svg {
  width: 103px;
  height: 48px;
}

.planifier-demo-platform-logo.google-meet svg {
  width: 126px;
  height: 32px;
}

.planifier-demo-message-section {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.planifier-demo-message-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.planifier-demo-message-textarea {
  color: #1f2937;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
  min-height: 120px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.planifier-demo-message-textarea::placeholder {
  color: #9ca3af;
}

.planifier-demo-message-textarea:focus {
  border-color: #ff8e01;
  outline: none;
}

.planifier-demo-step3-right {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.planifier-demo-meeting-details {
  background-color: #fff7ed;
  border: 1px solid #ffe5cc;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  display: flex;
}

.planifier-demo-meeting-details-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.planifier-demo-meeting-detail-item {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.planifier-demo-meeting-icon {
  color: #ff8e01;
  flex-shrink: 0;
  margin-top: 2px;
}

.planifier-demo-meeting-detail-content {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.planifier-demo-meeting-detail-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.planifier-demo-meeting-detail-value {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
}

.planifier-demo-notification-box {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.planifier-demo-notification-icon {
  color: #6b7280;
  flex-shrink: 0;
}

.planifier-demo-notification-content {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.planifier-demo-notification-title {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.planifier-demo-notification-text {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
}

.planifier-demo-notification-toggle {
  flex-shrink: 0;
}

.planifier-demo-notification-toggle .toggle-switch {
  background-color: #e5e7eb;
}

.planifier-demo-notification-toggle .toggle-switch.toggle-checked {
  background-color: #ff8e01;
}

.planifier-demo-btn-confirm {
  color: #fff;
  background-color: #ff8e01;
}

.planifier-demo-btn-confirm:hover {
  background-color: #ea580c;
}

.planifier-demo-btn-confirm:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .planifier-demo-step3-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .planifier-demo-platform-buttons {
    flex-direction: row;
    gap: 12px;
  }

  .planifier-demo-platform-btn {
    flex: 1;
  }

  .planifier-demo-platform-logo.zoom svg {
    width: 80px;
    height: 37px;
  }

  .planifier-demo-platform-logo.google-meet svg {
    width: 98px;
    height: 25px;
  }

  .planifier-demo-meeting-details {
    padding: 20px;
  }

  .planifier-demo-notification-box {
    padding: 16px;
  }
}

.planifier-demo-confirmation-overlay {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.planifier-demo-confirmation-modal {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 60px 40px 40px;
  display: flex;
}

.planifier-demo-confirmation-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-bottom: 32px;
  display: flex;
}

.planifier-demo-confirmation-icon svg {
  width: 100%;
  height: 100%;
}

.planifier-demo-confirmation-title {
  color: #1e3a8a;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.planifier-demo-confirmation-text {
  color: #4b5563;
  max-width: 500px;
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.planifier-demo-confirmation-btn {
  color: #1e3a8a;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1e3a8a;
  border-radius: 8px;
  padding: 12px 32px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.planifier-demo-confirmation-btn:hover {
  background-color: #eff6ff;
  border-color: #1e40af;
}

.planifier-demo-confirmation-btn:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .planifier-demo-confirmation-modal {
    padding: 40px 24px 24px;
  }

  .planifier-demo-confirmation-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
  }

  .planifier-demo-confirmation-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .planifier-demo-confirmation-text {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .planifier-demo-confirmation-btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}

.assistance-card {
  border-radius: 12px;
  flex-direction: column;
  min-height: 120px;
  padding: 24px;
  display: flex;
  position: relative;
}

.assistance-card-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
}

.assistance-card-content {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  margin-bottom: 20px;
  display: flex;
}

.assistance-card-title {
  letter-spacing: -.01em;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.assistance-card-description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.assistance-card-button {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  align-self: flex-start;
  width: auto;
  margin-top: auto;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.assistance-card-button:hover {
  transform: translateY(-1px);
}

.assistance-card-button:active {
  transform: translateY(0);
}

.assistance-card-orange, .assistance-card-orange .assistance-card-title, .assistance-card-orange .assistance-card-description {
  color: #fff;
}

.assistance-card-orange .assistance-card-description {
  opacity: .95;
}

.assistance-card-white {
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.assistance-card-white .assistance-card-title {
  color: #333;
}

.assistance-card-white .assistance-card-description {
  color: #6b7280;
}

.assistance-card-button-white {
  color: #333;
  background-color: #fff;
}

.assistance-card-button-white:hover {
  background-color: #f9fafb;
}

.assistance-card-button-orange {
  color: #fff;
  background-color: #ff8e01;
}

.assistance-card-button-orange:hover {
  background-color: #ff7a1f;
}

.assistance-card-button-light {
  color: #1f2937;
  background-color: #f3f4f6;
}

.assistance-card-button-light:hover {
  background-color: #e5e7eb;
}

.assistance-card-button-gray {
  color: #1f2937;
  background-color: #f5f5f5;
}

.assistance-card-button-gray:hover {
  background-color: #e5e5e5;
}

@media (max-width: 768px) {
  .assistance-card {
    min-height: 180px;
    padding: 20px;
  }

  .assistance-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .assistance-card-title {
    font-size: 18px;
  }

  .assistance-card-description {
    font-size: 13px;
  }

  .assistance-card-button {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .assistance-card {
    min-height: 160px;
    padding: 16px;
  }

  .assistance-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .assistance-card-title {
    font-size: 16px;
  }

  .assistance-card-description {
    font-size: 12px;
  }

  .assistance-card-button {
    padding: 8px 14px;
    font-size: 12px;
  }
}

.assistance-page {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: calc(100vh - 4.5rem);
  margin-top: 4%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px;
}

.assistance-page-header {
  color: #4a4a4a;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.assistance-page-greeting {
  color: #333;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.assistance-page-greeting-bold {
  font-weight: 700;
}

.assistance-page-content {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

@media (max-width: 1024px) {
  .assistance-page-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .assistance-page {
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .assistance-page-header {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .assistance-page-greeting {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .assistance-page-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .assistance-page {
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
  }

  .assistance-page-header {
    display: none;
  }

  .assistance-page-greeting {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.message-bubble {
  word-wrap: break-word;
  flex-direction: column;
  max-width: 70%;
  margin-bottom: 12px;
  display: flex;
}

.message-bubble-content {
  word-wrap: break-word;
  color: #1f2937;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.message-bubble-timestamp {
  color: #6b7280;
  margin-top: 4px;
  font-size: 11px;
}

.message-bubble-sent {
  align-self: flex-end;
  align-items: flex-end;
}

.message-bubble-sent .message-bubble-content {
  background-color: #fdf4e6;
  border-bottom-right-radius: 4px;
}

.message-bubble-sent .message-bubble-timestamp {
  text-align: right;
}

.message-bubble-received {
  align-self: flex-start;
  align-items: flex-start;
}

.message-bubble-received .message-bubble-content {
  background-color: #fff;
  border-bottom-left-radius: 4px;
}

.message-bubble-received .message-bubble-timestamp {
  text-align: left;
}

@media (max-width: 768px) {
  .message-bubble {
    max-width: 85%;
  }

  .message-bubble-content {
    padding: 10px 14px;
    font-size: 13px;
  }
}

.chat-support-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.chat-support-modal {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  height: 80vh;
  max-height: 700px;
  display: flex;
  overflow: hidden;
}

.chat-support-modal-header {
  background-color: #333;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.chat-support-modal-title {
  color: #fff;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}

.chat-support-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.chat-support-modal-close:hover {
  background-color: #ffffff1a;
}

.chat-support-modal-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  display: flex;
  overflow-y: auto;
}

.chat-support-modal-empty {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.chat-support-modal-sparkle {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.chat-support-modal-greeting {
  color: #333;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.chat-support-modal-greeting-bold {
  font-weight: 700 !important;
}

.chat-support-messages {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.chat-support-message-wrapper {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.chat-support-message-wrapper-sent {
  justify-content: flex-end;
}

.chat-support-message-wrapper-received {
  justify-content: flex-start;
}

.chat-support-message-icon {
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 20px;
  line-height: 1;
}

.chat-date-separator {
  color: #6b7280;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 12px;
  align-self: center;
  width: fit-content;
  margin: 16px auto;
  padding: 6px 12px;
  font-size: 12px;
  display: block;
}

.chat-support-modal-input-area {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.chat-support-modal-attachment {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.chat-support-modal-attachment:hover {
  background-color: #0000000d;
}

.chat-support-modal-input {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s;
}

.chat-support-modal-input::placeholder {
  color: #a0a0a0;
}

.chat-support-modal-input:focus {
  border-color: #ff8e01;
}

.chat-support-modal-send {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e01;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.chat-support-modal-send:hover:not(:disabled) {
  background-color: #ff7a1f;
}

.chat-support-modal-send:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .chat-support-modal {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
  }

  .chat-support-modal-overlay {
    padding: 0;
  }

  .chat-support-modal-content {
    padding: 16px;
  }

  .message-bubble {
    max-width: 80%;
  }
}

.contact-email-page {
  background-color: #f8f8f8;
  width: 70%;
  max-width: 800px;
  min-height: calc(100vh - 4.5rem);
  margin-top: 5%;
  margin-right: 10%;
  padding: 32px 40px;
}

.contact-email-header {
  align-items: center;
  gap: 16px;
  display: flex;
}

.contact-email-back-button {
  color: #1f2937;
  cursor: pointer;
  background-color: #ffeed4;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.contact-email-back-button:hover {
  background-color: #ff7a1f;
}

.contact-email-title {
  color: #333;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-email-description {
  color: #6b7280;
  margin: 0 0 32px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-email-form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.contact-email-field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.contact-email-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-email-input, .contact-email-textarea {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s;
}

.contact-email-input:focus, .contact-email-textarea:focus {
  border-color: #ff8e01;
  outline: none;
}

.contact-email-input::placeholder, .contact-email-textarea::placeholder {
  color: #9ca3af;
}

.contact-email-textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.5;
}

.contact-email-submit-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  border-radius: 6px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.contact-email-submit-button:hover:not(:disabled) {
  background: linear-gradient(43.89deg, #ea580c 0%, #ff8e2b 100%);
}

.contact-email-submit-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .contact-email-page {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 768px) {
  .contact-email-page {
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .contact-email-header {
    align-items: center;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .contact-email-back-button {
    width: 36px;
    height: 36px;
  }

  .contact-email-title {
    font-size: 20px;
  }

  .contact-email-description {
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 13px;
  }

  .contact-email-form {
    gap: 20px;
    padding: 24px;
  }

  .contact-email-submit-button {
    align-self: stretch;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-email-page {
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .contact-email-header {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 12px;
  }

  .contact-email-back-button {
    width: 32px;
    height: 32px;
  }

  .contact-email-back-button svg {
    width: 16px;
    height: 16px;
  }

  .contact-email-title {
    font-size: 18px;
  }

  .contact-email-description {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 12px;
  }

  .contact-email-form {
    gap: 16px;
    padding: 20px;
  }

  .contact-email-label {
    font-size: 13px;
  }

  .contact-email-input, .contact-email-textarea {
    padding: 10px 14px;
    font-size: 13px;
  }

  .contact-email-textarea {
    min-height: 120px;
  }

  .contact-email-submit-button {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.email-success-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.email-success-modal {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 40px 32px;
  display: flex;
}

.email-success-modal-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.email-success-modal-title {
  color: #333;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.email-success-modal-description {
  color: #6b7280;
  max-width: 400px;
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.email-success-modal-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-width: 80px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, border-color .2s;
}

.email-success-modal-button:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.email-success-modal-button:active {
  background-color: #f3f4f6;
}

@media (max-width: 768px) {
  .email-success-modal {
    max-width: 90%;
    padding: 32px 24px;
  }

  .email-success-modal-icon {
    margin-bottom: 20px;
  }

  .email-success-modal-icon svg {
    width: 100px;
    height: 120px;
  }

  .email-success-modal-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .email-success-modal-description {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .email-success-modal-button {
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .email-success-modal {
    padding: 24px 20px;
  }

  .email-success-modal-icon {
    margin-bottom: 16px;
  }

  .email-success-modal-icon svg {
    width: 80px;
    height: 96px;
  }

  .email-success-modal-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .email-success-modal-description {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .email-success-modal-button {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.faq-page {
  box-sizing: border-box;
  background-color: #f8f8f8;
  width: 80%;
  min-height: calc(100vh - 4.5rem);
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 32px 40px;
  overflow-x: hidden;
}

.faq-header {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  display: flex;
}

.faq-back-button {
  color: #333;
  cursor: pointer;
  background-color: #ffeed4;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  transition: background-color .2s;
  display: flex;
}

.faq-back-button:hover {
  background-color: #ffe4b8;
}

.faq-header-content {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  display: flex;
}

.faq-title {
  color: #333;
  align-items: center;
  margin: 0;
  font-family: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.faq-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-search-container {
  align-items: center;
  max-width: 500px;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.faq-search-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 16px;
}

.faq-search-input {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 12px 16px 12px 48px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s;
}

.faq-search-input:focus {
  border-color: #ff8e01;
}

.faq-search-input::placeholder {
  color: #9ca3af;
}

.faq-content-card {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  overflow-x: hidden;
}

.faq-categories-column {
  box-sizing: border-box;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0;
  min-width: 280px;
  padding: 0;
  display: flex;
}

.faq-category-item {
  text-align: left;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s, color .2s;
  position: relative;
}

.faq-category-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.faq-category-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-category-item:hover {
  background-color: #f9fafb;
}

.faq-category-active {
  color: #ff8e2b;
  background-color: #fff4e6;
  font-weight: 600;
}

.faq-category-active:after {
  content: "";
  background-color: #ff8e2b;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.faq-questions-column {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 32px;
  display: flex;
  overflow-x: hidden;
}

.faq-question-item {
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 16px 0;
  font-family: inherit;
  display: flex;
}

.faq-question-text {
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-chevron {
  color: #333;
  background-color: #fff4e6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  transition: transform .2s;
  display: flex;
}

.faq-chevron-expanded {
  transform: rotate(180deg);
}

.faq-answer {
  color: #6b7280;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  margin-top: -8px;
  padding: 0 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-separator {
  background-color: #e5e7eb;
  border: none;
  height: 1px;
  margin: 0;
}

.faq-no-results {
  text-align: center;
  color: #6b7280;
  padding: 40px 20px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .faq-page {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .faq-content-card {
    flex-direction: column;
    gap: 24px;
  }

  .faq-categories-column {
    display: none;
  }

  .faq-category-item {
    white-space: nowrap;
    border-radius: 8px;
    min-width: fit-content;
  }

  .faq-category-item:first-child, .faq-category-item:last-child {
    border-radius: 8px;
  }

  .faq-category-active:after {
    display: none;
  }

  .faq-category-active {
    background-color: #fff4e6;
    border: 2px solid #ff8e2b;
  }
}

@media (max-width: 768px) {
  .faq-page {
    box-sizing: border-box;
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    overflow-x: hidden;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-subtitle {
    font-size: 14px;
  }

  .faq-content-card {
    box-sizing: border-box;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    overflow-x: hidden;
  }

  .faq-search-container {
    box-sizing: border-box;
    max-width: 100%;
  }

  .faq-questions-column {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 24px;
    overflow-x: hidden;
  }

  .faq-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-top: 0;
    display: flex;
  }

  .faq-back-button {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .faq-header-content {
    flex: 1;
    min-width: 0;
  }

  .faq-title {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .faq-page {
    box-sizing: border-box;
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    overflow-x: hidden;
  }

  .faq-header {
    gap: 10px;
  }

  .faq-back-button {
    align-self: flex-start;
    width: 36px;
    height: 36px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-title {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .faq-subtitle {
    font-size: 13px;
  }

  .faq-content-card {
    box-sizing: border-box;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow-x: hidden;
  }

  .faq-questions-column {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 20px;
    overflow-x: hidden;
  }

  .faq-question-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
  }

  .faq-answer {
    font-size: 13px;
  }

  .faq-chevron {
    width: 28px;
    height: 28px;
  }
}

.feedback-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.feedback-modal {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  padding: 32px;
  display: flex;
  position: relative;
}

.feedback-modal-close {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.feedback-modal-close:hover {
  background-color: #f3f4f6;
}

.feedback-modal-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feedback-modal-title {
  color: #1f2937;
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.feedback-modal-subtitle {
  color: #1f2937;
  max-width: 400px;
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.feedback-modal-rating {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.feedback-modal-stars {
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.feedback-modal-star-button {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: transform .1s;
  display: flex;
}

.feedback-modal-star-button:hover {
  transform: scale(1.1);
}

.feedback-modal-star-button:active {
  transform: scale(.95);
}

.feedback-modal-rating-question {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.feedback-modal-comment-section {
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
}

.feedback-modal-comment-title {
  color: #1f2937;
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
}

.feedback-modal-textarea {
  color: #1f2937;
  resize: vertical;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  width: 100%;
  min-height: 100px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color .2s;
}

.feedback-modal-textarea:focus {
  border-color: #ff8e01;
}

.feedback-modal-textarea::placeholder {
  color: #9ca3af;
}

.feedback-modal-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  padding: 12px 32px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.feedback-modal-submit-button:hover:not(:disabled) {
  background-color: #ff7a1f;
}

.feedback-modal-submit-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .feedback-modal {
    max-width: 90%;
    padding: 24px;
  }

  .feedback-modal-title {
    font-size: 20px;
  }

  .feedback-modal-subtitle {
    font-size: 13px;
  }

  .feedback-modal-stars {
    gap: 6px;
  }

  .feedback-modal-star-button svg {
    width: 28px;
    height: 28px;
  }

  .feedback-modal-comment-title {
    font-size: 14px;
  }

  .feedback-modal-textarea {
    min-height: 80px;
    font-size: 13px;
  }

  .feedback-modal-submit-button {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .feedback-modal {
    padding: 20px;
  }

  .feedback-modal-title {
    font-size: 18px;
  }

  .feedback-modal-subtitle {
    font-size: 12px;
  }

  .feedback-modal-stars {
    gap: 4px;
  }

  .feedback-modal-star-button svg {
    width: 24px;
    height: 24px;
  }
}

.parametres-page {
  background-color: #f8f8f8;
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - 4.5rem);
  margin: 0 auto;
  padding: 32px;
}

.parametres-header {
  margin-top: 36px;
  margin-bottom: 32px;
}

.parametres-title {
  color: #333;
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.parametres-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.parametres-notification-item {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  display: flex;
}

@media (max-width: 1024px) {
  .parametres-page {
    max-width: 100%;
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .parametres-page {
    max-width: 100%;
    margin-top: 4.5rem;
    padding: 16px;
  }

  .parametres-header {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .parametres-title {
    font-size: 24px;
  }

  .parametres-subtitle {
    font-size: 14px;
  }

  .parametres-content {
    padding: 24px;
  }

  .parametres-profile-section {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .parametres-session-item {
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .parametres-disconnect-button {
    flex-shrink: 0;
    width: auto;
  }

  .parametres-notifications-list {
    margin-left: 0;
    margin-right: 0;
  }

  .parametres-notification-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .forgot-password-header {
    z-index: 10;
    padding: 16px;
    position: relative;
  }

  .forgot-password-back-btn {
    color: #374151;
    cursor: pointer;
    background: none;
    border: none;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-family: inherit;
    transition: color .2s;
    display: flex;
  }

  .forgot-password-back-btn:hover {
    color: #111827;
  }

  .forgot-password-back-icon {
    color: #6b7280;
    width: 14px;
    height: 14px;
  }

  .forgot-password-back-btn:hover .forgot-password-back-icon {
    color: #111827;
  }

  .forgot-password-back-text {
    color: inherit;
    font-size: 12px;
  }

  .forgot-password-main {
    padding-top: 0;
  }

  .forgot-password-icon-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .forgot-password-icon {
    width: 80px;
    height: 80px;
  }

  .forgot-password-title {
    color: #111827;
    text-align: center;
    letter-spacing: -.01em;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
  }

  .forgot-password-description {
    color: #6b7280;
    text-align: center;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .forgot-password-form {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    display: flex;
  }

  .forgot-password-form .button-primary {
    background: linear-gradient(#ff923c 0%, #fb923c 100%);
    box-shadow: inset 0 1px 4px #ffffff40;
  }

  .forgot-password-form .button-primary:hover:not(:disabled) {
    background: linear-gradient(#ff9a4a 0%, #ff923c 100%);
  }

  .forgot-password-form .button-primary:active:not(:disabled) {
    background: linear-gradient(#fb923c 0%, #f87216 100%);
  }

  @media (min-width: 768px) {
    .forgot-password-header {
      padding: 24px 40px;
    }

    .forgot-password-icon-wrapper {
      margin-bottom: 48px;
    }

    .forgot-password-icon {
      width: 112px;
      height: 112px;
    }

    .forgot-password-title {
      letter-spacing: -.01em;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.3;
    }

    .forgot-password-description {
      max-width: 440px;
      margin-bottom: 48px;
      font-size: 15px;
      line-height: 1.6;
    }

    .forgot-password-form {
      gap: 24px;
      max-width: 440px;
    }

    .forgot-password-form .button-primary {
      padding: .75rem 1.5rem;
      font-size: .9375rem;
    }
  }

  .email-sent-header {
    z-index: 10;
    padding: 16px;
    position: relative;
  }

  .email-sent-back-btn {
    color: #374151;
    cursor: pointer;
    background: none;
    border: none;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-family: inherit;
    transition: color .2s;
    display: flex;
  }

  .email-sent-back-btn:hover {
    color: #111827;
  }

  .email-sent-back-icon {
    color: #6b7280;
    width: 14px;
    height: 14px;
  }

  .email-sent-back-btn:hover .email-sent-back-icon {
    color: #111827;
  }

  .email-sent-back-text {
    color: inherit;
    font-size: 12px;
  }

  @media (min-width: 768px) {
    .email-sent-header {
      padding: 24px 40px;
    }
  }
}

@media (max-width: 480px) {
  .parametres-page {
    max-width: 100%;
    margin-top: 4.5rem;
    padding: 12px;
  }

  .parametres-header {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .parametres-title {
    font-size: 20px;
  }

  .parametres-content {
    padding: 20px;
  }

  .parametres-section-title {
    font-size: 18px;
  }

  .parametres-avatar {
    width: 64px;
    height: 64px;
  }

  .parametres-button-primary, .parametres-button-secondary {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.parametres-sections-container {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.parametres-section-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  display: flex;
}

.parametres-section-title {
  color: #333;
  background-color: #fafafa;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.parametres-profile-section {
  align-items: center;
  gap: 24px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.parametres-profile-picture {
  flex-shrink: 0;
}

.parametres-avatar {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.parametres-profile-actions {
  gap: 12px;
  display: flex;
}

.parametres-button-primary {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.parametres-button-primary:hover {
  background-color: #ff7a1f;
}

.parametres-button-secondary {
  color: #333;
  cursor: pointer;
  background-color: #f3f4f6;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.parametres-button-secondary:hover {
  background-color: #e5e7eb;
}

.parametres-form {
  flex-direction: column;
  gap: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

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

.parametres-section-card > .parametres-field {
  margin-left: 24px;
  margin-right: 24px;
}

.parametres-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.parametres-input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.parametres-input {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s;
}

.parametres-input:focus {
  border-color: #ff8e01;
}

.parametres-input::placeholder {
  color: #9ca3af;
}

.parametres-edit-icon, .parametres-add-icon {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: absolute;
  right: 12px;
}

.parametres-edit-icon:hover {
  color: #333;
  background-color: #f3f4f6;
}

.parametres-add-icon {
  color: #ff8e2b;
  background-color: #0000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.parametres-add-link {
  color: #3b82f6;
  margin-top: -4px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.parametres-add-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.parametres-sessions-section {
  margin-top: 8px;
  margin-left: 24px;
  margin-right: 24px;
}

.parametres-sessions-title {
  color: #333;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
}

.parametres-sessions-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.parametres-session-item {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.parametres-session-icon {
  color: #6b7280;
  background-color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.parametres-session-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.parametres-session-header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.parametres-session-device {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.parametres-session-status {
  color: #6b7280;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

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

.parametres-session-location {
  color: #6b7280;
  font-size: 12px;
}

.parametres-disconnect-button {
  color: #9ca3af;
  cursor: not-allowed;
  background-color: #f3f4f6;
  border: none;
  border-radius: 6px;
  flex-shrink: 0;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.parametres-disconnect-button.active {
  color: #ef4444;
  cursor: pointer;
  background-color: #fef2f2;
}

.parametres-disconnect-button.active:hover {
  background-color: #e5e5e5;
}

.parametres-disconnect-button.disabled {
  color: #6b7280;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.parametres-notifications-list {
  flex-direction: column;
  gap: 24px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.parametres-notification-item {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.parametres-notification-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.parametres-notification-content {
  flex: 1;
}

.parametres-notification-title {
  color: #333;
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
}

.parametres-notification-description {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.parametres-toggle .toggle-switch {
  background-color: #d1d5db;
}

.parametres-toggle .toggle-switch.toggle-checked {
  background-color: #ff8e01;
}

@media (max-width: 1024px) {
  .parametres-page {
    max-width: 100%;
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .parametres-page {
    max-width: 100%;
    margin-top: 4.5rem;
    padding: 16px;
  }

  .parametres-header {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .parametres-title {
    font-size: 24px;
  }

  .parametres-subtitle {
    font-size: 14px;
  }

  .parametres-content {
    padding: 24px;
  }

  .parametres-profile-section {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .parametres-session-item {
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .parametres-disconnect-button {
    flex-shrink: 0;
    width: auto;
  }

  .parametres-notifications-list {
    margin-left: 0;
    margin-right: 0;
  }

  .parametres-notification-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .forgot-password-header {
    z-index: 10;
    padding: 16px;
    position: relative;
  }

  .forgot-password-back-btn {
    color: #374151;
    cursor: pointer;
    background: none;
    border: none;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-family: inherit;
    transition: color .2s;
    display: flex;
  }

  .forgot-password-back-btn:hover {
    color: #111827;
  }

  .forgot-password-back-icon {
    color: #6b7280;
    width: 14px;
    height: 14px;
  }

  .forgot-password-back-btn:hover .forgot-password-back-icon {
    color: #111827;
  }

  .forgot-password-back-text {
    color: inherit;
    font-size: 12px;
  }

  .forgot-password-main {
    padding-top: 0;
  }

  .forgot-password-icon-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .forgot-password-icon {
    width: 80px;
    height: 80px;
  }

  .forgot-password-title {
    color: #111827;
    text-align: center;
    letter-spacing: -.01em;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
  }

  .forgot-password-description {
    color: #6b7280;
    text-align: center;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .forgot-password-form {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    display: flex;
  }

  .forgot-password-form .button-primary {
    background: linear-gradient(#ff923c 0%, #fb923c 100%);
    box-shadow: inset 0 1px 4px #ffffff40;
  }

  .forgot-password-form .button-primary:hover:not(:disabled) {
    background: linear-gradient(#ff9a4a 0%, #ff923c 100%);
  }

  .forgot-password-form .button-primary:active:not(:disabled) {
    background: linear-gradient(#fb923c 0%, #f87216 100%);
  }

  @media (min-width: 768px) {
    .forgot-password-header {
      padding: 24px 40px;
    }

    .forgot-password-icon-wrapper {
      margin-bottom: 48px;
    }

    .forgot-password-icon {
      width: 112px;
      height: 112px;
    }

    .forgot-password-title {
      letter-spacing: -.01em;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.3;
    }

    .forgot-password-description {
      max-width: 440px;
      margin-bottom: 48px;
      font-size: 15px;
      line-height: 1.6;
    }

    .forgot-password-form {
      gap: 24px;
      max-width: 440px;
    }

    .forgot-password-form .button-primary {
      padding: .75rem 1.5rem;
      font-size: .9375rem;
    }
  }

  .email-sent-header {
    z-index: 10;
    padding: 16px;
    position: relative;
  }

  .email-sent-back-btn {
    color: #374151;
    cursor: pointer;
    background: none;
    border: none;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-family: inherit;
    transition: color .2s;
    display: flex;
  }

  .email-sent-back-btn:hover {
    color: #111827;
  }

  .email-sent-back-icon {
    color: #6b7280;
    width: 14px;
    height: 14px;
  }

  .email-sent-back-btn:hover .email-sent-back-icon {
    color: #111827;
  }

  .email-sent-back-text {
    color: inherit;
    font-size: 12px;
  }

  @media (min-width: 768px) {
    .email-sent-header {
      padding: 24px 40px;
    }
  }
}

@media (max-width: 480px) {
  .parametres-page {
    max-width: 100%;
    margin-top: 4.5rem;
    padding: 12px;
  }

  .parametres-header {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .parametres-title {
    font-size: 20px;
  }

  .parametres-content {
    padding: 20px;
  }

  .parametres-section-title {
    font-size: 18px;
  }

  .parametres-avatar {
    width: 64px;
    height: 64px;
  }

  .parametres-button-primary, .parametres-button-secondary {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.abonnement-page {
  background-color: #f8f7f5;
  width: 100%;
  min-height: 100vh;
  margin-top: 4.5rem;
  padding: 1.5rem;
}

.abonnement-page-content {
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.abonnement-page-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 8px;
  display: flex;
}

.abonnement-page-header-left {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  display: flex;
}

.abonnement-page-title {
  color: #1f2937;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.abonnement-page-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.abonnement-page-offers-btn {
  color: #ff8e01;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ff8e01;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.abonnement-page-offers-btn:hover {
  color: #ea580c;
  background-color: #fff5eb;
  border-color: #ea580c;
}

.abonnement-page-top-section {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.current-plan-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  display: flex;
}

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

.current-plan-header-left {
  align-items: center;
  gap: 12px;
  display: flex;
}

.current-plan-badge {
  color: #fff;
  background-color: #374151;
  border-radius: 12px;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.current-plan-label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
}

.current-plan-status {
  align-items: center;
  display: flex;
}

.current-plan-status-icon {
  color: #22c55e;
  flex-shrink: 0;
  margin: 0;
}

.current-plan-status-text {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
}

.current-plan-price {
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.current-plan-price-amount {
  color: #1f2937;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.current-plan-price-period {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
}

.current-plan-usage {
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.current-plan-usage-item {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.current-plan-usage-label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
}

.current-plan-progress-bar {
  background-color: #e5e7eb;
  border-radius: 4px;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

.current-plan-progress-fill {
  background-color: #374151;
  border-radius: 4px;
  height: 100%;
  transition: width .3s;
}

.current-plan-payment {
  align-items: center;
  gap: 12px;
  display: flex;
}

.current-plan-payment-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.current-plan-payment-label {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
}

.current-plan-payment-icon {
  flex-shrink: 0;
  align-self: center;
}

.current-plan-payment-date {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}

.current-plan-actions {
  gap: 12px;
  display: flex;
}

.current-plan-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.current-plan-btn-upgrade {
  color: #fff;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.current-plan-btn-upgrade:hover {
  background: linear-gradient(43.89deg, #ea580c 0%, #ff8e2b 100%);
}

.current-plan-btn-cancel {
  color: #ef4444;
  background-color: #fff;
  border: 1.5px solid #d4d4d4;
}

.current-plan-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d4d4d4;
}

.payment-history-table-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  display: flex;
}

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

.payment-history-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.payment-history-export-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.payment-history-export-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.payment-history-table-container {
  overflow-x: auto;
}

.payment-history-mobile-list {
  display: none;
}

.payment-history-table {
  border-collapse: collapse;
  width: 100%;
}

.payment-history-table thead {
  background-color: #f9fafb;
}

.payment-history-table th {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.payment-history-table td {
  color: #1f2937;
  border-bottom: 1px solid #f3f4f6;
  padding: 16px;
  font-size: 14px;
}

.payment-history-table tbody tr:last-child td {
  border-bottom: none;
}

.payment-status-badge {
  border-radius: 12px;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.payment-status-badge.payment-status-success {
  color: #059669;
  background-color: #d1fae5;
}

.payment-status-badge.payment-status-failed {
  color: #dc2626;
  background-color: #fee2e2;
}

.payment-status-badge svg {
  flex-shrink: 0;
}

.payment-methods-section {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  display: flex;
}

.payment-methods-header {
  align-items: center;
  gap: 10px;
  display: flex;
}

.payment-methods-header-icon {
  color: #6b7280;
}

.payment-methods-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.payment-method-card-primary {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.payment-method-card-logo {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.payment-method-card-info {
  flex-direction: column;
  flex: 1;
  gap: 6px;
  display: flex;
}

.payment-method-card-number {
  color: #1f2937;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.payment-method-card-masked {
  color: #6b7280;
  letter-spacing: 2px;
}

.payment-method-card-last-four {
  color: #1f2937;
  letter-spacing: 2px;
}

.payment-method-card-active-badge {
  color: #fff;
  background-color: #10b981;
  border-radius: 12px;
  align-items: center;
  margin-left: 4px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.payment-method-card-expiry {
  color: #6b7280;
  font-size: 13px;
}

.payment-method-card-menu {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.payment-method-card-menu:hover {
  color: #1f2937;
  background-color: #f3f4f6;
}

.payment-method-backup {
  text-align: left;
  background-color: #fff5eb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 32px 24px;
  display: flex;
}

.payment-method-backup-icon {
  color: #ff8e01;
  margin-bottom: 0;
}

.payment-method-backup-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.payment-method-backup-description {
  color: #6b7280;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.payment-method-backup-btn {
  color: #1f2937;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.payment-method-backup-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.abonnement-page-mobile-header {
  display: none;
}

@media (max-width: 768px) {
  .abonnement-page {
    margin-top: 0;
    padding: 0;
  }

  .abonnement-page-mobile-header {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    display: flex;
    position: sticky;
    top: 64px;
  }

  .abonnement-page-back-btn {
    color: #1f2937;
    cursor: pointer;
    background-color: #0000;
    border: none;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: background-color .2s;
    display: flex;
  }

  .abonnement-page-back-btn:hover {
    background-color: #f3f4f6;
  }

  .abonnement-page-mobile-title {
    color: #1f2937;
    text-align: center;
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .abonnement-page-mobile-header-spacer {
    flex-shrink: 0;
    width: 40px;
  }

  .abonnement-page-content {
    gap: 16px;
    margin-top: 64px;
    padding: 16px;
  }

  .abonnement-page-header {
    display: none;
  }

  .abonnement-page-top-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .current-plan-card {
    border-radius: 12px;
    gap: 16px;
    padding: 20px;
  }

  .current-plan-header, .current-plan-price {
    margin-bottom: 0;
  }

  .current-plan-price-amount {
    font-size: 28px;
  }

  .current-plan-usage {
    gap: 12px;
    padding: 16px;
  }

  .current-plan-usage-item {
    gap: 8px;
  }

  .current-plan-usage-label {
    font-size: 14px;
  }

  .current-plan-payment {
    margin-top: 0;
  }

  .current-plan-actions {
    flex-direction: row;
    gap: 12px;
    margin-top: 0;
  }

  .current-plan-btn {
    flex: 1;
  }

  .payment-history-table-wrapper {
    padding: 16px;
  }

  .payment-history-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .payment-history-title {
    font-size: 18px;
    font-weight: 600;
  }

  .payment-history-export-btn {
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 14px;
  }

  .payment-history-table-container {
    display: none;
  }

  .payment-history-mobile-list {
    flex-direction: column;
    gap: 12px;
    display: flex;
  }

  .payment-history-mobile-item {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    display: flex;
  }

  .payment-history-mobile-plan {
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
  }

  .payment-history-mobile-date {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
  }

  .payment-history-mobile-status-row {
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    display: flex;
  }

  .payment-history-mobile-amount {
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
  }

  .payment-methods-section {
    padding: 16px;
  }

  .payment-method-card-primary {
    flex-wrap: wrap;
    padding: 16px;
  }

  .payment-methods-section {
    border-radius: 12px;
    padding: 16px;
  }

  .payment-methods-header {
    margin-bottom: 16px;
  }

  .payment-methods-title {
    font-size: 18px;
  }

  .payment-method-card-primary {
    border-radius: 8px;
    flex-wrap: wrap;
    padding: 16px;
  }

  .payment-method-card-logo {
    width: 60px;
    height: 45px;
  }

  .payment-method-card-logo svg {
    width: 100%;
    height: 100%;
  }

  .payment-method-backup {
    border-radius: 12px;
    gap: 12px;
    padding: 20px 16px;
  }

  .payment-method-backup-icon {
    margin-bottom: 0;
  }

  .payment-method-backup-icon svg {
    width: 63px;
    height: 63px;
  }

  .payment-method-backup-title {
    margin: 0;
    font-size: 16px;
  }

  .payment-method-backup-description {
    margin: 0;
    font-size: 14px;
  }

  .payment-method-backup-btn {
    align-self: flex-start;
    width: auto;
    margin-top: 0;
  }
}

.cancel-subscription-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.cancel-subscription-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  padding: 40px;
  display: flex;
  overflow-y: auto;
}

.cancel-subscription-modal-header, .cancel-subscription-modal-header-title {
  display: none;
}

.cancel-subscription-modal-content {
  display: contents;
}

.cancel-subscription-modal-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.cancel-subscription-modal-title {
  color: #1f2937;
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.cancel-subscription-modal-subtitle {
  color: #6b7280;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.cancel-subscription-modal-reasons-section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.cancel-subscription-modal-reasons-title {
  color: #ff8e01;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.cancel-subscription-modal-reasons-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.cancel-subscription-modal-reason-item {
  cursor: pointer;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  display: flex;
}

.cancel-subscription-modal-checkbox {
  cursor: pointer;
  accent-color: #ff8e01;
  appearance: none;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  position: relative;
}

.cancel-subscription-modal-checkbox:checked {
  background-color: #ff8e01;
  border-color: #ff8e01;
}

.cancel-subscription-modal-checkbox:checked:after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cancel-subscription-modal-checkbox-label {
  color: #1f2937;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.cancel-subscription-modal-details-section {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.cancel-subscription-modal-details-title {
  color: #1f2937;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.cancel-subscription-modal-textarea {
  color: #1f2937;
  resize: vertical;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  min-height: 100px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.cancel-subscription-modal-textarea::placeholder {
  color: #9ca3af;
}

.cancel-subscription-modal-textarea:focus {
  border-color: #ff8e01;
  outline: none;
}

.cancel-subscription-modal-actions {
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.cancel-subscription-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.cancel-subscription-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.cancel-subscription-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.cancel-subscription-modal-btn-confirm {
  color: #fff;
  background-color: #ef4444;
}

.cancel-subscription-modal-btn-confirm:hover:not(:disabled) {
  background-color: #dc2626;
}

.cancel-subscription-modal-btn-confirm:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  background-color: #d1d5db;
}

@media (max-width: 768px) {
  .cancel-subscription-modal {
    border-radius: 0;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .cancel-subscription-modal-overlay {
    padding: 0;
  }

  .cancel-subscription-modal-header {
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex;
    position: relative;
  }

  .cancel-subscription-modal-close {
    color: #1f2937;
    cursor: pointer;
    background-color: #0000;
    border: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
  }

  .cancel-subscription-modal-header-title {
    color: #1f2937;
    text-align: center;
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  .cancel-subscription-modal-header-spacer {
    flex-shrink: 0;
    width: 24px;
  }

  .cancel-subscription-modal-content {
    flex-direction: column;
    flex: 1;
    gap: 24px;
    padding: 24px 20px;
    display: flex;
    overflow-y: auto;
  }

  .cancel-subscription-modal-icon {
    margin-bottom: 0;
  }

  .cancel-subscription-modal-title {
    font-size: 20px;
  }

  .cancel-subscription-modal-subtitle {
    margin-bottom: 0;
  }

  .cancel-subscription-modal-actions {
    border-top: 1px solid #e5e7eb;
    flex-direction: column-reverse;
    flex-shrink: 0;
    gap: 12px;
    margin-top: auto;
    padding: 16px 20px;
  }

  .cancel-subscription-modal-btn {
    width: 100%;
  }
}

.add-payment-card-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.add-payment-card-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  padding: 32px;
  display: flex;
  overflow-y: auto;
}

.add-payment-card-modal-header, .add-payment-card-modal-header-title {
  display: none;
}

.add-payment-card-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.add-payment-card-modal-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.add-payment-card-modal-field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.add-payment-card-modal-label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

.add-payment-card-modal-input {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.add-payment-card-modal-input::placeholder {
  color: #9ca3af;
}

.add-payment-card-modal-input:focus {
  border-color: #ff8e01;
  outline: none;
}

.add-payment-card-modal-row {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.add-payment-card-modal-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.add-payment-card-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.add-payment-card-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.add-payment-card-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.add-payment-card-modal-btn-save {
  color: #fff;
  background-color: #ff8e01;
}

.add-payment-card-modal-btn-save:hover:not(:disabled) {
  background-color: #ea580c;
}

.add-payment-card-modal-btn-save:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  background-color: #d1d5db;
}

@media (max-width: 768px) {
  .add-payment-card-modal {
    border-radius: 0;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .add-payment-card-modal-overlay {
    padding: 0;
  }

  .add-payment-card-modal-header {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex;
    position: relative;
  }

  .add-payment-card-modal-close {
    color: #1f2937;
    cursor: pointer;
    background-color: #0000;
    border: none;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
  }

  .add-payment-card-modal-header-title {
    text-align: center;
    color: #1f2937;
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .add-payment-card-modal-header-spacer {
    flex-shrink: 0;
    width: 24px;
  }

  .add-payment-card-modal-title {
    display: none;
  }

  .add-payment-card-modal-form {
    flex: 1;
    gap: 20px;
    padding: 20px;
    overflow-y: auto;
  }

  .add-payment-card-modal-row {
    grid-template-columns: 1fr;
  }

  .add-payment-card-modal-actions {
    border-top: 1px solid #e5e7eb;
    flex-direction: column-reverse;
    gap: 12px;
    margin-top: 0;
    padding: 16px 20px;
  }

  .add-payment-card-modal-btn-cancel {
    display: none;
  }

  .add-payment-card-modal-btn {
    width: 100%;
  }
}

.pricing-plans-modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.pricing-plans-modal {
  background-color: #f8f7f5;
  border-radius: 12px;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px;
  display: flex;
}

.pricing-plans-modal-header {
  text-align: center;
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.pricing-plans-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-plans-modal-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-plans-modal-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.pricing-plan-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.pricing-plan-card-gradient {
  overflow: hidden;
}

.pricing-plan-card-gradient-overlay {
  pointer-events: none;
  background: linear-gradient(#ff8e011a 0%, #ff8e0100 100%);
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-plan-card-dark {
  background-color: #374151;
  border-color: #4b5563;
}

.pricing-plan-card-badge {
  z-index: 1;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
}

.pricing-plan-card-content {
  flex-direction: column;
  gap: 0;
  height: 100%;
  margin-top: 8px;
  display: flex;
}

.pricing-plan-card-header {
  flex-direction: column;
  gap: 0;
  margin-bottom: 12px;
  display: flex;
}

.pricing-plan-card-price {
  align-items: baseline;
  gap: 4px;
  display: flex;
}

.pricing-plan-card-price-amount {
  color: #1f2937;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.pricing-plan-card-dark .pricing-plan-card-price-amount {
  color: #fff;
}

.pricing-plan-card-price-period {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
}

.pricing-plan-card-dark .pricing-plan-card-price-period {
  color: #d1d5db;
}

.pricing-plan-card-name {
  color: #fff;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-plan-card-description {
  color: #6b7280;
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-plan-card-dark .pricing-plan-card-description {
  color: #e5e7eb;
  font-weight: 400;
}

.pricing-plan-card-features-container {
  flex: 1;
  margin: 8px 0;
}

.pricing-plan-card-dark .pricing-plan-card-features-container {
  background-color: #4b5563;
  border-radius: 8px;
  margin: 8px 0;
  padding: 16px;
}

.pricing-plan-card-features {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.pricing-plan-card-feature {
  color: #1f2937;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.pricing-plan-card-dark .pricing-plan-card-feature {
  color: #fff;
}

.pricing-plan-card-feature-icon-wrapper {
  background-color: #1f2937;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: flex;
}

.pricing-plan-card-dark .pricing-plan-card-feature-icon-wrapper {
  background-color: #374151;
}

.pricing-plan-card-feature-icon {
  color: #fff;
  stroke-width: 3px;
}

.pricing-plan-card-dark .pricing-plan-card-feature-icon {
  color: #fff;
}

.pricing-plan-card-feature-text {
  flex: 1;
}

.pricing-plan-card-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-plan-card-btn-current {
  color: #6b7280;
  cursor: default;
  background-color: #f3f4f6;
}

.pricing-plan-card-btn-upgrade {
  color: #fff;
  background-color: #ff8e01;
}

.pricing-plan-card-btn-upgrade:hover {
  background-color: #ea580c;
}

.pricing-plan-card-btn-request {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.pricing-plan-card-btn-request:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

@media (max-width: 1024px) {
  .pricing-plans-modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pricing-plans-modal {
    border-radius: 0;
    max-width: 100%;
    margin: 0;
    padding: 24px 20px;
  }

  .pricing-plans-modal-overlay {
    padding: 0;
  }

  .pricing-plans-modal-title {
    font-size: 24px;
  }

  .pricing-plans-modal-subtitle {
    font-size: 14px;
  }

  .pricing-plans-modal-grid {
    gap: 16px;
  }

  .pricing-plan-card {
    padding: 20px;
  }
}

.stacked-bar-chart-container {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.stacked-bar-chart-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.stacked-bar-chart-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.stacked-bar-chart-filter {
  color: #1f2937;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.stacked-bar-chart-filter:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.stacked-bar-chart-filter-icon {
  color: #6b7280;
  flex-shrink: 0;
}

.stacked-bar-chart-body {
  flex-direction: row;
  flex: 1;
  gap: 24px;
  width: 100%;
  min-height: 0;
  display: flex;
}

.stacked-bar-chart-legend {
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  min-width: 180px;
  display: flex;
}

.stacked-bar-chart-legend-item {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.stacked-bar-chart-legend-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.stacked-bar-chart-legend-square {
  border-radius: 2px;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.stacked-bar-chart-legend-label {
  color: #374151;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.stacked-bar-chart-legend-value {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.stacked-bar-chart-content {
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  position: relative;
}

@media (max-width: 768px) {
  .stacked-bar-chart-container {
    gap: 20px;
    padding: 20px;
  }

  .stacked-bar-chart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .stacked-bar-chart-filter {
    align-self: flex-end;
  }

  .stacked-bar-chart-body {
    flex-direction: column;
    gap: 16px;
  }

  .stacked-bar-chart-legend {
    flex-flow: wrap;
    gap: 12px;
    min-width: auto;
  }

  .stacked-bar-chart-content {
    height: 250px;
    min-height: 250px;
  }
}

.donut-chart-container {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.donut-chart-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.donut-chart-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
  position: relative;
}

.donut-chart-center-value {
  fill: #1f2937;
  font-size: 24px;
  font-weight: 700;
}

.donut-chart-center-label {
  fill: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.donut-chart-legend {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.donut-chart-legend-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.donut-chart-legend-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.donut-chart-legend-label {
  color: #374151;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .donut-chart-container {
    gap: 16px;
    padding: 20px;
  }

  .donut-chart-content {
    height: 200px;
    min-height: 200px;
  }
}

.admin-dashboard-layout {
  background-color: #f9fafb;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.admin-sidebar {
  background-color: #fff;
  border-right: 1px solid #e5e7eb;
}

.admin-sidebar-logo {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.admin-sidebar-logo-icon, .admin-sidebar-logo-icon svg {
  width: auto;
  height: 1.5rem;
}

.admin-sidebar .sidebar-header {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1rem;
}

.admin-sidebar .sidebar-nav {
  gap: .25rem;
  padding: 0 .75rem;
}

.admin-sidebar .sidebar-nav-item-wrapper {
  margin-bottom: .25rem;
  position: relative;
}

.admin-sidebar .list-item {
  color: #6b7280;
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
}

.admin-sidebar .list-item:hover {
  background-color: #f9fafb;
}

.admin-sidebar .list-item-icon {
  color: #6b7280;
  width: 1.25rem;
  height: 1.25rem;
}

.admin-sidebar .list-item-icon svg {
  stroke-width: 1.5px;
  width: 1.25rem;
  height: 1.25rem;
}

.admin-sidebar .list-item-text {
  color: #6b7280;
}

.admin-sidebar .list-item-selected, .admin-sidebar .active-item {
  font-weight: 600;
  color: #ff8e01 !important;
  background-color: #fff7ed !important;
}

.admin-sidebar .list-item-selected .list-item-icon, .admin-sidebar .active-item .list-item-icon, .admin-sidebar .list-item-selected .list-item-text, .admin-sidebar .active-item .list-item-text {
  color: #ff8e01 !important;
}

.admin-sidebar .list-item-selected .list-item-indicator {
  display: none;
}

.admin-sidebar .list-item-selected:after, .admin-sidebar .active-item:after {
  content: "";
  background-color: #ff8e01;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 3px;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.admin-sidebar .sidebar-separator, .admin-sidebar .sidebar-settings, .admin-sidebar .sidebar-spacer, .admin-sidebar .sidebar-collaborators-card, .admin-sidebar .sidebar-collaborators-card-mobile {
  display: none;
}

.admin-dashboard-main {
  min-height: 100vh;
  margin-left: var(--sidebar-width, 260px);
  width: calc(100% - var(--sidebar-width, 260px));
  max-width: calc(100% - var(--sidebar-width, 260px));
  box-sizing: border-box;
  background-color: #f9fafb;
  flex-direction: column;
  flex: 1;
  transition: margin-left .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  overflow: hidden auto;
}

.admin-dashboard-layout[data-collapsed="true"] .admin-dashboard-main {
  margin-left: var(--sidebar-collapsed-width, 80px);
  width: calc(100% - var(--sidebar-collapsed-width, 80px));
  max-width: calc(100% - var(--sidebar-collapsed-width, 80px));
}

.admin-dashboard-page {
  box-sizing: border-box;
  background-color: #f9fafb;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 4.5rem);
  margin-top: 3.5rem;
  padding: 16px 20px;
  display: flex;
  overflow: hidden;
}

.admin-dashboard-home {
  box-sizing: border-box;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.admin-dashboard-home-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.admin-dashboard-kpi-grid {
  flex-shrink: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  display: grid;
}

.admin-dashboard-kpi-grid .kpi-card {
  min-height: 100px;
  padding: 16px;
}

.admin-dashboard-kpi-grid .kpi-card-icon {
  background-color: #0000;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
}

.admin-dashboard-kpi-grid .kpi-card-icon svg {
  width: 24px;
  height: 24px;
}

.admin-dashboard-kpi-grid .kpi-card-white .kpi-card-icon, .admin-dashboard-kpi-grid .kpi-card-light-orange .kpi-card-icon {
  background-color: #0000;
  border: none;
  border-radius: 0;
}

.admin-dashboard-kpi-grid .kpi-card-label {
  margin-bottom: 4px;
  font-size: .75rem;
  line-height: 1.2;
}

.admin-dashboard-kpi-grid .kpi-card-value {
  font-size: 1.5rem;
  line-height: 1;
}

.admin-dashboard-kpi-grid .kpi-card-sub-value {
  font-size: 1rem;
}

.admin-dashboard-kpi-grid .kpi-card-change {
  margin-top: 4px;
  font-size: .6875rem;
}

.admin-dashboard-header-section {
  background: linear-gradient(352.66deg, #ffbc71 -157.97%, #fff7ed 99.37%);
  border-radius: 12px;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.admin-dashboard-charts-grid {
  box-sizing: border-box;
  flex: 1;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1.5fr .7fr;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  display: grid;
}

.admin-dashboard-chart-item {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
}

.admin-dashboard-chart-item .stacked-bar-chart-container, .admin-dashboard-chart-item .donut-chart-container {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
}

.admin-dashboard-chart-item .stacked-bar-chart-container {
  gap: 16px;
  padding: 20px;
}

.admin-dashboard-chart-item .stacked-bar-chart-title {
  font-size: 18px;
  font-weight: 700;
}

.admin-dashboard-chart-item .stacked-bar-chart-filter {
  padding: 8px 12px;
  font-size: 14px;
}

.admin-dashboard-chart-item .stacked-bar-chart-filter-icon {
  width: 16px;
  height: 16px;
}

.admin-dashboard-chart-item .stacked-bar-chart-body {
  gap: 24px;
}

.admin-dashboard-chart-item .stacked-bar-chart-legend {
  gap: 16px;
  min-width: 180px;
}

.admin-dashboard-chart-item .stacked-bar-chart-legend-item {
  gap: 4px;
}

.admin-dashboard-chart-item .stacked-bar-chart-legend-square {
  width: 12px;
  height: 12px;
}

.dp-container {
  background-color: #fff;
  min-height: 100vh;
  margin-top: 5%;
  padding: 3%;
}

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

.dp-title {
  color: #111827;
  font-size: 24px;
  font-weight: 700;
}

.dp-header-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.dp-export-btn {
  color: #374151;
  cursor: pointer;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dp-export-btn:hover {
  background-color: #e5e5e5;
}

.dp-rules-btn {
  color: #fff;
  cursor: pointer;
  background-color: #ff8e2b;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dp-rules-btn:hover {
  background-color: #e67e00;
}

.dp-stats-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.dp-stats-grid-bonnes-affaires {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.distribution-rules-modal-overlay {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.distribution-rules-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  padding: 32px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.distribution-rules-modal-close {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.distribution-rules-modal-close:hover {
  color: #1f2937;
  background-color: #f3f4f6;
}

.distribution-rules-modal-header {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.distribution-rules-modal-header-title-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.distribution-rules-modal-header-icon {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.distribution-rules-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.distribution-rules-modal-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.distribution-rules-modal-section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.distribution-rules-modal-flow-card {
  background: #fff7ed;
  border-radius: 12px;
  flex-direction: column;
  gap: 0;
  padding: 20px;
  display: flex;
}

.distribution-rules-modal-flow-content {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.distribution-rules-modal-flow-text-wrapper {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  display: flex;
}

.distribution-rules-modal-section-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.distribution-rules-modal-flow-text {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.distribution-rules-modal-toggle {
  flex-shrink: 0;
  width: 48px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.distribution-rules-modal-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.distribution-rules-modal-toggle-slider {
  cursor: pointer;
  background-color: #d1d5db;
  border-radius: 28px;
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.distribution-rules-modal-toggle-slider:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .3s;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.distribution-rules-modal-toggle input:checked + .distribution-rules-modal-toggle-slider {
  background-color: #ff8e01;
}

.distribution-rules-modal-toggle input:checked + .distribution-rules-modal-toggle-slider:before {
  transform: translate(20px);
}

.distribution-rules-modal-priority-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  display: flex;
}

.distribution-rules-modal-priority-header {
  background: #f9fafc;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 2%;
  display: flex;
}

.distribution-rules-modal-priority-title {
  color: #1f2937;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.distribution-rules-modal-priority-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.distribution-rules-modal-priority-item {
  background-color: #f9fafb;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px;
  display: flex;
}

.distribution-rules-modal-drag-handle {
  color: #9ca3af;
  cursor: grab;
  flex-shrink: 0;
}

.distribution-rules-modal-drag-handle:active {
  cursor: grabbing;
}

.distribution-rules-modal-priority-number {
  color: #6b7280;
  min-width: 24px;
  font-size: 14px;
  font-weight: 600;
}

.distribution-rules-modal-priority-label {
  color: #1f2937;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.distribution-rules-modal-priority-actions {
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
  display: flex;
}

.distribution-rules-modal-priority-btn {
  cursor: pointer;
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.distribution-rules-modal-priority-btn:hover:not(:disabled) {
  color: #1f2937;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.distribution-rules-modal-priority-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.distribution-rules-modal-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
  padding-top: 24px;
  display: flex;
}

.distribution-rules-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.distribution-rules-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.distribution-rules-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.distribution-rules-modal-btn-save {
  color: #fff;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.distribution-rules-modal-btn-save:hover {
  background: linear-gradient(43.89deg, #e54d00 0%, #e67e00 100%);
}

.deals-detail-modal-overlay {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.deals-detail-modal-container {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.deals-detail-modal-header {
  background-color: #fff;
  border-bottom: 1px solid #f3f4f6;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.deals-detail-modal-header-left {
  align-items: center;
  gap: 16px;
  display: flex;
}

.deals-detail-modal-close-btn, .deals-detail-modal-menu-btn {
  cursor: pointer;
  color: #111827;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.deals-detail-modal-close-btn:hover, .deals-detail-modal-menu-btn:hover {
  background-color: #f3f4f6;
}

.deals-detail-modal-header-title {
  color: #111827;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.deals-detail-modal-content {
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 24px;
  display: flex;
  overflow-y: auto;
}

.deals-detail-modal-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  display: flex;
}

.deals-detail-modal-status-badge {
  color: #22c55e;
  background-color: #dcfce7;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
}

.deals-detail-modal-meta-item {
  color: #4b5563;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  display: flex;
}

.deals-detail-modal-meta-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.deals-detail-modal-tag-icon {
  transform: rotate(90deg);
}

.deals-detail-modal-meta-value {
  color: #111827;
  font-weight: 500;
}

.deals-detail-modal-gallery {
  grid-template-columns: 1fr;
  gap: 12px;
  height: auto;
  display: grid;
}

@media (min-width: 768px) {
  .deals-detail-modal-gallery {
    grid-template-columns: repeat(4, 1fr);
    height: 280px;
  }
}

.deals-detail-modal-main-image {
  background-color: #f3f4f6;
  border-radius: 8px;
  height: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .deals-detail-modal-main-image {
    grid-column: span 3;
    height: 280px;
  }
}

.deals-detail-modal-main-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.deals-detail-modal-thumbnails {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  height: auto;
  display: grid;
}

@media (min-width: 768px) {
  .deals-detail-modal-thumbnails {
    grid-column: span 1;
    grid-template-columns: 1fr;
    height: 280px;
  }
}

.deals-detail-modal-thumbnail {
  background-color: #d1d5db;
  border-radius: 8px;
  height: 60px;
}

@media (min-width: 768px) {
  .deals-detail-modal-thumbnail {
    flex: 1;
    height: auto;
  }
}

.deals-detail-modal-title-section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .deals-detail-modal-title-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.deals-detail-modal-title-wrapper {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.deals-detail-modal-car-title {
  color: #0f172a;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .deals-detail-modal-car-title {
    font-size: 24px;
  }
}

.deals-detail-modal-location {
  color: #6b7280;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  display: flex;
}

.deals-detail-modal-location svg {
  width: 16px;
  height: 16px;
}

.deals-detail-modal-view-ad-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #ff8e01;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.deals-detail-modal-view-ad-btn:hover {
  background-color: #e67e00;
}

.deals-detail-modal-view-ad-btn svg {
  width: 20px;
  height: 20px;
}

.deals-detail-modal-prices {
  border-bottom: 1px solid #f3f4f6;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 24px;
  display: grid;
}

@media (min-width: 640px) {
  .deals-detail-modal-prices {
    grid-template-columns: repeat(3, 1fr);
  }
}

.deals-detail-modal-price-item {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.deals-detail-modal-price-label {
  color: #6b7280;
  font-size: 13px;
}

.deals-detail-modal-price-value {
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
}

.deals-detail-modal-price-value-orange {
  color: #ff8e01;
}

.deals-detail-modal-specs {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.deals-detail-modal-specs-title {
  color: #0f172a;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.deals-detail-modal-specs-grid {
  grid-template-columns: 1fr;
  gap: 16px 48px;
  display: grid;
}

@media (min-width: 768px) {
  .deals-detail-modal-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deals-detail-modal-specs-column {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.deals-detail-modal-spec-item {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  display: grid;
}

.deals-detail-modal-spec-label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
}

.deals-detail-modal-spec-value {
  color: #6b7280;
  font-size: 14px;
}

.dp-stat-card-gradient {
  background: linear-gradient(67.63deg, #fff 38.6%, #ffddc5 141.77%);
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.dp-stat-card-orange {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.dp-stat-card-orange .stat-card-icon-container {
  color: #fff;
  background-color: #ff8e01;
}

.dp-stat-card-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.dp-stat-card-white .stat-card-icon-container {
  color: #ff8e01;
  background-color: #0000;
}

.dp-nav-container {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.dp-tabs {
  gap: 32px;
  display: flex;
}

.dp-tab-item {
  color: #6b7280;
  cursor: pointer;
  border-bottom: 2px solid #0000;
  margin-bottom: -16px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.dp-tab-item.active {
  color: #ff8e01;
  border-bottom-color: #ff8e01;
}

.dp-filter-toolbar {
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.dp-filter-btn {
  opacity: 1;
  color: #374151;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dp-filter-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.dp-filter-btn.active {
  color: #ff8e01;
  background: #fff7ed;
  border-color: #ff8e01;
}

.dp-search-wrapper {
  width: 300px;
  margin-bottom: 5px;
  position: relative;
}

.dp-search-input {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 8px 12px 8px 36px;
  font-size: 14px;
}

.dp-search-icon {
  color: #9ca3af;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.actions-menu-trigger .mark-as-dropdown-btn {
  background: none;
  border: none;
  min-width: auto;
  padding: 4px;
}

.mark-as-dropdown-menu {
  border: 1px solid #e5e7eb;
  min-width: 220px;
  box-shadow: 0 4px 20px #00000014;
}

.mark-as-dropdown-option {
  color: #374151;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.mark-as-dropdown-option:hover {
  background-color: #f9fafb;
}

.mark-as-dropdown-option {
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.mark-as-dropdown-opt-icon {
  color: #6b7280;
  flex-shrink: 0;
}

.btn-icon-only {
  background: none !important;
  border: none !important;
  min-width: auto !important;
  padding: 4px !important;
}

.mark-as-dropdown-menu {
  min-width: 220px;
  position: fixed;
  box-shadow: 0 10px 15px -3px #0000001a;
}

.admin-dashboard-chart-item .stacked-bar-chart-legend-label {
  font-size: 12px;
}

.admin-dashboard-chart-item .stacked-bar-chart-legend-value {
  font-size: 14px;
}

.admin-dashboard-chart-item .donut-chart-container {
  gap: 10px;
  padding: 12px;
}

.admin-dashboard-chart-item .donut-chart-title {
  font-size: 14px;
  font-weight: 700;
}

.admin-dashboard-chart-item .donut-chart-content {
  flex-shrink: 0;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  overflow: hidden;
}

.admin-dashboard-chart-item .donut-chart-center-value {
  font-size: 18px;
  font-weight: 700;
}

.admin-dashboard-chart-item .donut-chart-center-label {
  font-size: 11px;
}

.admin-dashboard-chart-item .donut-chart-legend {
  flex-shrink: 0;
  gap: 5px;
}

.admin-dashboard-chart-item .donut-chart-legend-item {
  gap: 5px;
}

.admin-dashboard-chart-item .donut-chart-legend-label {
  font-size: 10px;
}

.admin-dashboard-chart-item .donut-chart-legend-dot {
  width: 6px;
  height: 6px;
}

.admin-dashboard-chart-item .stacked-bar-chart-content {
  flex: 1;
  min-height: 0;
}

.admin-dashboard-revenue-chart {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
}

.admin-donut-chart-container {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.admin-donut-chart-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.admin-donut-chart-total {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.admin-donut-chart-total-value {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.admin-donut-chart-total-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.admin-donut-chart-content {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.admin-donut-chart-legend {
  flex-shrink: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  display: grid;
}

.admin-donut-chart-legend-item {
  align-items: left;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  display: flex;
}

.admin-donut-chart-legend-percentage, .admin-donut-chart-legend-label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.admin-donut-chart-legend-square {
  border-radius: 2px;
  flex-shrink: 0;
  width: 24px;
  height: 8px;
}

.admin-dashboard-chart-item .admin-donut-chart-container {
  box-sizing: border-box;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px;
}

.admin-dashboard-chart-item .admin-donut-chart-title {
  font-size: 14px;
}

.admin-dashboard-chart-item .admin-donut-chart-total {
  gap: 3px;
}

.admin-dashboard-chart-item .admin-donut-chart-total-value {
  font-size: 18px;
}

.admin-dashboard-chart-item .admin-donut-chart-total-label {
  font-size: 11px;
}

.admin-dashboard-chart-item .admin-donut-chart-content {
  height: 140px;
  min-height: 140px;
  max-height: 140px;
}

.admin-dashboard-chart-item .admin-donut-chart-legend {
  gap: 12px;
}

.admin-dashboard-chart-item .admin-donut-chart-legend-percentage, .admin-dashboard-chart-item .admin-donut-chart-legend-label {
  font-size: 12px;
}

.admin-dashboard-chart-item .admin-donut-chart-legend-square {
  width: 20px;
  height: 6px;
}

.admin-dashboard-revenue-chart .chart-card {
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.admin-dashboard-revenue-chart .chart-card-title, .admin-dashboard-revenue-chart .chart-card-value {
  font-size: 18px;
  font-weight: 700;
}

.admin-dashboard-revenue-chart .chart-card-dropdown-btn {
  padding: 8px 12px;
  font-size: 14px;
}

.admin-dashboard-revenue-chart .chart-card-chart-container {
  flex-shrink: 0;
  height: 160px;
  min-height: 160px;
}

@media (max-width: 1400px) {
  .admin-dashboard-page {
    height: calc(100vh - 4.5rem);
    overflow: hidden;
  }

  .admin-dashboard-home {
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .admin-dashboard-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-dashboard-charts-grid {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .admin-dashboard-chart-item {
    height: auto;
  }

  @layer components {
    .stat-card-gradient {
      background: linear-gradient(135deg, #fff 60%, #fff0e5 100%);
    }
  }

  .admin-dashboard-chart-item .stacked-bar-chart-content {
    height: 280px;
    min-height: 280px;
  }

  .admin-dashboard-chart-item .donut-chart-content {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}

@media (max-width: 768px) {
  .admin-dashboard-page {
    padding: 12px;
  }

  .admin-dashboard-home {
    gap: 10px;
    height: auto;
  }

  .admin-dashboard-home-title {
    font-size: 16px;
  }

  .admin-dashboard-kpi-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .admin-dashboard-charts-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.users-page-container {
  box-sizing: border-box;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin-top: 2.5rem;
  padding: 24px;
  display: flex;
  overflow: hidden auto;
}

.admins-page-container {
  width: 100%;
  padding: 24px;
}

.users-page-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.users-page-title {
  color: #111827;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.users-page-header-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.users-page-export-btn {
  color: #111827;
  cursor: pointer;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.users-page-export-btn:hover {
  background-color: #e5e5e5;
}

.users-page-add-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.users-page-add-btn:hover {
  background: linear-gradient(43.89deg, #ff7a1a 0%, #ff9e4b 100%);
  border-color: #ff9e4b;
}

.users-page-add-btn:active {
  background: linear-gradient(43.89deg, #e67e00 0%, #ff8e2b 100%);
  border-color: #ff8e2b;
}

.users-page-tabs {
  border-bottom: 1px solid #e5e7eb;
  gap: 0;
  margin-bottom: 0;
  display: flex;
}

.users-page-tab {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 2px solid #0000;
  align-items: center;
  gap: 8px;
  margin-bottom: -1px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.users-page-tab:hover {
  color: #111827;
}

.users-page-tab.active {
  color: #ff8e01;
  border-bottom-color: #ff8e01;
}

.users-page-tab svg {
  width: 18px;
  height: 18px;
}

.users-page-search {
  flex: 0 400px;
  min-width: 250px;
  position: relative;
}

.users-page-search-icon {
  color: #9ca3af;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.users-page-search-input {
  color: #111827;
  background-color: #f3f4f6;
  border-radius: 8px;
  width: 100%;
  padding: 10px 12px 10px 40px;
  font-size: 14px;
  transition: all .2s;
}

.users-page-search-input:focus {
  background-color: #fff;
  border-color: #ff8e01;
  outline: none;
  box-shadow: 0 0 0 3px #ff8e011a;
}

.users-page-search-input::placeholder {
  color: #9ca3af;
}

.users-page-filters {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  display: flex;
}

.users-page-filter-group {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  display: flex;
}

.users-page-filter-label {
  color: #737373;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.users-page-filter-btn {
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: hover .2s;
  display: flex;
}

.users-page-filter-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.users-page-filter-btn svg {
  color: #6b7280;
  width: 14px;
  height: 14px;
}

.users-page-filter-date {
  padding: 8px 12px;
}

.users-page-filter-date svg {
  width: 16px;
  height: 16px;
}

.users-table-id {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}

.users-table-admin {
  align-items: center;
  gap: 12px;
  display: flex;
}

.users-table-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.users-table-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.users-table-avatar-placeholder {
  background-color: #d1d5db;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.users-table-admin-info {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.users-table-admin-name {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.users-table-admin-email {
  color: #9ca3af;
  font-size: 13px;
}

.users-table-type {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.users-table-type-badge {
  color: #374151;
  background-color: #f3f4f6;
  border-radius: 6px;
  width: fit-content;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.users-table-type-groupe, .users-table-type-particulier, .users-table-type-marchand {
  color: #374151;
  background-color: #f3f4f6;
}

.users-table-type-date {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 400;
}

.users-table-plan {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.users-table-plan-badge {
  border-radius: 6px;
  width: fit-content;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.users-table-plan-personnalise {
  color: #9a3412;
  background-color: #fff7ed;
}

.users-table-plan-starter {
  color: #fff;
  background-color: #1f2937;
}

.users-table-plan-premium {
  color: #fff;
  background-color: #ff8e01;
}

.users-table-plan-status {
  color: #9ca3af;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.users-table-plan-status-active {
  color: #9ca3af;
}

.users-table-plan-status-inactive {
  color: #dc2626;
}

.users-table-deals, .users-table-filtres {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.users-table-flux {
  align-items: center;
  gap: 8px;
  display: flex;
}

.users-table-flux-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.users-table-flux-dot-open {
  background-color: #10b981;
}

.users-table-flux-dot-closed {
  background-color: #ef4444;
}

.users-table-flux-text {
  color: #111827;
  font-size: 14px;
}

.users-table-total-investi {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.users-table-total-investi-error {
  color: #ef4444;
  font-size: 14px;
  font-weight: 500;
}

.users-table-statut-badge {
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.users-table-statut-active {
  color: #059669;
  background-color: #d1fae5;
}

.users-table-statut-suspendu {
  color: #dc2626;
  background-color: #fee2e2;
}

.admins-table-id {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}

.admins-table-client {
  align-items: center;
  gap: 12px;
  display: flex;
}

.admins-table-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.admins-table-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.admins-table-avatar-placeholder {
  background-color: #d1d5db;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.admins-table-client-info {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.admins-table-client-name {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.admins-table-client-email {
  color: #9ca3af;
  font-size: 13px;
}

.admins-table-date-ajout {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.admins-table-date {
  color: #111827;
  font-size: 14px;
}

.admins-table-par {
  color: #9ca3af;
  font-size: 12px;
}

.admins-table-role, .admins-table-activite {
  color: #111827;
  font-size: 14px;
}

.admins-table-statut-badge {
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.admins-table-statut-active {
  color: #059669;
  background-color: #d1fae5;
}

.admins-table-statut-suspendu {
  color: #dc2626;
  background-color: #fee2e2;
}

.users-page-container .data-table-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: auto visible;
}

.users-page-container .deals-data-table {
  table-layout: auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}

.users-page-header, .users-page-tabs, .users-page-search, .users-page-filters, .data-table-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.admin-form-modal-overlay {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.admin-form-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  padding: 32px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.admin-form-modal-close {
  cursor: pointer;
  color: #1f2937;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.admin-form-modal-close:hover {
  background-color: #f3f4f6;
}

.admin-form-modal-header {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.admin-form-modal-header-title-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.admin-form-modal-header-icon {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.admin-form-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.admin-form-modal-fields {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.admin-form-modal-field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.admin-form-modal-label {
  color: #1f2937;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.admin-form-modal-input {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #f9fafc;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
}

.admin-form-modal-input:focus {
  border-color: #ff8e2b;
  outline: none;
  box-shadow: 0 0 0 3px #ff8e2b1a;
}

.admin-form-modal-select .mark-as-dropdown-btn {
  color: #1f2937;
  background-color: #f9fafc;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
}

.admin-form-modal-select .mark-as-dropdown-btn:hover {
  background-color: #f9fafc;
  border-color: #d1d5db;
}

.admin-form-modal-select .mark-as-dropdown-btn-open {
  border-color: #ff8e2b;
}

.admin-form-modal-input::placeholder {
  color: #9ca3af;
}

.admin-form-modal-dropdown-wrapper {
  position: relative;
}

.admin-form-modal-dropdown {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.admin-form-modal-dropdown:hover {
  border-color: #d1d5db;
}

.admin-form-modal-placeholder {
  color: #9ca3af;
}

.admin-form-modal-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.admin-form-modal-chevron-open {
  transform: rotate(180deg);
}

.admin-form-modal-dropdown-menu {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-height: 200px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.admin-form-modal-dropdown-item {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: background-color .2s;
}

.admin-form-modal-dropdown-item:hover {
  background-color: #f9fafb;
}

.admin-form-modal-dropdown-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.admin-form-modal-dropdown-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.admin-form-modal-autorisations {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.admin-form-modal-autorisations-header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.admin-form-modal-lock-icon {
  color: #ff8e2b;
  flex-shrink: 0;
}

.admin-form-modal-autorisations-title {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.admin-form-modal-autorisations-content {
  background: #fff7ed;
  border-left: 3px solid #ff8e2b;
  border-radius: 8px;
  padding: 20px;
}

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

.admin-form-modal-checkbox-label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 12px;
  display: flex;
}

.admin-form-modal-checkbox {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: relative;
}

.admin-form-modal-checkbox:checked {
  background-color: #ff8e2b;
  border-color: #ff8e2b;
}

.admin-form-modal-checkbox:checked:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
}

.admin-form-modal-checkbox-text {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.admin-form-modal-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.admin-form-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.admin-form-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.admin-form-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.admin-form-modal-btn-save {
  color: #fff;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.admin-form-modal-btn-save:hover {
  background: linear-gradient(43.89deg, #ff7a1a 0%, #ff9e4b 100%);
  border-color: #ff9e4b;
}

.admin-form-modal-btn-save:active {
  background: linear-gradient(43.89deg, #e67e00 0%, #ff8e2b 100%);
  border-color: #ff8e2b;
}

.client-form-modal-overlay {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.client-form-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  padding: 32px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.client-form-modal-close {
  cursor: pointer;
  color: #1f2937;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.client-form-modal-close:hover {
  background-color: #f3f4f6;
}

.client-form-modal-header {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.client-form-modal-header-title-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.client-form-modal-header-icon {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.client-form-modal-title {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.client-form-modal-fields {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.client-form-modal-field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.client-form-modal-label {
  color: #1f2937;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.client-form-modal-input {
  color: #1f2937;
  box-sizing: border-box;
  background-color: #f9fafc;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
}

.client-form-modal-input:focus {
  border-color: #ff8e2b;
  outline: none;
  box-shadow: 0 0 0 3px #ff8e2b1a;
}

.client-form-modal-select .mark-as-dropdown-btn {
  color: #1f2937;
  background-color: #f9fafc;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
}

.client-form-modal-select .mark-as-dropdown-btn:hover {
  background-color: #f9fafc;
  border-color: #d1d5db;
}

.client-form-modal-select .mark-as-dropdown-btn-open {
  border-color: #ff8e2b;
}

.client-form-modal-input::placeholder {
  color: #9ca3af;
}

.client-form-modal-dropdown-wrapper {
  position: relative;
}

.client-form-modal-dropdown {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.client-form-modal-dropdown:hover {
  border-color: #d1d5db;
}

.client-form-modal-placeholder {
  color: #9ca3af;
}

.client-form-modal-chevron {
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .2s;
}

.client-form-modal-chevron-open {
  transform: rotate(180deg);
}

.client-form-modal-dropdown-menu {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-height: 200px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.client-form-modal-dropdown-item {
  color: #1f2937;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: background-color .2s;
}

.client-form-modal-dropdown-item:hover {
  background-color: #f9fafb;
}

.client-form-modal-dropdown-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.client-form-modal-dropdown-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.client-form-modal-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.client-form-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.client-form-modal-btn-cancel {
  color: #1f2937;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.client-form-modal-btn-cancel:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.client-form-modal-btn-save {
  color: #fff;
  background: linear-gradient(43.89deg, #fe5e00 0%, #ff8e2b 100%);
  border: .5px solid #ff8e2b;
  box-shadow: inset 0 1px 2.5px #ffffff8c;
}

.client-form-modal-btn-save:hover {
  background: linear-gradient(43.89deg, #ff7a1a 0%, #ff9e4b 100%);
  border-color: #ff9e4b;
}

.client-form-modal-btn-save:active {
  background: linear-gradient(43.89deg, #e67e00 0%, #ff8e2b 100%);
  border-color: #ff8e2b;
}

.client-details-modal-overlay {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.client-details-modal {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  display: flex;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px #00000040;
}

.client-details-modal-header {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.client-details-modal-menu-icon {
  color: #6b7280;
  cursor: pointer;
}

.client-details-modal-title {
  color: #1f2937;
  text-align: center;
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.client-details-modal-close {
  cursor: pointer;
  color: #1f2937;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
  position: absolute;
  right: 24px;
}

.client-details-modal-close:hover {
  background-color: #f3f4f6;
}

.client-details-modal-user-section {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  display: flex;
}

.client-details-modal-user-left {
  flex: 1;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.client-details-modal-avatar {
  background-color: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.client-details-modal-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.client-details-modal-avatar-placeholder {
  background-color: #e5e7eb;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.client-details-modal-user-info {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.client-details-modal-user-name {
  color: #1f2937;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.client-details-modal-user-email {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
}

.client-details-modal-type-badge {
  color: #374151;
  background-color: #f3f4f6;
  border-radius: 6px;
  width: fit-content;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.client-details-type-groupe, .client-details-type-particulier, .client-details-type-marchand {
  color: #374151;
  background-color: #f3f4f6;
}

.client-details-modal-user-right {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.client-details-modal-date-ajout {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
}

.client-details-modal-statut-badge {
  border-radius: 6px;
  width: fit-content;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.client-details-statut-active {
  color: #059669;
  background-color: #d1fae5;
}

.client-details-statut-suspendu {
  color: #dc2626;
  background-color: #fee2e2;
}

.client-details-modal-content-card {
  background-color: #f9fafb;
  border-radius: 12px;
  margin: 0 24px 24px;
  padding: 24px;
}

.client-details-modal-content-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.client-details-modal-content-column {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.client-details-modal-info-row {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.client-details-modal-info-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.client-details-modal-info-value {
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
}

.client-details-modal-info-value-group {
  align-items: center;
  gap: 8px;
  display: flex;
}

.client-details-modal-plan-badge {
  border-radius: 6px;
  width: fit-content;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.client-details-plan-personnalise {
  color: #9a3412;
  background-color: #fff7ed;
}

.client-details-plan-starter {
  color: #fff;
  background-color: #1f2937;
}

.client-details-plan-premium {
  color: #fff;
  background-color: #ff8e01;
}

.client-details-modal-plan-status {
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
}

.client-details-modal-flux-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.client-details-flux-open {
  background-color: #10b981;
}

.client-details-flux-closed {
  background-color: #ef4444;
}

@media (max-width: 768px) {
  .client-details-modal-content-grid {
    grid-template-columns: 1fr;
  }

  .client-details-modal-user-section {
    flex-direction: column;
  }

  .client-details-modal-user-right {
    align-items: flex-start;
  }
}

.subscription-details-card {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.subscription-details-header {
  background: #f9fafc;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 11px 16px;
  display: flex;
}

.subscription-details-header-left {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.subscription-details-title-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.subscription-details-plan-name {
  color: #1f2937;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.subscription-details-type-badge {
  color: #fff;
  white-space: nowrap;
  background: #ff8e2b;
  border-radius: 6px;
  align-items: center;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.subscription-details-created-date {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.subscription-details-header-right {
  align-items: flex-start;
  display: flex;
}

.subscription-details-price {
  align-items: baseline;
  gap: 4px;
  display: flex;
}

.subscription-details-price-amount {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.subscription-details-price-period {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.subscription-details-divider {
  background: #e5e7eb;
  width: 100%;
  height: 1px;
  margin: 0;
}

.subscription-details-features {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.subscription-details-feature-badge {
  color: #1f2937;
  white-space: nowrap;
  background: #f9fafc;
  border-radius: 6px;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-flex;
}

.subscription-details-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscription-details-footer-left {
  align-items: center;
  gap: 16px;
  display: flex;
}

.subscription-details-visibility {
  align-items: center;
  gap: 6px;
  display: flex;
}

.subscription-details-lock-icon {
  color: #6b7280;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.subscription-details-visibility-text {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.subscription-details-users {
  background: #f9fafc;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  display: inline-flex;
}

.subscription-details-users-count {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.subscription-details-users-label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.subscription-details-footer-right {
  align-items: center;
  gap: 12px;
  display: flex;
}

.subscription-details-menu-btn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.subscription-details-menu-btn:hover {
  background: #f3f4f6;
}

.subscription-details-menu-icon {
  color: #6b7280;
  width: 20px;
  height: 20px;
}

.subscription-details-toggle .toggle-switch {
  background: #e5e7eb;
  border-radius: 12px;
  width: 44px;
  height: 24px;
  transition: background-color .2s;
  position: relative;
}

.subscription-details-toggle .toggle-switch.toggle-checked {
  background: #ff8e2b;
}

.subscription-details-toggle .toggle-knob {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 2px #0000001a;
}

.subscription-details-toggle .toggle-switch.toggle-checked .toggle-knob {
  transform: translate(20px);
}

@media (max-width: 768px) {
  .subscription-details-card {
    gap: 14px;
    padding: 20px;
  }

  .subscription-details-header {
    flex-direction: column;
    gap: 12px;
  }

  .subscription-details-header-right {
    align-self: flex-start;
  }

  .subscription-details-plan-name, .subscription-details-price-amount {
    font-size: 20px;
  }

  .subscription-details-features {
    gap: 6px;
  }

  .subscription-details-feature-badge {
    padding: 5px 10px;
    font-size: 13px;
  }

  .subscription-details-footer, .subscription-details-footer-left {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.offres-abonnements-page {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 24px;
  display: flex;
}

.offres-abonnements-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.offres-abonnements-header-left {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.offres-abonnements-title {
  color: #1f2937;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.offres-abonnements-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.offres-abonnements-new-plan-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #ff8e2b;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: inline-flex;
}

.offres-abonnements-new-plan-btn:hover {
  background: #ff7a1f;
}

.offres-abonnements-new-plan-btn:active {
  background: #f57216;
}

.offres-abonnements-new-plan-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.offres-abonnements-search-filters {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
}

.offres-abonnements-search {
  flex: 1;
  align-items: center;
  max-width: 400px;
  display: flex;
  position: relative;
}

.offres-abonnements-search-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
}

.offres-abonnements-search-input {
  color: #1f2937;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 10px 12px 10px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color .2s;
}

.offres-abonnements-search-input::placeholder {
  color: #9ca3af;
}

.offres-abonnements-search-input:focus {
  border-color: #ff8e2b;
}

.offres-abonnements-filters {
  align-items: center;
  gap: 12px;
  display: flex;
}

.offres-abonnements-filter-btn {
  color: #1f2937;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 120px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: inline-flex;
}

.offres-abonnements-filter-btn:hover {
  background: #f9fafc;
  border-color: #d1d5db;
}

.offres-abonnements-filter-btn span {
  text-align: left;
  flex: 1;
}

.offres-abonnements-filter-btn svg {
  color: #6b7280;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.offres-abonnements-cards-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  display: grid;
}

@media (max-width: 1024px) {
  .offres-abonnements-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .offres-abonnements-page {
    gap: 16px;
    padding: 16px;
  }

  .offres-abonnements-header {
    flex-direction: column;
    gap: 16px;
  }

  .offres-abonnements-title {
    font-size: 24px;
  }

  .offres-abonnements-search-filters {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .offres-abonnements-search {
    max-width: 100%;
  }

  .offres-abonnements-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .offres-abonnements-filter-btn {
    width: 100%;
  }

  .offres-abonnements-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-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-duration {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/