/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-bg: #0d0e10;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inset-ring {
    --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-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);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
}
:root {
  --u-bg: #0d0e10;
  --u-panel: #17181b;
  --u-panel-2: #1e1f23;
  --u-box: #26272c;
  --u-chip: #0a0b0c;
  --u-line: rgba(255, 255, 255, 0.08);
  --u-line-2: rgba(255, 255, 255, 0.13);
  --u-ink: #f4f4f6;
  --u-ink-2: #b6b7bd;
  --u-ink-3: #7d7e86;
  --u-accent: #4d8dff;
  --u-accent-2: #2f6bff;
  --u-grad: linear-gradient(135deg, #6cb0ff 0%, #2f6bff 100%);
  --u-grad-ink: #ffffff;
  --u-price: #a9c7ff;
  --u-online: #35d489;
  --u-offline: #f5553d;
  --u-warn: #e6b552;
  --u-surf: linear-gradient(180deg, #1b1c20 0%, #141518 100%);
  --u-surf-2: linear-gradient(180deg, #232429 0%, #191a1e 100%);
  --u-ring: inset 0 0 0 1px rgba(255, 255, 255, .05);
  --u-hi: inset 0 1px 0 rgba(255, 255, 255, .06);
  --u-shadow: 0 10px 30px -14px rgba(0, 0, 0, .7);
  --u-r: 12px;
  --u-r-lg: 18px;
  --u-r-btn: 6px;
  --u-pill: 999px;
  --u-maxw: 1360px;
  --u-gap: 18px;
  --u-press: 5px;
  --u-grad-edge: #1f4fca;
  --u-surf-edge: #474954;
  --u-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --color-text: #f4f4f6;
  --color-text-darker: #e8e8ec;
  --color-text-secondary: #b6b7bd;
  --color-text-dark: #0d0e10;
  --color-bg: #0d0e10;
  --color-brighter-bg: #17181b;
  --color-primary: #2f6bff;
  --color-primary-hover: #4d8dff;
  --color-primary-text: #ffffff;
  --color-primary-text-hover: #ffffff;
  --color-secondary: #26272c;
  --color-secondary-hover: #303137;
  --color-secondary-text: #f4f4f6;
  --color-secondary-text-hover: #f4f4f6;
  --color-tertiary: transparent;
  --color-tertiary-hover: rgba(255, 255, 255, 0.08);
  --color-tertiary-text: #f4f4f6;
  --color-tertiary-text-hover: #ffffff;
  --page-transition-duration: 240ms;
  --tebex-legal-footer-background-color: #0a0b0c;
  --tebex-legal-footer-border-color: rgba(255, 255, 255, 0.06);
  --tebex-legal-footer-text-color: #7d7e86;
}
body {
  font-family: var(--u-font);
  background: var(--u-bg);
  color: var(--u-ink-2);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.uhome {
  background: var(--u-bg);
}
.uwrap {
  max-width: var(--u-maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.ugrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
  padding: 26px 0 48px;
}
.ucol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.usection {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ukick {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--u-ink-3);
}
.ubtn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 46px;
  padding: 0 30px;
  min-width: 124px;
  border-radius: var(--u-r-btn);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  white-space: nowrap;
  border: 0;
  background: var(--u-surf-2);
  color: var(--u-ink);
  box-shadow: 0 var(--u-press) 0 var(--u-surf-edge), 0 calc(var(--u-press) + 5px) 12px -6px rgba(0, 0, 0, .5), var(--u-ring), var(--u-hi);
  transition: transform 90ms ease, box-shadow 90ms ease, filter 160ms ease;
  transform: translateY(0);
}
.ubtn:hover {
  filter: brightness(1.16);
}
.ubtn:active {
  transform: translateY(var(--u-press));
  box-shadow: 0 0 0 var(--u-surf-edge), 0 2px 6px -3px rgba(0, 0, 0, .5), var(--u-ring), var(--u-hi);
}
.ubtn svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}
.ubtn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, .45) 50%, transparent 68%);
  transform: translateX(-150%) skewX(-20deg);
}
.ubtn:hover::after {
  transition: transform .75s ease;
  transform: translateX(150%) skewX(-20deg);
}
.ubtn.up {
  background: var(--u-grad);
  color: var(--u-grad-ink);
  box-shadow: 0 var(--u-press) 0 var(--u-grad-edge), 0 10px 20px -12px rgba(47, 107, 255, .6);
}
.ubtn.up:hover {
  filter: brightness(1.05);
}
.ubtn.up:active {
  transform: translateY(var(--u-press));
  box-shadow: 0 0 0 var(--u-grad-edge), 0 6px 14px -12px rgba(47, 107, 255, .5);
}
.uhero {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border-radius: var(--u-r-lg);
  background: radial-gradient(90% 130% at 88% 0%, rgba(70, 130, 255, .13), transparent 60%), var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
}
.uhero-logo {
  width: 150px;
  height: 150px;
  flex: 0 0 auto;
  border-radius: 20px;
  background: radial-gradient(120% 120% at 50% 0%, #16171a 0%, #0a0b0c 100%);
  display: grid;
  place-items: center;
  box-shadow: var(--u-ring), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.uhero-logo img {
  max-width: 62%;
  max-height: 62%;
  display: block;
}
.uhero-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.uhero-body h1 {
  color: var(--u-ink);
  margin: 0;
  font-size: 34px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.02em;
}
.uhero-body p {
  margin: 0;
  color: var(--u-ink-2);
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.5;
}
.uduo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--u-gap);
}
.uinfo {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
}
.uinfo-ic {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--u-surf-2);
  box-shadow: var(--u-ring), var(--u-hi);
}
.uinfo-ic svg {
  width: 24px;
  height: 24px;
}
.uinfo-t {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.uinfo-t .l1 {
  font-weight: 800;
  color: var(--u-ink);
  font-size: 16px;
}
.uinfo-t .l2 {
  font-size: 13px;
  color: var(--u-ink-3);
}
.uinfo-t .l2 b {
  color: var(--u-ink-2);
  font-weight: 700;
}
.uinfo .ubtn {
  min-width: 0;
  padding: 0 22px;
}
.ulive {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  font-weight: 700;
  color: var(--u-ink-3);
}
.ulive .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--u-ink-3);
  flex: 0 0 auto;
}
.ulive .num {
  font-weight: 800;
}
.ulive.on {
  color: var(--u-online);
}
.ulive.on .dot {
  background: var(--u-online);
}
.ulive.on .num {
  color: var(--u-online);
}
.ulive.off {
  color: var(--u-offline);
}
.ulive.off .dot {
  background: var(--u-offline);
}
.ulive.off .num {
  color: var(--u-offline);
}
@media (prefers-reduced-motion: no-preference) {
  .ulive.on .dot {
    animation: upulse 1.8s ease-out infinite;
  }
}
@keyframes upulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--u-online) 55%, transparent);
  }
  70% {
    box-shadow: 0 0 0 6px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.uinfo .l2 > .ulive:first-child {
  margin-left: 0;
}
.ic-grad {
  fill: none;
  stroke: url(#ug);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ic-grad-fill {
  fill: url(#ug);
  stroke: none;
}
.upanel {
  display: flex;
  gap: 14px;
  padding: 0 18px;
  height: 100px;
  border-radius: var(--u-r-lg);
  overflow: hidden;
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
}
.upanel-t {
  flex: 1;
  min-width: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.upanel-t .un {
  font-weight: 800;
  color: var(--u-ink);
  font-size: 17px;
}
.upanel-t .us {
  font-size: 12.5px;
  color: var(--u-ink-3);
}
.upanel-av {
  flex: 0 0 auto;
  width: 68px;
  align-self: flex-start;
}
.upanel-av img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
  image-rendering: pixelated;
}
.upanel-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.upanel-actions .ubtn {
  min-width: 0;
  height: 34px;
  padding: 0 14px;
  font-size: 11px;
  letter-spacing: .05em;
}
.uph {
  border-radius: 12px;
  background: var(--u-surf-2);
  box-shadow: var(--u-ring), var(--u-hi);
}
.ushead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}
.ushead h2 {
  color: var(--u-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0;
}
.ushead .more {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--u-ink-3);
  white-space: nowrap;
  transition: color 160ms ease;
}
.ushead .more:hover {
  color: var(--u-accent);
}
.uprods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.uprod {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
  transition: transform 160ms ease;
}
.uprod:hover {
  transform: translateY(-3px);
}
.uprod-img {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(90% 120% at 50% 0%, #202127, #131418);
  box-shadow: var(--u-ring);
}
.uprod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 12px;
}
.uprod-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--u-grad);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 0 6px 14px -6px rgba(47, 107, 255, .7);
}
.uprod-b {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.uprod-name {
  font-weight: 800;
  color: var(--u-ink);
  font-size: 15px;
  line-height: 1.25;
}
.uprod-price {
  font-weight: 800;
  color: var(--u-price);
  font-size: 16px;
  white-space: nowrap;
}
.uprod-price .old {
  color: var(--u-ink-3);
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 6px;
  font-size: 12.5px;
}
.uprod .product-actions {
  margin-top: auto;
  display: flex;
}
.uprod-buy {
  width: 100%;
}
.uprod .product-actions.updating {
  opacity: .6;
  pointer-events: none;
}
.ufaq {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ufaq-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.uqa {
  border-radius: 14px;
  overflow: hidden;
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi);
}
.uqa summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  gap: 16px;
  font-weight: 700;
  color: var(--u-ink);
  font-size: 15.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uqa summary::-webkit-details-marker {
  display: none;
}
.uqa .pm {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--u-surf-2);
  box-shadow: var(--u-ring);
  color: var(--u-ink-2);
  transition: transform .25s ease, color .25s ease;
}
.uqa .pm svg {
  width: 15px;
  height: 15px;
}
.uqa[open] .pm {
  transform: rotate(45deg);
  color: var(--u-accent);
}
.uqa .ua {
  padding: 0 22px 22px;
  color: var(--u-ink-2);
  font-size: 14px;
  line-height: 1.55;
  max-width: 80ch;
}
.ucard {
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ucard-h {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--u-ink-3);
  font-weight: 700;
  margin: 0;
}
.ucatlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ucat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  background: var(--u-surf-2);
  box-shadow: var(--u-ring);
  transition: transform 140ms ease;
}
.ucat:hover {
  transform: translateX(3px);
}
.ucat-ic {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: var(--u-box);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.ucat-ic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ucat-t {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  color: var(--u-ink);
  font-size: 14px;
}
.ucat-ch {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 2px solid var(--u-ink-3);
  border-top: 2px solid var(--u-ink-3);
  transform: rotate(45deg);
}
.uside .widget {
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.uside .widget-title {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--u-ink-3);
  font-weight: 700;
  margin: 0;
}
.uside .widget .empty {
  color: var(--u-ink-3);
  font-size: 13px;
  margin: 0;
}
.uside .widget-top-donator {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  background: radial-gradient(90% 130% at 90% 0%, rgba(70, 130, 255, .12), transparent 55%), var(--u-surf);
}
.uside .widget-top-donator .topbuyer {
  display: block;
}
.uside .topbuyer-t {
  position: relative;
  z-index: 1;
  max-width: 60%;
}
.uside .topbuyer-name {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--u-ink);
  font-size: 18px;
  font-weight: 800;
}
.uside .topbuyer-name svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--u-accent);
}
.uside .topbuyer-sub {
  color: var(--u-ink-3);
  font-size: 12.5px;
  margin-top: 4px;
  line-height: 1.45;
}
.uside .topbuyer-sub strong {
  color: var(--u-price);
  font-weight: 800;
}
.uside .topbuyer-av {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 82px;
  height: 104px;
  overflow: hidden;
  z-index: 0;
}
.uside .topbuyer-av img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
  image-rendering: pixelated;
}
.uside .widget-recent .purchases {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.uside .widget-recent .avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  display: block;
  box-shadow: var(--u-ring);
}
.uside .widget-recent .info {
  display: none;
}
@media (max-width: 1000px) {
  .ugrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .uhero {
    flex-direction: column;
    text-align: center;
  }
  .uhero-body {
    align-items: center;
  }
  .uduo {
    grid-template-columns: 1fr;
  }
  .uprods {
    grid-template-columns: 1fr;
  }
  .ufaq {
    flex-direction: column;
  }
}
.popup {
  background-color: var(--u-chip);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--u-chip) 80%, transparent);
  }
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.popup.may-close {
  background-color: var(--u-chip);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--u-chip) 50%, transparent);
  }
}
.popup-content {
  padding: 22px;
  background: var(--u-surf);
  border-radius: var(--u-r-lg);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
}
.popup-close {
  top: 13px;
  right: 13px;
  width: 36px;
  height: 36px;
  opacity: 1;
  border-radius: var(--u-pill);
  background: var(--u-surf-2);
  box-shadow: var(--u-ring), var(--u-hi);
}
.popup-close::before {
  background-color: var(--u-ink-2);
  mask-size: 13px;
}
.popup-close:hover {
  opacity: 1;
  background: var(--u-box);
}
.popup-close:hover::before {
  background-color: var(--u-ink);
}
.btn-primary, .btn-secondary {
  position: relative;
  border-radius: var(--u-r-btn);
  padding: 0 22px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: transform 90ms ease, box-shadow 90ms ease, filter 160ms ease, color .15s ease;
}
.btn-primary {
  background: var(--u-grad);
  color: var(--u-grad-ink);
  box-shadow: 0 var(--u-press) 0 var(--u-grad-edge), 0 10px 20px -12px rgba(47, 107, 255, .55);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--u-grad);
  color: var(--u-grad-ink);
  filter: brightness(1.06);
}
.btn-primary:active {
  transform: translateY(var(--u-press));
  box-shadow: 0 0 0 var(--u-grad-edge), 0 6px 14px -12px rgba(47, 107, 255, .5);
}
.btn-secondary {
  background: var(--u-surf-2);
  color: var(--u-ink);
  box-shadow: 0 var(--u-press) 0 var(--u-surf-edge), 0 calc(var(--u-press) + 5px) 12px -6px rgba(0, 0, 0, .5), var(--u-ring), var(--u-hi);
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--u-surf-2);
  color: var(--u-ink);
  filter: brightness(1.16);
}
.btn-secondary:active {
  transform: translateY(var(--u-press));
  box-shadow: 0 0 0 var(--u-surf-edge), 0 2px 6px -3px rgba(0, 0, 0, .5), var(--u-ring), var(--u-hi);
}
.btn-primary::after, .btn-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, .38) 50%, transparent 66%);
  transform: translateX(-150%) skewX(-20deg);
}
.btn-primary:hover::after, .btn-secondary:hover::after {
  transition: transform .75s ease;
  transform: translateX(150%) skewX(-20deg);
}
.btn-primary > *, .btn-secondary > * {
  position: relative;
  z-index: 1;
}
.btn-tertiary {
  border-radius: var(--u-r-btn);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.store-form input[type=text], .store-form input[type=password], .store-form input[type=email], .store-form input[type=number], .store-form input[type=search], .store-form input[type=url], .store-form input[type=tel], .store-form input[type=date], .store-form input[type=time], .store-form input[type=datetime-local], .store-form input[type=file], .store-form input[type=month], .store-form input[type=week], .store-form textarea {
  background-color: var(--u-box);
  color: var(--u-ink);
  border-radius: var(--u-r);
  box-shadow: var(--u-ring);
  padding: 13px 14px;
}
:root .popup .store-form input, :root .popup .store-form textarea, :root .popup .store-form select {
  background-color: var(--u-box);
}
.popup .widget-gift-card .gift-card-input, :root .popup .widget-gift-card .gift-card-input {
  background-color: var(--u-box);
  color: var(--u-ink);
  border-radius: var(--u-r);
  box-shadow: var(--u-ring);
}
.store-form select, :root .popup .store-form select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--u-box);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237d7e86' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 13px;
  border-radius: var(--u-r);
  box-shadow: var(--u-ring);
  color: var(--u-ink);
  padding-right: 38px;
}
.store-form input:focus, .store-form select:focus, .store-form textarea:focus {
  outline: none;
  color: var(--u-ink);
  box-shadow: var(--u-ring), 0 0 0 2px var(--u-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: var(--u-ring), 0 0 0 2px color-mix(in srgb, var(--u-accent) 55%, transparent);
  }
}
.store-form input::placeholder, .store-form textarea::placeholder {
  color: var(--u-ink-3);
}
.toast {
  border-radius: var(--u-r);
  background: var(--u-surf-2);
  color: var(--u-ink);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
}
.toast.toast-success {
  background: var(--u-surf-2);
  box-shadow: inset 4px 0 0 var(--u-online), var(--u-ring), var(--u-hi), var(--u-shadow);
}
.toast.toast-warning {
  background: var(--u-surf-2);
  box-shadow: inset 4px 0 0 var(--u-warn), var(--u-ring), var(--u-hi), var(--u-shadow);
}
.toast.toast-error {
  background: var(--u-surf-2);
  box-shadow: inset 4px 0 0 var(--u-offline), var(--u-ring), var(--u-hi), var(--u-shadow);
}
.toast-close {
  opacity: 1;
  border-radius: var(--u-pill);
}
.toast-close::before {
  background-color: var(--u-ink-3);
  mask-size: 12px;
}
.toast-close:hover {
  opacity: 1;
  background: var(--u-box);
}
.toast-close:hover::before {
  background-color: var(--u-ink);
}
.quantity-field {
  border: none;
  background: var(--u-surf-2);
  border-radius: var(--u-r);
  box-shadow: var(--u-ring), var(--u-hi);
}
.quantity-field .adjust::before {
  background-color: var(--u-ink-2);
}
.quantity-field .adjust:hover::before {
  background-color: var(--u-ink);
}
.login-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.login-submit svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}
.store-product-full .image, .store-product-full .image-default {
  display: none;
}
.store-product .product-title, .store-product-full .product-title {
  color: var(--u-ink);
  font-weight: 800;
  letter-spacing: -.02em;
}
.store-product-full .product-title {
  font-size: 26px;
}
.store-product .descr {
  color: var(--u-ink-2);
  line-height: 1.55;
}
.store-product .descr > div {
  background: var(--u-surf-2) !important;
  border: 0 !important;
  border-radius: var(--u-r-lg) !important;
}
.store-product-full .actions {
  background-color: var(--u-panel) !important;
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--u-panel) 82%, transparent) !important;
  }
  box-shadow: 0 -1px 0 var(--u-line);
}
.store-product .price strong {
  color: var(--u-price);
}
.store-product .price .discount {
  color: var(--u-ink-3);
}
.store-product .descr [style*="color:#f5c542"] {
  color: var(--u-accent) !important;
}
.store-product .descr [style*="3b2b55"] {
  border-color: var(--u-line) !important;
}
.basket-popup-content {
  padding: 0;
  border-radius: 0;
  background: var(--u-bg);
  box-shadow: -24px 0 48px -24px rgba(0, 0, 0, .7), var(--u-ring);
}
.basket .basket-header {
  background: var(--u-surf);
  box-shadow: 0 1px 0 var(--u-line);
  color: var(--u-ink);
}
.basket .basket-title::before {
  background-color: var(--u-ink);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E");
  mask-size: contain;
}
.basket .basket-second-header {
  background: var(--u-panel);
  box-shadow: 0 1px 0 var(--u-line);
  color: var(--u-ink-2);
}
.basket .basket-second-header .total strong {
  color: var(--u-price);
}
.basket .basket-item {
  background: var(--u-surf-2);
  border-radius: var(--u-r);
  box-shadow: var(--u-ring), var(--u-hi);
}
.basket .basket-item .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--u-ink);
}
.basket .basket-item .title a {
  color: inherit;
}
.basket .basket-item .options {
  color: var(--u-ink-3);
  font-size: 13px;
}
.basket .basket-item .price {
  color: var(--u-ink-3);
}
.basket .basket-item .price strong {
  color: var(--u-price);
}
.basket .basket-item .remove {
  background: transparent;
  box-shadow: none;
}
.basket .basket-item .remove::before {
  background-color: var(--u-ink-3);
}
.basket .basket-item .remove:hover::before {
  background-color: var(--u-offline);
}
.basket .basket-checkout h3 {
  color: var(--u-ink);
}
.basket .basket-checkout .total strong {
  color: var(--u-price);
}
.basket .basket-empty {
  color: var(--u-ink-3);
}
.ucat-ic svg {
  width: 18px;
  height: 18px;
}
.store-products-list, .store-products-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.store-products-list .store-product, .store-products-images .store-product {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
  transition: transform 160ms ease;
}
.store-products-list .store-product:hover, .store-products-images .store-product:hover {
  transform: translateY(-3px);
}
.store-products-list .store-product .image-link, .store-products-images .store-product .image-link {
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(90% 120% at 50% 0%, #202127, #131418);
  box-shadow: var(--u-ring);
}
.store-products-list .store-product .image, .store-products-images .store-product .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  margin: 0;
  max-width: none;
}
.store-products-list .store-product .image-default, .store-products-images .store-product .image-default {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.store-products-list .store-product .product-title, .store-products-images .store-product .product-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--u-ink);
}
.store-products-list .store-product .product-title a, .store-products-images .store-product .product-title a {
  color: inherit;
}
.store-products-list .store-product .actions, .store-products-images .store-product .actions {
  margin-top: auto;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}
.store-products-list .store-product .price, .store-products-images .store-product .price {
  width: 100%;
  color: var(--u-price);
  font-weight: 800;
}
.store-products-list .store-product .actions .wide, .store-products-list .store-product .actions .half, .store-products-images .store-product .actions .wide, .store-products-images .store-product .actions .half {
  width: 100%;
  flex: none;
  min-width: 0;
}
.category-description {
  color: var(--u-ink-2);
  margin-bottom: 18px;
}
.no-products {
  color: var(--u-ink-3);
}
@media (max-width: 900px) {
  .store-products-list, .store-products-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .store-products-list, .store-products-images {
    grid-template-columns: 1fr;
  }
}
.uhero-page {
  padding: 26px 30px;
}
.uhero-page .uhero-body {
  gap: 8px;
  width: 100%;
}
.uhero-page h1 {
  font-size: 27px;
}
.uhero-desc {
  color: var(--u-ink-2);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 72ch;
}
.uhero-desc a {
  color: var(--u-accent);
}
.uhero-desc [style*="color:#f5c542"] {
  color: var(--u-accent) !important;
}
.uhero-desc [style*="3b2b55"] {
  border-color: var(--u-line) !important;
}
.site-footer {
  background: var(--u-bg);
  padding: 0 24px 14px;
}
.site-footer-inner {
  max-width: var(--u-maxw);
  width: 100%;
  margin: 0 auto;
  padding: 18px 24px;
  border-radius: var(--u-r-lg);
  background: var(--u-surf);
  box-shadow: var(--u-ring), var(--u-hi), var(--u-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  position: relative;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.footer-col-pay {
  align-items: flex-end;
}
.footer-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--u-ink-3);
}
.site-footer-inner .copyright {
  color: var(--u-ink-3);
}
.footer-disclaimer {
  color: var(--u-ink-3);
  font-size: 12px;
}
.site-footer-inner .we-accept {
  position: static;
  gap: 12px;
  flex: 0 0 auto;
}
.site-footer-inner .we-accept img {
  max-height: 22px;
  opacity: .82;
}
@media (max-width: 620px) {
  .site-footer-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-col, .footer-col-pay {
    align-items: center;
  }
}
.site-footer-credit {
  background: var(--u-chip);
  color: var(--u-ink-3);
  box-shadow: 0 1px 0 var(--u-line) inset;
}
.site-footer-credit .legal a {
  color: var(--u-ink-3);
}
.site-footer-credit .legal a:hover {
  color: var(--u-accent);
}
.text-content {
  color: var(--u-ink-2);
  line-height: 1.6;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  color: var(--u-ink);
  font-weight: 800;
  letter-spacing: -.01em;
}
.text-content a {
  color: var(--u-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s ease;
}
.text-content a:hover {
  color: var(--u-accent-2);
}
.text-content strong {
  color: var(--u-ink);
}
.text-content hr {
  border: 0;
  height: 1px;
  background: var(--u-line);
  margin: 22px 0;
}
.text-content blockquote {
  margin: 16px 0;
  padding: 12px 18px;
  border-radius: var(--u-r);
  background: var(--u-surf-2);
  box-shadow: var(--u-ring);
  color: var(--u-ink-2);
}
.text-content code {
  background: var(--u-chip);
  padding: 2px 6px;
  border-radius: 6px;
  font-size: .9em;
}
.text-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.text-content th, .text-content td {
  padding: 10px 12px;
  text-align: left;
}
.text-content th {
  color: var(--u-ink);
  font-weight: 700;
}
.text-content tbody tr {
  box-shadow: 0 1px 0 var(--u-line);
}
.ucard-cms {
  padding: 26px 28px;
}
.ucard-cms .text-content > :first-child {
  margin-top: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
