/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-fuchsia-500: oklch(66.7% 0.295 322.15);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-gz-black-100: #0c0d14;
    --color-gz-black-90: #13141e;
    --color-gz-black-80: #1a1b28;
    --color-gz-black-70: #212233;
    --color-gz-black-40: #373952;
    --color-gz-brand-100: #6842ff;
    --color-gz-brand-60: #a48eff;
    --color-gz-white-50: #aaadbe;
    --color-gz-white-30: #878a9e;
    --color-gz-white-10: #666a7f;
    --color-gz-white-100: #f9faff;
    --font-brand: "Hussar Szturm", "Montserrat", ui-sans-serif, 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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[35\] {
    z-index: 35;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[calc\(100dvh-3\.5rem\)\] {
    height: calc(100dvh - 3.5rem);
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
  .min-h-\[34px\] {
    min-height: 34px;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-0 {
    max-width: calc(var(--spacing) * 0);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: 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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#13141e\] {
    border-color: #13141e;
  }
  .border-gz-black-70 {
    border-color: var(--color-gz-black-70);
  }
  .border-gz-black-80 {
    border-color: var(--color-gz-black-80);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#0c0d14\] {
    background-color: #0c0d14;
  }
  .bg-black\/55 {
    background-color: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }
  .bg-gz-black-40 {
    background-color: var(--color-gz-black-40);
  }
  .bg-gz-black-70 {
    background-color: var(--color-gz-black-70);
  }
  .bg-gz-black-80 {
    background-color: var(--color-gz-black-80);
  }
  .bg-gz-black-100 {
    background-color: var(--color-gz-black-100);
  }
  .bg-zinc-50 {
    background-color: var(--color-zinc-50);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-cyan-400 {
    --tw-gradient-from: var(--color-cyan-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-fuchsia-500 {
    --tw-gradient-via: var(--color-fuchsia-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-orange-400 {
    --tw-gradient-to: var(--color-orange-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-brand {
    font-family: var(--font-brand);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .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-\[11px\] {
    font-size: 11px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-current {
    color: currentcolor;
  }
  .text-gz-brand-60 {
    color: var(--color-gz-brand-60);
  }
  .text-gz-white-10 {
    color: var(--color-gz-white-10);
  }
  .text-gz-white-30 {
    color: var(--color-gz-white-30);
  }
  .text-gz-white-50 {
    color: var(--color-gz-white-50);
  }
  .text-gz-white-100 {
    color: var(--color-gz-white-100);
  }
  .text-sky-600 {
    color: var(--color-sky-600);
  }
  .text-transparent {
    color: transparent;
  }
  .text-zinc-700 {
    color: var(--color-zinc-700);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_3px_3px_-2px_rgb\(0_0_0\/0\.2\)\,0_3px_4px_0_rgb\(0_0_0\/0\.14\)\,0_1px_8px_0_rgb\(0_0_0\/0\.12\)\] {
    --tw-shadow: 0 3px 3px -2px var(--tw-shadow-color, rgb(0 0 0/0.2)), 0 3px 4px 0 var(--tw-shadow-color, rgb(0 0 0/0.14)), 0 1px 8px 0 var(--tw-shadow-color, rgb(0 0 0/0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --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);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .ring-gz-black-40 {
    --tw-ring-color: var(--color-gz-black-40);
  }
  .ring-gz-brand-100 {
    --tw-ring-color: var(--color-gz-brand-100);
  }
  .ring-gz-brand-100\/45 {
    --tw-ring-color: color-mix(in srgb, #6842ff 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-gz-brand-100) 45%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-\[opacity\,max-width\] {
    transition-property: opacity,max-width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\,transform\,box-shadow\] {
    transition-property: width,transform,box-shadow;
    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-opacity {
    transition-property: opacity;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[-webkit-tap-highlight-color\:transparent\] {
    -webkit-tap-highlight-color: transparent;
  }
  .ring-inset {
    --tw-ring-inset: inset;
  }
  .group-hover\/side\:pointer-events-auto {
    &:is(:where(.group\/side):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\/side\:max-w-\[min\(200px\,9rem\)\] {
    &:is(:where(.group\/side):hover *) {
      @media (hover: hover) {
        max-width: min(200px, 9rem);
      }
    }
  }
  .group-hover\/side\:text-gz-white-50 {
    &:is(:where(.group\/side):hover *) {
      @media (hover: hover) {
        color: var(--color-gz-white-50);
      }
    }
  }
  .group-hover\/side\:opacity-100 {
    &:is(:where(.group\/side):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-gz-white-50 {
    &::placeholder {
      color: var(--color-gz-white-50);
    }
  }
  .placeholder\:opacity-100 {
    &::placeholder {
      opacity: 100%;
    }
  }
  .hover\:border-gz-brand-60 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gz-brand-60);
      }
    }
  }
  .hover\:bg-gz-black-70 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gz-black-70);
      }
    }
  }
  .hover\:text-gz-white-50 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gz-white-50);
      }
    }
  }
  .hover\:text-gz-white-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gz-white-100);
      }
    }
  }
  .focus-visible\:border-gz-brand-100 {
    &:focus-visible {
      border-color: var(--color-gz-brand-100);
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .motion-reduce\:transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none;
    }
  }
  .min-\[1082px\]\:absolute {
    @media (width >= 1082px) {
      position: absolute;
    }
  }
  .min-\[1082px\]\:top-1\/2 {
    @media (width >= 1082px) {
      top: calc(1 / 2 * 100%);
    }
  }
  .min-\[1082px\]\:left-1\/2 {
    @media (width >= 1082px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .min-\[1082px\]\:mx-0 {
    @media (width >= 1082px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .min-\[1082px\]\:ml-auto {
    @media (width >= 1082px) {
      margin-left: auto;
    }
  }
  .min-\[1082px\]\:w-\[min\(460px\,calc\(100\%-22rem\)\)\] {
    @media (width >= 1082px) {
      width: min(460px, calc(100% - 22rem));
    }
  }
  .min-\[1082px\]\:flex-none {
    @media (width >= 1082px) {
      flex: none;
    }
  }
  .min-\[1082px\]\:-translate-x-1\/2 {
    @media (width >= 1082px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .min-\[1082px\]\:-translate-y-1\/2 {
    @media (width >= 1082px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .min-\[1910px\]\:border-b-0 {
    @media (width >= 1910px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .min-\[1910px\]\:bg-gz-black-70 {
    @media (width >= 1910px) {
      background-color: var(--color-gz-black-70);
    }
  }
  .min-\[1910px\]\:shadow-none {
    @media (width >= 1910px) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:h-12 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:w-12 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-3 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:top-\[60px\] {
    @media (width >= 48rem) {
      top: 60px;
    }
  }
  .md\:h-\[3\.25rem\] {
    @media (width >= 48rem) {
      height: 3.25rem;
    }
  }
  .md\:h-\[calc\(100dvh-60px\)\] {
    @media (width >= 48rem) {
      height: calc(100dvh - 60px);
    }
  }
  .md\:min-h-\[60px\] {
    @media (width >= 48rem) {
      min-height: 60px;
    }
  }
  .md\:w-\[3\.25rem\] {
    @media (width >= 48rem) {
      width: 3.25rem;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:w-\[60px\] {
    @media (width >= 80rem) {
      width: 60px;
    }
  }
  .xl\:hover\:w-\[200px\] {
    @media (width >= 80rem) {
      &:hover {
        @media (hover: hover) {
          width: 200px;
        }
      }
    }
  }
  .xl\:hover\:shadow-\[8px_0_28px_-6px_rgb\(0_0_0\/0\.5\)\] {
    @media (width >= 80rem) {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 8px 0 28px -6px var(--tw-shadow-color, rgb(0 0 0/0.5));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../public/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hussar Szturm";
  src: url("../../../public/fonts/HussarSzturm_Alxg.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer base {
  body {
    font-family: var(--font-sans);
  }
}
@media (max-width: 1279.98px) {
  aside#gz-sidebar nav {
    margin-top: 70px;
  }
}
@media (min-width: 1280px) {
  aside#gz-sidebar nav {
    margin-top: 21px;
  }
}
@layer components {
  .gz-main {
    transition: padding-left 0.2s ease-in-out, padding-top 0.2s ease;
    padding-top: 6.5rem;
  }
  @media (min-width: 768px) and (max-width: 1279px) {
    .gz-main {
      padding-top: 6.75rem;
    }
  }
  @media (max-width: 1279.98px) {
    .gz-main {
      margin-top: 0;
    }
  }
  @media (min-width: 1280px) {
    .gz-main {
      padding-top: 4.75rem;
    }
  }
  body:not(.gz-sidebar-open) .gz-main {
    padding-left: 0;
  }
  body.gz-sidebar-open .gz-main {
    padding-left: 60px;
  }
  @media (max-width: 1279px) {
    body.gz-sidebar-open .gz-main, body.gz-sidebar-open .gz-site-footer {
      padding-left: 0 !important;
    }
    #gz-sidebar {
      z-index: 45;
      width: 200px !important;
      min-width: 200px;
      max-width: min(200px, 85vw);
      box-shadow: 8px 0 28px -6px rgb(0 0 0 / 0.45);
    }
    #gz-sidebar:hover {
      width: 200px !important;
      box-shadow: 8px 0 28px -6px rgb(0 0 0 / 0.5);
    }
    body.gz-sidebar-open #gz-sidebar .gz-sidebar-label {
      pointer-events: auto !important;
      max-width: min(200px, 9rem) !important;
      opacity: 1 !important;
    }
    body.gz-sidebar-open #gz-sidebar .gz-sidebar-foot {
      pointer-events: auto !important;
      opacity: 1 !important;
    }
  }
  .gz-site-footer {
    border-top: 1px solid var(--color-gz-black-80);
    background-color: var(--color-gz-black-90);
    color: var(--color-gz-white-50);
    transition: padding-left 0.2s ease-in-out;
  }
  body:not(.gz-sidebar-open) .gz-site-footer {
    padding-left: 0;
  }
  body.gz-sidebar-open .gz-site-footer {
    padding-left: 60px;
  }
  body.gz-app-layout {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
  }
  .gz-app-stretch {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 0;
  }
  .gz-app-stretch .gz-main {
    flex: 1 1 auto;
  }
  .gz-skel {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-gz-black-70);
  }
  .gz-skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient( 90deg, transparent 0%, rgb(255 255 255 / 0.07) 50%, transparent 100% );
    animation: gz-skel-shine 1.35s ease-in-out infinite;
  }
  @keyframes gz-skel-shine {
    100% {
      transform: translateX(100%);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .gz-skel::after {
      animation: none;
    }
  }
  .gz-skel--continue-thumb {
    width: 100px;
    height: 100px;
    border-radius: 12px;
  }
  .gz-skel--tile {
    width: min(280px, 72vw);
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }
  .gz-skel--tile-wide {
    width: min(360px, 85vw);
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }
  .gz-skel--tile-leader {
    width: min(220px, 40vw);
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }
  .gz-skel--portrait {
    width: min(180px, 46vw);
    aspect-ratio: 2 / 3;
    border-radius: 14px;
  }
  .gz-skel--grid-card {
    width: 100%;
    aspect-ratio: 14 / 9;
    border-radius: 14px;
  }
  .gz-skel--title {
    height: 1.75rem;
    width: min(220px, 55%);
    border-radius: 8px;
  }
  .gz-skel--more {
    height: 2rem;
    width: 5.5rem;
    border-radius: 999px;
  }
  .gz-skel-sec {
    margin-bottom: 2.5rem;
  }
  .gz-skel-sec__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .gz-play-frame-skel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    justify-content: stretch;
    border-radius: inherit;
    background-color: var(--color-gz-black-100);
  }
  .gz-play-frame-skel.hidden {
    display: none;
  }
  .gz-skel--play-frame {
    flex: 1;
    width: 100%;
    min-height: 120px;
    border-radius: 0;
  }
  .gz-skel--play-random {
    width: 100%;
    aspect-ratio: 12 / 9;
    border-radius: 10px;
  }
  #gz-search-wrap {
    position: relative;
    z-index: 60;
  }
  .gz-search-dropdown {
    position: absolute;
    z-index: 70;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    display: none;
    max-height: min(70vh, 420px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 12px;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-90);
    box-shadow: 0 12px 40px -8px rgb(0 0 0 / 0.55), 0 0 0 1px rgb(40 41 61 / 0.35);
  }
  .gz-search-dropdown.gz-search-dropdown--open {
    display: block;
  }
  .gz-search-group {
    padding: 0.35rem 0;
  }
  .gz-search-group__title {
    padding: 0.35rem 0.75rem 0.25rem;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-gz-white-50);
  }
  .gz-search-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .gz-search-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-gz-white-100);
    text-decoration: none;
    transition: background-color 0.12s ease;
  }
  .gz-search-row:hover {
    background-color: var(--color-gz-black-80);
  }
  .gz-search-row--game {
    gap: 0.65rem;
  }
  .gz-search-thumb {
    width: 48px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 6px;
    object-fit: cover;
    background-color: var(--color-gz-black-40);
  }
  .gz-search-row__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gz-search-empty {
    margin: 0;
    padding: 0.85rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-gz-white-50);
  }
  .gz-site-footer__wrap {
    box-sizing: border-box;
    max-width: 1920px;
    margin-inline: auto;
    padding: 0.75rem 0.75rem 0.875rem;
  }
  @media (min-width: 768px) {
    .gz-site-footer__wrap {
      padding-inline: 1rem;
    }
  }
  .gz-site-footer__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
  }
  @media (min-width: 640px) {
    .gz-site-footer__row {
      flex-direction: row;
      align-items: center;
    }
  }
  .gz-site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
  }
  .gz-site-footer__link {
    color: var(--color-gz-white-50);
    text-decoration: none;
    transition: color 0.15s ease;
  }
  .gz-site-footer__link:hover {
    color: var(--color-gz-white-100);
  }
  .gz-site-footer__dot {
    color: var(--color-gz-black-70);
    user-select: none;
    padding: 0 0.1rem;
    font-weight: 400;
  }
  @media (max-width: 639px) {
    .gz-site-footer__dot {
      display: none;
    }
  }
  .gz-site-footer__apps {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.65rem;
  }
  .gz-site-footer__appstore {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 10px;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-80);
    padding: 0.35rem 0.65rem;
    color: var(--color-gz-white-100);
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease;
  }
  .gz-site-footer__appstore:hover {
    border-color: var(--color-gz-brand-60);
    background-color: var(--color-gz-black-70);
  }
  .gz-site-footer__appstore-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
  }
  .gz-site-footer__appstore-line1 {
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-gz-white-50);
  }
  .gz-site-footer__appstore-line2 {
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--color-gz-white-100);
  }
  .gz-site-footer__qr {
    display: block;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-white-100);
    transition: border-color 0.15s ease;
  }
  .gz-site-footer__qr:hover {
    border-color: var(--color-gz-brand-60);
  }
  .gz-site-footer__qr-img {
    display: block;
    width: 72px;
    height: auto;
    vertical-align: middle;
  }
  .gz-site-footer__copy {
    margin: 0.65rem 0 0;
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--color-gz-white-10);
  }
  .gz-sidebar-scroll {
    scrollbar-width: none;
  }
  .gz-sidebar-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  @media (hover: hover) {
    body.gz-sidebar-open #gz-sidebar:hover .gz-sidebar-scroll:hover {
      scrollbar-width: thin;
      scrollbar-color: var(--color-gz-white-50) transparent;
    }
    body.gz-sidebar-open #gz-sidebar:hover .gz-sidebar-scroll:hover::-webkit-scrollbar {
      width: 4px;
    }
    body.gz-sidebar-open #gz-sidebar:hover .gz-sidebar-scroll:hover::-webkit-scrollbar-thumb {
      border-radius: 30px;
      background-color: var(--color-gz-white-50);
    }
  }
  .gz-sidebar-row {
    border-radius: 0;
  }
  .gz-sidebar-row--active {
    border-radius: 0;
  }
  .gz-sidebar-row--active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
    width: 3px;
    height: 22px;
    background-color: var(--color-gz-brand-60);
    border-radius: 0;
    pointer-events: none;
  }
  .gz-sidebar-row--active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    width: 7px;
    height: 26px;
    border-radius: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, rgb(164 142 255 / 0.45), transparent );
  }
  .gz-sidebar-cat-thumb {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 8px;
    object-fit: cover;
    background-color: var(--color-gz-black-40);
  }
  .gamzox-tag-page {
    box-sizing: border-box;
    width: 100%;
    max-width: min(1680px, 100%);
    margin-inline: auto;
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
  }
  .gamzox-page-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--base-unit, 8px) * 2);
    margin-bottom: calc(var(--base-unit, 8px) * 2);
    padding-bottom: calc(var(--base-unit, 8px) * 2);
    border-bottom: 1px solid var(--color-gz-black-80);
  }

  /* Browse / category / favorites: breathing room below chrome on phones & tablets */
  @media (max-width: 1023.98px) {
    header.gamzox-page-title {
      margin-top: 17px;
    }
  }

  .gamzox-page-title__content {
    flex: 1 1 280px;
    min-width: 0;
  }
  .gamzox-page-title__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: calc(var(--base-unit, 8px) * 0.75);
    font-size: var(--font-size-body-small, 11.2px);
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-gz-white-50);
  }
  .gamzox-page-title__sep {
    margin-inline: 0.15rem;
    color: var(--color-gz-white-30);
    user-select: none;
  }
  .gamzox-page-title__crumb {
    color: var(--color-gz-white-50);
  }
  .gamzox-page-title__link {
    color: var(--color-gz-white-50);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.15s ease;
  }
  .gamzox-page-title__link:hover {
    color: var(--color-gz-brand-60);
  }
  .gamzox-page-title__title {
    margin: 0;
    font-family: var(--font-family-brand, "Montserrat", system-ui, sans-serif);
    font-size: clamp(1.25rem, 2.2vw, var(--font-size-h1, 24px));
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-gz-white-100);
  }
  .gamzox-page-title__meta {
    margin: calc(var(--base-unit, 8px) * 0.75) 0 0;
    max-width: 52rem;
    font-size: var(--font-size-body, 14px);
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-gz-white-50);
    min-height: 1.25rem;
  }
  .gamzox-tag-page__grid-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .gamzox-tag-page__host {
    box-sizing: border-box;
    width: 100%;
    max-width: min(1560px, 100%);
    margin-inline: auto;
    padding-block: 0.25rem 0.5rem;
  }
  .gamzox-tag-page__grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem;
    justify-content: center;
    grid-template-columns: repeat( auto-fill, minmax(min(100%, 188px), 1fr) );
  }

  /* Phones: always 2 cards per row (auto-fill + min(100%,…) can collapse to 1 col on narrow viewports) */
  @media (max-width: 767.98px) {
    .gamzox-tag-page__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }
  }

  @media (min-width: 640px) {
    .gamzox-tag-page__grid {
      gap: 1.125rem;
    }
  }
  @media (min-width: 1100px) {
    .gamzox-tag-page__grid {
      gap: 1.25rem;
      grid-template-columns: repeat( auto-fill, minmax(min(100%, 200px), 1fr) );
    }
  }
  .gamzox-tag-page__cell {
    min-width: 0;
  }
  .gamzox-game-thumb {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    color: var(--color-gz-white-100);
    isolation: isolate;
    transition: transform 0.15s ease-in-out;
  }
  .gamzox-game-thumb--grid {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-80);
    height: 100%;
    width: 100%;
  }
  .gamzox-game-thumb--grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    box-sizing: border-box;
    border-radius: inherit;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color 0.15s ease;
  }
  .gamzox-game-thumb__img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 14 / 9;
    object-fit: cover;
    border-radius: 0;
    background-color: var(--color-gz-black-40);
  }
  .gamzox-game-thumb__title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 7px 10px;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--color-gz-white-100);
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.85);
    background: linear-gradient( 180deg, transparent, rgb(12 13 20 / 0.88) );
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  @media (hover: hover) {
    .gamzox-game-thumb--grid:hover {
      transform: translateY(-2px);
      z-index: 2;
    }
    .gamzox-game-thumb--grid:hover::after {
      border-color: var(--color-gz-brand-60);
    }
  }
  .gamzox-game-thumb--grid:focus-visible {
    outline: none;
    transform: translateY(-2px);
    z-index: 2;
  }
  .gamzox-game-thumb--grid:focus-visible::after {
    border-color: var(--color-gz-brand-60);
  }
  .gz-fav-card {
    position: relative;
  }
  .gz-fav-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 5;
    display: flex;
    height: 28px;
    width: 28px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-gz-white-100);
    background-color: rgb(12 13 20 / 0.72);
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .gz-fav-remove:hover {
    background-color: var(--color-gz-black-80);
    color: var(--color-gz-brand-60);
  }
  .gamzox-tag-page__empty {
    display: block;
    text-align: center;
    font-size: var(--font-size-body, 14px);
    font-weight: 600;
    color: var(--color-gz-white-50);
  }
  .gamzox-tag-page__empty--box {
    margin: 0;
    padding: calc(var(--base-unit, 8px) * 3);
    border-radius: 12px;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-80);
  }
  .gz-play-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: calc(var(--base-unit, 8px) * 2);
    padding: calc(var(--base-unit, 8px) * 2);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  @media (min-width: 1280px) {
    .gz-play-layout {
      flex-direction: row;
      align-items: flex-start;
      gap: calc(var(--base-unit, 8px) * 2);
    }
  }
  .gz-play-maincol {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
  @media (min-width: 1280px) {
    .gz-play-maincol {
      width: calc(100% - 200px);
      max-width: calc(100% - 200px);
    }
  }
  .gz-play-shell {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-90);
    box-shadow: inset 0 0 0 1px rgb(40 41 61 / 0.35);
  }
  .gz-play-aspect {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-height: min(72vh, calc(100vw * 9 / 16));
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    background: var(--color-gz-black-100);
  }
  .gz-play-frame {
    position: relative;
    flex: 1;
    min-height: 0;
    width: 100%;
    height: 100%;
  }
  .gz-game-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    user-select: none;
  }
  .gz-play-toolbar {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: calc(var(--base-unit, 8px) * 1.25) calc(var(--base-unit, 8px) * 1.5);
    background-color: var(--color-gz-black-80);
    border-top: 1px solid var(--color-gz-black-70);
  }
  .gz-play-shell:fullscreen, .gz-play-shell:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
  }
  .gz-play-shell:fullscreen .gz-play-aspect, .gz-play-shell:-webkit-full-screen .gz-play-aspect {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    width: 100%;
    margin-inline: 0;
  }
  .gz-play-shell.gz-play-shell--pseudo-fs {
    position: fixed;
    inset: 0;
    z-index: 60;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
  }
  .gz-play-shell.gz-play-shell--pseudo-fs .gz-play-aspect {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    width: 100%;
    margin-inline: 0;
  }
  body.gz-play-fs-active {
    overflow: hidden;
  }
  .gz-play-toolbar__left {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.65rem;
  }
  .gz-play-toolbar__thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: var(--color-gz-black-40);
  }
  .gz-play-toolbar__title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-gz-white-100);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gz-play-toolbar__actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.35rem;
  }
  .gz-play-iconbtn {
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0;
    padding: 0;
    color: var(--color-gz-white-100);
    background-color: rgb(255 255 255 / 0.08);
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .gz-play-iconbtn:hover {
    background-color: var(--color-gz-black-70);
  }
  .gz-play-iconbtn--active {
    color: var(--color-gz-brand-60);
    background-color: rgb(164 142 255 / 0.15);
  }
  .gz-play-iconbtn__svg {
    display: block;
  }
  .gz-play-error {
    margin-top: 0.75rem;
  }
  .gz-play-sidebar {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: calc(var(--base-unit, 8px) * 1.5);
    border-radius: 12px;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-90);
  }
  @media (min-width: 1280px) {
    .gz-play-sidebar {
      width: 187px;
      position: sticky;
      top: calc(var(--header-height, 60px) + 12px);
      max-height: calc(100vh - var(--header-height, 60px) - 24px);
      overflow: auto;
    }
  }
  .gz-play-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .gz-play-sidebar__title {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--color-gz-white-100);
  }
  .gz-play-shuffle {
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
    font-size: 11px;
    font-weight: 800;
    color: var(--color-gz-white-100);
    background-color: var(--color-gz-brand-100);
    transition: filter 0.15s ease;
  }
  .gz-play-shuffle:hover {
    filter: brightness(1.08);
  }
  .gz-play-random-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .gz-play-random-link {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--color-gz-black-70);
    background-color: var(--color-gz-black-80);
    position: relative;
    transition: transform 0.15s ease, border-color 0.15s ease;
  }
  @media (hover: hover) {
    .gz-play-random-link:hover {
      transform: translateY(-1px);
      border-color: var(--color-gz-brand-60);
    }
  }
  .gz-play-random-title {
    padding: 1px 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-gz-white-100);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
  }
  .gz-play-random-img {
    display: block;
    width: 100%;
    aspect-ratio: 12 / 9;
    object-fit: cover;
    background-color: var(--color-gz-black-40);
  }
  .gz-continue {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .gz-continue__head {
    box-sizing: border-box;
    width: 100%;
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .gz-continue__track {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
    gap: 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(1rem, 2.5vw, 1.5rem);
    scrollbar-width: thin;
    scrollbar-color: var(--color-gz-white-50) transparent;
  }
  .gz-continue__track::-webkit-scrollbar {
    height: 6px;
  }
  .gz-continue__track::-webkit-scrollbar-track {
    background: transparent;
  }
  .gz-continue__track::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: var(--color-gz-black-70);
  }
  .gz-continue__thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-gz-black-40);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .gz-continue__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  @media (hover: hover) {
    .gz-continue__link:hover .gz-continue__thumb {
      transform: translateY(-2px);
      box-shadow: 0 0 0 1px var(--color-gz-brand-60), 0 10px 28px rgb(0 0 0 / 0.45);
    }
  }
  .gz-games-carousel {
    container-name: gz-games;
    container-type: inline-size;
    margin: 0;
    contain: layout paint;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: none;
  }
  .gz-games-carousel__head {
    box-sizing: border-box;
    width: 100%;
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
    margin-bottom: 12px;
  }
  .gz-games-carousel__root {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: unset;
    height: unset;
  }
  .gz-games-carousel__track {
    margin: 0;
    padding: 14px 8px 18px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    list-style: none;
    transform: translateZ(0);
    scroll-padding: 50px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }
  .gz-games-carousel__track::-webkit-scrollbar {
    display: none;
  }
  .gz-games-carousel--highlight .gz-games-carousel__slide {
    list-style: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
    scroll-snap-align: start;
    --gz-carousel-div: 1.1;
    width: calc((100cqi - 12px) / var(--gz-carousel-div));
    height: calc( ( (((100cqi - 12px) / var(--gz-carousel-div)) - 4px) * 0.5617977528 ) + 4px );
  }
  .gz-games-carousel--highlight .gz-games-carousel__slide:last-child {
    margin-right: 0;
  }
  @container gz-games (min-width: 600px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 1.6;
    }
  }
  @container gz-games (min-width: 800px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 2.1;
    }
  }
  @container gz-games (min-width: 1000px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 2.6;
    }
  }
  @container gz-games (min-width: 1200px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 3.1;
    }
  }
  @container gz-games (min-width: 1700px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 3.6;
    }
  }
  @container gz-games (min-width: 1910px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 3.6;
    }
  }
  @container gz-games (min-width: 2100px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 4.1;
    }
  }
  @container gz-games (min-width: 3000px) {
    .gz-games-carousel--highlight .gz-games-carousel__slide {
      --gz-carousel-div: 4.6;
    }
  }
  .gz-games-carousel--featured {
    container-name: gz-featured;
    container-type: inline-size;
  }
  .gz-games-carousel--featured .gz-games-carousel__slide {
    list-style: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
    margin-right: 4px;
    scroll-snap-align: start;
    --gz-feat-div: 2.25;
    width: calc((100cqi - 12px) / var(--gz-feat-div));
    aspect-ratio: 11 / 9;
  }
  .gz-games-carousel--featured .gz-games-carousel__slide:last-child {
    margin-right: 0;
  }
  @container gz-featured (min-width: 600px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 3.25;
    }
  }
  @container gz-featured (min-width: 800px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 4.25;
    }
  }
  @container gz-featured (min-width: 1000px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 5.25;
    }
  }
  @container gz-featured (min-width: 1200px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 6.25;
    }
  }
  @container gz-featured (min-width: 1700px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 7.25;
    }
  }
  @container gz-featured (min-width: 1910px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 7.25;
    }
  }
  @container gz-featured (min-width: 2100px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 8.25;
    }
  }
  @container gz-featured (min-width: 3000px) {
    .gz-games-carousel--featured .gz-games-carousel__slide {
      --gz-feat-div: 9.25;
    }
  }
  .gz-games-carousel--portrait {
    container-name: gz-portrait;
    container-type: inline-size;
  }
  .gz-games-carousel__head--split {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem 1rem;
  }
  .gz-games-carousel__more {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-gz-brand-60);
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    transition: color 0.15s ease;
  }
  .gz-games-carousel__more:hover {
    color: var(--color-gz-brand-100);
  }
  .gz-games-carousel--portrait .gz-games-carousel__slide {
    list-style: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
    margin-right: 4px;
    scroll-snap-align: start;
    --gz-portrait-div: 2.25;
    width: calc((100cqi - 12px) / var(--gz-portrait-div));
    height: calc( ( (((100cqi - 12px) / var(--gz-portrait-div)) - 4px) * 1.5 ) + 4px );
  }
  .gz-games-carousel--portrait .gz-games-carousel__slide:last-child {
    margin-right: 0;
  }
  @container gz-portrait (min-width: 600px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 3.25;
    }
  }
  @container gz-portrait (min-width: 800px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 4.25;
    }
  }
  @container gz-portrait (min-width: 1000px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 5.25;
    }
  }
  @container gz-portrait (min-width: 1200px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 6.25;
    }
  }
  @container gz-portrait (min-width: 1700px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 7.25;
    }
  }
  @container gz-portrait (min-width: 1910px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 7.25;
    }
  }
  @container gz-portrait (min-width: 2100px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 8.25;
    }
  }
  @container gz-portrait (min-width: 3000px) {
    .gz-games-carousel--portrait .gz-games-carousel__slide {
      --gz-portrait-div: 9.25;
    }
  }
  .gz-game-thumb--tile {
    height: 100%;
    width: 100%;
  }
  .gz-game-thumb--tile .gz-game-thumb__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gz-game-thumb--portrait {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: rgb(255 255 255 / 0.07);
    background-clip: padding-box;
  }
  .gz-game-thumb--portrait .gz-game-thumb__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
  }
  .gz-game-thumb__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 16px);
    pointer-events: none;
  }
  .gz-game-thumb__badge--hot {
    color: var(--color-gz-white-100);
    background: linear-gradient(126deg, #ff4d6d, #9a1530);
  }
  .gz-game-thumb__badge--updated {
    color: var(--color-gz-white-100);
    background: linear-gradient(126deg, #2d8cff, #1a4a8f);
  }
  .gz-games-carousel__cluster {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
  }
  .gz-game-thumb {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-gz-black-40);
    text-decoration: none;
    color: var(--color-gz-white-100);
    box-sizing: border-box;
    isolation: isolate;
    transition: transform 0.15s ease-in-out;
  }
  .gz-game-thumb--hero .gz-game-thumb__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gz-game-thumb--cell {
    min-height: 0;
    border-radius: 8px;
  }
  .gz-game-thumb--cell .gz-game-thumb__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gz-game-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    box-sizing: border-box;
    border-radius: inherit;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color 0.15s ease;
  }
  .gz-game-thumb__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.85);
    background: linear-gradient( 180deg, transparent, rgb(12 13 20 / 0.88) );
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gz-game-thumb--hero .gz-game-thumb__title {
    font-size: 15px;
    padding: 10px 12px;
  }
  .gz-game-thumb--cell .gz-game-thumb__title {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 6px;
  }
  .gz-game-thumb__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 6px;
    pointer-events: none;
  }
  .gz-game-thumb__badge--originals {
    color: var(--color-gz-white-100);
    background: linear-gradient(126deg, #6842ff, #3d1f8f);
  }
  .gz-game-thumb__badge--top {
    color: var(--color-gz-white-100);
    background: linear-gradient(126deg, #ffc14a, #c97800);
  }
  @media (hover: hover) {
    .gz-game-thumb--hero:hover, .gz-game-thumb--cell:hover, .gz-game-thumb--tile:hover, .gz-game-thumb--portrait:hover {
      transform: translateY(-2px);
      z-index: 2;
    }
    .gz-game-thumb--hero:hover::after, .gz-game-thumb--cell:hover::after, .gz-game-thumb--tile:hover::after, .gz-game-thumb--portrait:hover::after {
      border-color: var(--color-gz-brand-60);
    }
  }
  .gz-game-thumb--hero:focus-visible, .gz-game-thumb--cell:focus-visible, .gz-game-thumb--tile:focus-visible, .gz-game-thumb--portrait:focus-visible {
    outline: none;
    transform: translateY(-2px);
    z-index: 2;
  }
  .gz-game-thumb--hero:focus-visible::after, .gz-game-thumb--cell:focus-visible::after, .gz-game-thumb--tile:focus-visible::after, .gz-game-thumb--portrait:focus-visible::after {
    border-color: var(--color-gz-brand-60);
  }
  .gz-games-carousel__arrow {
    height: calc(100% - 18px);
    top: 0;
    margin: 10px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 50px;
    color: transparent;
    border: 0;
    position: absolute;
    z-index: 3;
    outline: none;
    opacity: 0;
    border-radius: 0;
    transition: opacity 0.25s ease, background-color 0.25s ease;
    background-color: rgb(0 0 0 / 0.7);
    cursor: pointer;
    padding: 0;
  }
  .gz-games-carousel__arrow:hover {
    background-color: rgb(0 0 0 / 0.9);
  }
  .gz-games-carousel__arrow--left {
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjM3IDE3LjIzN3YtMi40NzRsMTQgMTRjLjY4NC42ODMuNjg0IDEuNzkgMCAyLjQ3NGExLjc0OCAxLjc0OCAwIDAxLTIuNDc0IDBsLTE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEwLTIuNDc0bDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEyLjQ3NCAwYy42ODQuNjgzLjY4NCAxLjc5IDAgMi40NzRsLTE0IDE0eiIgZmlsbD0iI0VGRjFGMSIvPjwvc3ZnPg==");
  }
  .gz-games-carousel__arrow--right {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc2MyAxNy4yMzd2LTIuNDc0bC0xNCAxNGExLjc0OCAxLjc0OCAwIDAwMCAyLjQ3NGMuNjgzLjY4NCAxLjc5LjY4NCAyLjQ3NCAwbDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDAwLTIuNDc0bC0xNC0xNEExLjc1IDEuNzUgMCAwMC43NjMgMy4yMzdsMTQgMTR6IiBmaWxsPSIjRUZGMUYxIi8+PC9zdmc+");
  }
  @media (hover: hover) {
    .gz-games-carousel__root:hover .gz-games-carousel__arrow {
      opacity: 1;
    }
  }
  @media (hover: none) {
    .gz-games-carousel__arrow {
      opacity: 0.9;
    }
  }
  @media (max-width: 1279.98px) {
    .gz-games-carousel__arrow {
      width: 32px;
      height: 32px;
      min-height: 32px;
      top: 50%;
      margin: 0;
      transform: translateY(-50%);
      border-radius: 9999px;
      background-color: rgb(164 142 255 / 98%);
      background-size: 9px 14px;
      box-shadow: 0 1px 6px rgb(0 0 0 / 0.22);
    }
    .gz-games-carousel__arrow:hover {
      background-color: rgb(164 142 255 / 0.52);
    }
    .gz-games-carousel__arrow--left {
      left: 8px;
    }
    .gz-games-carousel__arrow--right {
      right: 8px;
    }
  }
  .gz-leaderboards {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 8px 0;
    padding: 8px 0;
    isolation: isolate;
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards {
      margin-top: -16px !important;
    }
  }
  .gz-leaderboards__bg {
    background: linear-gradient(90deg, #412918, #1a1f43);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    pointer-events: none;
  }
  .gz-leaderboards__bg img {
    height: 100%;
    width: auto;
    max-width: min(72%, 730px);
    object-fit: contain;
    object-position: right bottom;
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards__bg {
      height: 260px;
    }
    .gz-leaderboards__bg img {
      display: none;
    }
  }
  .gz-leaderboards__body {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .gz-leaderboards__head {
    box-sizing: border-box;
    width: 100%;
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
    padding-bottom: 4px;
  }
  .gz-leaderboards__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards__header {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }
    .gz-leaderboards__titles {
      padding-left: 8px;
      width: 100%;
    }
  }
  .gz-leaderboards__trophy {
    width: 61px;
    height: 76px;
    flex-shrink: 0;
  }
  .gz-leaderboards__trophy img {
    display: block;
    width: 67px;
    height: 120px;
    object-fit: cover;
    object-position: top;
  }
  .gz-leaderboards__titles {
    flex: 1;
    min-width: 0;
  }
  .gz-leaderboards__title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 8px;
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards__title-row {
      justify-content: space-between;
      margin-right: 2px;
      width: 100%;
    }
  }
  .gz-leaderboards__subtitle-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards__subtitle-block {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .gz-leaderboards__pills {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
  }
  .gz-leaderboards__pill {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }
  .gz-leaderboards__pill svg {
    flex-shrink: 0;
  }
  .gz-leaderboards__pill--ranked {
    background: rgb(51 255 146 / 0.1);
    color: #33ff92;
  }
  .gz-leaderboards__pill--ends {
    background: rgb(255 255 255 / 0.1);
    color: rgb(255 255 255 / 0.6);
  }
  .gz-leaderboards__tagline {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-gz-white-50);
  }
  @media (max-width: 599.98px) {
    .gz-leaderboards__tagline {
      margin: 8px 0;
      font-size: 14px;
    }
  }
  .gz-game-thumb__badge--sponsored {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 120, 0, 0.8);
    box-shadow: 0 0 10px rgba(255, 81, 47, 0.8);
    background: linear-gradient(
      110deg,
      #ff003c,
      #ff512f,
      #f09819,
      #ff512f,
      #ff003c
    );
    background-size: 260% 100%;
    animation: gz-sponsor-gradient-flow 2s linear infinite;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35);
  }
  .gz-game-thumb--promo .gz-game-thumb__title {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 6px;
    color: rgb(255 224 130);
  }
  body.gz-interstitial-open {
    overflow: hidden;
  }
  .gz-play-interstitial {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 16px;
    pointer-events: none;
  }
  .gz-play-interstitial:not([hidden]) {
    pointer-events: auto;
  }
  .gz-play-interstitial__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgb(0 0 0 / 0.72);
  }
  .gz-play-interstitial__card {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    border-radius: 16px;
    border: 1px solid var(--color-gz-black-40, #2a2b36);
    background: var(--color-gz-black-80, #1a1b24);
    box-shadow: 0 20px 50px rgb(0 0 0 / 0.55);
    padding: 18px 18px 16px;
    color: var(--color-gz-white-100);
    font-family: inherit;
  }
  .gz-play-interstitial__title {
    margin: 0 0 6px;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  .gz-play-interstitial__hint {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--color-gz-white-50);
    line-height: 1.45;
  }
  .gz-play-interstitial__slot {
    min-height: 80px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: rgb(255 255 255 / 0.04);
    border: 1px dashed rgb(255 255 255 / 0.12);
  }
  .gz-play-interstitial__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }
  .gz-play-interstitial__btn {
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }
  .gz-play-interstitial__btn--ghost {
    border-color: rgb(255 255 255 / 0.16);
    background: transparent;
    color: var(--color-gz-white-100);
  }
  .gz-play-interstitial__btn--ghost:hover {
    background: rgb(255 255 255 / 0.06);
  }
  .gz-play-interstitial__btn--primary {
    background: linear-gradient(126deg, #6842ff, #3d1f8f);
    color: #fff;
    border-color: rgb(255 255 255 / 0.12);
  }
  .gz-play-interstitial__btn--primary:hover {
    filter: brightness(1.06);
  }

  /* Sponsored — rainbow label + shine keyframes; border is static conic ring (hue varies by slot) */
  @keyframes gz-sponsor-gradient-flow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 200% 50%;
    }
  }

  @keyframes gz-sponsored-shine-sweep {
    0% {
      transform: translateX(-130%) skewX(-18deg);
      opacity: 0.15;
    }
    35% {
      opacity: 0.55;
    }
    100% {
      transform: translateX(130%) skewX(-18deg);
      opacity: 0.15;
    }
  }

  .gz-sponsored-thumb {
    position: relative;
    overflow: hidden;
  }

  /* Static conic gradient ring (mask keeps only border; content stays interactive) */
  .gz-sponsored-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    padding: 2px;
    box-sizing: border-box;
    pointer-events: none;
    background: conic-gradient(
      from 0deg,
      #fde047,
      #4ade80,
      #38bdf8,
      #fb7185,
      #c084fc,
      #fde047
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  .gz-sponsored-thumb.gz-sponsored-ring--2::before {
    filter: hue-rotate(18deg);
  }
  .gz-sponsored-thumb.gz-sponsored-ring--3::before {
    filter: hue-rotate(-14deg);
  }
  .gz-sponsored-thumb.gz-sponsored-ring--4::before {
    filter: hue-rotate(28deg);
  }
  .gz-sponsored-thumb.gz-sponsored-ring--5::before {
    filter: hue-rotate(-22deg);
  }
  .gz-sponsored-thumb.gz-sponsored-ring--6::before {
    filter: hue-rotate(12deg);
  }
  .gz-sponsored-thumb.gz-sponsored-ring--7::before {
    filter: hue-rotate(-30deg);
  }

  .gz-sponsored-thumb .gz-game-thumb__img {
    z-index: 0;
  }

  .gz-sponsored-thumb .gz-game-thumb__title {
    z-index: 6;
  }

  .gz-sponsored-thumb .gz-game-thumb__badge--sponsored {
    z-index: 7;
  }

  .gz-sponsored-thumb__shine {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 55%;
    background: linear-gradient(
      105deg,
      transparent 38%,
      rgb(255 255 255 / 0.45) 50%,
      transparent 62%
    );
    pointer-events: none;
    opacity: 0.85;
    animation: gz-sponsored-shine-sweep 3.2s ease-in-out infinite;
    will-change: transform;
  }

  .gz-sponsored-thumb__shine--small {
    border-radius: 10px;
  }

  .gz-sponsored-grid-cell {
    position: relative;
  }

  .gz-sponsored-grid-link {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    border: none;
    background: var(--color-gz-black-90);
    text-decoration: none;
    color: var(--color-gz-white-100);
    transition:
      transform 0.18s ease,
      filter 0.18s ease;
  }

  .gz-sponsored-grid-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    padding: 2px;
    box-sizing: border-box;
    pointer-events: none;
    background: conic-gradient(
      from 0deg,
      #fde047,
      #4ade80,
      #38bdf8,
      #fb7185,
      #c084fc,
      #fde047
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  .gz-sponsored-grid-link.gz-sponsored-ring--2::before {
    filter: hue-rotate(18deg);
  }
  .gz-sponsored-grid-link.gz-sponsored-ring--3::before {
    filter: hue-rotate(-14deg);
  }
  .gz-sponsored-grid-link.gz-sponsored-ring--4::before {
    filter: hue-rotate(28deg);
  }
  .gz-sponsored-grid-link.gz-sponsored-ring--5::before {
    filter: hue-rotate(-22deg);
  }
  .gz-sponsored-grid-link.gz-sponsored-ring--6::before {
    filter: hue-rotate(12deg);
  }
  .gz-sponsored-grid-link.gz-sponsored-ring--7::before {
    filter: hue-rotate(-30deg);
  }

  .gz-sponsored-grid-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
  }

  .gz-sponsored-grid-link__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 120, 0, 0.8);
    box-shadow: 0 0 10px rgba(255, 81, 47, 0.8);
    background: linear-gradient(
      110deg,
      #ff003c,
      #ff512f,
      #f09819,
      #ff512f,
      #ff003c
    );
    background-size: 260% 100%;
    animation: gz-sponsor-gradient-flow 2s linear infinite;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35);
  }

  .gz-sponsored-grid-link__shine {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 55%;
    pointer-events: none;
    opacity: 0.85;
    background: linear-gradient(
      105deg,
      transparent 38%,
      rgb(255 255 255 / 0.4) 50%,
      transparent 62%
    );
    animation: gz-sponsored-shine-sweep 3.2s ease-in-out infinite;
    will-change: transform;
  }

  .gz-sponsored-grid-link__img {
    display: block;
    position: relative;
    z-index: 0;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
  }

  .gz-sponsored-grid-link__cta {
    position: relative;
    z-index: 6;
    padding: 8px 10px 10px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: rgb(255 255 255 / 0.72);
    background: linear-gradient(180deg, transparent, rgb(12 13 20 / 0.75));
  }

  .gz-continue__thumb--sponsored {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
  }

  .gz-continue__thumb--sponsored::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    padding: 2px;
    box-sizing: border-box;
    pointer-events: none;
    background: conic-gradient(
      from 0deg,
      #fde047,
      #4ade80,
      #38bdf8,
      #fb7185,
      #c084fc,
      #fde047
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  .gz-continue__thumb--sponsored.gz-sponsored-ring--2::before {
    filter: hue-rotate(18deg);
  }
  .gz-continue__thumb--sponsored.gz-sponsored-ring--3::before {
    filter: hue-rotate(-14deg);
  }
  .gz-continue__thumb--sponsored.gz-sponsored-ring--4::before {
    filter: hue-rotate(28deg);
  }
  .gz-continue__thumb--sponsored.gz-sponsored-ring--5::before {
    filter: hue-rotate(-22deg);
  }
  .gz-continue__thumb--sponsored.gz-sponsored-ring--6::before {
    filter: hue-rotate(12deg);
  }
  .gz-continue__thumb--sponsored.gz-sponsored-ring--7::before {
    filter: hue-rotate(-30deg);
  }

  .gz-continue__thumb--sponsored .gz-continue__img {
    position: relative;
    z-index: 0;
  }

  .gz-continue__sponsored-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    padding: 1px 5px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 120, 0, 0.8);
    box-shadow: 0 0 10px rgba(255, 81, 47, 0.8);
    background: linear-gradient(
      110deg,
      #ff003c,
      #ff512f,
      #f09819,
      #ff512f,
      #ff003c
    );
    background-size: 260% 100%;
    animation: gz-sponsor-gradient-flow 2s linear infinite;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35);
  }

  .gz-play-sponsored-mount {
    width: 100%;
  }

  .gz-play-sponsored-block__title {
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: linear-gradient(
      95deg,
      #fde047,
      #4ade80,
      #38bdf8,
      #fb7185,
      #fde047
    );
    background-size: 220% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: gz-sponsor-gradient-flow 6s ease infinite;
  }

  .gz-play-sponsored-block__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .gz-sponsored-rail-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    border: none;
    background: var(--color-gz-black-80);
    text-decoration: none;
    color: var(--color-gz-white-100);
    transition:
      transform 0.2s ease,
      filter 0.2s ease;
  }

  .gz-sponsored-rail-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    padding: 2px;
    box-sizing: border-box;
    pointer-events: none;
    background: conic-gradient(
      from 0deg,
      #fde047,
      #4ade80,
      #38bdf8,
      #fb7185,
      #c084fc,
      #fde047
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  .gz-sponsored-rail-card.gz-sponsored-ring--2::before {
    filter: hue-rotate(18deg);
  }
  .gz-sponsored-rail-card.gz-sponsored-ring--3::before {
    filter: hue-rotate(-14deg);
  }
  .gz-sponsored-rail-card.gz-sponsored-ring--4::before {
    filter: hue-rotate(28deg);
  }
  .gz-sponsored-rail-card.gz-sponsored-ring--5::before {
    filter: hue-rotate(-22deg);
  }
  .gz-sponsored-rail-card.gz-sponsored-ring--6::before {
    filter: hue-rotate(12deg);
  }
  .gz-sponsored-rail-card.gz-sponsored-ring--7::before {
    filter: hue-rotate(-30deg);
  }

  .gz-sponsored-rail-card:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
  }

  .gz-sponsored-rail-card__badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 5;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 120, 0, 0.8);
    box-shadow: 0 0 10px rgba(255, 81, 47, 0.8);
    background: linear-gradient(
      110deg,
      #ff003c,
      #ff512f,
      #f09819,
      #ff512f,
      #ff003c
    );
    background-size: 260% 100%;
    animation: gz-sponsor-gradient-flow 2s linear infinite;
    text-shadow: 0 1px 0 rgb(255 255 255 / 0.35);
  }

  .gz-sponsored-rail-card__shine {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 55%;
    pointer-events: none;
    opacity: 0.85;
    background: linear-gradient(
      115deg,
      transparent 35%,
      rgb(255 255 255 / 0.42) 50%,
      transparent 65%
    );
    animation: gz-sponsored-shine-sweep 3.4s ease-in-out infinite;
    will-change: transform;
  }

  .gz-sponsored-rail-card__img {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    vertical-align: middle;
  }

  .gz-sponsored-rail-card__cta {
    display: block;
    position: relative;
    z-index: 6;
    padding: 6px 8px 8px;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    color: rgb(255 255 255 / 0.62);
    background: linear-gradient(180deg, transparent, rgb(12 13 20 / 0.8));
  }

  @media (prefers-reduced-motion: reduce) {
    .gz-game-thumb__badge--sponsored,
    .gz-sponsored-grid-link__badge,
    .gz-continue__sponsored-badge,
    .gz-sponsored-rail-card__badge {
      animation: none;
      background: linear-gradient(
        110deg,
        #fde047,
        #4ade80,
        #38bdf8,
        #fb7185,
        #c084fc
      );
    }

    .gz-play-sponsored-block__title {
      animation: none;
      color: rgb(186 190 210 / 0.85);
      background: none;
      background-clip: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
    }

    .gz-sponsored-thumb__shine,
    .gz-sponsored-grid-link__shine,
    .gz-sponsored-rail-card__shine {
      animation: none;
      transform: none;
      opacity: 0.28;
    }
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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-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;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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-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;
    }
  }
}
