@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700;800&display=swap";


@layer components;

/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */

@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {

  :root,
  :host {
    --qb-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --qb-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --qb-color-black: #000;
    --qb-color-white: #fff;
    --qb-spacing: .25rem;
    --qb-container-5xl: 64rem;
    --qb-text-xs: .75rem;
    --qb-text-xs--line-height: calc(1 / .75);
    --qb-text-lg: 1.125rem;
    --qb-text-2xl: 1.5rem;
    --qb-text-2xl--line-height: calc(2 / 1.5);
    --qb-text-4xl: 2.25rem;
    --qb-text-4xl--line-height: calc(2.5 / 2.25);
    --qb-font-weight-normal: 400;
    --qb-font-weight-bold: 700;
    --qb-tracking-normal: 0em;
    --qb-tracking-wide: .025em;
    --qb-default-font-family: var(--qb-font-sans);
    --qb-default-mono-font-family: var(--qb-font-mono);
    --qb-font-roboto-condensed: "Roboto Condensed", sans-serif;
    --qb-color-goldbet-main: #0a1b4e;
    --qb-color-lottomatica-main: #003595;
    --qb-color-lottomatica-yellow: #fff01e;
  }
}

@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(--qb-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(--qb-default-font-feature-settings, normal);
    font-variation-settings: var(--qb-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;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--qb-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--qb-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--qb-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;
  }

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

  body {
    font-family: var(--qb-font-roboto-condensed);
    --tw-tracking: calc(var(--qb-tracking-wide) * -1);
    letter-spacing: calc(var(--qb-tracking-wide) * -1);
  }
}

@layer utilities {
  .qb\:absolute {
    position: absolute;
  }

  .qb\:relative {
    position: relative;
  }

  .qb\:top-1\.5 {
    top: calc(var(--qb-spacing) * 1.5);
  }

  .qb\:-right-\[1\.5\%\] {
    right: -1.5%;
  }

  .qb\:-bottom-17 {
    bottom: calc(var(--qb-spacing) * -17);
  }

  .qb\:-left-33 {
    left: calc(var(--qb-spacing) * -33);
  }

  .qb\:isolate {
    isolation: isolate;
  }

  .qb\:z-1 {
    z-index: 1;
  }

  .qb\:z-5 {
    z-index: 5;
  }

  .qb\:z-6 {
    z-index: 6;
  }

  .qb\:z-20 {
    z-index: 20;
  }

  .qb\:mx-5 {
    margin-inline: calc(var(--qb-spacing) * 5);
  }

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

  .qb\:mt-\[42\%\] {
    margin-top: 42%;
  }

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

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

  .qb\:flex {
    display: flex;
  }

  .qb\:hidden {
    display: none;
  }

  .qb\:inline {
    display: inline;
  }

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

  .qb\:h-14 {
    height: calc(var(--qb-spacing) * 14);
  }

  .qb\:h-\[34\%\] {
    height: 34%;
  }

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

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

  .qb\:h-\[104\%\] {
    height: 104%;
  }

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

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

  .qb\:w-40 {
    width: calc(var(--qb-spacing) * 40);
  }

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

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

  .qb\:w-full {
    width: 100%;
  }

  .qb\:max-w-\[119\%\] {
    max-width: 119%;
  }

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

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

  .qb\:flex-auto {
    flex: auto;
  }

  .qb\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

  .qb\:gap-y-12 {
    row-gap: calc(var(--qb-spacing) * 12);
  }

  .qb\:overflow-hidden {
    overflow: hidden;
  }

  .qb\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .qb\:rounded-l-\[4px\] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .qb\:rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .qb\:bg-goldbet-main {
    background-color: var(--qb-color-goldbet-main);
  }

  .qb\:bg-lottomatica-main {
    background-color: var(--qb-color-lottomatica-main);
  }

  .qb\:bg-lottomatica-yellow {
    background-color: var(--qb-color-lottomatica-yellow);
  }

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

  .qb\:bg-\[url\(\'\/images\/superColorGame\/background_mobile\.png\'\)\] {
    background-image: url("/images/superColorGame/background_mobile.png");
  }

  .qb\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .qb\:via-black\/85 {
    --tw-gradient-via: var(--qb-color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .qb\:via-black\/85 {
      --tw-gradient-via: color-mix(in oklab, var(--qb-color-black) 85%, transparent);
    }
  }

  .qb\:via-black\/85 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .qb\:via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .qb\:to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .qb\:bg-cover {
    background-size: cover;
  }

  .qb\:bg-center {
    background-position: center;
  }

  .qb\:bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

  .qb\:px-7 {
    padding-inline: calc(var(--qb-spacing) * 7);
  }

  .qb\:px-10 {
    padding-inline: calc(var(--qb-spacing) * 10);
  }

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

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

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

  .qb\:font-roboto-condensed {
    font-family: var(--qb-font-roboto-condensed);
  }

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

  .qb\:text-\[13px\]\/4 {
    font-size: 13px;
    line-height: calc(var(--qb-spacing) * 4);
  }

  .qb\:text-\[16px\]\/5 {
    font-size: 16px;
    line-height: calc(var(--qb-spacing) * 5);
  }

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

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

  .qb\:font-normal {
    --tw-font-weight: var(--qb-font-weight-normal);
    font-weight: var(--qb-font-weight-normal);
  }

  .qb\:tracking-normal {
    --tw-tracking: var(--qb-tracking-normal);
    letter-spacing: var(--qb-tracking-normal);
  }

  .qb\:text-lottomatica-main {
    color: var(--qb-color-lottomatica-main);
  }

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

  .qb\:uppercase {
    text-transform: uppercase;
  }

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

  @media not all and (min-width: 64rem) {
    .qb\:max-lg\:order-4 {
      order: 4;
    }

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

    .qb\:max-lg\:block {
      display: block;
    }

    .qb\:max-lg\:flex-col {
      flex-direction: column;
    }

    .qb\:max-lg\:text-center {
      text-align: center;
    }
  }

  @media not all and (min-width: 48rem) {
    .qb\:max-md\:max-w-25 {
      max-width: calc(var(--qb-spacing) * 25);
    }

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

    .qb\:max-md\:flex-col {
      flex-direction: column;
    }

    .qb\:max-md\:px-5 {
      padding-inline: calc(var(--qb-spacing) * 5);
    }

    .qb\:max-md\:text-center {
      text-align: center;
    }
  }

  @media (min-width: 40rem) {
    .qb\:sm\:top-\[10\%\] {
      top: 10%;
    }

    .qb\:sm\:h-\[775px\] {
      height: 775px;
    }

    .qb\:sm\:bg-\[url\(\'\/images\/superColorGame\/background_tablet\.png\'\)\] {
      background-image: url("/images/superColorGame/background_tablet.png");
    }
  }

  @media (min-width: 48rem) {
    .qb\:md\:-top-\[32\%\] {
      top: -32%;
    }

    .qb\:md\:top-0 {
      top: calc(var(--qb-spacing) * 0);
    }

    .qb\:md\:top-5 {
      top: calc(var(--qb-spacing) * 5);
    }

    .qb\:md\:right-\[1\%\] {
      right: 1%;
    }

    .qb\:md\:bottom-58 {
      bottom: calc(var(--qb-spacing) * 58);
    }

    .qb\:md\:-left-25 {
      left: calc(var(--qb-spacing) * -25);
    }

    .qb\:md\:-left-31 {
      left: calc(var(--qb-spacing) * -31);
    }

    .qb\:md\:z-0 {
      z-index: 0;
    }

    .qb\:md\:mt-\[31\%\] {
      margin-top: 31%;
    }

    .qb\:md\:block {
      display: block;
    }

    .qb\:md\:h-\[30\%\] {
      height: 30%;
    }

    .qb\:md\:h-\[39\%\] {
      height: 39%;
    }

    .qb\:md\:h-\[75\%\] {
      height: 75%;
    }

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

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

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

    .qb\:md\:flex-col {
      flex-direction: column;
    }

    .qb\:md\:gap-x-5 {
      column-gap: calc(var(--qb-spacing) * 5);
    }

    .qb\:md\:gap-y-3 {
      row-gap: calc(var(--qb-spacing) * 3);
    }

    .qb\:md\:gap-y-11\.5 {
      row-gap: calc(var(--qb-spacing) * 11.5);
    }

    .qb\:md\:rounded-\[4px\] {
      border-radius: 4px;
    }

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

    .qb\:md\:px-24 {
      padding-inline: calc(var(--qb-spacing) * 24);
    }

    .qb\:md\:py-8 {
      padding-block: calc(var(--qb-spacing) * 8);
    }

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

    .qb\:md\:text-lg\/6 {
      font-size: var(--qb-text-lg);
      line-height: calc(var(--qb-spacing) * 6);
    }

    @media not all and (min-width: 64rem) {
      .qb\:md\:max-lg\:top-12 {
        top: calc(var(--qb-spacing) * 12);
      }
    }
  }

  @media (min-width: 49rem) {
    @media not all and (min-width: 64rem) {
      .qb\:min-\[49rem\]\:max-lg\:mt-\[63\%\] {
        margin-top: 63%;
      }
    }
  }

  @media (min-width: 64rem) {
    .qb\:lg\:-top-10 {
      top: calc(var(--qb-spacing) * -10);
    }

    .qb\:lg\:-top-\[37\.5\%\] {
      top: -37.5%;
    }

    .qb\:lg\:-bottom-42 {
      bottom: calc(var(--qb-spacing) * -42);
    }

    .qb\:lg\:-left-60 {
      left: calc(var(--qb-spacing) * -60);
    }

    .qb\:lg\:left-0 {
      left: calc(var(--qb-spacing) * 0);
    }

    .qb\:lg\:mt-\[42\%\] {
      margin-top: 42%;
    }

    .qb\:lg\:mr-10 {
      margin-right: calc(var(--qb-spacing) * 10);
    }

    .qb\:lg\:mr-20 {
      margin-right: calc(var(--qb-spacing) * 20);
    }

    .qb\:lg\:mb-0 {
      margin-bottom: calc(var(--qb-spacing) * 0);
    }

    .qb\:lg\:ml-2 {
      margin-left: calc(var(--qb-spacing) * 2);
    }

    .qb\:lg\:h-\[20\%\] {
      height: 20%;
    }

    .qb\:lg\:h-\[32\%\] {
      height: 32%;
    }

    .qb\:lg\:w-\[80px\] {
      width: 80px;
    }

    .qb\:lg\:w-\[224px\] {
      width: 224px;
    }

    .qb\:lg\:max-w-5xl {
      max-width: var(--qb-container-5xl);
    }

    .qb\:lg\:gap-y-4 {
      row-gap: calc(var(--qb-spacing) * 4);
    }

    .qb\:lg\:bg-\[url\(\'\/images\/superColorGame\/background_full\.png\'\)\] {
      background-image: url("/images/superColorGame/background_full.png");
    }

    .qb\:lg\:px-64 {
      padding-inline: calc(var(--qb-spacing) * 64);
    }

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

    .qb\:lg\:py-10 {
      padding-block: calc(var(--qb-spacing) * 10);
    }

    .qb\:lg\:text-right {
      text-align: right;
    }

    .qb\:lg\:text-2xl\/7 {
      font-size: var(--qb-text-2xl);
      line-height: calc(var(--qb-spacing) * 7);
    }

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

    @media not all and (min-width: 80rem) {
      .qb\:lg\:max-xl\:-right-\[2\%\] {
        right: -2%;
      }

      .qb\:lg\:max-xl\:bottom-0 {
        bottom: calc(var(--qb-spacing) * 0);
      }

      .qb\:lg\:max-xl\:mt-\[30\%\] {
        margin-top: 30%;
      }

      .qb\:lg\:max-xl\:h-\[90\%\] {
        height: 90%;
      }
    }
  }

  @media (min-width: 80rem) {
    .qb\:xl\:-top-20 {
      top: calc(var(--qb-spacing) * -20);
    }

    .qb\:xl\:-top-\[26\.5\%\] {
      top: -26.5%;
    }

    .qb\:xl\:top-14 {
      top: calc(var(--qb-spacing) * 14);
    }

    .qb\:xl\:right-\[6\%\] {
      right: 6%;
    }

    .qb\:xl\:-left-20 {
      left: calc(var(--qb-spacing) * -20);
    }

    .qb\:xl\:-left-\[23\.5\%\] {
      left: -23.5%;
    }

    .qb\:xl\:mt-\[15\%\] {
      margin-top: 15%;
    }

    .qb\:xl\:h-\[50\%\] {
      height: 50%;
    }

    .qb\:xl\:h-\[120\%\] {
      height: 120%;
    }
  }

  @media (min-width: 96rem) {
    .qb\:2xl\:-right-\[6\%\] {
      right: -6%;
    }

    .qb\:2xl\:h-\[55\%\] {
      height: 55%;
    }
  }

  @media (min-width: 125rem) {
    .qb\:min-\[125rem\]\:top-38 {
      top: calc(var(--qb-spacing) * 38);
    }

    .qb\:min-\[125rem\]\:-left-8 {
      left: calc(var(--qb-spacing) * -8);
    }

    .qb\:min-\[125rem\]\:mt-\[30\%\] {
      margin-top: 30%;
    }

    .qb\:min-\[125rem\]\:h-\[45\%\] {
      height: 45%;
    }

    .qb\:min-\[125rem\]\:h-\[110\%\] {
      height: 110%;
    }
  }
}

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

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

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

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

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

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

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

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