/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --leading-snug: 1.375;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .my-9 {
    margin-block: calc(var(--spacing) * 9);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-auto {
    height: auto;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .items-start {
    align-items: flex-start;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .\!py-8 {
    padding-block: calc(var(--spacing) * 8) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[0\.7rem\] {
    padding-top: 0.7rem;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .\!pb-4 {
    padding-bottom: calc(var(--spacing) * 4) !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .underline {
    text-decoration-line: underline;
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
    }
  }
}

.theme-niki-de-saint-phalle,
a.theme-niki-de-saint-phalle {
  --stripe-palette-1: #b4cec8;
  --stripe-palette-2: #e8b188;
  --stripe-palette-3: #f79aac;
  --stripe-palette-4: #ea696d;
  --stripe-palette-5: #7583e4;
  --stripe-palette-6: #203baa;
  --stripe-palette-urgent: #AFB875;
  --current-bubble-color: #b4cec8;
  --hhc-shell-background: #203baa;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #203baa;
}

.theme-gustav-klimt,
a.theme-gustav-klimt {
  --stripe-palette-1: #B1AB91;
  --stripe-palette-2: #8D9D89;
  --stripe-palette-3: #6B897C;
  --stripe-palette-4: #426864;
  --stripe-palette-5: #294948;
  --stripe-palette-6: #132928;
  --stripe-palette-urgent: #CC7C00;
  --current-bubble-color: #B1AB91;
  --hhc-shell-background: #132928;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #132928;
}

.theme-egon-schiele,
a.theme-egon-schiele {
  --stripe-palette-1: #AD869A;
  --stripe-palette-2: #AA6B92;
  --stripe-palette-3: #936191;
  --stripe-palette-4: #724C72;
  --stripe-palette-5: #554168;
  --stripe-palette-6: #43374F;
  --stripe-palette-urgent: #C79800;
  --current-bubble-color: #AD869A;
  --hhc-shell-background: #43374F;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #43374F;
}

.theme-sylvie-fleury,
a.theme-sylvie-fleury {
  --stripe-palette-1: #eed617;
  --stripe-palette-2: #fe51ed;
  --stripe-palette-3: #3bd89f;
  --stripe-palette-4: #878787;
  --stripe-palette-5: #5c5c5c;
  --stripe-palette-6: #383838;
  --stripe-palette-urgent: #000000;
  --current-bubble-color: #eed617;
  --hhc-shell-background: #383838;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #383838;
}

.theme-yves-klein,
a.theme-yves-klein {
  --stripe-palette-1: #7297D3;
  --stripe-palette-2: #547DC8;
  --stripe-palette-3: #1755BA;
  --stripe-palette-4: #0E37A4;
  --stripe-palette-5: #092466;
  --stripe-palette-6: #061538;
  --stripe-palette-urgent: #E31786;
  --current-bubble-color: #7297D3;
  --hhc-shell-background: #061538;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #061538;
}

.theme-andy-warhol,
a.theme-andy-warhol {
  --stripe-palette-1: #d6a2b8;
  --stripe-palette-2: #e47326;
  --stripe-palette-3: #e44b1a;
  --stripe-palette-4: #33741a;
  --stripe-palette-5: #1b4110;
  --stripe-palette-6: #192813;
  --stripe-palette-urgent: #e47326;
  --current-bubble-color: #d6a2b8;
  --hhc-shell-background: #192813;
  --hhc-shell-foreground: white;
  --hhc-shell-divider: rgb(255 255 255 / 0.26);
  --hhc-shell-muted: rgb(255 255 255 / 0.72);
  --hhc-shell-focus-ring: rgb(255 255 255 / 0.45);
  --hhc-shell-hover-overlay: rgb(255 255 255 / 0.08);
  --hhc-shell-content-background: white;
  --hhc-shell-content-foreground: #192813;
}

