
:root {
  --m2-bg: #07111f;
  --m2-panel: rgba(7, 18, 35, 0.78);
  --m2-panel-strong: rgba(10, 24, 47, 0.92);
  --m2-border: rgba(80, 171, 255, 0.22);
  --m2-accent: #4db7ff;
  --m2-accent-2: #7d6bff;
  --m2-text: #e8f3ff;
  --m2-muted: #93a8c6;
  --m2-success: #52d38a;
  --m2-danger: #ff6b81;
  --m2-shadow: 0 18px 50px rgba(0,0,0,.34);
  --m2-radius: 18px;
}
body {
  background:
    radial-gradient(circle at top, rgba(77,183,255,.15), transparent 35%),
    linear-gradient(180deg, #030a14 0%, #07111f 30%, #081425 100%);
  color: var(--m2-text);
}
.background-theme-default {
  opacity: .22;
  filter: saturate(1.15);
}
.Navbar,
.Navbar-static,
.Navbar-desktop,
.Navbar-mobile,
.Navbar-modal,
.Navbar-accountDropdown,
.Navbar-esportsDropdown {
  backdrop-filter: blur(14px);
}
.Navbar-desktop,
.Navbar-mobile,
.Navbar-modalContent,
.Navbar-accountDropdown,
.Navbar-esportsDropdown,
.activity-feed,
.Card,
.mt2-hero,
.mt2-card,
.mt2-feature,
.mt2-widget,
.mt2-sidecard,
.Pane-content {
  border: 1px solid var(--m2-border);
  border-radius: var(--m2-radius);
  box-shadow: var(--m2-shadow);
}
.Navbar-desktop,
.Navbar-mobile {
  background: rgba(7, 17, 31, 0.82);
  border: 1px solid rgba(120, 191, 255, 0.18);
  margin-top: 10px;
}
.Navbar-items .Navbar-item,
.Navbar-profileItems .Navbar-item,
.Navbar-profileItems .Navbar-account {
  transition: .2s ease;
}
.Navbar-items .Navbar-item:hover,
.Navbar-profileItems .Navbar-item:hover,
.Navbar-profileItems .Navbar-account:hover {
  background: rgba(77,183,255,.08);
  border-radius: 999px;
}
.support-container.grid-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 16px 0;
}
.home-content-container { width: 100%; }
.home-page .grid-70,
.home-page .prefix-5.grid-25 { padding-left: 0; }
.home-page .grid-70 { width: 72%; }
.home-page .prefix-5.grid-25 { width: 26%; margin-left: 2%; }
@media (max-width: 1100px) {
  .home-page .grid-70,
  .home-page .prefix-5.grid-25 { width: 100%; margin-left: 0; }
}
.activity-feed {
  background: linear-gradient(180deg, rgba(8, 21, 40, .96), rgba(7, 17, 31, .92)) !important;
  margin-bottom: 18px;
  overflow: hidden;
}
.activity-header {
  background: linear-gradient(90deg, rgba(77,183,255,.16), rgba(125,107,255,.14));
  border-bottom: 1px solid var(--m2-border);
  font-size: 15px;
  letter-spacing: .04em;
}
.activity-header .fa { margin-right: 10px; color: var(--m2-accent); }
.forum-content,
.activity,
.activity-none,
.table,
.table th,
.table td,
.NavbarFooter-anchor,
.Navbar-label,
.mt2cms_main_box_middle_content_label,
.page-hd h2,
.pre-social {
  color: var(--m2-text) !important;
}
.table-hover tbody tr:hover {
  background: rgba(77,183,255,.06);
}
.table thead th {
  border-top: 0;
  border-bottom: 1px solid var(--m2-border);
  color: var(--m2-muted) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.table td,
.table th {
  border-top-color: rgba(147,168,198,.12) !important;
  vertical-align: middle;
}
.st-form-control {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--m2-text);
}
.st-form-control:focus {
  border-color: var(--m2-accent);
  box-shadow: 0 0 0 4px rgba(77,183,255,.12);
}
.mt2cms_main_content_button,
.btn,
.mt2-btn,
.mt2-btn-secondary {
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.mt2cms_main_content_button:hover,
.btn:hover,
.mt2-btn:hover,
.mt2-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
}
.mt2cms_main_content_button,
.btn-primary,
.mt2-btn {
  background: linear-gradient(135deg, var(--m2-accent), #6cc6ff 60%, #9edcff) !important;
  color: #06121f !important;
}
.mt2-btn-secondary,
.btn-secondary {
  background: rgba(255,255,255,.06) !important;
  color: var(--m2-text) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
}
.mt2-news-page {
  display: grid;
  gap: 18px;
}
.mt2-hero {
  position: relative;
  overflow: hidden;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(77,183,255,.18), rgba(125,107,255,.16)),
    linear-gradient(180deg, rgba(9, 22, 41, .98), rgba(7, 17, 31, .96));
}
.mt2-hero::before {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(77,183,255,.22), transparent 68%);
}
.mt2-hero__inner { position: relative; z-index: 1; }
.mt2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--m2-text);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mt2-badge__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--m2-success);
  box-shadow: 0 0 12px rgba(82,211,138,.55);
}
.mt2-badge.is-offline .mt2-badge__dot {
  background: var(--m2-danger);
  box-shadow: 0 0 12px rgba(255,107,129,.55);
}
.mt2-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.04;
  color: #fff;
}
.mt2-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--m2-muted);
  font-size: 16px;
  line-height: 1.7;
}
.mt2-actions,
.mt2-grid,
.mt2-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mt2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) { .mt2-grid { grid-template-columns: 1fr; } }
.mt2-card,
.mt2-feature,
.mt2-widget,
.mt2-sidecard {
  background: linear-gradient(180deg, rgba(8,21,40,.95), rgba(7,17,31,.92));
  padding: 24px;
}
.mt2-card h3,
.mt2-feature h3,
.mt2-widget h3,
.mt2-sidecard h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
}
.mt2-card p,
.mt2-feature p,
.mt2-widget p,
.mt2-sidecard p,
.mt2-list {
  margin: 0;
  color: var(--m2-muted);
  line-height: 1.7;
}
.mt2-feature__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(77,183,255,.18), rgba(125,107,255,.14));
  color: var(--m2-accent);
  font-size: 20px;
}
.mt2-split {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 18px;
}
@media (max-width: 1100px) { .mt2-split { grid-template-columns: 1fr; } }
.mt2-statline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.mt2-statline__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mt2-statline__item:last-child { border-bottom: 0; }
.mt2-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.mt2-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.mt2-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--m2-accent);
}
#vk_groups,
#vk_groups iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 14px;
  overflow: hidden;
}
.NavbarFooter {
  padding: 14px 24px 0;
}
#Page-footer .Pane-backgroundContainer { opacity: .26; }
#Page-footer .Pane-content {
  background: linear-gradient(180deg, rgba(6,16,30,.92), rgba(5,12,23,.95));
}
.footer-nav .social ul { justify-content: center; }
img[loading="lazy"] { content-visibility: auto; }
.freekassa-badge img {
  max-width: 160px;
  height: auto;
  opacity: .86;
}



.grid-parent.clearfix.home-page {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.home-page .home-content-container.mt2-main-column {
  width: calc(100% - 360px);
  float: none;
}
.home-page .home-activity-container.mt2-sidebar-column {
  width: 332px;
  float: none;
  margin-top: 0;
}
.home-page .prefix-5.grid-25 {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.mt2-homepage {
  display: grid;
  gap: 20px;
}
.mt2-hero-release {
  min-height: 320px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(5,10,18,.84), rgba(4,12,24,.58));
}
.mt2-hero-release .mt2-hero__media,
.mt2-hero-release .mt2-hero__overlay {
  position: absolute;
  inset: 0;
}
.mt2-hero-release .mt2-hero__media {
  background: center center / cover no-repeat url('../images/site/hero-release.png');
  opacity: .58;
}
.mt2-hero-release .mt2-hero__overlay {
  background: linear-gradient(90deg, rgba(5,10,18,.92) 0%, rgba(5,10,18,.68) 42%, rgba(5,10,18,.42) 100%);
}
.mt2-actions-hero { margin-top: 28px; }
.mt2-actions-hero .mt2-btn,
.mt2-actions-hero .mt2-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mt2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.mt2-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--m2-border);
  background: linear-gradient(180deg, rgba(8,21,40,.95), rgba(7,17,31,.92));
  box-shadow: var(--m2-shadow);
}
.mt2-stat-card__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(77,183,255,.12);
  color: var(--m2-accent);
  font-size: 19px;
  flex: 0 0 auto;
}
.mt2-stat-card__content span {
  display: block;
  color: var(--m2-muted);
  font-size: 13px;
  line-height: 1.35;
}
.mt2-stat-card__content strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.mt2-link-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mt2-link-card {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--m2-border);
  background: linear-gradient(180deg, rgba(8,21,40,.95), rgba(7,17,31,.92));
  box-shadow: var(--m2-shadow);
  color: #fff !important;
  text-decoration: none !important;
}
.mt2-link-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(77,183,255,.12);
  color: var(--m2-accent);
  font-size: 18px;
}
.mt2-link-card span {
  font-size: 16px;
  font-weight: 700;
}
.mt2-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(77,183,255,.36);
  background: linear-gradient(180deg, rgba(10,25,46,.98), rgba(7,17,31,.96));
}
.mt2-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .7fr);
  gap: 20px;
}
.mt2-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.mt2-block-title h3 {
  margin: 0;
  font-size: 26px;
}
.mt2-block-title a {
  color: var(--m2-accent) !important;
  text-decoration: none !important;
  font-weight: 700;
}
.mt2-news-list {
  display: grid;
  gap: 14px;
}
.mt2-news-row {
  display: grid;
  grid-template-columns: 160px minmax(0,1fr) 110px;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  color: inherit !important;
  text-decoration: none !important;
}
.mt2-news-row__thumb {
  height: 88px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
.mt2-news-row__content h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}
.mt2-news-row__content p {
  margin: 0;
  color: var(--m2-muted);
  line-height: 1.55;
}
.mt2-news-row__date {
  justify-self: end;
  color: var(--m2-muted);
  font-size: 13px;
}
.mt2-ranking-table-wrap {
  overflow-x: auto;
}
.mt2-ranking-table img {
  width: 28px;
  height: auto;
  border-radius: 4px;
}
.mt2-empty-row {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  color: var(--m2-muted);
}
.activity-feed-surround {
  margin-top: 0 !important;
}
.home-activity-container .activity-feed + .activity-feed {
  margin-top: 18px;
}
#login-nav {
  width: 100%;
  margin: 0;
}
#login-nav .st-form-control {
  width: 100%;
  margin-bottom: 12px;
}
#login-nav .mt2cms_main_content_button,
#login-nav .login-btn {
  width: 100%;
}
.support-list .activity {
  margin: 0;
}
.support-list .activity + .activity {
  border-top: 1px solid rgba(147,168,198,.12);
}
.support-list .forum-content {
  display: block;
  padding: 16px 18px;
}
.support-list .forum-content .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 12px 0;
  border-bottom: 1px solid rgba(147,168,198,.12);
}
.nav-tabs > li {
  float: none;
}
.nav-tabs > li > a {
  margin: 0;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(147,168,198,.12);
  background: rgba(255,255,255,.03);
}
@media (max-width: 1199px) {
  .grid-parent.clearfix.home-page {
    flex-direction: column;
  }
  .home-page .home-content-container.mt2-main-column,
  .home-page .home-activity-container.mt2-sidebar-column {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .support-container.grid-container {
    padding: 16px 12px 0;
  }
  .mt2-hero-release {
    min-height: 280px;
    padding: 24px;
  }
  .mt2-stats-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .mt2-link-cards,
  .mt2-home-grid {
    grid-template-columns: 1fr;
  }
  .mt2-news-row {
    grid-template-columns: 120px minmax(0,1fr);
  }
  .mt2-news-row__date {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 767px) {
  .Navbar-desktop {
    margin-top: 0;
    border-radius: 0;
  }
  .mt2-hero-release {
    min-height: 0;
    padding: 20px;
  }
  .mt2-hero-release .mt2-hero__overlay {
    background: linear-gradient(180deg, rgba(5,10,18,.82) 0%, rgba(5,10,18,.72) 45%, rgba(5,10,18,.92) 100%);
  }
  .mt2-hero h1 {
    font-size: 42px;
  }
  .mt2-actions-hero {
    gap: 10px;
  }
  .mt2-actions-hero .mt2-btn,
  .mt2-actions-hero .mt2-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .mt2-stats-grid,
  .mt2-link-cards {
    grid-template-columns: 1fr;
  }
  .mt2-news-row {
    grid-template-columns: 1fr;
  }
  .mt2-news-row__thumb {
    height: 150px;
  }
  .mt2-news-row__date {
    grid-column: auto;
  }
  .activity-header {
    font-size: 14px;
  }
}


/* Release refresh v4 */
.home-page .grid-parent.clearfix.home-page {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.home-content-container.mt2-main-column,
.home-activity-container.mt2-sidebar-column {
  float: none;
}
.home-page .grid-70,
.home-page .prefix-5.grid-25 {
  width: 100%;
  margin-left: 0;
}
.home-page .prefix-5.grid-25 {
  padding-left: 0;
}
.home-activity-container .activity-feed-surround:first-child {
  margin-top: 0;
}
.mt2-homepage-v3 {
  display: grid;
  gap: 18px;
}
.mt2-hero-clean {
  min-height: 300px;
  background: linear-gradient(135deg, rgba(7,17,31,.96), rgba(10,20,36,.9));
}
.mt2-hero-clean .mt2-hero__media {
  background-image:
    linear-gradient(90deg, rgba(4,9,16,.18) 0%, rgba(4,9,16,.6) 36%, rgba(4,9,16,.9) 100%),
    url('../images/default-background.jpg');
  background-size: cover;
  background-position: center center;
  opacity: .9;
  filter: saturate(1.05) brightness(.75);
}
.mt2-hero-clean .mt2-hero__overlay {
  background:
    radial-gradient(circle at 18% 38%, rgba(213,166,60,.16), transparent 18%),
    linear-gradient(90deg, rgba(4,8,15,.2) 0%, rgba(4,8,15,.5) 42%, rgba(4,8,15,.82) 100%);
}
.mt2-hero-clean h1 {
  margin-bottom: 0;
}
.mt2-stats-grid-tight {
  margin-top: 0;
}
.mt2-home-grid-v3 {
  grid-template-columns: minmax(0,1.45fr) minmax(320px,.8fr);
  gap: 18px;
  align-items: start;
}
.mt2-vk-wrap {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
#vk_groups,
#vk_groups iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 16px;
  overflow: hidden;
}
.mt2-news-side-widget {
  min-height: 100%;
}
.mt2-news-list-compact {
  gap: 12px;
}
.mt2-news-row-compact {
  grid-template-columns: minmax(0,1fr);
  padding: 16px 18px;
}
.mt2-news-row-compact .mt2-news-row__date {
  justify-self: start;
  margin-top: 6px;
}
.mt2-news-row-compact h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.mt2-news-row-compact p {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .home-page .grid-parent.clearfix.home-page {
    flex-direction: column;
  }
  .mt2-home-grid-v3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .mt2-hero-clean {
    min-height: 240px;
  }
  .mt2-hero-clean .mt2-hero__overlay {
    background: linear-gradient(180deg, rgba(4,8,15,.24) 0%, rgba(4,8,15,.62) 46%, rgba(4,8,15,.88) 100%);
  }
}
