@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: 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;
    }
  }
}
@layer theme {
  :root,
  :host {
    --wcpt-font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --wcpt-font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --wcpt-color-red-600: oklch(57.7% 0.245 27.325);
    --wcpt-color-gray-200: oklch(92.8% 0.006 264.531);
    --wcpt-color-gray-300: oklch(87.2% 0.01 258.338);
    --wcpt-color-gray-400: oklch(70.7% 0.022 261.325);
    --wcpt-color-white: #fff;
    --wcpt-spacing: 0.25rem;
    --wcpt-text-xl: 1.25rem;
    --wcpt-text-xl--line-height: calc(1.75 / 1.25);
    --wcpt-text-3xl: 1.875rem;
    --wcpt-text-3xl--line-height: 1.2;
    --wcpt-font-weight-semibold: 600;
    --wcpt-font-weight-bold: 700;
    --wcpt-radius-md: 0.375rem;
    --wcpt-radius-lg: 0.5rem;
    --wcpt-default-transition-duration: 0.15s;
    --wcpt-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --wcpt-default-font-family: var(--wcpt-font-sans);
    --wcpt-default-mono-font-family: var(--wcpt-font-mono);
  }
}
@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(
      --wcpt-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(--wcpt-default-font-feature-settings, normal);
    font-variation-settings: var(
      --wcpt-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(
      --wcpt-default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(
      --wcpt-default-mono-font-feature-settings,
      normal
    );
    font-variation-settings: var(
      --wcpt-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: -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 {
    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 {
  .wcpt\:my-15 {
    margin-block: calc(var(--wcpt-spacing) * 15);
  }
  .wcpt\:mt-6 {
    margin-top: calc(var(--wcpt-spacing) * 6);
  }
  .wcpt\:mb-10 {
    margin-bottom: calc(var(--wcpt-spacing) * 10);
  }
  .wcpt\:block {
    display: block;
  }
  .wcpt\:flex {
    display: flex;
  }
  .wcpt\:grid {
    display: grid;
  }
  .wcpt\:h-4 {
    height: calc(var(--wcpt-spacing) * 4);
  }
  .wcpt\:h-8 {
    height: calc(var(--wcpt-spacing) * 8);
  }
  .wcpt\:h-auto {
    height: auto;
  }
  .wcpt\:w-4 {
    width: calc(var(--wcpt-spacing) * 4);
  }
  .wcpt\:w-8 {
    width: calc(var(--wcpt-spacing) * 8);
  }
  .wcpt\:w-full {
    width: 100%;
  }
  .wcpt\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .wcpt\:grow {
    flex-grow: 1;
  }
  .wcpt\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wcpt\:items-center {
    align-items: center;
  }
  .wcpt\:justify-start {
    justify-content: flex-start;
  }
  .wcpt\:gap-2 {
    gap: calc(var(--wcpt-spacing) * 2);
  }
  .wcpt\:gap-12 {
    gap: calc(var(--wcpt-spacing) * 12);
  }
  :where(.wcpt\:space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--wcpt-spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--wcpt-spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.wcpt\:space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--wcpt-spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--wcpt-spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.wcpt\:space-y-16 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--wcpt-spacing) * 16) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--wcpt-spacing) * 16) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .wcpt\:overflow-hidden {
    overflow: hidden;
  }
  .wcpt\:rounded-lg {
    border-radius: var(--wcpt-radius-lg);
  }
  .wcpt\:rounded-md {
    border-radius: var(--wcpt-radius-md);
  }
  .wcpt\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .wcpt\:border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .wcpt\:border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .wcpt\:border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .wcpt\:border-gray-200 {
    border-color: var(--wcpt-color-gray-200);
  }
  .wcpt\:border-gray-300 {
    border-color: var(--wcpt-color-gray-300);
  }
  .wcpt\:bg-red-600 {
    background-color: var(--wcpt-color-red-600);
  }
  .wcpt\:object-cover {
    object-fit: cover;
  }
  .wcpt\:p-2 {
    padding: calc(var(--wcpt-spacing) * 2);
  }
  .wcpt\:px-2 {
    padding-inline: calc(var(--wcpt-spacing) * 2);
  }
  .wcpt\:text-3xl {
    font-size: var(--wcpt-text-3xl);
    line-height: var(--tw-leading, var(--wcpt-text-3xl--line-height));
  }
  .wcpt\:text-xl {
    font-size: var(--wcpt-text-xl);
    line-height: var(--tw-leading, var(--wcpt-text-xl--line-height));
  }
  .wcpt\:font-bold {
    --tw-font-weight: var(--wcpt-font-weight-bold);
    font-weight: var(--wcpt-font-weight-bold);
  }
  .wcpt\:font-semibold {
    --tw-font-weight: var(--wcpt-font-weight-semibold);
    font-weight: var(--wcpt-font-weight-semibold);
  }
  .wcpt\:text-white {
    color: var(--wcpt-color-white);
  }
  .wcpt\:no-underline {
    text-decoration-line: none;
  }
  .wcpt\:transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--wcpt-default-transition-timing-function)
    );
    transition-duration: var(
      --tw-duration,
      var(--wcpt-default-transition-duration)
    );
  }
  .wcpt\:duration-100 {
    --tw-duration: 0.1s;
    transition-duration: 0.1s;
  }
  @media (hover: hover) {
    .wcpt\:hover\:border-gray-400:hover {
      border-color: var(--wcpt-color-gray-400);
    }
    .wcpt\: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);
    }
  }
  @media (min-width: 40rem) {
    .wcpt\:sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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;
}

.wcpt-downloadable-demos {
  font-size: 16px;
}
