:root {
  --gsx-bg: #070b12;
  --gsx-panel: #0d131d;
  --gsx-panel-2: #111925;
  --gsx-line: rgba(255,255,255,.09);
  --gsx-text: #f4f7fb;
  --gsx-muted: #8996a8;
  --gsx-accent: #46e6c2;
  --gsx-accent-2: #18b99a;
  --gsx-danger: #ff5b68;
  --gsx-radius: 18px;
  --gsx-width: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--gsx-bg); }
body {
  margin: 0;
  color: var(--gsx-text) !important;
  background:
    radial-gradient(circle at 50% 0, rgba(40,91,115,.18), transparent 34rem),
    var(--gsx-bg) !important;
  font-family: Inter, Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.BGImage-module__img, .DesktopCopyright-module__wrapper, .bannerContainer { display: none !important; }
.container { width: min(var(--gsx-width), calc(100% - 40px)) !important; max-width: none !important; margin-inline: auto !important; }
.boxHeader, .boxBody, .boxFooter { color: inherit; background: none; border: 0; }

/* Header */
.Header-module__wrapper {
  position: relative !important;
  z-index: 30;
  display: flex !important;
  align-items: center !important;
  gap: 28px;
  width: min(var(--gsx-width), calc(100% - 40px)) !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.headerContainer {
  position: relative;
  z-index: 30;
  height: 64px;
  background: rgba(7,11,18,.88) !important;
  border-bottom: 1px solid var(--gsx-line);
  backdrop-filter: blur(18px);
}
.HeaderLogo-module__wrapper, .Header-module__logoWrapper { display:none !important; }
.gsx-brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-size: 15px; font-weight: 800; letter-spacing: .02em; }
.gsx-brand__mark { display: grid; place-items: center; width: 32px; height: 32px; color: #06100e; background: var(--gsx-accent); border-radius: 9px; box-shadow: 0 0 24px rgba(70,230,194,.22); }
.gsx-brand__mark svg { width: 18px; height: 18px; }
.gsx-nav { display: flex; align-items: center; gap: 4px; }
.gsx-nav button { padding: 8px 11px; color: var(--gsx-muted); background: none; border: 0; border-radius: 8px; cursor: pointer; font-size: 13px; }
.gsx-nav button:hover { color: white; background: rgba(255,255,255,.05); }
.Header-module__nav { display:flex !important; align-items:center !important; gap:4px !important; width:auto !important; margin:0 !important; padding:0 !important; }
.Header-module__nav .HeaderNav-module__link { display:inline-flex !important; align-items:center; min-height:34px; margin:0 !important; padding:0 11px !important; color:var(--gsx-muted) !important; background:transparent !important; border:0 !important; border-radius:8px !important; text-decoration:none !important; white-space:nowrap; font-size:13px !important; font-weight:600 !important; }
.Header-module__nav .HeaderNav-module__link:hover { color:white !important; background:rgba(255,255,255,.05) !important; }
.PlayerMenu-module__wrapper { display: flex !important; align-items: center !important; gap: 8px !important; margin-left: auto !important; }
.LangSwitcher-module__wrapper { position: relative; }
.LangSwitcher-module__btn, .PlayerBalance-module__btn, .PlayerMenu-module__profileLink {
  display: inline-flex !important; align-items: center; justify-content: center;
  height: 36px !important; min-height: 36px !important; margin: 0 !important;
  color: #dfe8f2 !important; background: transparent !important; border: 0 !important;
  border-radius: 10px !important; box-shadow: none !important; text-decoration: none !important;
}
.LangSwitcher-module__btn { gap: 7px; min-width: 50px; padding: 0 8px !important; }
.PlayerBalance-module__btn { padding: 0 10px !important; color: var(--gsx-accent) !important; font-weight: 750; font-size: 13px; }
.PlayerMenu-module__profileLink { width: 36px; padding: 0 !important; overflow: hidden; font-size: 0 !important; }
.LangSwitcher-module__btn:hover, .PlayerBalance-module__btn:hover, .PlayerMenu-module__profileLink:hover { background: rgba(255,255,255,.055) !important; }
.gsx-account-avatar, .PlayerMenu-module__profileLink img { position:static !important; inset:auto !important; display:block !important; flex:0 0 28px !important; width:28px !important; min-width:28px !important; max-width:28px !important; height:28px !important; min-height:28px !important; max-height:28px !important; margin:0 !important; padding:0 !important; object-fit:cover !important; object-position:center !important; aspect-ratio:1 / 1 !important; border-radius:50% !important; background:#17212e; border:1px solid rgba(255,255,255,.12); transform:none !important; }
.PlayerMenu-module__profileLink { flex:0 0 36px !important; min-width:36px !important; max-width:36px !important; }
.PlayerMenu-module__profileLink { position:relative !important; display:grid !important; place-items:center !important; width:36px !important; height:36px !important; min-height:36px !important; max-height:36px !important; padding:0 !important; overflow:hidden !important; line-height:0 !important; }
.gsx-lang-flag { position: relative; display: inline-block; width: 18px; height: 12px; flex: 0 0 18px; overflow: hidden; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.13); }
.gsx-lang-flag--ru { background: linear-gradient(#fff 0 33.3%,#2455d6 33.3% 66.6%,#e83c4c 66.6%); }
.gsx-lang-flag--ua { background: linear-gradient(#2f80ed 0 50%,#ffd44d 50%); }
.gsx-lang-flag--gb { background: linear-gradient(32deg,transparent 42%,#fff 43% 48%,#df3346 49% 53%,#fff 54% 59%,transparent 60%),linear-gradient(-32deg,#21468b 42%,#fff 43% 48%,#df3346 49% 53%,#fff 54% 59%,#21468b 60%); }
.LangSwitcher-module__currentLang { font-size: 11px !important; font-weight: 750; }
.LangSwitcher-module__list { z-index: 80 !important; top: calc(100% + 8px) !important; right: 0 !important; min-width: 155px !important; padding: 6px !important; background: #111925 !important; border: 1px solid var(--gsx-line) !important; border-radius: 12px !important; box-shadow: 0 20px 60px rgba(0,0,0,.45) !important; }
.LangSwitcher-module__list { flex-direction:column !important; gap:2px !important; height:auto !important; max-height:none !important; }
.LangSwitcher-module__lang { display:flex !important; flex-direction:row !important; align-items:center !important; justify-content:flex-start !important; gap:9px !important; width:100% !important; min-width:0 !important; height:36px !important; min-height:36px !important; max-height:36px !important; margin:0 !important; padding:0 10px !important; color:#dce5ef !important; background:none !important; border:0 !important; border-radius:8px !important; font-size:12px !important; line-height:1 !important; white-space:nowrap !important; }
.LangSwitcher-module__lang:hover { background: rgba(255,255,255,.06) !important; }

/* Hero */
.gsx-hero {
  position:relative; display:flex; align-items:center;
  height: 500px; min-height: 500px; overflow: hidden;
  background-color: #080d14;
  background-image:linear-gradient(180deg,transparent 68%,var(--gsx-bg) 100%),linear-gradient(90deg,#080d14 3%,rgba(8,13,20,.94) 29%,rgba(8,13,20,.28) 65%,rgba(8,13,20,.04)),var(--gsx-hero-image);
  background-repeat:no-repeat; background-position:center,center,center 43%; background-size:100% 101%,100% 100%,cover;
  border-bottom: 1px solid var(--gsx-line);
}
.gsx-hero::after { display:none; }
.gsx-hero__content { width: min(var(--gsx-width), calc(100% - 40px)); margin: 0 auto; padding-bottom: 18px; }
.gsx-kicker, .gsx-section-label { display:inline-flex; align-items:center; gap:8px; color:var(--gsx-accent); font-size:11px; line-height:1; font-weight:800; letter-spacing:.15em; }
.gsx-kicker i, .gsx-safe i { width:6px; height:6px; border-radius:50%; background:currentColor; box-shadow:0 0 12px currentColor; }
.gsx-hero h1 { max-width: 610px; margin: 18px 0 16px; color:#fff; font-size:clamp(40px,5vw,68px); line-height:.98; letter-spacing:-.055em; }
.gsx-hero h1 em { color:var(--gsx-accent); font-style:normal; }
.gsx-hero p { max-width:500px; margin:0; color:#aab5c4; font-size:15px; line-height:1.65; }
.gsx-hero__actions { display:flex; gap:10px; margin-top:27px; }
.gsx-button { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 18px; border:1px solid transparent; border-radius:10px; cursor:pointer; font-weight:750; font-size:13px; transition:.18s ease; }
.gsx-button--primary { color:#06110e; background:var(--gsx-accent); }
.gsx-button--primary:hover { background:#70f0d2; transform:translateY(-1px); }
.gsx-button--secondary { color:#eef4f8; background:rgba(255,255,255,.055); border-color:rgba(255,255,255,.12); }
.gsx-button--secondary:hover { background:rgba(255,255,255,.1); }
.gsx-hero__trust { display:flex; gap:22px; margin-top:25px; color:#788697; font-size:11px; }
.gsx-hero__trust span { display:flex; align-items:center; gap:7px; }
.gsx-hero__trust svg { width:14px; color:var(--gsx-accent); }

/* Main and monitoring */
.Index-module__wrapper { display:block !important; padding:18px 0 60px !important; }
.Widgets-module__wrapper, .gsx-sidebar { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; }
.Widgets-module__widgetWrapper {
  display:grid !important; grid-template-columns:164px minmax(0,1fr); align-items:stretch;
  width:100% !important; min-height:112px; margin:0 !important; overflow:hidden;
  background:var(--gsx-panel) !important; border:1px solid var(--gsx-line) !important; border-radius:var(--gsx-radius) !important;
}
.Widgets-module__widgetWrapper > .boxHeader { display:flex; align-items:center; padding:18px !important; color:#fff !important; background:rgba(255,255,255,.018) !important; border-right:1px solid var(--gsx-line) !important; font-size:14px !important; font-weight:750; }
.Widgets-module__widgetWrapper > .boxBody { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) 44px; grid-template-rows:auto 24px; gap:0 !important; align-items:stretch; min-width:0; padding:0 !important; }
.MonitoringWidget-module__updatingLoaderWrapper { display:contents !important; }
.MonitoringServer-module__wrapper { min-width:0 !important; padding:16px 15px 11px !important; background:none !important; border:0 !important; border-right:1px solid var(--gsx-line) !important; }
.MonitoringServer-module__wrapper:not(:last-of-type) { display:grid !important; grid-template-columns:minmax(0,1fr) auto; grid-template-rows:20px 10px; gap:7px 8px; align-items:center; }
.MonitoringServer-module__name { grid-column:1 / -1; min-width:0; overflow:hidden; color:#e8eef5 !important; text-overflow:ellipsis; white-space:nowrap; font-size:12px !important; font-weight:700; }
.MonitoringServer-module__progressBarWrapper { grid-column:1; grid-row:2; height:4px !important; margin:0 !important; overflow:hidden; background:#202b38 !important; border-radius:10px !important; }
.MonitoringServer-module__progressBar { height:100% !important; background:var(--gsx-accent) !important; border-radius:10px; }
.MonitoringServer-module__status { grid-column:2; grid-row:2; color:var(--gsx-muted) !important; white-space:nowrap; font-size:10px !important; }
.MonitoringServer-module__wrapper:last-of-type { grid-column:1 / 6; grid-row:2; display:flex !important; align-items:center; justify-content:center; gap:7px; height:24px; padding:0 !important; border:0 !important; border-top:1px solid var(--gsx-line) !important; color:var(--gsx-muted); font-size:10px; }
.MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__name { color:var(--gsx-muted) !important; font-size:10px !important; font-weight:600; }
.MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__progressBarWrapper { display:none !important; }
.MonitoringWidget-module__updateBtn { grid-column:5; grid-row:1; align-self:stretch; width:44px !important; min-width:44px !important; height:auto !important; padding:0 !important; color:var(--gsx-muted) !important; background:none !important; border:0 !important; cursor:pointer; }
.MonitoringWidget-module__updateBtn:hover { color:var(--gsx-accent) !important; background:rgba(255,255,255,.035) !important; }
.MonitoringWidget-module__updateBtn svg { width:16px !important; }

/* Shop layout */
.Shop-module__wrapper { width:100% !important; margin:0 !important; overflow:visible !important; background:transparent !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; }
.Shop-module__header { display:none !important; }
.Shop-module__wrapper > .boxBody {
  display:grid !important;
  grid-template-columns:250px minmax(0,1fr) 220px;
  grid-template-rows:46px auto auto auto;
  gap:18px;
  align-items:start;
  padding:0 !important;
}
.gsx-shop-sidebar { grid-column:1; grid-row:1 / 5; position:static; top:auto; display:flex; flex-direction:column; gap:12px; min-width:0; }
.gsx-shop-sidebar .Widgets-module__wrapper { align-self:stretch !important; width:100% !important; min-width:0 !important; max-width:100% !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper { display:block !important; width:100% !important; min-width:0 !important; max-width:100% !important; min-height:0 !important; border-radius:13px !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxHeader { min-height:42px !important; padding:0 12px !important; border-right:0 !important; border-bottom:1px solid var(--gsx-line) !important; font-size:12px !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxBody { position:relative; display:flex !important; flex-direction:column !important; gap:0 !important; row-gap:0 !important; column-gap:0 !important; width:100% !important; min-width:0 !important; height:auto !important; padding:4px 0 0 !important; }
.gsx-shop-sidebar .MonitoringWidget-module__updatingLoaderWrapper { display:contents !important; }
.gsx-shop-sidebar .Loader-module__loader,
.gsx-shop-sidebar .MonitoringWidget-module__updateBtn { display:none !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxFooter { display:none !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper,
.gsx-shop-sidebar .MonitoringServer-module__wrapper:not(:last-of-type) { display:grid !important; grid-template-columns:minmax(0,1fr) auto !important; grid-template-rows:18px 9px !important; gap:5px 7px !important; width:100% !important; height:48px !important; min-height:48px !important; padding:8px 11px !important; border:0 !important; border-bottom:1px solid rgba(255,255,255,.055) !important; }
.gsx-shop-sidebar .MonitoringServer-module__name { grid-column:1 / 3 !important; grid-row:1 !important; font-size:10px !important; }
.gsx-shop-sidebar .MonitoringServer-module__progressWrapper { grid-column:1 !important; grid-row:2 !important; display:block !important; width:100% !important; min-width:0 !important; height:5px !important; min-height:5px !important; margin:0 !important; overflow:hidden !important; }
.gsx-shop-sidebar .MonitoringServer-module__progressBarWrapper { width:100% !important; height:4px !important; margin:0 !important; }
.gsx-shop-sidebar .MonitoringServer-module__info { grid-column:2 !important; grid-row:2 !important; align-self:center !important; justify-self:end !important; display:block !important; width:auto !important; max-width:72px !important; height:auto !important; overflow:hidden !important; color:var(--gsx-muted) !important; text-overflow:ellipsis; white-space:nowrap !important; font-size:8px !important; line-height:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type { display:flex !important; align-items:center !important; justify-content:center !important; gap:5px !important; width:100% !important; height:30px !important; min-height:30px !important; padding:0 34px 0 8px !important; border:0 !important; font-size:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__name { display:inline !important; font-size:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__progressWrapper { display:none !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__info { display:inline !important; width:auto !important; font-size:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__btns { display:none !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper { padding:0 8px 8px !important; background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 45%),#0d141e !important; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxHeader { height:46px !important; min-height:46px !important; padding:0 4px !important; color:#eef4f8 !important; background:transparent !important; border-bottom:0 !important; font-size:12px !important; letter-spacing:.01em; }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxHeader::before { content:""; width:7px; height:7px; margin-right:8px; background:var(--gsx-accent); border-radius:50%; box-shadow:0 0 10px rgba(70,230,194,.8); }
.gsx-shop-sidebar .Widgets-module__widgetWrapper > .boxBody { gap:3px !important; row-gap:3px !important; padding:0 !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper,
.gsx-shop-sidebar .MonitoringServer-module__wrapper:not(:last-of-type) { grid-template-columns:minmax(0,1fr) auto !important; grid-template-rows:20px 14px !important; gap:3px 10px !important; height:55px !important; min-height:55px !important; margin:0 !important; padding:8px 10px !important; background:rgba(255,255,255,.027) !important; border:1px solid rgba(255,255,255,.055) !important; border-radius:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:hover { background:rgba(255,255,255,.042) !important; border-color:rgba(255,255,255,.09) !important; }
.gsx-shop-sidebar .MonitoringServer-module__name { align-self:center; color:#dce5ee !important; font-size:10.5px !important; line-height:13px !important; font-weight:720 !important; }
.gsx-shop-sidebar .MonitoringServer-module__progressWrapper { align-self:center; height:6px !important; min-height:6px !important; }
.gsx-shop-sidebar .MonitoringServer-module__progressBarWrapper { height:5px !important; background:#202b36 !important; }
.gsx-shop-sidebar .MonitoringServer-module__info { align-self:center !important; max-width:86px !important; color:#a6b2c0 !important; font-size:10px !important; line-height:12px !important; font-weight:650 !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type { display:flex !important; flex-direction:row !important; align-items:center !important; justify-content:center !important; gap:3px !important; height:30px !important; min-height:30px !important; padding:0 8px !important; color:#9aa7b6 !important; background:rgba(70,230,194,.055) !important; border:1px solid rgba(70,230,194,.12) !important; border-radius:9px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__name { align-self:center !important; margin:0 !important; color:#8d9aaa !important; font-size:9px !important; line-height:11px !important; }
.gsx-shop-sidebar .MonitoringServer-module__wrapper:last-of-type .MonitoringServer-module__info { align-self:center !important; margin:0 !important; color:var(--gsx-accent) !important; font-size:11px !important; line-height:11px !important; font-weight:800 !important; }
.gsx-shop-sidebar .MonitoringWidget-module__updateBtn { position:absolute !important; right:5px !important; bottom:2px !important; width:28px !important; min-width:28px !important; height:26px !important; padding:0 !important; }
.Servers-module__servers { display:none !important; }
.Categories-module__categories { position:static; display:flex !important; flex-direction:column; gap:1px !important; width:100% !important; margin:0 !important; padding:10px 8px 9px !important; background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 38%),#0d141e !important; border:1px solid rgba(255,255,255,.075) !important; border-radius:15px !important; box-shadow:0 12px 30px rgba(0,0,0,.12); }
.Categories-module__categories::before { content:"КАТЕГОРИИ"; display:block; padding:5px 10px 10px; color:#5f6d7e; font-size:9px; line-height:1; font-weight:850; letter-spacing:.16em; }
.Categories-module__category { position:relative; display:flex !important; align-items:center; justify-content:flex-start !important; width:100% !important; min-height:39px !important; margin:0 !important; padding:0 32px 0 24px !important; overflow:hidden; color:#8d9aaa !important; background:transparent !important; border:0 !important; border-radius:9px !important; text-align:left !important; text-overflow:ellipsis; white-space:nowrap; font-size:12px !important; font-weight:620 !important; transition:color .16s ease,background .16s ease,transform .16s ease; }
.Categories-module__category::before { content:""; position:absolute; left:10px; width:5px; height:5px; background:#3f4b5a; border-radius:50%; transition:.16s ease; }
.Categories-module__category::after { content:""; position:absolute; right:12px; width:6px; height:6px; border-top:1px solid currentColor; border-right:1px solid currentColor; opacity:0; transform:rotate(45deg) translateX(-4px); transition:.16s ease; }
.Categories-module__category:hover { color:#e8eef5 !important; background:rgba(255,255,255,.038) !important; transform:translateX(2px); }
.Categories-module__category:hover::before { background:#738196; }
.Categories-module__active { color:#eafffa !important; background:linear-gradient(90deg,rgba(70,230,194,.13),rgba(70,230,194,.035)) !important; box-shadow:none !important; }
.Categories-module__active::before { background:var(--gsx-accent); box-shadow:0 0 9px rgba(70,230,194,.8); }
.Categories-module__active::after { opacity:.8; transform:rotate(45deg) translateX(0); }
.Search-module__wrapper { grid-column:2; grid-row:1; position:relative; display:flex !important; align-items:center; width:100% !important; height:46px !important; margin:0 !important; overflow:hidden !important; background:var(--gsx-panel-2) !important; border:1px solid var(--gsx-line) !important; border-radius:11px !important; }
.Search-module__iconWrapper { display:grid !important; place-items:center; flex:0 0 42px !important; width:42px !important; height:44px !important; padding:0 !important; color:#6f7e90 !important; background:transparent !important; }
.Search-module__icon { width:17px !important; height:17px !important; }
.Search-module__wrapper input { flex:1 1 auto; min-width:0; width:auto !important; height:44px !important; padding:0 14px 0 0 !important; color:white !important; background:transparent !important; border:0 !important; border-radius:0 !important; outline:0; font-size:13px !important; }
.Search-module__wrapper input:focus { border-color:rgba(70,230,194,.55) !important; box-shadow:0 0 0 3px rgba(70,230,194,.08); }
.Search-module__wrapper button { color:var(--gsx-muted) !important; background:none !important; border:0 !important; }
.gsx-server-picker { grid-column:3; grid-row:1; position:relative; display:grid; grid-template-columns:28px minmax(0,1fr) 14px; align-items:center; gap:8px; width:100%; height:46px; padding:0 11px; background:var(--gsx-panel-2); border:1px solid var(--gsx-line); border-radius:11px; }
.gsx-server-picker__icon { width:26px; height:26px; background:rgba(70,230,194,.1); border-radius:7px; }
.gsx-server-picker__icon::before { content:""; display:block; width:8px; height:8px; margin:9px; background:var(--gsx-accent); border-radius:50%; box-shadow:0 0 8px var(--gsx-accent); }
.gsx-server-picker__copy { display:flex; flex-direction:column; min-width:0; line-height:1.1; pointer-events:none; }
.gsx-server-picker__copy small { color:#657385; font-size:8px; font-weight:800; letter-spacing:.12em; }
.gsx-server-picker__copy strong { margin-top:3px; overflow:hidden; color:#e9eef4; text-overflow:ellipsis; white-space:nowrap; font-size:11px; font-weight:700; }
.gsx-server-picker select { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.gsx-server-picker__chevron { width:6px; height:6px; border-right:1px solid #8290a2; border-bottom:1px solid #8290a2; transform:rotate(45deg) translateY(-2px); }
.gsx-catalog-intro { grid-column:2 / 4; grid-row:2; display:flex; align-items:end; justify-content:space-between; min-width:0; padding:6px 2px 0; }
.gsx-catalog-intro h2 { margin:7px 0 0; color:white; font-size:25px; line-height:1.1; letter-spacing:-.03em; }
.gsx-catalog-intro p { margin:5px 0 0; color:var(--gsx-muted); font-size:12px; }
.gsx-safe { display:flex; align-items:center; gap:7px; color:#778596; font-size:10px; }
.gsx-safe i { color:var(--gsx-accent); }
.Products-module__wrapper { grid-column:2 / 4; grid-row:3; display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:12px !important; width:100% !important; margin:0 !important; padding:0 !important; }
.gsx-load-more { grid-column:2 / 4; grid-row:4; justify-self:center; min-width:150px; }
.Shop-module__wrapper > .boxFooter { display:none !important; }

/* Custom pages */
.CustomPage-module__wrapper { display:grid !important; grid-template-columns:250px minmax(0,1fr); gap:18px; align-items:start; width:min(var(--gsx-width),calc(100% - 40px)) !important; max-width:none !important; margin:0 auto !important; padding:18px 0 60px !important; }
.CustomPage-module__wrapper > .gsx-shop-sidebar { grid-column:1; grid-row:1; width:100%; }
.CustomPage-module__wrapper > .Page-module__wrapper { grid-column:2; grid-row:1; width:100% !important; min-width:0; margin:0 !important; overflow:hidden; color:var(--gsx-text) !important; background:var(--gsx-panel) !important; border:1px solid var(--gsx-line) !important; border-radius:var(--gsx-radius) !important; }
.CustomPage-module__wrapper .Page-module__header { display:flex; align-items:center; min-height:58px; margin:0 !important; padding:0 20px !important; color:#fff !important; background:rgba(255,255,255,.018) !important; border-bottom:1px solid var(--gsx-line) !important; font-size:17px !important; font-weight:800 !important; }
.CustomPage-module__wrapper .Page-module__wrapper > .boxBody { padding:22px !important; color:#aeb9c6 !important; font-size:14px; line-height:1.7; }
.CustomPage-module__wrapper .Page-module__wrapper img { max-width:100%; height:auto; border-radius:12px; }

/* Product card */
.Product-module__wrapper { position:relative !important; display:grid !important; grid-template-columns:minmax(0,1fr) 38px !important; grid-template-rows:156px 38px !important; gap:8px !important; min-width:0 !important; min-height:218px !important; margin:0 !important; padding:8px !important; overflow:hidden !important; color:white !important; background:#111925 !important; border:1px solid var(--gsx-line) !important; border-radius:14px !important; box-shadow:none !important; cursor:pointer; transition:transform .18s ease,border-color .18s ease,background .18s ease; }
.Product-module__wrapper:hover { transform:translateY(-3px); background:#141e2b !important; border-color:rgba(70,230,194,.28) !important; }
.Product-module__img { grid-column:1 / 3; grid-row:1; align-self:center; justify-self:center; width:100% !important; height:148px !important; padding:13px; object-fit:contain !important; border-radius:10px !important; background:radial-gradient(circle,rgba(70,230,194,.09),transparent 67%),#0b111a; transition:transform .2s ease; }
.Product-module__wrapper:hover .Product-module__img { transform:scale(1.035); }
.Product-module__name { position:relative !important; z-index:2; grid-column:1 / 3; grid-row:1; align-self:end; display:-webkit-box !important; width:100% !important; min-width:0; min-height:58px; margin:0 !important; padding:28px 10px 9px !important; overflow:hidden; color:#f4f7fa !important; background:linear-gradient(transparent,rgba(5,9,14,.92)) !important; border-radius:0 0 10px 10px; font-size:12px !important; line-height:1.35 !important; font-weight:750 !important; text-overflow:ellipsis; opacity:1 !important; visibility:visible !important; transform:none !important; -webkit-line-clamp:2; -webkit-box-orient:vertical; pointer-events:none; }
.Product-module__price { grid-column:1; grid-row:2; align-self:stretch; display:flex !important; align-items:center !important; gap:7px; min-width:0; height:38px !important; margin:0 !important; padding:0 3px !important; color:var(--gsx-accent) !important; background:transparent !important; background-color:transparent !important; font-size:15px !important; line-height:1 !important; font-weight:850 !important; white-space:nowrap; }
.Product-module__price > span:not(.Product-module__oldPrice) { display:inline-flex !important; align-items:center !important; height:38px !important; color:var(--gsx-accent) !important; line-height:1 !important; }
.Product-module__oldPrice { display:none !important; }
.Product-module__discount { position:absolute !important; z-index:2; inset:15px auto auto 15px !important; width:max-content !important; min-width:0 !important; max-width:calc(100% - 30px); height:auto !important; min-height:0 !important; max-height:none !important; margin:0 !important; padding:4px 7px !important; color:#fff !important; background:var(--gsx-danger) !important; border:0 !important; border-radius:6px !important; font-size:10px !important; line-height:10px !important; font-weight:800 !important; white-space:nowrap !important; box-shadow:0 5px 14px rgba(255,91,104,.22); }
.Product-module__count { position:absolute !important; z-index:2; inset:15px 15px auto auto !important; display:block !important; width:max-content !important; min-width:0 !important; max-width:calc(100% - 30px); height:auto !important; min-height:0 !important; max-height:none !important; margin:0 !important; padding:4px 7px !important; color:#cbd5df !important; background:rgba(7,11,18,.78) !important; border:1px solid rgba(255,255,255,.08) !important; border-radius:6px !important; font-size:9px !important; line-height:10px !important; font-weight:750 !important; white-space:nowrap !important; backdrop-filter:blur(8px); }
.Product-module__wrapper:hover .Product-module__count { display:block !important; opacity:1 !important; visibility:visible !important; transform:none !important; }
.gsx-product-arrow { grid-column:2; grid-row:2; align-self:center; justify-self:end; display:grid !important; place-items:center; width:36px !important; height:36px !important; margin:0 !important; color:#07120f !important; background:var(--gsx-accent) !important; border-radius:9px !important; font-size:0 !important; line-height:0 !important; transition:.18s ease; }
.gsx-product-arrow svg { width:17px; height:17px; stroke:currentColor; }
.Product-module__wrapper:hover .gsx-product-arrow { background:#78f2d5 !important; transform:scale(1.04); }
[data-gsx-hidden="true"] { display:none !important; }

/* Modals */
.ModalLayout-module__wrapper { z-index:1000 !important; background:rgba(2,5,9,.76) !important; backdrop-filter:blur(10px); }
.ModalLayout-module__overflowWrapper { padding:24px 16px !important; }
.ModalLayout-module__positionWrapper { min-height:100%; display:flex !important; align-items:center; justify-content:center; }
.ModalLayout-module__modal { width:min(780px,100%) !important; max-width:780px !important; max-height:calc(100vh - 48px); margin:auto !important; overflow:auto !important; color:var(--gsx-text) !important; background:#0e151f !important; border:1px solid rgba(255,255,255,.11) !important; border-radius:18px !important; box-shadow:0 28px 100px rgba(0,0,0,.6) !important; }
.ProductModal-module__header { min-height:58px; display:flex; align-items:center; padding:0 22px !important; color:white !important; background:rgba(255,255,255,.018) !important; border-bottom:1px solid var(--gsx-line) !important; font-size:17px !important; font-weight:800 !important; }
.ModalLayout-module__modal > .boxBody { display:grid !important; grid-template-columns:230px minmax(0,1fr); gap:17px 22px; padding:22px !important; }
.productModalImg { grid-column:1; grid-row:1 / 6; width:230px !important; height:230px !important; padding:18px; object-fit:contain !important; background:#090f17; border:1px solid var(--gsx-line); border-radius:14px !important; }
.SelectContent-module__selectorWrapper, .productModalDescription, .ProductModal-module__form, .productModalProductAvailability, .productModalGiveText { grid-column:2; min-width:0; margin:0 !important; }
.ProductItemSelector-module__label { display:block; margin-bottom:10px; color:#e7edf4 !important; font-size:12px !important; font-weight:700; }
.ProductItemSelector-module__items { display:flex !important; flex-wrap:wrap; gap:7px !important; }
.ProductItemSelector-module__item { width:48px !important; height:48px !important; padding:4px !important; overflow:hidden; background:#0a1018 !important; border:1px solid var(--gsx-line) !important; border-radius:9px !important; }
.ProductItemSelector-module__active { border-color:var(--gsx-accent) !important; box-shadow:0 0 0 2px rgba(70,230,194,.12); }
.ProductItemSelector-module__img { width:100% !important; height:100% !important; object-fit:contain; }
.productModalDescription { color:#aab5c3 !important; font-size:13px !important; line-height:1.65 !important; }
.productModalDescription strong { color:white; }
.productModalFormRow { display:grid !important; grid-template-columns:1fr 1fr; gap:12px !important; }
.TotalSum-module__label, .CountSelector-module__label { display:block; margin-bottom:7px; color:#738194 !important; font-size:10px !important; font-weight:750; text-transform:uppercase; letter-spacing:.08em; }
.TotalSum-module__inputWrapper, .CountSelector-module__inputWrapper { display:flex !important; align-items:center; height:42px !important; overflow:hidden; background:#090f17 !important; border:1px solid var(--gsx-line) !important; border-radius:10px !important; }
.TotalSum-module__currency { padding-left:11px; color:var(--gsx-muted) !important; font-size:10px !important; }
.TotalSum-module__input, .CountSelector-module__input { min-width:0; height:40px !important; color:white !important; background:transparent !important; border:0 !important; opacity:1 !important; -webkit-text-fill-color:white; font-size:13px !important; font-weight:750; text-align:center; }
.CountSelector-module__changeCountBtn { display:grid !important; place-items:center; flex:0 0 38px; width:38px !important; height:40px !important; padding:0 !important; color:var(--gsx-accent) !important; background:transparent !important; border:0 !important; }
.CountSelector-module__changeCountBtn:hover { background:rgba(255,255,255,.05) !important; }
.CountSelector-module__icon { width:15px !important; }
.productModalProductAvailability, .productModalGiveText { display:block; padding:10px 12px !important; color:#8795a6 !important; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05); border-radius:9px; font-size:10px !important; line-height:1.45; }
.productModalProductAvailability::before { content:""; display:inline-block; width:6px; height:6px; margin-right:7px; background:var(--gsx-accent); border-radius:50%; box-shadow:0 0 8px var(--gsx-accent); }
.SelectContent-module__footer, .ItemContent-module__footer { display:flex !important; justify-content:flex-end; gap:9px; padding:15px 22px !important; background:rgba(255,255,255,.018) !important; border-top:1px solid var(--gsx-line) !important; }
.Button-module__btn { min-width:105px; min-height:40px !important; padding:0 17px !important; border:1px solid transparent !important; border-radius:9px !important; font-size:12px !important; font-weight:750 !important; }
.Button-module__gray { color:#d8e1ea !important; background:rgba(255,255,255,.055) !important; border-color:var(--gsx-line) !important; }
.Button-module__accent { color:#06110e !important; background:var(--gsx-accent) !important; }

/* Toasts and cookie */
.Toastify__toast { color:#eaf1f6 !important; background:#111925 !important; border:1px solid var(--gsx-line) !important; border-radius:11px !important; box-shadow:0 18px 55px rgba(0,0,0,.4) !important; }
.CookieNotify-module__wrapper { right:16px !important; bottom:16px !important; left:auto !important; width:min(360px,calc(100% - 32px)) !important; padding:14px !important; color:#aab5c3 !important; background:#111925 !important; border:1px solid var(--gsx-line) !important; border-radius:13px !important; box-shadow:0 16px 55px rgba(0,0,0,.45) !important; font-size:11px !important; }

@media (max-width: 980px) {
  .gsx-nav { display:none; }
  .Widgets-module__widgetWrapper { grid-template-columns:1fr; }
  .Widgets-module__widgetWrapper > .boxHeader { min-height:42px; padding:0 15px !important; border-right:0 !important; border-bottom:1px solid var(--gsx-line) !important; }
  .Shop-module__wrapper > .boxBody { grid-template-columns:220px minmax(0,1fr) 205px; }
  .Products-module__wrapper { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
}
@media (max-width: 760px) {
  .container, .Header-module__wrapper, .gsx-hero__content { width:min(100% - 24px,var(--gsx-width)) !important; }
  .gsx-hero { height:430px; min-height:430px; background-image:linear-gradient(180deg,transparent 66%,var(--gsx-bg) 100%),linear-gradient(90deg,rgba(8,13,20,.96),rgba(8,13,20,.58)),var(--gsx-hero-image); background-position:center,center,62% center; background-size:100% 100%,100% 100%,cover; }
  .gsx-hero h1 { font-size:42px; }
  .gsx-hero__trust { display:none; }
  .PlayerMenu-module__balance, .PlayerMenu-module__profileLink, .PlayerMenu-module__langSwitcher { display:none !important; }
  .PlayerMenuMobile-module__mobileMenuBtn { display:flex !important; }
  .Widgets-module__widgetWrapper > .boxBody { grid-template-columns:repeat(2,minmax(0,1fr)) 42px; grid-template-rows:auto auto 24px; }
  .MonitoringServer-module__wrapper:nth-of-type(3), .MonitoringServer-module__wrapper:nth-of-type(4) { border-top:1px solid var(--gsx-line) !important; }
  .MonitoringServer-module__wrapper:last-of-type { grid-column:1 / 4; grid-row:3; }
  .MonitoringWidget-module__updateBtn { grid-column:3; grid-row:1 / 3; }
  .Shop-module__wrapper > .boxBody { grid-template-columns:1fr 190px; grid-template-rows:auto 46px auto auto auto; gap:14px; padding:14px !important; }
  .gsx-shop-sidebar { grid-column:1 / 3; grid-row:1; position:static; }
  .CustomPage-module__wrapper { grid-template-columns:1fr; width:min(100% - 24px,var(--gsx-width)) !important; padding-top:12px !important; }
  .CustomPage-module__wrapper > .gsx-shop-sidebar,
  .CustomPage-module__wrapper > .Page-module__wrapper { grid-column:1; }
  .CustomPage-module__wrapper > .gsx-shop-sidebar { grid-row:1; }
  .CustomPage-module__wrapper > .Page-module__wrapper { grid-row:2; }
  .Categories-module__categories { grid-column:1 / 3; grid-row:1; position:static; flex-direction:row; overflow-x:auto; padding:5px !important; scrollbar-width:none; }
  .Categories-module__categories::before { display:none; }
  .Categories-module__categories::-webkit-scrollbar { display:none; }
  .Categories-module__category { flex:0 0 auto; width:auto !important; padding:0 12px !important; }
  .Search-module__wrapper { grid-column:1; grid-row:2; }
  .gsx-server-picker { grid-column:2; grid-row:2; }
  .gsx-catalog-intro { grid-column:1 / 3; grid-row:3; }
  .Products-module__wrapper { grid-column:1 / 3; grid-row:4; grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .gsx-load-more { grid-column:1 / 3; grid-row:5; }
  .ModalLayout-module__modal > .boxBody { grid-template-columns:180px minmax(0,1fr); }
  .productModalImg { width:180px !important; height:180px !important; }
}
@media (max-width: 520px) {
  .headerContainer, .Header-module__wrapper { height:58px !important; min-height:58px !important; }
  .gsx-brand { font-size:13px; }
  .gsx-hero { height:410px; min-height:410px; }
  .gsx-hero h1 { max-width:350px; font-size:36px; }
  .gsx-hero p { max-width:340px; font-size:13px; }
  .gsx-hero__actions { flex-wrap:wrap; }
  .gsx-hero__actions .gsx-button { flex:1 1 140px; }
  .Widgets-module__widgetWrapper > .boxBody { grid-template-columns:1fr 42px; grid-template-rows:repeat(4,55px) 24px; }
  .MonitoringServer-module__wrapper:not(:last-of-type) { grid-column:1; padding:10px 13px !important; border-right:0 !important; border-bottom:1px solid var(--gsx-line) !important; }
  .MonitoringServer-module__wrapper:nth-of-type(1) { grid-row:1; }
  .MonitoringServer-module__wrapper:nth-of-type(2) { grid-row:2; }
  .MonitoringServer-module__wrapper:nth-of-type(3) { grid-row:3; }
  .MonitoringServer-module__wrapper:nth-of-type(4) { grid-row:4; }
  .MonitoringServer-module__wrapper:last-of-type { grid-column:1 / 3; grid-row:5; }
  .MonitoringWidget-module__updateBtn { grid-column:2; grid-row:1 / 5; }
  .Shop-module__wrapper > .boxBody { grid-template-columns:1fr; grid-template-rows:auto 46px 46px auto auto auto; }
  .gsx-shop-sidebar { grid-column:1; grid-row:1; }
  .Categories-module__categories, .Search-module__wrapper, .gsx-server-picker, .gsx-catalog-intro, .Products-module__wrapper, .gsx-load-more { grid-column:1; }
  .Categories-module__categories { grid-row:1; }
  .Search-module__wrapper { grid-row:2; }
  .gsx-server-picker { grid-row:3; }
  .gsx-catalog-intro { grid-row:4; }
  .Products-module__wrapper { grid-row:5; }
  .gsx-load-more { grid-row:6; }
  .Products-module__wrapper { gap:9px !important; }
  .Product-module__wrapper { grid-template-rows:132px 36px !important; min-height:190px !important; padding:7px !important; }
  .Product-module__img { height:126px !important; padding:10px; }
  .Product-module__price { font-size:13px !important; gap:5px; }
  .Product-module__oldPrice { font-size:10px !important; }
  .gsx-product-arrow { width:33px !important; height:33px !important; }
  .gsx-safe { display:none; }
  .ModalLayout-module__overflowWrapper { padding:10px !important; }
  .ModalLayout-module__modal { max-height:calc(100vh - 20px); border-radius:14px !important; }
  .ModalLayout-module__modal > .boxBody { display:flex !important; flex-direction:column; padding:15px !important; }
  .productModalImg { width:100% !important; height:190px !important; }
  .productModalFormRow { grid-template-columns:1fr; }
  .SelectContent-module__footer, .ItemContent-module__footer { padding:12px 15px !important; }
  .Button-module__btn { flex:1; min-width:0; }
}