/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: Arial, Helvetica, sans-serif;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-\[1\.35\%\] {
    top: 1.35%;
  }
  .top-\[1\.75\%\] {
    top: 1.75%;
  }
  .top-\[28\.5\%\] {
    top: 28.5%;
  }
  .top-\[31\%\] {
    top: 31%;
  }
  .top-\[38\.2\%\] {
    top: 38.2%;
  }
  .top-\[48\.4\%\] {
    top: 48.4%;
  }
  .top-\[50\.25\%\] {
    top: 50.25%;
  }
  .top-\[56\.7\%\] {
    top: 56.7%;
  }
  .top-\[58\.5\%\] {
    top: 58.5%;
  }
  .top-\[65\.1\%\] {
    top: 65.1%;
  }
  .top-\[71\.35\%\] {
    top: 71.35%;
  }
  .bottom-\[2\.65\%\] {
    bottom: 2.65%;
  }
  .bottom-\[3\.8\%\] {
    bottom: 3.8%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[35\.9\%\] {
    left: 35.9%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .h-\[7\%\] {
    height: 7%;
  }
  .h-\[8\%\] {
    height: 8%;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-\[28\.2\%\] {
    width: 28.2%;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-full {
    width: 100%;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[5\.5\%\] {
    gap: 5.5%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .text-center {
    text-align: center;
  }
  .text-\[clamp\(13px\,3\.5vw\,15px\)\] {
    font-size: clamp(13px, 3.5vw, 15px);
  }
  .text-\[clamp\(15px\,4\.5vw\,19px\)\] {
    font-size: clamp(15px, 4.5vw, 19px);
  }
  .text-\[clamp\(22px\,4\.6cqw\,30px\)\] {
    font-size: clamp(22px, 4.6cqw, 30px);
  }
  .text-\[clamp\(24px\,5cqw\,34px\)\] {
    font-size: clamp(24px, 5cqw, 34px);
  }
  .text-\[clamp\(42px\,8\.6cqw\,52px\)\] {
    font-size: clamp(42px, 8.6cqw, 52px);
  }
  .text-\[clamp\(42px\,9cqw\,56px\)\] {
    font-size: clamp(42px, 9cqw, 56px);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-\[\#070707\] {
    color: #070707;
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.08\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(255,255,255,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\[text-shadow\:0_3px_5px_rgba\(0\,0\,0\,0\.55\)\] {
    text-shadow: 0 3px 5px rgba(0,0,0,0.55);
  }
  .\[text-shadow\:0_8px_12px_rgba\(0\,0\,0\,0\.42\)\] {
    text-shadow: 0 8px 12px rgba(0,0,0,0.42);
  }
}
@layer base {
  html, body {
    min-height: 100%;
  }
  body {
    margin: 0;
    font-family: var(--font-display);
    background: linear-gradient(180deg, #1957a8 0%, #1f63b9 48%, #3899e8 100%);
  }
  button, input {
    font: inherit;
  }
}
@layer components {
  .mobile-screen {
    width: min(100vw, calc(100dvh * 9 / 16));
    min-height: 100dvh;
    container-type: inline-size;
    background: linear-gradient(180deg, #1957a8 0%, #1f63b9 48%, #3899e8 100%);
  }
  .logo-gold {
    mix-blend-mode: screen;
    filter: saturate(1.15) contrast(1.07);
  }
  .art-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
  }
  .field-bar {
    position: absolute;
    z-index: 20;
    left: 15.2%;
    width: 72%;
    height: 5.9%;
    border-radius: 9999px;
    background: #f9bf16;
  }
  .field-bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19.4%;
    width: 2px;
    background: #050505;
  }
  .login-field {
    position: absolute;
    z-index: 40;
    left: 29.7%;
    width: 55%;
    height: 5.9%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #101010;
    font-weight: 800;
    font-size: clamp(14px, 4vw, 18px);
    padding: 0 2%;
  }
  .login-label {
    position: absolute;
    z-index: 40;
    left: 18.1%;
    color: #ffffff;
    font-size: clamp(10px, 2.9vw, 12px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }
  .loading-screen {
    background: linear-gradient(180deg, #1c5daf 0%, #287dcc 48%, #38a0ee 100%);
  }
  .department-screen {
    background: linear-gradient(180deg, #1c5daf 0%, #287dcc 48%, #38a0ee 100%);
  }
  .department-screen .art-layer:nth-child(2), .department-screen .art-layer:nth-child(3) {
    top: 3%;
    bottom: -3%;
  }
  .department-bottom {
    position: absolute;
    left: 50%;
    bottom: 5.3%;
    width: 94%;
    top: 50%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .department-title {
    width: 100%;
    text-align: center;
    flex-shrink: 0;
  }
  .department-title h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(17px, 4.25cqw, 25px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
    text-shadow: -2px 4px 0 rgba(0, 55, 117, 0.72);
    text-wrap: balance;
  }
  .department-title h1 span {
    display: block;
  }
  .department-title h1 span + span {
    margin-top: 0.2%;
  }
  .department-title p {
    max-width: 95%;
    margin: 1.75% auto 0;
    color: #ffd95f;
    font-size: clamp(14px, 3.35cqw, 23px);
    font-weight: 900;
    font-style: italic;
    line-height: 1.13;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
    text-wrap: balance;
  }
  .department-title p::before {
    content: "";
    display: block;
    width: min(57%, 420px);
    height: 2px;
    margin: 0 auto 2.2%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 2px rgba(0, 44, 102, 0.18);
  }
  .department-card {
    width: 89%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    margin-top: 2%;
    border-radius: clamp(28px, 7cqw, 58px);
    padding: clamp(22px, 6.2cqw, 46px) clamp(18px, 5.4cqw, 42px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(222, 234, 244, 0.86));
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.72), inset 0 0 18px rgba(255, 255, 255, 0.76), 0 9px 14px rgba(0, 30, 75, 0.35), 0 0 28px rgba(255, 255, 255, 0.52);
  }
  .department-letter {
    color: #050505;
    font-size: clamp(9px, 2.28cqw, 14px);
    font-weight: 800;
    line-height: 1.27;
    text-align: left;
  }
  .department-letter p + p {
    margin-top: 3.7%;
  }
  @container (max-width: 390px) {
    .department-bottom {
      top: 51%;
      bottom: 4.8%;
    }
    .department-title h1 {
      font-size: clamp(16px, 4.3cqw, 17px);
      line-height: 1.16;
      text-shadow: -2px 4px 0 rgba(0, 55, 117, 0.72);
    }
    .department-title h1 span + span {
      margin-top: 0.25%;
    }
    .department-title p {
      margin-top: 1.85%;
      font-size: clamp(13px, 3.45cqw, 15px);
    }
    .department-title p::before {
      width: 58%;
      margin-bottom: 2.35%;
    }
    .department-card {
      padding: clamp(19px, 5.8cqw, 23px) clamp(16px, 5cqw, 20px);
    }
    .department-letter {
      font-size: clamp(8.8px, 2.52cqw, 10px);
      line-height: 1.23;
    }
    .department-letter p + p {
      margin-top: 3.2%;
    }
  }
  @media (min-width: 700px) and (max-height: 720px) {
    .department-bottom {
      top: 48%;
      bottom: 2.8%;
    }
    .department-title h1 {
      font-size: clamp(13px, 4.15cqw, 15px);
      line-height: 1.16;
      text-shadow: -2px 3px 0 rgba(0, 55, 117, 0.68);
    }
    .department-title h1 span + span {
      margin-top: 0.2%;
    }
    .department-title p {
      max-width: 88%;
      margin-top: 1.55%;
      font-size: clamp(10.5px, 3.2cqw, 12px);
      line-height: 1.08;
    }
    .department-title p::before {
      width: 58%;
      height: 1px;
      margin-bottom: 1.9%;
    }
    .department-card {
      padding: clamp(14px, 4.8cqw, 17px) clamp(14px, 4.7cqw, 17px);
    }
    .department-letter {
      font-size: clamp(7px, 2.15cqw, 7.6px);
      line-height: 1.16;
    }
    .department-letter p + p {
      margin-top: 2.3%;
    }
  }
  .question-mark {
    position: absolute;
    z-index: 5;
    color: rgba(255, 255, 255, 0.22);
    font-weight: 900;
    line-height: 1;
    user-select: none;
    animation: question-drift 7s ease-in-out infinite alternate;
    text-shadow: 0 8px 14px rgba(19, 76, 145, 0.18);
  }
  .question-mark-gold {
    color: rgba(245, 189, 24, 0.22);
    text-shadow: 0 10px 18px rgba(122, 82, 0, 0.14);
  }
  .qm-1 {
    top: 5%;
    right: -7%;
    font-size: 13rem;
    transform: rotate(19deg);
    animation-name: question-sway;
  }
  .qm-2 {
    top: 25%;
    left: 30%;
    font-size: 10rem;
    opacity: 0.32;
    animation-delay: -1.2s;
    animation-duration: 6.2s;
  }
  .qm-3 {
    top: 41%;
    left: -11%;
    font-size: 13rem;
    animation-delay: -2s;
    animation-name: question-bob;
    animation-duration: 5.8s;
  }
  .qm-4 {
    top: 39%;
    right: -5%;
    font-size: 11rem;
    transform: rotate(92deg);
    animation-delay: -0.8s;
    animation-name: question-sway;
    animation-duration: 8.4s;
  }
  .qm-5 {
    bottom: -5%;
    left: 27%;
    font-size: 12rem;
    animation-delay: -2.8s;
    animation-duration: 7.6s;
  }
  .qm-6 {
    bottom: 13%;
    right: -6%;
    font-size: 11rem;
    transform: rotate(19deg);
    animation-delay: -1.8s;
    animation-name: question-bob;
  }
  .qm-7 {
    top: 14%;
    left: 5%;
    font-size: 5.5rem;
    transform: rotate(-18deg);
    animation-delay: -3.1s;
    animation-name: question-pulse-drift;
    animation-duration: 6.8s;
  }
  .qm-8 {
    top: 56%;
    right: 10%;
    font-size: 5rem;
    transform: rotate(14deg);
    animation-delay: -1.7s;
    animation-name: question-pulse-drift;
    animation-duration: 7.4s;
  }
  .qm-9 {
    bottom: 22%;
    left: 8%;
    font-size: 6.2rem;
    transform: rotate(22deg);
    animation-delay: -4s;
    animation-name: question-sway;
    animation-duration: 9s;
  }
  .soft-square {
    position: absolute;
    z-index: 5;
    width: 7%;
    aspect-ratio: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    animation: square-float 5.2s ease-in-out infinite alternate;
  }
  .sq-1 {
    top: 2%;
    left: 24%;
    transform: rotate(20deg);
  }
  .sq-2 {
    top: 35%;
    left: 59%;
    transform: rotate(50deg);
    animation-delay: -1.6s;
  }
  .sq-3 {
    bottom: 9%;
    right: 10%;
    transform: rotate(18deg);
    animation-delay: -2.2s;
  }
  .soft-dot {
    position: absolute;
    z-index: 5;
    width: 5.5%;
    aspect-ratio: 1;
    border-radius: 9999px;
    background: rgba(245, 189, 24, 0.19);
    animation: dot-drift 6.4s ease-in-out infinite alternate;
  }
  .dot-1 {
    top: 18%;
    right: 26%;
    animation-delay: -2.6s;
  }
  .dot-2 {
    bottom: 28%;
    left: 12%;
    width: 4.3%;
    animation-delay: -1.1s;
  }
  .progress-ring {
    --progress: 0;
    width: 41%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 9999px;
    background: conic-gradient( #f5bd18 calc(var(--progress) * 1%), #ffffff 0 );
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  }
  .progress-ring::before {
    content: "";
    position: absolute;
    width: 60%;
    aspect-ratio: 1;
    border-radius: inherit;
    background: #2b7fd3;
  }
  .progress-ring span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: clamp(42px, 8.8cqw, 58px);
    font-weight: 400;
    line-height: 1;
  }
}
@keyframes question-drift {
  from {
    translate: -4px 0;
    scale: 0.98;
  }
  to {
    translate: 10px -24px;
    scale: 1.03;
  }
}
@keyframes question-bob {
  from {
    translate: 0 18px;
    scale: 1.02;
  }
  to {
    translate: -14px -20px;
    scale: 0.96;
  }
}
@keyframes question-sway {
  from {
    translate: -10px 8px;
    rotate: -2deg;
  }
  to {
    translate: 14px -22px;
    rotate: 4deg;
  }
}
@keyframes question-pulse-drift {
  from {
    translate: 0 0;
    opacity: 0.18;
    scale: 0.92;
  }
  to {
    translate: 18px -18px;
    opacity: 0.32;
    scale: 1.08;
  }
}
@keyframes square-float {
  from {
    translate: -4px 8px;
    rotate: -4deg;
  }
  to {
    translate: 12px -16px;
    rotate: 8deg;
  }
}
@keyframes dot-drift {
  from {
    translate: 0 0;
    opacity: 0.15;
  }
  to {
    translate: -14px -20px;
    opacity: 0.29;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
