/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trebuchet MS",Verdana,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #ba0059;
    --color-secondary-200: #eadfda;
    --color-secondary-500: #75696c;
    --color-secondary-600: #665a5d;
    --color-neutral: #33272c;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
  }
  body.pinart-site {
    margin: 0;
    background: #ffffff;
    color: #33272c;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,select {
    font: inherit;
  }
  button,a,summary,select {
    -webkit-tap-highlight-color: transparent;
  }
  a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible {
    outline: 3px solid #ba0059;
    outline-offset: 5px;
  }
  h1,h2,h3,p {
    margin: 0;
  }
  h1,h2 {
    font-family: Georgia,serif;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.055em;
  }
  h3 {
    line-height: 1.25;
  }
  section[id] {
    scroll-margin-top: 28px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  summary {
    cursor: pointer;
  }
  ::selection {
    background: #edb3ca;
    color: #33272c;
  }
}
@layer components {
  .shell {
    width: min(1240px,calc(100% - 80px));
    margin-inline: auto;
  }
  .skip-link {
    position: absolute;
    top: -100px;
    background: white;
    padding: 12px;
    z-index: 100;
  }
  .skip-link:focus {
    top: 0;
  }
  .announcement {
    text-align: center;
    background: #edb3ca;
    color: #422e36;
    padding: 9px;
    font-size: 12px;
    letter-spacing: .12em;
  }
  .site-header {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid #e5dcd5;
  }
  .brand>a {
    font-family: Georgia,serif;
    font-weight: bold;
    font-size: 49px;
    letter-spacing: -4px;
    line-height: 1;
  }
  .brand>a>span {
    color: #d5006c;
  }
  .custom-logo-link {
    display: block;
  }
  .custom-logo {
    width: 92px;
    height: 92px;
    object-fit: contain;
  }
  .main-nav {
    display: flex;
    gap: 29px;
    font-size: 13px;
  }
  .main-nav a:hover,.cart-link:hover {
    color: #ba0059;
  }
  .cart-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 35px;
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 650px;
  }
  .eyebrow {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .18em;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(48px,5.7vw,80px);
    max-width: 620px;
  }
  .hero h1 em {
    color: #ba0059;
    font-weight: 400;
  }
  .hero-copy>p {
    margin-top: 25px;
    max-width: 440px;
    color: #665a5d;
    font-size: 16px;
    line-height: 1.8;
  }
  .actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 4px;
    background: #ba0059;
    color: white;
    border: 1px solid #ba0059;
    font-size: 14px;
    font-weight: bold;
    transition: background .2s,transform .2s;
    cursor: pointer;
  }
  .button:hover {
    background: #930046;
    transform: translateY(-2px);
  }
  .text-link {
    font-size: 14px;
    border-bottom: 1px solid #8a747e;
    padding-bottom: 4px;
  }
  .hero-note {
    display: block;
    font-size: 11px;
    color: #75696c;
    margin-top: 24px;
  }
  .badge-stage {
    height: 480px;
    position: relative;
    background: #f6e7e7;
    border-radius: 48% 48% 8px 8px;
  }
  .badge {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 5px solid #ffffffb3;
    box-shadow: 9px 18px 20px #56303b22,inset -4px -5px 9px #33272c15,inset 4px 5px 9px #fff9;
    text-align: center;
    font-weight: bold;
    line-height: .93;
  }
  .badge-one {
    width: 255px;
    left: 6%;
    top: 53px;
    background: #edb3ca;
    color: #a60050;
    transform: rotate(-13deg);
    font-family: Georgia,serif;
    font-size: 56px;
    letter-spacing: -3px;
    z-index: 2;
  }
  .badge-two {
    width: 220px;
    right: 0;
    top: 169px;
    background: #ba0059;
    color: #fff7ed;
    transform: rotate(12deg);
    font-size: 35px;
    letter-spacing: -1px;
    z-index: 3;
  }
  .badge-three {
    width: 153px;
    left: 11%;
    bottom: 17px;
    background: #fff8ee;
    transform: rotate(-8deg);
    z-index: 4;
  }
  .badge-three svg {
    width: 110px;
    height: 110px;
  }
  .stage-caption {
    position: absolute;
    bottom: 30px;
    right: 28px;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 17px;
    max-width: 165px;
    transform: rotate(-5deg);
  }
  .pinart-product-photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
  }
  .hero-product-photo {
    aspect-ratio: 1;
    object-position: center;
  }
  .idea-art.photo-art {
    height: auto;
    display: block;
    background: transparent;
  }
  .photo-art .pinart-product-photo {
    aspect-ratio: 1;
    object-position: center;
  }
  .hero-art-note {
    font-size: 10px;
    letter-spacing: .06em;
    text-align: right;
    color: #75696c;
    margin-top: 12px;
  }
  .ticker {
    border-block: 1px solid #e2d5d6;
    display: flex;
    justify-content: space-around;
    gap: 25px;
    padding: 18px 30px;
    font-size: 12px;
    letter-spacing: .09em;
    text-align: center;
  }
  .ticker span:before {
    content: "/";
    color: #ba0059;
    margin-right: 25px;
  }
  .section {
    padding-block: 90px;
  }
  .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 35px;
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: clamp(37px,4.1vw,57px);
  }
  .section-heading p {
    font-size: 14px;
    color: #665a5d;
    max-width: 320px;
  }
  .ideas-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }
  .idea-card {
    border-top: 1px solid #d9cccf;
    padding-top: 15px;
  }
  .idea-art {
    height: 285px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #f3e2e5;
    position: relative;
    margin-bottom: 22px;
  }
  .idea-art .badge {
    position: relative;
    inset: auto;
    width: 195px;
    transform: rotate(-8deg);
    background: #fff9f0;
    color: #ba0059;
    font-family: Georgia,serif;
    font-size: 42px;
    letter-spacing: -2px;
  }
  .idea-card:nth-child(2) .idea-art {
    background: #ecebdf;
  }
  .idea-card:nth-child(2) .badge {
    background: #445746;
    color: #fff8ef;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 28px;
    letter-spacing: -1px;
    transform: rotate(8deg);
  }
  .idea-card:nth-child(3) .idea-art {
    background: #eee1d3;
  }
  .idea-card:nth-child(3) .badge {
    background: #e8a4bd;
    color: #522d40;
    font-size: 35px;
    transform: rotate(-5deg);
  }
  .idea-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .idea-card p {
    font-size: 13px;
    color: #665a5d;
    max-width: 300px;
  }
  .split-section {
    background: #f4dce5;
    border-radius: 6px;
    padding: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: start;
  }
  .split-section h2 {
    font-size: clamp(38px,4vw,57px);
  }
  .split-section p {
    margin-top: 20px;
    color: #60434f;
  }
  .steps {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .steps li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    padding: 21px 0;
    border-top: 1px solid #d8b9c6;
  }
  .step-number {
    font-family: Georgia,serif;
    color: #a60050;
    font-size: 25px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .steps p {
    font-size: 13px;
    margin-top: 8px;
  }
  .quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .quote-grid h2 {
    font-size: clamp(37px,4vw,57px);
  }
  .quote-grid p {
    margin-top: 22px;
    color: #665a5d;
    max-width: 430px;
  }
  .quote-card {
    background: #fff;
    border: 1px solid #e2d7da;
    padding: 32px;
    border-radius: 6px;
  }
  .quote-card label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .quote-card select {
    width: 100%;
    border: 1px solid #cab8c0;
    border-radius: 3px;
    padding: 12px;
    background: #ffffff;
    color: #33272c;
  }
  .quote-result {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    padding: 27px 0;
    border-bottom: 1px solid #e5dcd5;
  }
  .quote-result strong {
    font-family: Georgia,serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -2px;
  }
  .quote-result span {
    font-size: 12px;
    color: #665a5d;
  }
  .quote-card p {
    font-size: 12px;
    margin-top: 17px;
  }
  .price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-top: 20px;
  }
  .price-table th,.price-table td {
    text-align: left;
    padding: 7px 0;
    border-bottom: 1px solid #eee4e8;
  }
  .price-table th:last-child,.price-table td:last-child {
    text-align: right;
  }
  .faq {
    max-width: 850px;
    margin-inline: auto;
  }
  .faq h2 {
    font-size: clamp(36px,4vw,55px);
    margin-bottom: 32px;
    text-align: center;
  }
  .faq details {
    border-top: 1px solid #d9cccf;
    padding: 22px 0;
  }
  .faq details:last-child {
    border-bottom: 1px solid #d9cccf;
  }
  .faq summary {
    font-weight: bold;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .faq summary:after {
    content: "+";
    font-size: 23px;
    color: #ba0059;
    line-height: 1;
  }
  .faq details[open] summary:after {
    content: "−";
  }
  .faq details p {
    padding-top: 16px;
    color: #665a5d;
    font-size: 14px;
    max-width: 700px;
  }
  .site-footer {
    background: #ead0db;
    padding: 55px 0 25px;
    margin-top: 60px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: start;
  }
  .footer-brand {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -5px;
    font-family: Georgia,serif;
    line-height: 1;
  }
  .footer-tagline {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-nav {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .footer-bottom {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid #cbaeba;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .commerce-main {
    padding-block: 45px;
    min-height: 45vh;
  }
  .woocommerce .button,.woocommerce a.button,.woocommerce button.button.alt {
    background: #ba0059;
    color: white;
    border-radius: 4px;
  }
  .woocommerce div.product .product_title {
    font-family: Georgia,serif;
    font-size: 42px;
  }
  .woocommerce ul.products li.product .price {
    color: #a60050;
  }
  .pinart-site article.prose {
    max-width: 900px;
    margin: 45px auto;
    padding-inline: 24px;
  }
  .pinart-site article.prose h1 {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .pinart-site article.prose p {
    margin-block: 15px;
  }
  @media (min-width:1000px) {
    .hero-copy {
      animation: pinart-in .7s ease both;
    }
    .badge-stage {
      animation: pinart-in 1s ease both;
    }
  }
  @keyframes pinart-in {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width:1000px) {
    .shell {
      width: calc(100% - 48px);
    }
    .main-nav {
      gap: 16px;
      font-size: 12px;
    }
    .hero {
      gap: 20px;
      padding-top: 50px;
      min-height: 560px;
    }
    .hero h1 {
      font-size: 58px;
    }
    .badge-stage {
      height: 420px;
    }
    .badge-one {
      width: 210px;
      font-size: 47px;
      left: 0;
    }
    .badge-two {
      width: 180px;
      font-size: 30px;
      right: -5px;
    }
    .badge-three {
      width: 130px;
    }
    .stage-caption {
      font-size: 14px;
      right: 14px;
      max-width: 135px;
    }
    .split-section {
      padding: 35px;
      gap: 35px;
    }
    .quote-grid {
      gap: 35px;
    }
  }
  @media (max-width:720px) {
    .shell {
      width: calc(100% - 36px);
    }
    .site-header {
      min-height: 100px;
      flex-wrap: wrap;
      gap: 15px;
      padding-block: 18px;
    }
    .brand>a {
      font-size: 39px;
    }
    .custom-logo {
      width: 64px;
      height: 64px;
    }
    .main-nav {
      order: 3;
      width: 100%;
      justify-content: space-between;
      gap: 10px;
      font-size: 11px;
      padding-top: 9px;
      border-top: 1px solid #eadfda;
    }
    .cart-link {
      font-size: 12px;
    }
    .hero {
      grid-template-columns: 1fr;
      padding-top: 38px;
      padding-bottom: 35px;
      gap: 38px;
    }
    .hero h1 {
      font-size: clamp(46px,11vw,66px);
      max-width: 520px;
    }
    .eyebrow {
      font-size: 10px;
      margin-bottom: 19px;
    }
    .hero-copy>p {
      font-size: 14px;
      margin-top: 20px;
    }
    .actions {
      gap: 22px;
      margin-top: 24px;
    }
    .button {
      font-size: 13px;
      padding: 13px 20px;
    }
    .text-link {
      font-size: 13px;
    }
    .badge-stage {
      height: 360px;
      max-width: 480px;
      margin: auto;
    }
    .badge-one {
      width: 205px;
      left: 6%;
      top: 25px;
      font-size: 47px;
    }
    .badge-two {
      width: 170px;
      right: 3%;
      top: 130px;
      font-size: 28px;
    }
    .badge-three {
      width: 118px;
      left: 12%;
      bottom: 7px;
    }
    .badge-three svg {
      width: 90px;
      height: 90px;
    }
    .stage-caption {
      bottom: 14px;
      right: 20px;
      font-size: 13px;
    }
    .ticker {
      padding: 15px 12px;
      font-size: 10px;
      gap: 10px;
      flex-wrap: wrap;
    }
    .ticker span:before {
      margin-right: 9px;
    }
    .section {
      padding-block: 55px;
    }
    .section-heading {
      display: block;
    }
    .section-heading p {
      margin-top: 20px;
    }
    .ideas-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .idea-art {
      height: 280px;
    }
    .idea-card p {
      max-width: none;
    }
    .split-section {
      grid-template-columns: 1fr;
      padding: 28px;
      gap: 25px;
    }
    .quote-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .quote-card {
      padding: 23px;
    }
    .footer-top {
      display: block;
    }
    .footer-nav {
      margin-top: 30px;
      gap: 20px;
    }
    .footer-bottom {
      display: block;
      line-height: 1.9;
    }
    .faq summary {
      font-size: 14px;
    }
    .section-heading h2,.split-section h2,.quote-grid h2 {
      font-size: 43px;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*::before,*::after {
      animation: none !important;
      transition: none !important;
    }
  }
}
body.pinart-site div.woocommerce[class*="columns-"] {
  columns: auto !important;
  column-count: auto !important;
  column-width: auto !important;
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
}
body.pinart-site .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px 24px;
  columns: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.pinart-site .woocommerce ul.products::before, body.pinart-site .woocommerce ul.products::after {
  content: none;
  display: none;
}
body.pinart-site .woocommerce ul.products li.product {
  float: none;
  clear: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  break-inside: avoid;
}
body.pinart-site .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  min-width: 0;
}
body.pinart-site .woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 0 18px;
  border-radius: 6px;
}
body.pinart-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Trebuchet MS",Verdana,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  margin: 0;
  padding: 0 0 12px;
}
body.pinart-site .woocommerce ul.products li.product .price {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #a60050;
  margin: 0 0 18px;
}
body.pinart-site .woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 13px 20px;
  background: #ba0059;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
}
body.pinart-site .woocommerce ul.products li.product .button:hover {
  background: #930046;
}
body.pinart-site .woocommerce ul.products li.product .added_to_cart {
  display: block;
  padding-top: 10px;
}
.hero-product-figure {
  margin: 0;
  min-width: 0;
}
.pc-editor {
  --pc-pink: #ba0059;
  --pc-line: #ead8e1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 0 30px;
  color: #33272c;
  font-family: Outfit,sans-serif;
}
.pc-editor * {
  box-sizing: border-box;
}
.pc-editor [hidden],.pc-attached[hidden] {
  display: none !important;
}
.pc-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.pc-intro h1 {
  font-size: clamp(32px,4vw,52px);
  margin: 0 0 16px;
}
.pc-intro h1 span {
  color: var(--pc-pink);
}
.pc-intro p {
  color: #796470;
  font-size: 15px;
}
.pc-back {
  font-size: 13px;
  border-bottom: 1px solid #caadbb;
  white-space: nowrap;
}
.pc-layout {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
  border: 1px solid var(--pc-line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
}
.pc-preview-panel {
  padding: 28px;
  background: #fcf2f6;
  min-width: 0;
}
.pc-preview-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #795365;
}
.pc-preview-top label {
  display: flex;
  gap: 6px;
  align-items: center;
}
.pc-canvas-wrap {
  padding: 24px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at center,#fffaf8 40%,transparent 72%);
  min-width: 0;
}
.pc-canvas-wrap canvas {
  display: block;
  width: 100%;
  height: auto;
  max-width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  touch-action: none;
  cursor: move;
  filter: drop-shadow(0 12px 16px #86566822);
}
.pc-guide-note {
  font-size: 12px;
  color: #846674;
  text-align: center;
  margin: 0 0 22px;
}
.pc-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pc-editor button,.pc-file-button {
  font: inherit;
  cursor: pointer;
  transition: background .15s;
}
.pc-toolbar button,.pc-file-button {
  font-size: 12px;
  line-height: 1.3;
  border: 1px solid var(--pc-line);
  padding: 9px 12px;
  border-radius: 7px;
  background: white;
  color: #6f4b5b;
}
.pc-editor button:hover {
  background: #fbe3ee;
}
.pc-editor button:focus-visible,.pc-editor input:focus-visible,.pc-editor select:focus-visible,.pc-editor textarea:focus-visible,.pc-file-button:focus-within {
  outline: 3px solid #bc4980;
  outline-offset: 3px;
}
.pc-editor button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.pc-controls {
  min-width: 0;
  padding: 26px;
}
.pc-tabs {
  display: flex;
  border-bottom: 1px solid var(--pc-line);
  gap: 4px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.pc-tabs button {
  border: 0;
  background: transparent;
  font-size: 13px;
  padding: 11px 12px;
  color: #796470;
  border-bottom: 3px solid transparent;
}
.pc-tabs [aria-selected=true] {
  color: var(--pc-pink);
  border-bottom-color: var(--pc-pink);
  font-weight: 600;
}
.pc-panel h2 {
  font: 600 22px/1.25 Outfit,sans-serif;
  letter-spacing: -.015em;
  margin: 0 0 9px;
}
.pc-panel>p {
  font-size: 13px;
  color: #806977;
  line-height: 1.7;
  margin: 0 0 18px;
}
.pc-templates {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin: 20px 0;
}
.pc-templates button {
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: #fff;
  font-size: 11px;
  padding: 12px 4px;
  color: #6f4b5b;
}
.pc-template-dot {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 auto 9px;
}
.pc-template-dot.flower {
  background: radial-gradient(circle,#ba0059 15%,#e9a1c0 16% 55%,#fff4e8 56%);
}
.pc-template-dot.bold {
  background: #ba0059;
  box-shadow: inset 0 0 0 8px #fbe6ee;
}
.pc-template-dot.minimal {
  background: #f5d6e3;
}
.pc-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  color: #6b4b5a;
  margin: 0 0 16px;
  font-weight: 500;
}
.pc-field input:not([type=checkbox]):not([type=range]):not([type=color]),.pc-field select,.pc-field textarea {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid #dac1cd;
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  font: 400 14px/1.45 Outfit,sans-serif;
  color: #33272c;
}
.pc-field textarea {
  resize: vertical;
}
.pc-field input[type=color] {
  width: 100%;
  height: 40px;
  padding: 3px;
  background: #fff;
  border: 1px solid #dac1cd;
  border-radius: 7px;
}
.pc-field input[type=range] {
  width: 100%;
  accent-color: var(--pc-pink);
  height: 24px;
}
.pc-field-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 14px;
}
.pc-check {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}
.pc-check input {
  flex: none;
  margin-top: 5px;
  accent-color: var(--pc-pink);
}
.pc-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  background: var(--pc-pink) !important;
  color: #fff !important;
  border-radius: 9px;
  min-height: 46px;
  padding: 13px 20px;
  font: 500 14px/1.4 Outfit,sans-serif;
}
.pc-primary:hover {
  background: #930046 !important;
}
.pc-upload {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #cb8fa9;
  background: #fff7fb;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  color: #a60050;
  cursor: pointer;
}
.pc-upload input {
  font-size: 12px;
  max-width: 100%;
}
.pc-small {
  font-size: 12px !important;
  color: #806977;
  line-height: 1.7;
  margin-top: 13px !important;
}
.pc-shapes {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
  margin: 18px 0;
}
.pc-shapes button {
  background: #fff4f8;
  border: 1px solid var(--pc-line);
  padding: 14px;
  border-radius: 8px;
  color: #a60050;
}
.pc-selection {
  margin-top: 24px;
  border-top: 1px solid var(--pc-line);
  padding-top: 20px;
}
.pc-status {
  font-size: 12px;
  color: #8d526d;
  line-height: 1.6;
  min-height: 20px;
  margin-top: 15px;
}
.pc-warnings {
  font-size: 12px;
  line-height: 1.6;
  color: #83580d;
  margin-top: 16px;
}
.pc-warnings:empty {
  display: none;
}
.pc-finish {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  padding: 26px 30px;
  background: #f5dce7;
  border-radius: 14px;
}
.pc-finish h2 {
  font: 600 24px/1.2 Outfit,sans-serif;
  margin: 0 0 8px;
}
.pc-finish p {
  font-size: 13px;
  margin: 0 0 13px;
  color: #725364;
}
.pc-finish .pc-primary {
  flex: none;
}
.pc-editor dialog {
  border: 0;
  border-radius: 18px;
  padding: 28px;
  max-width: 450px;
  width: calc(100% - 32px);
  color: #33272c;
  box-shadow: 0 20px 80px #33272c44;
}
.pc-editor dialog::backdrop {
  background: #33272c99;
}
.pc-editor dialog h2 {
  font-size: 23px;
  margin: 20px 0;
}
.pc-editor dialog img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 9px 30px #33272c33;
}
.pc-editor dialog p {
  font-size: 12px;
  line-height: 1.6;
  margin: 22px 0 0;
}
.pc-dialog-close {
  background: #fff2f7;
  border: 1px solid #ead8e1;
  padding: 8px 14px;
  border-radius: 6px;
}
.pc-entry {
  margin: 20px 0;
  border: 1px solid #eccedc;
  border-radius: 10px;
  padding: 16px;
  background: #fff6fa;
}
.pc-create-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 600 16px/1.3 Outfit,sans-serif;
  color: #ba0059;
}
.pc-entry p {
  font-size: 12px;
  color: #826172;
  line-height: 1.6;
  margin-top: 8px;
}
.pc-attached {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #eff8ed;
  color: #345b32;
  margin-bottom: 10px;
}
.pc-detach {
  border: 0;
  background: none;
  text-decoration: underline;
  font: inherit;
  cursor: pointer;
}
.pc-editor-page>h1 {
  display: none;
}
@media (max-width:950px) {
  .pc-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .pc-preview-panel {
    padding: 20px;
  }
  .pc-canvas-wrap {
    padding: 18px;
  }
  .pc-canvas-wrap canvas {
    max-width: 390px;
  }
  .pc-controls {
    padding: 24px;
  }
  .pc-finish {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .pc-finish .pc-primary {
    width: 100%;
  }
}
@media (max-width:600px) {
  .pc-editor {
    padding-top: 22px;
  }
  .pc-intro {
    display: block;
  }
  .pc-intro h1 {
    font-size: 34px;
  }
  .pc-back {
    display: inline-block;
    margin-top: 16px;
  }
  .pc-preview-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-canvas-wrap {
    padding: 12px 0;
  }
  .pc-controls {
    padding: 18px;
  }
  .pc-tabs {
    gap: 0;
  }
  .pc-tabs button {
    font-size: 12px;
    padding: 10px;
  }
  .pc-finish {
    padding: 22px;
  }
  .pc-field-row {
    gap: 10px;
  }
  .pc-primary {
    white-space: normal;
  }
}
body.pinart-site .main-nav {
  gap: 8px;
  align-items: center;
}
body.pinart-site .main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.3;
  transition: background .18s,color .18s;
}
body.pinart-site .main-nav a svg {
  flex: none;
  color: #ba0059;
}
body.pinart-site .main-nav a:hover,body.pinart-site .main-nav a:focus-visible {
  background: #f9e3ed;
  color: #a60050;
}
body.pinart-site .cart-link {
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 24px;
  background: #f9e3ed;
  color: #a60050;
}
@media (max-width:1000px) {
  body.pinart-site .site-header {
    gap: 14px;
  }
  body.pinart-site .main-nav a {
    font-size: 12px;
    padding: 10px 9px;
    gap: 6px;
  }
}
@media (max-width:720px) {
  body.pinart-site .main-nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
    padding-top: 12px;
  }
  body.pinart-site .main-nav a {
    justify-content: flex-start;
    font-size: 13px;
    padding: 10px 12px;
    background: #fff2f7;
  }
}
body.pinart-site,body.pinart-site button,body.pinart-site input,body.pinart-site select,body.pinart-site textarea {
  font-family: "Outfit",sans-serif;
}
body.pinart-site h1,body.pinart-site h2,body.pinart-site h3, body.pinart-site .woocommerce div.product .product_title, body.pinart-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Outfit",sans-serif;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
}
body.pinart-site .hero h1 {
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}
body.pinart-site .hero h1 em {
  font-style: normal;
  font-weight: 600;
}
body.pinart-site .step-number {
  font-family: "Outfit",sans-serif;
  font-weight: 500;
}
body.pinart-site .woocommerce div.product .summary .product_title {
  letter-spacing: -.025em;
  line-height: 1.15;
}
body.pinart-site .main-nav,body.pinart-site .button {
  font-weight: 500;
}
#pomysly + #sklep {
  padding-top: 25px;
}
#sklep .section-heading {
  margin-bottom: 30px;
}
#sklep .section-heading h2 {
  font-size: clamp(34px,4vw,50px);
}
#sklep .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 40px;
  align-items: start;
  padding: 32px;
  background: #fff;
  border: 1px solid #eadde2;
  border-radius: 18px;
}
#sklep .woocommerce div.product::before,#sklep .woocommerce div.product::after {
  display: none;
}
#sklep .woocommerce div.product div.images, #sklep .woocommerce div.product div.summary {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}
#sklep .woocommerce div.product div.images img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}
body.pinart-site .woocommerce div.product .product_title {
  font-size: clamp(28px,2.7vw,38px);
  line-height: 1.12;
  letter-spacing: -.035em;
  margin: 0 0 16px;
}
body.pinart-site .woocommerce div.product.product-type-variable .summary>p.price {
  display: none;
}
body.pinart-site .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 1.8;
  color: #665a5d;
  margin-bottom: 24px;
}
body.pinart-site .woocommerce div.product form.cart {
  margin: 22px 0 0;
}
body.pinart-site .woocommerce div.product form.cart table.variations {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
body.pinart-site .woocommerce table.variations tbody, body.pinart-site .woocommerce table.variations tr, body.pinart-site .woocommerce table.variations th, body.pinart-site .woocommerce table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
body.pinart-site .woocommerce table.variations label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
body.pinart-site .woocommerce table.variations select {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  background: #fffafc;
  border: 1px solid #d8bdc8;
  border-radius: 8px;
  padding: 12px 14px;
  color: #33272c;
  font-size: 16px;
  margin: 0;
}
body.pinart-site .woocommerce table.variations .reset_variations {
  display: inline-block;
  font-size: 12px;
  margin-top: 6px;
  color: #8b536a;
}
body.pinart-site .woocommerce-variation-description {
  font-size: 13px;
  line-height: 1.7;
  color: #665a5d;
  margin: 12px 0;
}
body.pinart-site .woocommerce div.product .woocommerce-variation-price .price {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #ba0059;
  margin: 14px 0 20px;
}
body.pinart-site .woocommerce div.product .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
body.pinart-site .woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}
body.pinart-site .woocommerce .quantity .qty {
  width: 74px;
  min-height: 50px;
  border: 1px solid #d8bdc8;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
body.pinart-site .woocommerce div.product form.cart .single_add_to_cart_button {
  float: none;
  flex: 1;
  min-height: 50px;
  padding: 14px 22px;
  background: #ba0059 !important;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
body.pinart-site .woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #930046 !important;
}
body.pinart-site .woocommerce div.product form.cart .single_add_to_cart_button.disabled {
  opacity: .5;
}
#sklep .product_meta,#sklep .woocommerce-tabs,#sklep .related.products {
  display: none;
}
.pinart-pack-quantity {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 0 0 120px;
}
.pinart-pack-label {
  font-size: 12px;
  font-weight: bold;
  color: #665a5d;
}
body.pinart-site .woocommerce .pinart-pack-quantity .quantity .qty {
  width: 120px;
}
body.pinart-site .woocommerce div.product .woocommerce-variation-add-to-cart {
  align-items: flex-end;
}
.pinart-pack-table {
  grid-column: 1 / -1;
  clear: both;
  margin-top: 0;
  border-top: 1px solid #eadde2;
  padding-top: 22px;
}
.pinart-pack-table h3 {
  font-size: 16px;
  margin: 0 0 18px;
}
.pinart-price-columns {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 40px;
}
#sklep .woocommerce div.product {
  gap: 28px 40px;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
#sklep .woocommerce div.product .product_title {
  font-size: clamp(27px,2.5vw,36px);
  max-width: 24ch;
}
#sklep .woocommerce div.product div.images {
  max-width: 480px;
}
#sklep .woocommerce-product-details__short-description {
  margin-bottom: 18px;
}
#sklep .woocommerce div.product form.cart {
  margin-top: 18px;
}
#sklep .woocommerce div.product form.cart table.variations {
  margin-bottom: 14px;
}
#sklep .woocommerce div.product .summary {
  align-self: center;
}
@media (max-width:800px) {
  #sklep .woocommerce div.product {
    grid-template-columns: minmax(0,1fr);
    gap: 24px;
  }
  #sklep .woocommerce div.product div.images {
    max-width: 420px;
  }
  .pinart-price-columns {
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
  }
}
.pinart-pack-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}
.pinart-pack-table caption {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #33272c;
  margin-bottom: 12px;
}
.pinart-pack-table th,.pinart-pack-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #f0e6eb;
  text-align: right;
}
.pinart-pack-table th:first-child {
  text-align: left;
}
.pinart-pack-table thead th {
  background: #fff0f6;
  color: #775260;
  font-size: 11px;
  font-weight: normal;
}
.pinart-pack-table tbody th {
  font-weight: normal;
}
.pinart-pack-table tbody td:last-child {
  font-weight: bold;
  color: #a60050;
}
.pinart-pack-table tbody tr:hover {
  background: #fff8fb;
}
.pinart-pack-table p {
  font-size: 11px;
  color: #75616a;
  margin-top: 9px;
}
.pinart-order-notes {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: 22px;
  padding: 24px 4px;
  border-bottom: 1px solid #e5d5dd;
}
.pinart-order-notes strong {
  display: block;
  font-size: 13px;
  color: #33272c;
  margin-bottom: 6px;
}
.pinart-order-notes p {
  font-size: 12px;
  line-height: 1.7;
  color: #75616a;
}
@media (max-width:800px) {
  #sklep .woocommerce div.product {
    grid-template-columns: minmax(0,1fr);
    padding: 22px;
    gap: 26px;
  }
  #sklep .woocommerce div.product div.images {
    max-width: 420px;
    margin-inline: auto;
  }
  .pinart-order-notes {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width:1000px) {
  body.pinart-site .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px) {
  body.pinart-site .woocommerce ul.products {
    grid-template-columns: minmax(0,1fr);
    gap: 34px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
