/*! tailwindcss v4.2.0 | 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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-lg: 16px;
    --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-brand-blue-20: #00297a;
    --color-brand-blue-30: #0036a3;
    --color-brand-blue-40: #0044cc;
    --color-brand-blue-50: #0052f5;
    --color-brand-blue-60: #1f69ff;
    --color-brand-blue-70: #4785ff;
    --color-brand-blue-80: #70a0ff;
    --color-brand-blue-90: #99bbff;
    --color-brand-blue-100: #c2d6ff;
    --color-brand-blue-110: #ebf1ff;
    --color-system-black: #000000;
    --color-system-white: #ffffff;
    --color-system-grey-10: #141414;
    --color-system-grey-20: #292929;
    --color-system-grey-30: #3d3d3d;
    --color-system-grey-40: #525252;
    --color-system-grey-50: #666666;
    --color-system-grey-60: #7a7a7a;
    --color-system-grey-70: #8f8f8f;
    --color-system-grey-80: #a3a3a3;
    --color-system-grey-90: #b8b8b8;
    --color-system-grey-100: #cccccc;
    --color-system-grey-110: #e0e0e0;
    --color-system-grey-120: #f5f5f5;
    --color-text-primary: var(--color-system-black);
    --color-bg-primary: var(--color-system-grey-120);
    --color-inputfield-text-default: var(--color-system-black);
    --color-status-success: #10b981;
    --color-status-success-light: #d1fae5;
    --color-status-warning: #f59e0b;
    --color-status-warning-light: #fef3c7;
    --color-status-error: #ef4444;
    --color-status-error-light: #fee2e2;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .isolate {
    isolation: isolate;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1500px) {
      max-width: 1500px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-\[calc\(100vh-5rem\)\] {
    height: calc(100vh - 5rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11\/12 {
    width: calc(11 / 12 * 100%);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[slideIn_0\.3s_ease\] {
    animation: slideIn 0.3s ease;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
         column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .self-start {
    align-self: flex-start;
  }
  .\!truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-brand-blue-90 {
    border-color: var(--color-brand-blue-90);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-orange-500 {
    border-color: var(--color-orange-500);
  }
  .border-purple-600 {
    border-color: var(--color-purple-600);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-red-800 {
    border-color: var(--color-red-800);
  }
  .border-system-grey-80 {
    border-color: var(--color-system-grey-80);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-brand-blue-30 {
    background-color: var(--color-brand-blue-30);
  }
  .bg-brand-blue-90 {
    background-color: var(--color-brand-blue-90);
  }
  .bg-brand-blue-110 {
    background-color: var(--color-brand-blue-110);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-system-grey-80 {
    background-color: var(--color-system-grey-80);
  }
  .bg-system-grey-120 {
    background-color: var(--color-system-grey-120);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-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));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-brand-blue-30 {
    color: var(--color-brand-blue-30);
  }
  .text-brand-blue-40 {
    color: var(--color-brand-blue-40);
  }
  .text-brand-blue-70 {
    color: var(--color-brand-blue-70);
  }
  .text-brand-blue-80 {
    color: var(--color-brand-blue-80);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-orange-800 {
    color: var(--color-orange-800);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-system-black {
    color: var(--color-system-black);
  }
  .text-system-grey-10 {
    color: var(--color-system-grey-10);
  }
  .text-system-grey-20 {
    color: var(--color-system-grey-20);
  }
  .text-system-grey-30 {
    color: var(--color-system-grey-30);
  }
  .text-system-grey-40 {
    color: var(--color-system-grey-40);
  }
  .text-system-grey-50 {
    color: var(--color-system-grey-50);
  }
  .text-system-grey-60 {
    color: var(--color-system-grey-60);
  }
  .text-system-grey-70 {
    color: var(--color-system-grey-70);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_15px_rgba\(0\,255\,136\,0\.3\)\] {
    --tw-shadow: 0 0 15px var(--tw-shadow-color, rgba(0,255,136,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_15px_rgba\(255\,68\,68\,0\.3\)\] {
    --tw-shadow: 0 0 15px var(--tw-shadow-color, rgba(255,68,68,0.3));
    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,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[program\:gateway\] {
    program: gateway;
  }
  .\[program\:grafana\] {
    program: grafana;
  }
  .\[program\:nginx\] {
    program: nginx;
  }
  .\[program\:prometheus\] {
    program: prometheus;
  }
  .\[program\:targets-updater\] {
    program: targets-updater;
  }
  .\[program\:web_sidecar\] {
    program: web sidecar;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:text-brand-blue-20 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-brand-blue-20);
      }
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .checked\:bg-brand-blue-90 {
    &:checked {
      background-color: var(--color-brand-blue-90);
    }
  }
  .hover\:bg-brand-blue-80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-blue-80);
      }
    }
  }
  .hover\:bg-brand-blue-90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-blue-90);
      }
    }
  }
  .hover\:bg-brand-blue-110 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-blue-110);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-green-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-100);
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:bg-red-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-100);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-system-grey-70 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-system-grey-70);
      }
    }
  }
  .hover\:text-brand-blue-30 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-blue-30);
      }
    }
  }
  .hover\:text-brand-blue-40 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-blue-40);
      }
    }
  }
  .hover\:text-system-grey-20 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-system-grey-20);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:bg-brand-blue-110 {
    &:focus {
      background-color: var(--color-brand-blue-110);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-brand-blue-100 {
    &:disabled {
      background-color: var(--color-brand-blue-100);
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .md\:px-6 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-12 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html,
  body {
    height: 100%;
  }
  body {
    margin: 0;
    background: white;
    color: var(--color-text-primary);
  }
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis-weight: none;
    font-synthesis: none;
  }
  main {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
mjx-container {
  display: inline-block;
}
mjx-container[display="true"] {
  display: block;
}
.prose mjx-container {
  display: inline-block;
}
.prose mjx-container[display="true"] {
  display: block;
}
.prose mjx-container svg {
  display: inline;
}
:root {
  --space-page-x-sm: 16px;
  --space-page-x-md: 24px;
  --space-section-y: 120px;
  --space-progress-gap: 16px;
  --space-progress-margin: 8px;
  --space-drawer-padding: 24px;
  --space-drawer-offset: 12px;
  --space-drawer-offset-lg: 16px;
  --height-progress-bar: 34px;
  --width-drawer: 320px;
  --color-progress-bg: #EBF1FF;
  --color-progress-active: #99BBFF;
  --color-drawer-bg: #F5F5F5;
  --color-border-muted: #7A7A7A;
  --color-icon-default: #141414;
  --color-skeleton-base: #f1f4ff;
  --color-skeleton-highlight: rgba(255, 255, 255, 0.7);
  --color-skeleton-dark: rgba(205, 205, 205, 0.35);
  --font-family-heading: var(--font-button), system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  --font-family-input: var(--font-input), system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
}
@layer utilities {
  .type-header,
  .type-header-md,
  .type-header-sm,
  .type-header-xs,
  .type-header-3xs,
  .type-drawerChapterSection,
  .type-progressbarMainChapter,
  .type-progressbarSubChapter,
  .type-button,
  .type-inputFieldLabel {
    font-family: var(--font-button), system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  }
  .type-display-xl {
    font-size: 36px;
    line-height: 44px;
  }
  @media (min-width: 640px) {
    .type-display-xl {
      font-size: 56px;
      line-height: 64px;
    }
  }
  @media (min-width: 768px) {
    .type-display-xl {
      font-size: 60px;
      line-height: 72px;
    }
  }
  @media (min-width: 1280px) {
    .type-display-xl {
      font-size: 68px;
      line-height: 76px;
    }
  }
  @media (min-width: 1500px) {
    .type-display-xl {
      font-size: 68px;
      line-height: 76px;
    }
  }
  .type-header-md {
    font-size: 48px;
    line-height: 56px;
  }
  @media (min-width: 640px) {
    .type-header-md {
      font-size: 64px;
      line-height: 72px;
    }
  }
  @media (min-width: 768px) {
    .type-header-md {
      font-size: 64px;
      line-height: 72px;
    }
  }
  @media (min-width: 1280px) {
    .type-header-md {
      font-size: 64px;
      line-height: 72px;
    }
  }
  @media (min-width: 1500px) {
    .type-header-md {
      font-size: 64px;
      line-height: 72px;
    }
  }
  .type-header-sm {
    font-size: 40px;
    line-height: 48px;
  }
  @media (min-width: 640px) {
    .type-header-sm {
      font-size: 48px;
      line-height: 56px;
    }
  }
  @media (min-width: 768px) {
    .type-header-sm {
      font-size: 48px;
      line-height: 56px;
    }
  }
  @media (min-width: 1280px) {
    .type-header-sm {
      font-size: 48px;
      line-height: 56px;
    }
  }
  @media (min-width: 1500px) {
    .type-header-sm {
      font-size: 48px;
      line-height: 56px;
    }
  }
  .type-header-xs {
    font-size: 36px;
    line-height: 44px;
  }
  @media (min-width: 640px) {
    .type-header-xs {
      font-size: 36px;
      line-height: 44px;
    }
  }
  @media (min-width: 768px) {
    .type-header-xs {
      font-size: 36px;
      line-height: 44px;
    }
  }
  @media (min-width: 1280px) {
    .type-header-xs {
      font-size: 36px;
      line-height: 44px;
    }
  }
  @media (min-width: 1500px) {
    .type-header-xs {
      font-size: 36px;
      line-height: 44px;
    }
  }
  .type-header-xxs {
    font-size: 32px;
    line-height: 44px;
  }
  @media (min-width: 640px) {
    .type-header-xxs {
      font-size: 32px;
      line-height: 44px;
    }
  }
  @media (min-width: 768px) {
    .type-header-xxs {
      font-size: 32px;
      line-height: 44px;
    }
  }
  @media (min-width: 1280px) {
    .type-header-xxs {
      font-size: 32px;
      line-height: 44px;
    }
  }
  @media (min-width: 1500px) {
    .type-header-xxs {
      font-size: 32px;
      line-height: 44px;
    }
  }
  .type-header-3xs {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
  }
  @media (min-width: 640px) {
    .type-header-3xs {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (min-width: 768px) {
    .type-header-3xs {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (min-width: 1280px) {
    .type-header-3xs {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (min-width: 1500px) {
    .type-header-3xs {
      font-size: 24px;
      line-height: 34px;
    }
  }
  .type-body-xl {
    font-size: 24px;
    line-height: 34px;
  }
  @media (min-width: 640px) {
    .type-body-xl {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (min-width: 768px) {
    .type-body-xl {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (min-width: 1280px) {
    .type-body-xl {
      font-size: 28px;
      line-height: 40px;
    }
  }
  @media (min-width: 1500px) {
    .type-body-xl {
      font-size: 28px;
      line-height: 40px;
    }
  }
  .type-body-lg {
    font-size: 20px;
    line-height: 28px;
  }
  @media (min-width: 640px) {
    .type-body-lg {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (min-width: 768px) {
    .type-body-lg {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (min-width: 1280px) {
    .type-body-lg {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (min-width: 1500px) {
    .type-body-lg {
      font-size: 20px;
      line-height: 28px;
    }
  }
  .type-body-md {
    font-size: 16px;
    line-height: 24px;
  }
  @media (min-width: 640px) {
    .type-body-md {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (min-width: 768px) {
    .type-body-md {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (min-width: 1280px) {
    .type-body-md {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (min-width: 1500px) {
    .type-body-md {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .type-body-sm {
    font-size: 14px;
    line-height: 22px;
  }
  @media (min-width: 640px) {
    .type-body-sm {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (min-width: 768px) {
    .type-body-sm {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (min-width: 1280px) {
    .type-body-sm {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (min-width: 1500px) {
    .type-body-sm {
      font-size: 14px;
      line-height: 22px;
    }
  }
}
.type-inputField {
  font-family: var(--font-family-input);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
input.type-inputField,
textarea.type-inputField {
  font-family: var(--font-family-input);
  font-weight: 400;
}
.type-inputField::-moz-placeholder {
  font-family: var(--font-family-input);
  font-weight: 400;
  color: var(--color-inputfield-text-default);
  opacity: 0.3;
}
.type-inputField::placeholder {
  font-family: var(--font-family-input);
  font-weight: 400;
  color: var(--color-inputfield-text-default);
  opacity: 0.3;
}
.type-button {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.type-inputFieldLabel {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.text-italic,
.italic {
  font-family: var(--font-italic), system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  font-style: italic;
}
.text-regular {
  font-family: var(--font-family-input);
  font-weight: 400;
}
.type-drawerChapterSection {
  font-weight: 400;
  line-height: 20px;
}
.type-progressbarMainChapter {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.type-progressbarSubChapter {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.animate-fade-in-up-delayed {
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
  opacity: 0;
}
.animate-fade-in-up-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.animate-fade-in-up-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-gradient {
  background: linear-gradient(
    135deg,
    var(--color-system-grey-120) 0%,
    rgba(235, 241, 255, 0.3) 50%,
    var(--color-system-grey-120) 100%
  );
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
}
.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 54, 163, 0.15);
}
.hero-accent {
  position: relative;
}
.hero-accent::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-brand-blue-40), var(--color-brand-blue-60));
  border-radius: 2px;
}
@layer utilities {
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .font-bold-label, .font-bold {
    font-family: var(--font-input);
    font-weight: 400;
  }
}
@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
    opacity: 0.85;
  }
  50% {
    transform: translateX(0%);
    opacity: 0.45;
  }
  100% {
    transform: translateX(100%);
    opacity: 0.85;
  }
}
.skeleton-block {
  position: relative;
  overflow: hidden;
  background-color: var(--color-skeleton-base);
}
.skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--color-skeleton-highlight) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: skeleton-shimmer 2s ease-in-out infinite;
}
@media (prefers-color-scheme: dark) {
  .skeleton-block {
    background-color: var(--color-skeleton-dark);
  }
  .skeleton-block::after {
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.25) 50%,
      transparent 100%
    );
  }
}
div.emgithub-file {
  margin: 0 !important;
}
@font-face {
  font-family: 'ABCGintoRounded';
  src: url('/static/fonts/ABCGintoRounded-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCMonumentGrotesk';
  src: url('/static/fonts/ABCMonumentGrotesk-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCMonumentGrotesk';
  src: url('/static/fonts/ABCMonumentGrotesk-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCMonumentGrotesk';
  src: url('/static/fonts/ABCMonumentGrotesk-LightItalic-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.chart-container {
  position: relative;
  height: 300px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .chart-container {
    height: 400px;
  }
}
.hljs {
  background: var(--color-system-grey-120);
  color: var(--color-system-grey-20);
  padding: 1rem;
  border-radius: 0;
  border: 2px solid var(--color-brand-blue-90);
  font-family: 'Courier New', monospace;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
  color: var(--color-brand-blue-40);
}
.hljs-string,
.hljs-title {
  color: var(--color-brand-blue-60);
}
.hljs-comment {
  color: var(--color-system-grey-70);
  font-style: italic;
}
.hljs-number {
  color: var(--color-brand-blue-50);
}
.hljs-attr,
.hljs-variable {
  color: var(--color-system-grey-30);
}
.bg-green-100 {
  background-color: var(--color-status-success-light);
}
.text-green-800 {
  color: var(--color-status-success);
}
.bg-yellow-100 {
  background-color: var(--color-status-warning-light);
}
.text-yellow-800 {
  color: var(--color-status-warning);
}
.bg-red-100 {
  background-color: var(--color-status-error-light);
}
.text-red-800 {
  color: var(--color-status-error);
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
