/* [project]/app/globals.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-amber-100: #fef3c6;
    --color-amber-800: #953d00;
    --color-emerald-100: #d0fae5;
    --color-emerald-700: #007956;
    --color-slate-50: #f8fafc;
    --color-slate-300: #cad5e2;
    --color-slate-500: #62748e;
    --color-slate-700: #314158;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-zinc-50: #fafafa;
    --color-zinc-100: #f4f4f5;
    --color-zinc-200: #e4e4e7;
    --color-zinc-400: #9f9fa9;
    --color-zinc-500: #71717b;
    --color-zinc-700: #3f3f46;
    --color-zinc-800: #27272a;
    --color-zinc-950: #09090b;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-amber-100: lab(95.916% -1.21653 23.111);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-emerald-100: lab(94.9004% -17.0769 5.63836);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-slate-50: lab(98.1434% -.369519 -1.05966);
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-zinc-50: lab(98.26% 0 0);
      --color-zinc-100: lab(96.1634% .0993311 -.364041);
      --color-zinc-200: lab(90.6853% .399232 -1.45452);
      --color-zinc-400: lab(65.6464% 1.53497 -5.42429);
      --color-zinc-500: lab(47.8878% 1.65477 -5.77283);
      --color-zinc-700: lab(26.8019% 1.35387 -4.68303);
      --color-zinc-800: lab(15.7305% .613764 -2.16959);
      --color-zinc-950: lab(2.51107% .242703 -.886115);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .top-1\/2 {
    top: 50%;
  }

  .left-1\/2 {
    left: 50%;
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

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

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .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-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .max-h-\[80vh\] {
    max-height: 80vh;
  }

  .max-h-\[92vh\] {
    max-height: 92vh;
  }

  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .caption-bottom {
    caption-side: bottom;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .border-slate-300 {
    border-color: var(--color-slate-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-zinc-200 {
    border-color: var(--color-zinc-200);
  }

  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-zinc-100 {
    background-color: var(--color-zinc-100);
  }

  .bg-zinc-200 {
    background-color: var(--color-zinc-200);
  }

  .bg-zinc-950 {
    background-color: var(--color-zinc-950);
  }

  .object-contain {
    object-fit: contain;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

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

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

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

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

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

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

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

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

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

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .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);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-amber-800 {
    color: var(--color-amber-800);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

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

  .text-zinc-500 {
    color: var(--color-zinc-500);
  }

  .text-zinc-700 {
    color: var(--color-zinc-700);
  }

  .text-zinc-800 {
    color: var(--color-zinc-800);
  }

  .text-zinc-950 {
    color: var(--color-zinc-950);
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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-red-200 {
    --tw-ring-color: var(--color-red-200);
  }

  .ring-offset-white {
    --tw-ring-offset-color: var(--color-white);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .placeholder\:text-zinc-400::placeholder {
    color: var(--color-zinc-400);
  }

  @media (hover: hover) {
    .hover\:border-gray-300:hover {
      border-color: var(--color-gray-300);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-700:hover {
      background-color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-50:hover {
      background-color: var(--color-zinc-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-100:hover {
      background-color: var(--color-zinc-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-200:hover {
      background-color: var(--color-zinc-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-800:hover {
      background-color: var(--color-zinc-800);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .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);
  }

  .focus-visible\:ring-zinc-950:focus-visible {
    --tw-ring-color: var(--color-zinc-950);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=active\]\:bg-white[data-state="active"] {
    background-color: var(--color-white);
  }

  .data-\[state\=active\]\:shadow-sm[data-state="active"] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:bg-zinc-950[data-state="checked"] {
    background-color: var(--color-zinc-950);
  }

  @media (min-width: 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
}

:root {
  --bg: #03070d;
  --panel: #0b0d13;
  --panel-2: #10141c;
  --line: #ee233694;
  --line-soft: #ee23363d;
  --red: #ef1f32;
  --red-dark: #b90d1d;
  --text: #f5f5f6;
  --muted: #a9a9b3;
  --green: #14d886;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  min-width: 980px;
  color: var(--text);
  background: radial-gradient(circle at 20% 0, #b60c1c2e, #0000 28%), radial-gradient(circle at 80% 15%, #11316d33, #0000 28%), linear-gradient(#060a10 0%, #05070b 44%, #03070d 100%);
  margin: 0;
  font-family: Arial Narrow, Roboto Condensed, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1200px) {
  body {
    min-width: 0;
  }
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  isolation: isolate;
  background: radial-gradient(circle at 12%, #d2001233, #0000 18%), radial-gradient(circle at 88%, #d200122e, #0000 18%), linear-gradient(#030303 0%, #020202 72%, #050000 100%);
  border-bottom: 1px solid #70000852;
  height: 72px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px #ef1f3229, 0 1px 18px #00000080;
}

.site-header:before, .site-header:after {
  content: "";
  z-index: -1;
  width: max(260px, calc((100vw - var(--container)) / 2 + 260px));
  pointer-events: none;
  background: linear-gradient(#00000057 0%, #00000047 18%, #0000 50%, #00000047 82%, #00000057 100%), radial-gradient(circle at 78% 45%, #ff142033, #0000 36%), linear-gradient(90deg, #0c0000fa 0%, #240003e0 44%, #560007d1 100%);
  height: 100%;
  position: absolute;
  top: 0;
}

.site-header:before {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
  left: 0;
}

.site-header:after {
  width: max(286px, calc((100vw - var(--container)) / 2 + 286px));
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(#00000057 0%, #00000047 18%, #0000 50%, #00000047 82%, #00000057 100%), radial-gradient(circle at 22% 45%, #ff142033, #0000 36%), linear-gradient(90deg, #560007d1 0%, #240003e0 56%, #0c0000fa 100%);
  right: 0;
}

.header-inner {
  z-index: 1;
  align-items: center;
  gap: 30px;
  height: 72px;
  display: flex;
  position: relative;
}

.brand {
  text-transform: uppercase;
  text-shadow: 0 0 12px #ef1f32b3;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  display: inline-flex;
  transform: skew(-9deg);
}

.site-header .brand img {
  max-width: 205px;
  height: auto;
  display: block;
}

.brand-main {
  color: #fff;
  letter-spacing: 0;
  font-size: 27px;
  font-weight: 900;
  line-height: .86;
}

.brand-main:first-letter {
  color: var(--red);
}

.brand-sub {
  color: var(--red);
  letter-spacing: 1px;
  margin-left: 28px;
  font-size: 9px;
  font-weight: 800;
}

.main-nav {
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 950;
  display: flex;
}

.main-nav a {
  color: #f6f6f6;
  letter-spacing: .01em;
  align-items: center;
  min-height: 72px;
  display: inline-flex;
  position: relative;
}

.main-nav a.active, .main-nav a:hover {
  color: #ff1627;
}

.main-nav a.active:after, .main-nav a:hover:after {
  content: "";
  background: #ff1627;
  height: 2px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px #ff1627cc;
}

.auth-actions {
  justify-content: flex-end;
  gap: 12px;
  min-width: 250px;
  display: flex;
}

.btn {
  border: 1px solid var(--line);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 33px;
  padding: 0 18px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.btn-primary, .buy {
  background: linear-gradient(#ff3144 0%, #db1025 55%, #990714 100%);
  font-size: .9rem;
  box-shadow: inset 0 0 0 1px #ffffff1f, 0 0 15px #ef1f3240;
}

.btn-dark {
  background: linear-gradient(#17191f, #080a0f);
}

.auth-actions .btn {
  clip-path: polygon(22px 0, calc(100% - 7px) 0, 100% 7px, calc(100% - 22px) 100%, 7px 100%, 0 calc(100% - 7px));
  letter-spacing: .01em;
  background: linear-gradient(#f11b25 0%, #d9000b 56%, #a60008 100%);
  border: 0;
  border-radius: 0;
  min-width: 106px;
  min-height: 32px;
  padding: 0 18px;
  font-size: 13px;
  position: relative;
  box-shadow: inset 0 1px #ffffff38, 0 0 18px #e2000e47;
}

.auth-actions .btn:hover {
  filter: brightness(1.12);
}

.btn-outline {
  background: #06080cc7;
  width: fit-content;
  box-shadow: 0 0 18px #ef1f3238;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: radial-gradient(circle at 15% 24%, #ef1f321c, #0000 26%), linear-gradient(#070a10, #03060a);
}

.footer-grid {
  grid-template-columns: 1fr auto auto auto 1fr;
  gap: 3rem;
  padding: 30px 0 0;
  display: grid;
}

.footer-brand p, .contact-col p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.socials {
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.socials a {
  border: 1px solid var(--line-soft);
  color: #fff;
  background: #10141c;
  border-radius: 50%;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 950;
  display: grid;
}

.footer-col h2, .qr-card h2 {
  margin-bottom: 17px;
}

.footer-col {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.footer-col a, .contact-col p {
  color: #b3b5bd;
}

.contact-col strong {
  color: #fff;
}

.qr-card {
  border-radius: 5px;
  align-self: start;
  padding: 14px;
}

.qr-card h2 {
  text-align: center;
  margin-bottom: 11px;
}

.qr {
  background-blend-mode: multiply, multiply, normal;
  background: linear-gradient(90deg, #000 10px, #0000 10px 16px, #000 16px 22px, #0000 22px 34px, #000 34px 42px, #0000 42px), linear-gradient(#000 10px, #0000 10px 16px, #000 16px 22px, #0000 22px 34px, #000 34px 42px, #0000 42px), #fff repeating-linear-gradient(45deg, #111 0 4px, #fff 4px 8px);
  border: 8px solid #fff;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}

.copyright {
  color: #8c9099;
  border-top: 1px solid #ffffff0f;
  grid-column: 1 / -1;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.copyright strong {
  color: var(--red);
}

.copyright a {
  color: #fff;
  background: #246dff;
  border-radius: 999px;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  font-weight: 900;
  display: inline-flex;
  position: absolute;
  right: 0;
}

.site-main {
  overflow: hidden;
}

.dark-page {
  background: radial-gradient(circle at 50% 8%, #ef1f3233, #0000 22%), repeating-linear-gradient(120deg, #ef1f320f 0 1px, #0000 1px 72px), linear-gradient(#05070cb3, #04070bf5);
  font-size: 1rem;
}

.surface-panel, .info-card {
  border: 1px solid var(--line);
  background: #07090deb;
  box-shadow: inset 0 0 28px #ef1f3214, 0 0 0 1px #00000080;
}

.surface-panel {
  border-radius: 6px;
}

.info-card {
  background: #080a0fe6;
}

.section-title-bar {
  border: 1px solid var(--line);
  background: linear-gradient(#b01622, #5d080f);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  display: flex;
}

.section-title-bar h2, .cart-panel-head h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 950;
}

.section-center-head {
  justify-content: center;
  margin-bottom: 12px;
  display: flex;
}

.section-center-head h2, .seo-head h2, .admin-copy h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 950;
}

.section-center-head.is-lined {
  margin-bottom: 25px;
}

.section-center-head.is-lined h2 {
  position: relative;
}

.section-center-head.is-lined h2:before, .section-center-head.is-lined h2:after {
  content: "";
  background: var(--red);
  width: 74px;
  height: 2px;
  position: absolute;
  top: 50%;
}

.section-center-head.is-lined h2:before {
  right: calc(100% + 22px);
}

.section-center-head.is-lined h2:after {
  left: calc(100% + 22px);
}

.admin-hero-panel {
  background: radial-gradient(circle at 76%, #ef1f326b, #0000 18%), linear-gradient(90deg, #05070ce0, #05070c75), repeating-linear-gradient(90deg, #ffffff0a 0 1px, #0000 1px 54px), linear-gradient(135deg, #151923, #07090d);
  border-bottom: 1px solid #ef1f3240;
  align-items: center;
  gap: 24px;
  min-height: 110px;
  padding: 0 26px;
  display: flex;
}

.form-field {
  display: block;
}

.form-field span {
  color: #f0f0f2;
  margin-bottom: 7px;
  font-size: .9rem;
  font-weight: 800;
  display: block;
}

.form-control {
  color: #363942;
  width: 100%;
  min-height: 40px;
  font: inherit;
  border-radius: 4px;
  outline: 0;
  padding: 0 16px;
  font-size: .9rem;
}

.icon-text-row {
  grid-template-rows: auto auto;
  grid-template-columns: 42px 1fr;
  align-content: center;
  display: grid;
}

.icon-text-row > span:first-child {
  color: var(--red);
  grid-row: span 2;
  place-items: center;
  display: grid;
}

.mock-media {
  background: linear-gradient(135deg, #ef1f3242, #0000 34%), repeating-linear-gradient(0deg, #ff374b33 0 2px, #0000 2px 25px), repeating-linear-gradient(90deg, #ff374b29 0 2px, #0000 2px 32px), radial-gradient(circle at 80% 72%, #14d88647, #0000 18%), linear-gradient(135deg, #102332, #07111b);
  border: 1px solid #ef1f324d;
  position: relative;
  overflow: hidden;
}

button, input, select {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-icon {
  vertical-align: -.125em;
  flex: none;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.btn .app-icon, .see-all .app-icon, .continue-btn .app-icon, .checkout-box small .app-icon, .load-more-row .app-icon, .panel-perks .app-icon, .detail-actions .app-icon, .account-code .app-icon, .bank-info .app-icon {
  margin-right: 6px;
}

.see-all span .app-icon, .connect-card a span .app-icon, .pagination .app-icon, .breadcrumb em .app-icon {
  margin-right: 0;
}

.socials a, .gallery-arrow {
  place-items: center;
  display: inline-grid;
}

.pagination a:has(.app-icon) {
  place-items: center;
  display: inline-grid;
}

.feature > span, .stat > span, .trust-card > span:first-child, .warranty > span, .connect-icon, .breadcrumb > span:first-child {
  place-items: center;
  display: grid;
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  display: grid;
}

.product-card {
  aspect-ratio: 4 / 3;
  background: #07090df0;
  border-radius: 5px;
  grid-template-rows: 1fr auto auto;
  display: grid;
  overflow: hidden;
}

.product-media {
  border-radius: 3px;
  margin: 9px 9px 0;
}

.mock-media:before {
  content: "";
  clip-path: polygon(0 0, 42% 0, 42% 28%, 72% 28%, 72% 56%, 100% 56%, 100% 100%, 58% 100%, 58% 72%, 28% 72%, 28% 44%, 0 44%);
  border: 2px solid #ef1f32b3;
  position: absolute;
  inset: 12px;
}

.mock-media:after {
  content: "";
  background: radial-gradient(circle, #14d886cc 0 32%, #0000 34%);
  border: 5px solid #ef1f32b8;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.product-media span, .product-media em {
  z-index: 2;
  text-transform: uppercase;
  background: #000000a6;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: .9rem;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 4px;
}

.product-media span {
  left: 4px;
}

.product-media em {
  color: #ffe59a;
  right: 4px;
}

.product-info {
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  padding: 9px 12px 6px;
  display: flex;
}

.product-info strong {
  color: #ff2d3f;
  font-size: 1.35rem;
  font-weight: 950;
}

.product-info span, .product-info del {
  color: #8d8e95;
  font-weight: 800;
}

.card-actions {
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px;
  display: flex;
}

.card-actions a {
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  font-weight: 900;
  display: inline-flex;
}

.card-actions a:first-child:before {
  content: "";
  border: 2px solid #d9d9df;
  border-radius: 2px;
  width: .72em;
  height: .72em;
  margin-right: 7px;
}

.card-actions .buy {
  justify-content: center;
  min-width: 85px;
}

.hero {
  background-image: url("/img/BG1.png");
  background-position: center;
  background-size: cover;
  padding: 14px 0 8px;
  position: relative;
}

.hero:before {
  content: "";
  background-image: radial-gradient(#0000 20%, #000000e6 100%);
  position: absolute;
  inset: 0;
}

.hero .container {
  z-index: 1;
  position: relative;
}

.hero-grid {
  grid-template-columns: 1fr 240px 250px;
  gap: 1rem;
  display: grid;
}

.hero-banner, .game-card, .why-card, .stats-row, .warranty, .product-card, .feature-strip, .delta-panel, .payment-panel, .news-card, .qr-card {
  border: 1px solid var(--line-soft);
  background-color: #080a0fe0;
  box-shadow: inset 0 0 24px #e6142814, 0 0 0 1px #00000080;
}

.hero-banner {
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg, #05070cf5, #05070c7a), radial-gradient(circle at 78% 36%, #19529473, #0000 30%), radial-gradient(circle at 58% 48%, #ef1f324d, #0000 32%), repeating-linear-gradient(90deg, #ef1f3221 0 2px, #0000 2px 58px), linear-gradient(135deg, #111824, #06080d 60%, #18070b);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.hero-banner:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, #f00f233d, #0000 28%), radial-gradient(circle at 82% 25%, #002f7a73, #0000 34%);
  position: absolute;
  inset: 0;
}

.hero-copy {
  z-index: 1;
  width: 315px;
  padding: 46px 0 0 32px;
  position: relative;
}

.eyebrow {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 10px;
  font-weight: 900;
  display: block;
}

.hero h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.hero p {
  color: #fff;
  margin: 2px 0 0;
  font-size: 20px;
  font-weight: 900;
}

.hero strong {
  color: var(--red);
}

.ego-text {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px #ffffff1a;
  margin: 3px 0 18px;
  font-size: 78px;
  font-weight: 950;
  line-height: .9;
  display: block;
}

.slider-dots {
  z-index: 2;
  background: linear-gradient(#8b8e96, #8b8e96) 0 0 / 22px 3px no-repeat, linear-gradient(#fff, #fff) 29px 0 / 22px 3px no-repeat, linear-gradient(#8b8e96, #8b8e96) 58px 0 / 22px 3px no-repeat;
  border-radius: 9px;
  width: 80px;
  height: 3px;
  position: absolute;
  top: 14px;
  right: 20px;
}

.game-stack {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.game-card {
  aspect-ratio: 16 / 9;
  text-transform: uppercase;
  background: radial-gradient(circle at 20%, #ef1f3257, #0000 28%), linear-gradient(135deg, #121821, #07100d 60%, #16070a);
  border-radius: 5px;
  padding: 18px 16px 10px 116px;
  position: relative;
  overflow: hidden;
}

.game-card:before {
  content: "V";
  color: #ffffffe0;
  border: 1px solid #ef1f3294;
  border-radius: 10px;
  place-items: center;
  width: 66px;
  height: 66px;
  font-size: 2rem;
  font-weight: 950;
  display: grid;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%)skew(-8deg);
  box-shadow: 0 0 24px #ef1f3240;
}

.game-card:after {
  content: "";
  background: linear-gradient(90deg, #00000029, #080a0eeb 58%);
  position: absolute;
  inset: 0;
}

.game-card > * {
  z-index: 1;
  display: block;
  position: relative;
}

.game-card span {
  font-weight: 900;
}

.game-card strong {
  font-weight: 950;
  line-height: .95;
}

.game-card em {
  text-align: center;
  background: #f01f31c7;
  border-radius: 3px;
  width: 74px;
  margin-top: 9px;
  padding: 5px 0;
  font-size: .9rem;
  font-style: normal;
  font-weight: 900;
}

.why-card {
  border-radius: 5px;
  padding: 24px 19px 17px;
}

.why-card h2 {
  text-transform: uppercase;
  margin: 0 0 19px;
  font-size: 1.5rem;
  font-weight: 950;
}

.why-card ul {
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.why-card li {
  grid-template-columns: 31px 1fr;
  column-gap: 11px;
  display: grid;
}

.ico {
  border: 1px solid var(--line-soft);
  width: 29px;
  height: 29px;
  color: var(--red);
  border-radius: 5px;
  grid-row: span 2;
  place-items: center;
  display: grid;
}

.why-card strong {
  font-size: 1.1rem;
  line-height: 1.1;
  display: block;
}

.why-card small {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.28;
}

.trust-stats {
  grid-column: 1 / span 3;
}

.stats-content {
  grid-template-columns: 1fr 200px;
  gap: 14px;
  display: grid;
}

.stats-row {
  border-radius: 5px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.stat {
  border-right: 1px solid #ffffff0f;
  grid-template-rows: auto auto;
  grid-template-columns: 42px 1fr;
  align-content: center;
  min-height: 60px;
  padding: 0 22px;
  display: grid;
}

.stat:last-child {
  border-right: 0;
}

.stat span {
  color: var(--red);
  grid-row: span 2;
  align-self: center;
  font-size: 22px;
}

.stat strong {
  font-size: 1.5rem;
  font-weight: 950;
}

.stat small {
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 800;
}

.warranty {
  border-color: var(--line);
  text-transform: uppercase;
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 52px 1fr;
  align-content: center;
  padding: 0 23px;
  display: grid;
}

.warranty span {
  color: var(--red);
  grid-row: span 2;
  font-size: 26px;
}

.warranty strong, .warranty em {
  font-size: 15px;
  font-style: normal;
  font-weight: 950;
}

.products {
  background-image: url("/img/BG4.png");
}

.products, .news {
  padding: 6px 0 8px;
}

.section-head {
  align-items: center;
  gap: 20px;
  min-height: 43px;
  margin-bottom: 8px;
  display: flex;
}

.title {
  text-transform: uppercase;
  margin: 0 auto 0 34px;
  font-size: 1.5rem;
  font-weight: 950;
  position: relative;
}

.title:before {
  content: "";
  background: linear-gradient(135deg, var(--red), transparent 54%), linear-gradient(45deg, var(--red), #5b0610);
  clip-path: polygon(0 0, 100% 48%, 0 100%, 28% 50%);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: -31px;
}

.title:after {
  content: "";
  background: var(--red);
  width: 72px;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.filter-tabs {
  gap: 12px;
  display: flex;
}

.filter-tabs a, .see-all {
  border: 1px solid var(--line-soft);
  color: #fff;
  text-transform: uppercase;
  background: #090b10e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  padding: 0 18px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.filter-tabs a.active {
  border-color: var(--red);
  background: linear-gradient(#f22639, #b70b1a);
}

.see-all {
  gap: 10px;
  min-width: 119px;
}

.features {
  padding: 0 0 13px;
}

.feature-strip {
  border-radius: 4px;
  grid-template-columns: repeat(4, 1fr);
  min-height: 58px;
  display: grid;
}

.feature {
  grid-template-rows: auto auto;
  grid-template-columns: 40px 1fr;
  align-content: center;
  padding: 0 24px;
  display: grid;
}

.feature span {
  color: var(--red);
  grid-row: span 2;
  font-size: 20px;
}

.feature small {
  color: var(--muted);
  font-size: .9rem;
}

.delta-payment {
  padding: 0 0 12px;
}

.split-grid {
  grid-template-columns: 1fr auto;
  gap: 1rem;
  display: grid;
}

.delta-panel, .payment-panel {
  border-radius: 5px;
  min-height: 195px;
  padding: 19px 22px;
}

.delta-panel {
  background: radial-gradient(circle at 67% 54%, #14d88629, #0000 32%), linear-gradient(90deg, #03211bd1, #080b0fe6);
  border-color: #14d88673;
}

.delta-panel h2, .payment-panel h2, .footer-col h2, .qr-card h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 950;
}

.delta-panel h2 {
  color: #d6fff0;
}

.delta-body {
  grid-template-columns: 320px 1fr;
  gap: 2rem;
  margin-top: 14px;
  display: grid;
}

.delta-card {
  aspect-ratio: 4 / 3;
  background: #04080adb;
  border: 1px solid #14d88647;
  border-radius: 4px;
  grid-template-rows: 1fr auto;
  display: grid;
  overflow: hidden;
}

.delta-media {
  border-color: #14d88647;
}

.delta-card-foot {
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.delta-benefits {
  gap: 12px;
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
  display: grid;
}

.delta-benefits li {
  padding-left: 30px;
  position: relative;
}

.delta-benefits li:before {
  content: "";
  border: 2px solid var(--green);
  width: 9px;
  height: 9px;
  color: var(--green);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.delta-benefits strong, .delta-benefits span {
  display: block;
}

.delta-benefits strong {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.delta-benefits span {
  color: #c9d2d0;
  font-size: .9rem;
}

.payment-panel {
  background: linear-gradient(#11141cf2, #080a0ef2);
}

.payment-panel p {
  color: var(--muted);
  margin: 8px 0 15px;
}

.bank-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 13px;
  display: grid;
}

.bank-row span {
  color: #d9dce3;
  text-transform: uppercase;
  background: #171b24;
  border: 1px solid #ffffff17;
  border-radius: 4px;
  place-items: center;
  min-height: 33px;
  padding: 0 18px;
  font-size: .9rem;
  font-weight: 800;
  display: grid;
}

.pay-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  display: grid;
}

.pay-grid span {
  color: #fff;
  text-align: center;
  background: linear-gradient(#20242d, #0d1017);
  border: 1px solid #ffffff17;
  border-radius: 4px;
  place-items: center;
  min-height: 33px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 950;
  display: grid;
}

.pay-grid span:first-child {
  color: #ff5cc8;
  font-size: 17px;
}

.pay-grid span:nth-child(2) {
  color: #59d878;
}

.pay-grid span:nth-child(5) {
  color: #69a6ff;
}

.pay-grid span:nth-child(6) {
  color: #ff6548;
}

.news {
  padding-bottom: 15px;
}

.news .section-head {
  margin-bottom: 10px;
}

.news-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.news-card {
  aspect-ratio: 1;
  border-radius: 5px;
  grid-template-rows: 1fr auto auto auto;
  padding-bottom: .5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.news-media {
  background: radial-gradient(circle at 20% 20%, #3467d647, #0000 24%), radial-gradient(circle at 84% 30%, #ef1f3242, #0000 24%), linear-gradient(135deg, #111a29, #090b11);
  position: relative;
}

.news-media:after {
  content: "";
  background: linear-gradient(#0000, #00000059);
  position: absolute;
  inset: 0;
}

.news-media span {
  z-index: 1;
  background: var(--red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 56px;
  padding: 5px 8px;
  font-size: .9rem;
  font-weight: 950;
  position: absolute;
  top: 10px;
  left: 12px;
}

.news-two span {
  background: #3467d6;
}

.news-three span {
  background: #1ca55a;
}

.news-four span {
  background: #3467d6;
}

.news-card h3 {
  min-height: 38px;
  margin: 13px 12px 4px;
  line-height: 1.25;
}

.news-card p {
  min-height: 31px;
  color: var(--muted);
  margin: 0 12px 8px;
}

.news-card small {
  color: #888c95;
  justify-content: space-between;
  margin: 0 12px;
  font-size: .9rem;
  display: flex;
}

.news-card em {
  font-style: normal;
}

.catalog-page {
  background: radial-gradient(circle at 74% 12%, #7d0b183d, #0000 24%), linear-gradient(120deg, #ffffff06 0 1px, #0000 1px 78px), linear-gradient(#07090d 0%, #090b0f 46%, #06080c 100%);
}

.category-hero {
  padding: 14px 0 20px;
}

.category-panel {
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #090b10fa 0%, #090b10eb 50%, #090b107a 100%), radial-gradient(circle at 76% 25%, #e6162a52, #0000 25%);
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) 570px;
  gap: 24px;
  padding: 16px 18px;
  display: grid;
  box-shadow: inset 0 0 38px #ef1f321f, 0 18px 50px #00000040;
}

.breadcrumb {
  color: #c7c7ce;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.breadcrumb span, .breadcrumb a {
  color: #d6525a;
}

.breadcrumb em {
  color: #6e717a;
  font-style: normal;
}

.category-copy h1 {
  text-transform: uppercase;
  margin: 17px 0 4px;
  font-size: 1.5rem;
  font-weight: 950;
  line-height: 1;
}

.category-copy h1 span {
  color: var(--red);
}

.category-copy p {
  color: #f0f0f2;
  margin: 0 0 24px;
  font-size: .9rem;
  font-weight: 800;
}

.trust-card-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.trust-card {
  background: #080a0fc7;
  border: 1px solid #ffffff1f;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 38px 1fr;
  align-content: center;
  min-height: 57px;
  padding: 0 14px;
  display: grid;
}

.trust-card span {
  border: 1px solid var(--line-soft);
  width: 28px;
  height: 28px;
  color: var(--red);
  border-radius: 50%;
  grid-row: span 2;
  place-items: center;
  display: grid;
}

.trust-card strong {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 950;
}

.trust-card small {
  color: #b8bac2;
  font-size: .9rem;
}

.category-art {
  background: radial-gradient(circle at 18%, #ef1f3273, #0000 20%), linear-gradient(90deg, #090b1033 0%, #090b10b8 56%, #0f0508f2 100%), repeating-linear-gradient(90deg, #ef1f321f 0 2px, #0000 2px 46px), linear-gradient(135deg, #151923, #080a0f);
  border-radius: 4px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  min-height: 142px;
  padding: 0 16px 0 230px;
  display: grid;
  box-shadow: inset 0 0 30px #ef1f321f;
}

.category-stat {
  border-left: 1px solid #ffffff14;
  flex-direction: column;
  justify-content: center;
  min-height: 57px;
  padding: 0 18px;
  display: flex;
}

.category-stat strong {
  font-size: 1.5rem;
  font-weight: 950;
}

.category-stat span {
  color: #d6d6dc;
  font-size: .9rem;
  font-weight: 800;
}

.filter-bar {
  grid-column: 1 / -1;
  grid-template-columns: 1.5fr repeat(3, .62fr) 205px;
  gap: 18px;
  margin-top: 6px;
  display: grid;
}

.filter-bar label, .sort-select {
  display: block;
  position: relative;
}

.filter-bar .form-control, .sort-select .form-control {
  color: #bfc1c8;
  background: #11151b;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  min-height: 42px;
  padding: 0 42px 0 18px;
}

.filter-bar select.form-control, .sort-select select.form-control {
  appearance: none;
  background-image: linear-gradient(45deg, #0000 50%, #858994 50%), linear-gradient(135deg, #858994 50%, #0000 50%);
  background-position: calc(100% - 19px) 18px, calc(100% - 14px) 18px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.search-field span {
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 950;
  position: absolute;
  top: 8px;
  right: 17px;
}

.advanced-filter {
  min-height: 42px;
}

.catalog-listing {
  padding: 0 0 20px;
}

.catalog-controls {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.catalog-tabs {
  gap: 10px;
  display: flex;
}

.catalog-tabs a {
  color: #d6d7de;
  text-transform: uppercase;
  background: #11141b;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  align-items: center;
  min-height: 39px;
  padding: 0 21px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.catalog-tabs a.active {
  border-color: var(--line);
  color: #fff;
  background: linear-gradient(#ab121f, #6c0911);
}

.sort-select {
  width: 160px;
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  display: flex;
}

.pagination a, .pagination span {
  color: #fff;
  background: #11141b;
  border: 1px solid #ffffff1f;
  border-radius: 5px;
  place-items: center;
  width: 34px;
  height: 31px;
  font-size: .9rem;
  font-weight: 900;
  display: grid;
}

.pagination a.active {
  border-color: var(--line);
  background: linear-gradient(#e42335, #9e0714);
}

.catalog-seo {
  padding: 0 0 30px;
}

.catalog-seo .container {
  border: 1px solid var(--line);
  background: #080a0fe6;
  border-radius: 7px;
  padding: 15px 21px 18px;
  box-shadow: inset 0 0 26px #ef1f3214;
}

.seo-head {
  text-align: center;
}

.seo-head h2 span {
  color: var(--red);
}

.seo-head p {
  color: #b9bbc2;
  max-width: 980px;
  margin: 5px auto 12px;
  font-size: .9rem;
}

.seo-grid {
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 26px;
  display: grid;
}

.seo-col {
  border-right: 1px solid #ffffff1a;
  padding-right: 22px;
}

.seo-col:last-child {
  border-right: 0;
  padding-right: 0;
}

.seo-col h3 {
  color: #ff513f;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 950;
}

.seo-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-col li {
  color: #d4d6dc;
  padding: 3px 0 3px 22px;
  font-size: .9rem;
  position: relative;
}

.seo-col li:before {
  content: "";
  color: #f0d64d;
  border-bottom: 2px solid #f0d64d;
  border-left: 2px solid #f0d64d;
  width: 8px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}

.seo-payment .bank-row {
  margin-bottom: 9px;
}

.seo-payment .pay-grid {
  grid-template-columns: repeat(6, 1fr);
}

.seo-payment .pay-grid span {
  height: 30px;
  font-size: .9rem;
}

.midman-hero {
  padding: 26px 0 10px;
}

.admin-badge {
  background: radial-gradient(circle at 42% 28%, #ff6a78 0 16%, #0000 17%), radial-gradient(circle at 50% 66%, #db1226 0 36%, #0000 37%), linear-gradient(145deg, #ff4c5e, #850912);
  border-radius: 50%;
  width: 74px;
  height: 74px;
  box-shadow: 0 0 24px #ef1f3280;
}

.admin-copy p {
  color: #f0f0f2;
  margin: 4px 0 0;
  font-size: .9rem;
  font-weight: 800;
}

.midman-search, .midman-guide, .midman-notes, .midman-connect, .midman-bank {
  padding: 0 0 18px;
}

.midman-search-box {
  border-radius: 0 0 6px 6px;
  padding: 18px 20px 16px;
}

.midman-form {
  grid-template-columns: 1fr 1.15fr .95fr;
  gap: 18px;
  display: grid;
}

.midman-form .btn {
  align-self: end;
  min-height: 40px;
}

.midman-form .form-control {
  background: #f6f6f7;
  border: 0;
}

.midman-help-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
  display: grid;
}

.midman-help span {
  border: 1px solid var(--line);
  border-radius: 5px;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
}

.feature strong, .midman-help strong, .guide-step strong, .connect-card h3, .bank-info strong, .transfer-note h3, .fast-support strong, .support-benefits strong {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 950;
}

.midman-help small, .guide-step small, .connect-card p, .bank-info p, .transfer-note p, .fast-support p, .support-benefits small {
  color: #c7c9d0;
  font-size: .9rem;
}

.guide-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  display: grid;
}

.guide-panel {
  background: linear-gradient(#0c0e14e6, #07090df5), radial-gradient(circle at 50% 40%, #ef1f3229, #0000 32%), repeating-linear-gradient(90deg, #ef1f3214 0 1px, #0000 1px 44px);
  border-radius: 5px;
  min-height: 184px;
  padding: 16px 20px;
}

.guide-panel h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 1.1rem;
  font-weight: 950;
}

.guide-steps {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  display: grid;
}

.guide-steps.compact {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.guide-step {
  text-align: center;
  position: relative;
}

.guide-step span {
  border: 1px solid var(--line);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 11px;
  font-size: 1.5rem;
  display: grid;
  box-shadow: 0 0 20px #ef1f3259;
}

.guide-step em {
  color: var(--red);
  font-style: normal;
  font-weight: 950;
  display: block;
}

.guide-step strong, .guide-step small {
  display: block;
}

.notes-panel {
  border-radius: 0 0 6px 6px;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 18px 22px 22px;
  display: grid;
}

.note-list {
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.note-list li {
  color: #f0f0f2;
  padding-left: 26px;
  font-size: .9rem;
  line-height: 1.45;
  position: relative;
}

.note-list li:before {
  font-weight: 950;
  position: absolute;
  top: 0;
  left: 0;
}

.note-list.positive li:before {
  content: "";
  color: #27e26b;
  border-bottom: 2px solid #27e26b;
  border-left: 2px solid #27e26b;
  width: 9px;
  height: 5px;
  top: 6px;
  transform: rotate(-45deg);
}

.note-list.negative li:before {
  content: "";
  color: #ff2d3f;
  background: linear-gradient(45deg, #0000 43%, #ff2d3f 43% 57%, #0000 57%), linear-gradient(-45deg, #0000 43%, #ff2d3f 43% 57%, #0000 57%);
  width: 10px;
  height: 10px;
  top: 5px;
}

.connect-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.connect-card {
  border-radius: 6px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 76px 1fr;
  column-gap: 12px;
  min-height: 156px;
  padding: 20px;
  display: grid;
}

.connect-icon {
  color: #fff;
  background: radial-gradient(circle, #ef1f325c, #ef1f3214 62%, #0000 63%);
  border-radius: 50%;
  grid-row: span 3;
  place-items: center;
  width: 66px;
  height: 66px;
  font-size: 1.5rem;
  font-weight: 950;
  display: grid;
  box-shadow: 0 0 24px #ef1f3266;
}

.connect-card h3, .connect-card p {
  margin: 0;
}

.connect-card a {
  border: 1px solid var(--line);
  border-radius: 3px;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 31px;
  padding: 0 16px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.bank-layout {
  border: 1px solid var(--line);
  background: radial-gradient(circle at 26% 24%, #ef1f322e, #0000 25%), linear-gradient(#090b10db, #05070bf2);
  border-radius: 6px;
  grid-template-columns: 1fr 1fr 340px;
  gap: 22px;
  padding: 14px;
  display: grid;
}

.bank-card {
  border-radius: 5px;
  overflow: hidden;
}

.bank-qr {
  background-blend-mode: multiply, multiply, normal;
  background: linear-gradient(90deg, #111 10px, #0000 10px 17px, #111 17px 23px, #0000 23px 35px, #111 35px 43px, #0000 43px), linear-gradient(#111 10px, #0000 10px 17px, #111 17px 23px, #0000 23px 35px, #111 35px 43px, #0000 43px), #fff repeating-linear-gradient(45deg, #111 0 4px, #fff 4px 8px);
  border: 14px solid #fff;
  height: 260px;
}

.bank-info {
  background: #11141b;
  padding: 15px 18px 17px;
}

.bank-info strong {
  margin-bottom: 8px;
  display: block;
}

.bank-info p {
  margin: 5px 0;
}

.bank-info span {
  color: var(--red);
  font-weight: 950;
}

.bank-info .btn {
  width: 100%;
  margin-top: 12px;
}

.bank-side {
  box-shadow: none;
  background: none;
  border: 0;
  grid-template-rows: 1fr auto;
  gap: 16px;
  display: grid;
}

.transfer-note, .fast-support {
  border: 1px solid var(--line);
  background: #0a0c11eb;
  border-radius: 5px;
}

.transfer-note {
  padding: 17px;
}

.transfer-note h3 {
  color: #ffd0d5;
  margin: 0 0 15px;
}

.transfer-note p {
  grid-template-columns: 32px 1fr;
  margin: 0 0 14px;
  display: grid;
}

.transfer-note span {
  color: #f4c132;
  font-size: 1.5rem;
}

.fast-support {
  background: linear-gradient(135deg, #b80916fa, #54060cfa);
  min-height: 122px;
  padding: 18px 24px;
}

.fast-support strong {
  display: block;
}

.fast-support span {
  color: #ffd536;
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
  display: block;
}

.shop-info-hero {
  padding: 26px 0 14px;
}

.shop-admin-badge {
  border-radius: 18px;
}

.shop-info-facebook, .shop-info-fanpage, .shop-info-connect, .shop-info-bank {
  padding: 0 0 24px;
}

.support-panel {
  border-radius: 0 0 8px 8px;
}

.facebook-panel {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 26px;
  display: grid;
}

.support-card {
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  grid-template-columns: 78px 1fr 150px;
  align-items: center;
  gap: 16px;
  min-height: 106px;
  padding: 15px 18px;
  display: grid;
}

.support-card .btn {
  text-align: center;
  min-height: 45px;
  padding: 0 18px;
}

.profile-avatar {
  border: 2px solid var(--red);
  background: radial-gradient(circle at 50% 32%, #f4d2c4 0 16%, #0000 17%), radial-gradient(circle at 50% 78%, #d61d2d 0 36%, #0000 37%), linear-gradient(135deg, #263142, #11151d);
  border-radius: 50%;
  width: 66px;
  height: 66px;
  box-shadow: 0 0 18px #ef1f3252;
}

.profile-copy h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 950;
}

.profile-copy h3 span {
  color: #328bff;
}

.profile-copy p {
  color: #c9cbd2;
  margin: 3px 0;
  font-size: .9rem;
  font-weight: 800;
}

.profile-copy strong {
  color: var(--red);
}

.safety-card, .support-benefits {
  background: #0e1117eb;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
}

.safety-card {
  padding: 18px 22px;
}

.safety-card h3 {
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 1.1rem;
  font-weight: 950;
}

.safety-card ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.safety-card li {
  color: #d7d9df;
  padding-left: 24px;
  font-size: .9rem;
  position: relative;
}

.safety-card li:before {
  content: "";
  color: #22e165;
  border-bottom: 2px solid #22e165;
  border-left: 2px solid #22e165;
  width: 9px;
  height: 5px;
  font-weight: 950;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(-45deg);
}

.fanpage-panel {
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 42px;
  padding: 34px 34px 30px;
  display: grid;
}

.fanpage-card {
  max-width: 560px;
}

.support-benefits {
  gap: 18px;
  padding: 20px;
  display: grid;
}

.support-benefits .icon-text-row {
  grid-template-columns: 44px 1fr;
}

.support-benefits span {
  color: #fff;
  background: linear-gradient(#bd1a28, #8d0a15);
  border-radius: 6px;
  width: 34px;
  height: 34px;
}

.shop-info-connect .connect-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: 230px;
  display: flex;
}

.shop-info-connect .connect-icon {
  width: 94px;
  height: 94px;
  margin-bottom: 12px;
  font-size: 2rem;
}

.shop-info-bank .bank-layout {
  background: radial-gradient(circle at 26% 24%, #ef1f322e, #0000 25%), linear-gradient(#090b10db, #05070bf2);
}

.cart-hero {
  padding: 28px 0 18px;
}

.cart-hero-panel {
  background: radial-gradient(circle at 54% 45%, #ef1f326b, #0000 18%), linear-gradient(90deg, #05070cd1, #05070c33), repeating-linear-gradient(90deg, #ffffff0a 0 1px, #0000 1px 54px), linear-gradient(135deg, #151923, #07090d);
  min-height: 160px;
  padding: 28px 0 0 20px;
}

.cart-hero h1 {
  text-transform: uppercase;
  margin: 18px 0 6px;
  font-size: 1.5rem;
  font-weight: 950;
}

.cart-hero h1:first-letter {
  color: var(--red);
}

.cart-hero p {
  color: #f0f0f2;
  margin: 0;
  font-size: .9rem;
  font-weight: 800;
}

.cart-table-section, .cart-related {
  padding: 0 0 24px;
}

.cart-head {
  border-bottom: 1px solid var(--line);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(#b01622, #65090f);
  border-radius: 5px 5px 0 0;
  grid-template-columns: 190px 1.55fr .88fr 1fr .78fr .75fr;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  font-size: .9rem;
  font-weight: 950;
  display: grid;
}

.cart-row {
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: 190px 1.55fr .88fr 1fr .78fr .75fr;
  align-items: center;
  min-height: 128px;
  padding: 18px 20px;
  display: grid;
}

.cart-product-shot {
  border-radius: 4px;
  width: 150px;
  height: 78px;
}

.cart-product-info h2 {
  text-transform: uppercase;
  margin: 0 0 7px;
  font-size: 1.1rem;
  font-weight: 950;
}

.cart-product-info a {
  color: #257dff;
  margin-bottom: 9px;
  font-size: 1.1rem;
  font-weight: 950;
  display: inline-block;
}

.cart-tags {
  gap: 8px;
  display: flex;
}

.cart-tags span {
  color: #d7d9df;
  text-transform: uppercase;
  background: #2b2d31;
  border-radius: 3px;
  align-items: center;
  min-height: 23px;
  padding: 0 10px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.cart-price, .cart-total {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 950;
}

.cart-total {
  color: var(--red);
}

.qty-control {
  border: 1px solid var(--line);
  border-radius: 5px;
  grid-template-columns: 40px 1fr 40px;
  width: 130px;
  height: 37px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}

.qty-control button, .qty-control span {
  color: #fff;
  font: inherit;
  background: #11141b;
  border: 0;
  place-items: center;
  font-weight: 900;
  display: grid;
}

.qty-control button:last-child {
  color: var(--red);
}

.remove-btn {
  border: 1px solid var(--line);
  width: 37px;
  height: 37px;
  color: var(--red);
  border-radius: 5px;
  place-items: center;
  margin: 0 auto;
  font-weight: 950;
  display: grid;
}

.cart-summary {
  grid-template-columns: 1fr 330px 260px;
  align-items: center;
  gap: 28px;
  padding: 16px 28px;
  display: grid;
}

.continue-btn {
  border: 1px solid var(--line);
  border-radius: 4px;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 18px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

.summary-copy p {
  color: #fff;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 10px;
  font-size: .9rem;
  font-weight: 900;
  display: flex;
}

.summary-copy strong {
  color: var(--red);
  font-size: 1.5rem;
}

.checkout-box .btn {
  width: 100%;
  min-height: 42px;
  font-size: 1.1rem;
}

.checkout-box small {
  color: #bfc2ca;
  text-align: center;
  margin-top: 8px;
  font-size: .9rem;
  display: block;
}

.cart-related .container {
  padding: 0 14px 16px;
}

.cart-panel-head {
  align-items: center;
  min-height: 48px;
  display: flex;
}

.cart-panel-head h2:before {
  content: "";
  border: 2px solid var(--red);
  border-radius: 50%;
  width: .82em;
  height: .82em;
  margin-right: 9px;
  display: inline-block;
  box-shadow: 0 0 0 3px #ef1f3229;
}

.product-detail-main {
  padding: 22px 0 28px;
}

.detail-layout {
  grid-template-columns: 1.42fr .92fr;
  gap: 20px;
  display: grid;
}

.detail-gallery {
  position: relative;
}

.main-preview {
  border-radius: 7px;
  height: 398px;
  box-shadow: 0 0 25px #ef1f3247;
}

.gallery-arrow {
  z-index: 2;
  border: 1px solid var(--line);
  color: #fff;
  background: #990a12bf;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 2rem;
  display: grid;
  position: absolute;
  top: 188px;
}

.gallery-arrow.prev {
  left: -48px;
}

.gallery-arrow.next {
  right: -48px;
}

.thumb-row {
  width: 520px;
  height: 52px;
  box-shadow: inset 0 0 0 2px var(--red), inset 101px 0 0 -99px #ef1f3273, inset 202px 0 0 -200px #ef1f3273, inset 303px 0 0 -301px #ef1f3273, inset 404px 0 0 -402px #ef1f3273;
  background: linear-gradient(90deg, #ef1f32a6 0 1px, #0000 1px 101px, #ef1f3273 101px 102px, #0000 102px 202px, #ef1f3273 202px 203px, #0000 203px 303px, #ef1f3273 303px 304px, #0000 304px 404px, #ef1f3273 404px 405px, #0000 405px), repeating-linear-gradient(0deg, #ff374b33 0 2px, #0000 2px 18px), linear-gradient(135deg, #102332, #07111b);
  border-radius: 5px;
  margin: 15px auto 0;
}

.buy-panel {
  border-radius: 7px;
  min-height: 352px;
  padding: 27px 29px;
}

.account-code {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 23px;
  font-size: 1.1rem;
  display: grid;
}

.account-code strong {
  font-weight: 950;
}

.account-code a {
  color: #d7d9df;
  font-size: .9rem;
  font-weight: 900;
}

.price-lines {
  border-top: 1px solid #ffffff1a;
  gap: 18px;
  padding: 18px 0;
  display: grid;
}

.price-lines p {
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
  font-size: 1.1rem;
  display: flex;
}

.price-lines del {
  color: #999ba3;
  font-size: 1.3rem;
  font-weight: 800;
}

.price-lines strong {
  color: #fff01e;
  font-size: 2rem;
  font-weight: 950;
}

.main-buy {
  width: 100%;
  min-height: 58px;
  margin: 8px 0 14px;
  font-size: 1.5rem;
}

.detail-actions {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.detail-actions a {
  border: 1px solid var(--line-soft);
  background: #ef1f321f;
  border-radius: 5px;
  place-items: center;
  min-height: 44px;
  font-size: .9rem;
  font-weight: 900;
  display: grid;
}

.panel-perks {
  color: #d7d9df;
  justify-content: center;
  gap: 34px;
  margin: 20px 0 0;
  font-size: .9rem;
  font-weight: 900;
  display: flex;
}

.assurance-row {
  border: 1px solid var(--line);
  background: #080a0fd1;
  border-radius: 6px;
  grid-column: 2;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 17px;
  padding: 18px;
  display: grid;
}

.assurance-row span {
  color: var(--red);
  font-size: 1.5rem;
}

.assurance-row .icon-text-row {
  grid-template-columns: 34px 1fr;
}

.assurance-row strong {
  font-size: .9rem;
  font-weight: 950;
}

.assurance-row small {
  color: #bbbfc7;
  font-size: .9rem;
}

.detail-related {
  padding: 0 0 20px;
}

.detail-filter-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.load-more-row {
  justify-content: center;
  padding: 24px 0 0;
  display: flex;
}

.load-more-row a {
  border: 1px solid var(--line-soft);
  text-transform: uppercase;
  background: #080a0fdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  min-height: 45px;
  font-size: .9rem;
  font-weight: 950;
  display: inline-flex;
}

.detail-benefits {
  padding: 0 0 24px;
}

.admin-login-page, .admin-shell {
  color: #0f172a;
  background: radial-gradient(circle at 0 0, #dc26261f, #0000 32rem), linear-gradient(135deg, #f8fafc 0%, #eef2f7 45%, #f8fafc 100%);
  min-height: 100vh;
  font-family: SF Pro Display, Segoe UI, ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.admin-login-page {
  place-items: center;
  padding: 32px 20px;
  display: grid;
}

.admin-login-card {
  border: 1px solid #0f172a14;
  width: min(440px, 100%);
  box-shadow: 0 24px 70px #0f172a24;
}

.admin-shell {
  grid-template-columns: 280px 1fr;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  display: grid;
}

.admin-sidebar {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffdb;
  border-right: 1px solid #0f172a14;
  height: 100vh;
  padding: 22px 18px;
  font-family: inherit;
  position: sticky;
  top: 0;
}

.admin-brand {
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  display: flex;
}

.admin-brand-mark {
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #991b1b);
  border-radius: 16px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 14px 30px #dc262642;
}

.admin-brand-title {
  margin: 0;
  font-size: 15px;
  font-weight: 850;
}

.admin-brand-subtitle {
  color: #64748b;
  margin: 2px 0 0;
  font-size: 12px;
}

.admin-nav, .admin-nav-group {
  gap: 6px;
  display: grid;
}

.admin-nav-link {
  color: #475569;
  border-radius: 14px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 700;
  transition: background .18s, color .18s, transform .18s;
  display: flex;
}

.admin-nav-link:hover, .admin-nav-link.is-active {
  color: #991b1b;
  background: #fee2e2;
  transform: translateX(2px);
}

.admin-subnav {
  border-left: 1px solid #991b1b2e;
  gap: 4px;
  margin: -2px 0 4px 18px;
  padding-left: 14px;
  display: grid;
}

.admin-subnav-link {
  color: #64748b;
  border-radius: 12px;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 750;
  transition: background .18s, color .18s, transform .18s;
  display: flex;
}

.admin-subnav-link:hover, .admin-subnav-link.is-active {
  color: #b91c1c;
  background: #fff1f2;
  transform: translateX(2px);
}

.admin-nav-link svg, .admin-subnav-link svg, .admin-topbar svg, .admin-table-action svg {
  flex: none;
}

.admin-main {
  min-width: 0;
  padding: 22px 26px 42px;
  font-family: inherit;
}

.admin-topbar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.admin-search {
  color: #64748b;
  background: #ffffffc7;
  border: 1px solid #0f172a14;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  min-width: 320px;
  padding: 10px 14px;
  display: flex;
}

.admin-user {
  align-items: center;
  gap: 12px;
  display: flex;
}

.admin-page-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  display: flex;
}

.admin-eyebrow {
  color: #dc2626;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 850;
}

.admin-title {
  color: #0f172a;
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
}

.admin-description {
  color: #64748b;
  max-width: 760px;
  margin: 8px 0 0;
  line-height: 1.7;
}

.admin-grid {
  gap: 16px;
  display: grid;
}

.admin-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-two-col {
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
}

.admin-management-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.admin-settings-tabs {
  gap: 18px;
  display: grid;
}

.admin-settings-tabs-list {
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #ffffffe6;
  border: 1px solid #0f172a14;
  border-radius: 18px;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 14px;
  overflow-x: auto;
  box-shadow: 0 14px 36px #0f172a14;
}

.admin-settings-tabs-list [role="tab"] {
  color: #64748b;
  border-radius: 13px;
  flex: none;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 850;
  display: inline-flex;
}

.admin-settings-tabs-list [role="tab"][data-state="active"] {
  color: #991b1b;
  box-shadow: none;
  background: #fee2e2;
}

.admin-settings-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
}

.admin-settings-layout > .admin-grid {
  min-width: 0;
}

.admin-settings-hint {
  position: sticky;
  top: 92px;
}

.admin-card {
  background: #ffffffe0;
  border-color: #0f172a14;
  box-shadow: 0 18px 50px #0f172a14;
}

.admin-card-muted {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
}

.admin-kpi-icon {
  color: #dc2626;
  background: #fee2e2;
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.admin-kpi-value {
  color: #0f172a;
  letter-spacing: -.04em;
  margin: 8px 0 0;
  font-size: 28px;
  font-weight: 900;
}

.admin-kpi-delta {
  color: #16a34a;
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.admin-muted {
  color: #64748b;
}

.admin-table-wrap {
  background: #fff;
  border: 1px solid #0f172a14;
  border-radius: 18px;
  overflow: hidden;
}

.admin-table-wrap table {
  margin: 0;
}

.admin-table-wrap th {
  color: #475569;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
}

.admin-table-wrap td {
  color: #0f172a;
  vertical-align: middle;
}

.admin-table-action {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.admin-form-grid {
  gap: 14px;
  display: grid;
}

.admin-form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.admin-settings-row {
  background: #f8fafc;
  border: 1px solid #0f172a14;
  border-radius: 14px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 12px;
  display: grid;
}

.admin-form-section-title {
  color: #0f172a;
  letter-spacing: .02em;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 900;
}

.admin-native-select {
  color: #18181b;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  outline: none;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
}

.admin-native-select:focus-visible {
  box-shadow: 0 0 0 2px #18181b;
}

.admin-checkbox-row {
  color: #334155;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 750;
  display: flex;
}

.admin-form-error {
  color: #b91c1c;
  margin: -6px 0 0;
  font-size: 12px;
  font-weight: 750;
}

.admin-form-error-box, .admin-form-success {
  border-radius: 12px;
  margin: 0;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}

.admin-form-error-box {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.admin-form-success {
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.admin-json-textarea {
  tab-size: 2;
  min-height: 280px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  line-height: 1.55;
}

.admin-panel-list {
  gap: 12px;
  display: grid;
}

.admin-panel-item {
  background: #fff;
  border: 1px solid #0f172a14;
  border-radius: 16px;
  padding: 14px;
}

.admin-panel-item-title {
  margin: 0;
  font-weight: 850;
}

.admin-panel-item-meta {
  color: #64748b;
  margin: 5px 0 0;
  font-size: 13px;
}

.admin-chart {
  height: 318px;
}

.admin-chart-sm {
  height: 258px;
}

.admin-status-dot {
  background: currentColor;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  display: inline-flex;
}

.admin-mobile-note {
  display: none;
}

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    height: auto;
    position: static;
  }

  .admin-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-nav-group {
    min-width: 0;
  }

  .admin-subnav {
    margin-left: 0;
  }

  .admin-kpi-grid, .admin-two-col, .admin-management-grid, .admin-settings-layout {
    grid-template-columns: 1fr;
  }

  .admin-settings-hint {
    position: static;
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 18px 16px 32px;
  }

  .admin-topbar, .admin-page-header, .admin-user {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-search {
    width: 100%;
    min-width: 0;
  }

  .admin-nav, .admin-form-row {
    grid-template-columns: 1fr;
  }

  .admin-settings-tabs-list {
    position: static;
  }

  .admin-settings-tabs-list [role="tab"] {
    min-width: max-content;
  }
}

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

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

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/