/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-zinc-50: oklch(98.5% 0 none);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-neutral-100: oklch(97% 0 none);
    --color-neutral-300: oklch(87% 0 none);
    --color-neutral-500: oklch(55.6% 0 none);
    --color-neutral-700: oklch(37.1% 0 none);
    --color-neutral-900: oklch(20.5% 0 none);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --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);
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 16px;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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-bg: #14081f;
    --color-sidebar: #1a102c;
    --color-line: rgba(255, 255, 255, 0.08);
    --color-fg: #f4f0ff;
    --color-muted: #b7a8d4;
    --color-faint: #8b7aa8;
    --color-primary: #8b5cf6;
    --color-primary-2: #a78bfa;
    --color-gold: #f5c542;
    --font-display: "Unbounded", "Manrope", system-ui, 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .right-1 {
    right: var(--spacing);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .ml-px {
    margin-left: 1px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .shrink {
    flex-shrink: 1;
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[0\.25\] {
    scale: 0.25;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-zinc-50 {
    background-color: var(--color-zinc-50);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .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-\[13px\] {
    font-size: 13px;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-500 {
    color: var(--color-zinc-500);
  }
  .text-zinc-900 {
    color: var(--color-zinc-900);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .-outline-offset-1 {
    outline-offset: calc(1px * -1);
  }
  .outline-black\/10 {
    outline-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .blur-\[4px\] {
    --tw-blur: blur(4px);
    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,);
  }
  .blur-none {
    --tw-blur:  ;
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    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,);
  }
  .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,);
  }
  .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, -webkit-backdrop-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-\[box-shadow\] {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,filter\,scale\] {
    transition-property: opacity,filter,scale;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[scale\,background-color\] {
    transition-property: scale,background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[scale\,opacity\,filter\] {
    transition-property: scale,opacity,filter;
    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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-\[cubic-bezier\(0\.2\,0\,0\,1\)\] {
    --tw-ease: cubic-bezier(0.2,0,0,1);
    transition-timing-function: cubic-bezier(0.2,0,0,1);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:top-1\/2::after {
    content: var(--tw-content);
    top: calc(1 / 2 * 100%);
  }
  .after\:left-1\/2::after {
    content: var(--tw-content);
    left: calc(1 / 2 * 100%);
  }
  .after\:size-10::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .after\:-translate-1\/2::after {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (hover: hover) {
    .hover\:bg-neutral-100:hover {
      background-color: var(--color-neutral-100);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .active\:scale-\[0\.96\]:active {
    scale: 0.96;
  }
  .active\:not-disabled\:scale-\[0\.96\]:active:not(:disabled) {
    scale: 0.96;
  }
  .disabled\:cursor-wait:disabled {
    cursor: wait;
  }
  .disabled\:no-underline:disabled {
    text-decoration-line: none;
  }
  @media (prefers-color-scheme: dark) {
    .dark\:border-neutral-700 {
      border-color: var(--color-neutral-700);
    }
    .dark\:bg-white\/20 {
      background-color: color-mix(in srgb, #fff 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-white\/20 {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
    .dark\:bg-zinc-950 {
      background-color: var(--color-zinc-950);
    }
    .dark\:text-zinc-50 {
      color: var(--color-zinc-50);
    }
    .dark\:text-zinc-400 {
      color: var(--color-zinc-400);
    }
    .dark\:outline-white\/10 {
      outline-color: color-mix(in srgb, #fff 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:outline-white\/10 {
        outline-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    @media (hover: hover) {
      .dark\:hover\:bg-neutral-900:hover {
        background-color: var(--color-neutral-900);
      }
    }
  }
}
@layer base {
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html, body, #app {
    min-height: 100%;
  }
  body {
    font-family: var(--font-sans);
    background: var(--color-bg);
    color: var(--color-fg);
    line-height: 1.65;
    margin: 0;
  }
  img {
    max-width: 100%;
    display: block;
  }
  a {
    color: var(--color-primary-2);
    text-decoration: none;
  }
  a:hover {
    color: #fff;
  }
  h1, h2, h3 {
    text-wrap: balance;
    font-family: var(--font-display);
  }
  p {
    text-wrap: pretty;
  }
}
.app-shell {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 100vh;
}
.content-col {
  min-width: 0;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 22px;
  background: linear-gradient(180deg, #1d1030 0%, #170b26 100%);
  border-bottom: 1px solid var(--color-line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 18px;
  flex-shrink: 0;
  font-family: var(--font-display);
}
.brand:hover {
  color: #fff;
}
.brand-logo {
  height: 36px;
  width: auto;
  display: block;
}
.search {
  flex: 1;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2b1848;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--color-faint);
}
.search input {
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  font: inherit;
}
.search input::placeholder {
  color: #8d79b0;
}
.top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-switch {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1a0f2c;
}
.lang-switch a {
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #b7a8d4;
}
.lang-switch a:hover {
  color: #fff;
}
.lang-switch a.on {
  background: #6d28d9;
  color: #fff;
}
.promo-chip {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: linear-gradient(90deg, #3b1d63, #1a0c28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: #fff;
}
.promo-chip:hover {
  color: #fff;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  transition: 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary {
  background: #7c4dff;
  color: #fff;
}
.btn-primary:hover {
  background: #8b5cf6;
  color: #fff;
}
.btn-ghost {
  background: #2a1848;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.btn-ghost:hover {
  background: #352056;
  color: #fff;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #2a1848;
  border: 1px solid var(--color-line);
  color: #fff;
}
.sidebar {
  background: var(--color-sidebar);
  border-right: 1px solid var(--color-line);
  padding: 16px 12px 28px;
  position: sticky;
  top: 65px;
  height: calc(100vh - 65px);
  overflow: auto;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #d7c9f2;
  font-weight: 600;
  font-size: 14px;
}
.nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.nav-item.active {
  background: #3b2460;
  color: #fff;
}
.nav-ico {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  opacity: 0.9;
  flex-shrink: 0;
}
.nav-split {
  height: 1px;
  background: var(--color-line);
  margin: 10px 8px;
}
.main {
  min-width: 0;
  padding: 22px 24px 40px;
  overflow-x: hidden;
}
.hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 26px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.hero-banner {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 78% center;
}
.hero-copy {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  padding: 36px 40px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(10, 3, 20, 0.82) 0%, rgba(10, 3, 20, 0.4) 62%, transparent 100%);
}
.hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}
.hero .lead {
  color: #d6c7f5;
  max-width: 420px;
  margin: 0 0 18px;
}
.hero-sum {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
}
.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0 22px;
}
.chip {
  background: #2b1848;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #efe7ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.chip:hover {
  background: #3b2460;
  color: #fff;
}
.dossier {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 230px;
  gap: 14px;
  margin: 4px 0 28px;
}
.dossier-card {
  background: #1d1232;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
}
.dossier-logo {
  background: linear-gradient(135deg, #2c1450, #14081f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 12px;
  margin-bottom: 6px;
  display: grid;
  place-items: center;
}
.dossier-logo img {
  height: 44px;
  width: auto;
}
.dossier-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-faint);
}
.dossier-value {
  margin: 0;
  color: #efe7ff;
  font-size: 14px;
  line-height: 1.45;
}
.dossier-value a {
  color: #c4b5fd;
  word-break: break-word;
}
.dossier-value a:hover {
  color: #fff;
}
.dossier-activity h2, .dossier-file h2 {
  font-size: 18px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.dossier-lead {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 10px;
}
.dossier-art {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #12081f;
}
.dossier-art img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  object-position: 35% center;
}
.dossier-activity p {
  margin: 0 0 10px;
  color: #d9ceef;
  font-size: 14px;
}
.dossier-file dl {
  margin: 0;
}
.dossier-file dt {
  font-size: 12px;
  color: var(--color-faint);
  font-weight: 700;
  margin-top: 10px;
}
.dossier-file dt:first-child {
  margin-top: 0;
}
.dossier-file dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 14px;
}
.dossier-code {
  font-size: 22px;
  letter-spacing: 0.04em;
  font-family: var(--font-display);
  color: var(--color-gold);
}
.dossier-more {
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
}
@media (max-width: 1100px) {
  .dossier {
    grid-template-columns: 1fr 1fr;
  }
  .dossier-activity {
    grid-column: 1 / -1;
  }
  .dossier-lead {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .dossier-art img {
    height: 140px;
  }
}
@media (max-width: 700px) {
  .dossier {
    grid-template-columns: 1fr;
  }
  .dossier-lead {
    grid-template-columns: 1fr;
  }
  .dossier-art img {
    height: 160px;
    object-position: center 30%;
  }
}
.section {
  margin: 28px 0;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.see-all {
  color: #c4b5fd;
  font-weight: 600;
  font-size: 14px;
}
.grid-games {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.game-card {
  background: #23143c;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.game-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167, 139, 250, 0.4);
}
.game-art {
  aspect-ratio: 2 / 3;
  display: flex;
  align-items: flex-end;
  padding: 0;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  overflow: hidden;
  position: relative;
}
.game-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-name {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px 8px 8px;
  background: linear-gradient(transparent, rgba(8, 2, 16, 0.88));
  text-shadow: 0 2px 8px #000;
}
.game-card small {
  display: block;
  padding: 8px 10px 10px;
  color: var(--color-muted);
  font-size: 12px;
}
.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #7c4dff;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.badge.gold {
  background: #f59e0b;
  color: #1a0a08;
}
.badge.green {
  background: #10b981;
}
.art-amber {
  background: linear-gradient(160deg, #3b2a12, #111);
}
.art-forest {
  background: linear-gradient(160deg, #14532d, #052e16);
}
.art-ember {
  background: linear-gradient(160deg, #7c2d12, #1c0a06);
}
.art-rust {
  background: linear-gradient(160deg, #9a3412, #431407);
}
.art-clover {
  background: linear-gradient(160deg, #166534, #052e16);
}
.art-navy {
  background: linear-gradient(160deg, #1e3a8a, #0f172a);
}
.art-bronze {
  background: linear-gradient(160deg, #b45309, #7c2d12);
}
.art-stone {
  background: linear-gradient(#7c2d12, #1c1917);
}
.art-magenta {
  background: linear-gradient(#9f1239, #3b0764);
}
.art-luck {
  background: linear-gradient(#b45309, #7f1d1d);
}
.art-honey {
  background: linear-gradient(#a16207, #78350f);
}
.art-chili {
  background: linear-gradient(#166534, #14532d);
}
.art-blue {
  background: linear-gradient(#1d4ed8, #1e3a8a);
}
.art-coin {
  background: linear-gradient(#f59e0b, #7c2d12);
}
.art-indigo {
  background: linear-gradient(#312e81, #0f172a);
}
.art-rose {
  background: linear-gradient(#9d174d, #4a044e);
}
.art-vegas {
  background: linear-gradient(#1e3a8a, #111);
}
.art-violet {
  background: linear-gradient(#4c1d95, #1e1b4b);
}
.art-candy {
  background: linear-gradient(#db2777, #6b21a8);
}
.art-teal {
  background: linear-gradient(#0f766e, #134e4a);
}
.art-strike {
  background: linear-gradient(#e11d48, #9f1239);
}
.art-storm {
  background: linear-gradient(#0369a1, #0f172a);
}
.art-pub {
  background: linear-gradient(#15803d, #14532d);
}
.art-goldpot {
  background: linear-gradient(#ca8a04, #854d0e);
}
.art-fiesta {
  background: linear-gradient(#c026d3, #6b21a8);
}
.art-pub2 {
  background: linear-gradient(#16a34a, #365314);
}
.grid-providers {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.prov {
  background: #241541;
  border-radius: 16px;
  padding: 16px 10px 14px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 108px;
}
.prov b {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.prov span {
  color: var(--color-faint);
  font-size: 12px;
}
.prov .tag {
  display: inline-block;
  background: #7c4dff;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.prov .tag.gold {
  background: #f59e0b;
  color: #1a0a08;
}
.article {
  max-width: 980px;
  width: 100%;
  min-width: 0;
}
.article h1 {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.15;
  margin: 6px 0 14px;
}
.article h2 {
  font-size: 24px;
  margin: 28px 0 12px;
}
.article h3 {
  font-size: 18px;
  margin: 20px 0 8px;
}
.article p, .article li {
  color: #ddd3f3;
}
.article p {
  margin: 0 0 12px;
}
.article ul, .article ol {
  margin: 0 0 14px 20px;
}
.article li {
  margin: 6px 0;
}
.lead-box {
  background: linear-gradient(180deg, #2a1746, #211338);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 18px;
  color: #e7def8;
  margin-bottom: 18px;
}
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
  margin: 14px 0 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: #1d1232;
  border-radius: 12px;
  overflow: hidden;
}
th, td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}
th {
  background: #2b1848;
  color: #fff;
  font-weight: 700;
}
td {
  color: #d9ceef;
}
.note {
  font-size: 13px;
  color: var(--color-faint);
  margin-top: 20px;
}
.warn {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #fecaca;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 16px 0;
}
.okbox {
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.22);
  color: #bbf7d0;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 16px 0;
}
.steps {
  counter-reset: step;
  list-style: none;
  margin-left: 0;
}
.steps li {
  position: relative;
  padding: 12px 12px 12px 52px;
  background: #22143a;
  border-radius: 12px;
  margin: 10px 0;
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #7c4dff;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
}
.site-footer {
  margin-top: 36px;
  background: #160b24;
  border-top: 1px solid var(--color-line);
  padding: 28px 24px 16px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.foot-grid h3 {
  margin: 0 0 12px;
  font-size: 16px;
}
.pay-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.pay {
  background: #fff;
  color: #111;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 13px;
}
.pay.dark {
  background: #111;
  color: #fff;
}
.support-card {
  background: #2a1746;
  border-radius: 14px;
  padding: 12px 14px;
}
.support-card a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  color: #e9ddff;
}
.foot-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.foot-links a {
  color: #d6c7f5;
}
.apps {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.app-badge {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.2;
}
.soc {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.soc a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2a1746;
  color: #fff;
}
.legal {
  margin-top: 22px;
  color: #8d7aa8;
  font-size: 12px;
  line-height: 1.55;
}
.age {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #c4b5fd;
  font-weight: 700;
}
.page-hero {
  background: linear-gradient(90deg, #2a1650, #1a0d2c);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 22px;
}
.crumbs {
  color: var(--color-faint);
  font-size: 13px;
  margin-bottom: 8px;
}
.crumbs a {
  color: #c4b5fd;
}
.faq details {
  background: #22143a;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.faq p {
  margin-top: 8px;
}
.sidebar-scrim {
  display: none;
}
.mt-18 {
  margin-top: 18px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-12 {
  margin-top: 12px;
}
.hero-chip {
  display: inline-flex;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .grid-games {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-providers {
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-banner {
    min-height: 240px;
    object-position: 70% center;
  }
}
@media (max-width: 900px) {
  .app-shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 65px;
    width: 250px;
    transform: translateX(-110%);
    transition: 0.25s ease;
    z-index: 50;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  }
  .sidebar.open {
    transform: none;
  }
  .sidebar-scrim {
    display: block;
    position: fixed;
    inset: 65px 0 0 0;
    background: rgba(8, 2, 16, 0.55);
    z-index: 45;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-banner {
    min-height: 180px;
    height: 180px;
    object-position: 58% 35%;
  }
  .hero-copy {
    max-width: none;
    padding: 18px 16px 20px;
    background: #160a22;
    justify-content: flex-start;
  }
  .grid-games, .grid-providers {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .promo-chip.desktop-only {
    display: none;
  }
  .main {
    padding: 16px 14px 32px;
  }
}
@media (max-width: 560px) {
  .brand-logo {
    height: 28px;
  }
  .top-actions .btn {
    padding: 9px 12px;
    font-size: 13px;
  }
  .lang-switch a {
    padding: 7px 8px;
    font-size: 11px;
  }
  .search {
    display: none;
  }
  table {
    min-width: 480px;
  }
  .topbar {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 12px;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
