﻿.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

:root {
  --site-bg: #07111f;
  --site-bg-soft: #0d1a2b;
  --site-panel: rgba(11, 22, 38, 0.9);
  --site-panel-strong: rgba(8, 17, 31, 0.96);
  --site-border: rgba(67, 208, 255, 0.22);
  --site-border-strong: rgba(67, 208, 255, 0.46);
  --site-accent: #39d0ff;
  --site-accent-2: #76f27d;
  --site-accent-3: #ffb347;
  --site-text: #e8f6ff;
  --site-text-soft: #9db5c8;
  --site-danger: #ff6b6b;
  --site-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --site-grid-color: rgba(255, 255, 255, 0.025);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(118, 242, 125, 0.10), transparent 26%),
    linear-gradient(135deg, #050b14 0%, #091523 45%, #08111d 100%);
  --site-body-glow:
    radial-gradient(circle at 18% 18%, rgba(57, 208, 255, 0.18), transparent 0 22%),
    radial-gradient(circle at 78% 12%, rgba(118, 242, 125, 0.12), transparent 0 18%),
    radial-gradient(circle at 82% 78%, rgba(255, 179, 71, 0.10), transparent 0 14%);
}

html,
body {
  min-height: 100%;
}

body {
  background: var(--site-body-bg);
  color: var(--site-text);
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  padding-top: 88px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--site-grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--site-grid-color) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  opacity: 0.25;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--site-body-glow);
  pointer-events: none;
  opacity: 0.95;
  mix-blend-mode: screen;
}

.site-theme-core {
  --site-bg: #07111f;
  --site-bg-soft: #0d1a2b;
  --site-panel: rgba(11, 22, 38, 0.9);
  --site-panel-strong: rgba(8, 17, 31, 0.96);
  --site-border: rgba(67, 208, 255, 0.22);
  --site-border-strong: rgba(67, 208, 255, 0.46);
  --site-accent: #39d0ff;
  --site-accent-2: #76f27d;
  --site-accent-3: #ffb347;
  --site-text: #e8f6ff;
  --site-text-soft: #9db5c8;
  --site-grid-color: rgba(255, 255, 255, 0.025);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(118, 242, 125, 0.10), transparent 26%),
    linear-gradient(135deg, #050b14 0%, #091523 45%, #08111d 100%);
  --site-body-glow:
    radial-gradient(circle at 18% 18%, rgba(57, 208, 255, 0.18), transparent 0 22%),
    radial-gradient(circle at 78% 12%, rgba(118, 242, 125, 0.12), transparent 0 18%),
    radial-gradient(circle at 82% 78%, rgba(255, 179, 71, 0.10), transparent 0 14%);
}

.site-theme-inferno {
  --site-bg: #1b0b0b;
  --site-bg-soft: #2a1010;
  --site-panel: rgba(33, 11, 11, 0.9);
  --site-panel-strong: rgba(24, 8, 8, 0.96);
  --site-border: rgba(255, 109, 61, 0.24);
  --site-border-strong: rgba(255, 132, 64, 0.48);
  --site-accent: #ff6d3d;
  --site-accent-2: #ffb347;
  --site-accent-3: #ffd66e;
  --site-text: #fff1ea;
  --site-text-soft: #d7b2a6;
  --site-grid-color: rgba(255, 180, 150, 0.035);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(255, 86, 49, 0.18), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 183, 71, 0.14), transparent 28%),
    linear-gradient(140deg, #130606 0%, #2b0f0c 38%, #120607 100%);
  --site-body-glow:
    radial-gradient(circle at 14% 12%, rgba(255, 109, 61, 0.24), transparent 0 18%),
    radial-gradient(circle at 76% 18%, rgba(255, 183, 71, 0.16), transparent 0 16%),
    linear-gradient(115deg, transparent 35%, rgba(255, 92, 53, 0.06) 52%, transparent 68%);
}

.site-theme-toxic {
  --site-bg: #08160d;
  --site-bg-soft: #102117;
  --site-panel: rgba(10, 25, 16, 0.9);
  --site-panel-strong: rgba(7, 19, 12, 0.96);
  --site-border: rgba(113, 255, 146, 0.22);
  --site-border-strong: rgba(113, 255, 146, 0.5);
  --site-accent: #71ff92;
  --site-accent-2: #39d0ff;
  --site-accent-3: #d6ff72;
  --site-text: #eefff3;
  --site-text-soft: #a7c8b0;
  --site-grid-color: rgba(155, 255, 185, 0.03);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(113, 255, 146, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(57, 208, 255, 0.10), transparent 26%),
    linear-gradient(135deg, #040d08 0%, #0a1b10 48%, #07110c 100%);
  --site-body-glow:
    radial-gradient(circle at 16% 16%, rgba(113, 255, 146, 0.22), transparent 0 20%),
    radial-gradient(circle at 82% 74%, rgba(214, 255, 114, 0.14), transparent 0 14%),
    linear-gradient(135deg, transparent 34%, rgba(113, 255, 146, 0.08) 50%, transparent 68%);
}

.site-theme-royal {
  --site-bg: #0d1024;
  --site-bg-soft: #161a39;
  --site-panel: rgba(14, 19, 52, 0.9);
  --site-panel-strong: rgba(10, 13, 39, 0.96);
  --site-border: rgba(126, 144, 255, 0.24);
  --site-border-strong: rgba(255, 210, 116, 0.42);
  --site-accent: #ffd274;
  --site-accent-2: #8b7dff;
  --site-accent-3: #65d8ff;
  --site-text: #f7f3ff;
  --site-text-soft: #bab7d9;
  --site-grid-color: rgba(189, 191, 255, 0.03);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(139, 125, 255, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 210, 116, 0.12), transparent 24%),
    linear-gradient(135deg, #070916 0%, #121933 44%, #090c1f 100%);
  --site-body-glow:
    radial-gradient(circle at 18% 12%, rgba(139, 125, 255, 0.24), transparent 0 20%),
    radial-gradient(circle at 84% 18%, rgba(255, 210, 116, 0.14), transparent 0 16%),
    linear-gradient(125deg, transparent 40%, rgba(101, 216, 255, 0.06) 52%, transparent 66%);
}

.site-theme-eclipse {
  --site-bg: #160817;
  --site-bg-soft: #240f28;
  --site-panel: rgba(28, 11, 31, 0.9);
  --site-panel-strong: rgba(20, 8, 24, 0.96);
  --site-border: rgba(255, 97, 196, 0.22);
  --site-border-strong: rgba(82, 246, 255, 0.42);
  --site-accent: #ff61c4;
  --site-accent-2: #52f6ff;
  --site-accent-3: #b882ff;
  --site-text: #fff0fb;
  --site-text-soft: #d2afcb;
  --site-grid-color: rgba(255, 173, 229, 0.03);
  --site-body-bg:
    radial-gradient(circle at top left, rgba(255, 97, 196, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(82, 246, 255, 0.14), transparent 26%),
    linear-gradient(135deg, #120513 0%, #23102a 46%, #0f0918 100%);
  --site-body-glow:
    radial-gradient(circle at 14% 18%, rgba(255, 97, 196, 0.22), transparent 0 18%),
    radial-gradient(circle at 82% 16%, rgba(82, 246, 255, 0.16), transparent 0 16%),
    linear-gradient(120deg, transparent 36%, rgba(184, 130, 255, 0.08) 50%, transparent 66%);
}

.site-shell {
  max-width: 1300px;
}

.page-main-col {
  width: 100%;
}

a {
  color: var(--site-accent);
}

a:hover {
  color: #8fe7ff;
  text-decoration: none;
}

.navbar.bg-dark,
.site-navbar {
  background: transparent !important;
  border-bottom: 0;
  box-shadow: none;
}

.site-navbar-shell {
  background: rgba(6, 14, 25, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 24px 24px;
  margin-top: -8px;
  padding-left: 18px;
  padding-right: 18px;
}

.navbar-brand,
.site-brand,
.card-header,
.panel-heading {
  color: #fff !important;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}

.site-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.28), rgba(118, 242, 125, 0.18));
  border: 1px solid var(--site-border-strong);
  box-shadow: inset 0 0 20px rgba(57, 208, 255, 0.15);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

.site-brand-text {
  color: #f5fbff;
  font-size: 0.95rem;
}

.site-nav-link {
  color: var(--site-text-soft) !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.site-nav-link:hover {
  color: #fff !important;
}

.site-nav-dropdown {
  min-width: 230px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(6, 14, 25, 0.96);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.site-nav-dropdown-item {
  display: block;
  padding: 11px 14px;
  border-radius: 12px;
  color: rgba(226, 233, 255, 0.82);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.site-nav-dropdown-item:hover,
.site-nav-dropdown-item:focus {
  background: rgba(57, 208, 255, 0.1);
  color: #fff;
  transform: translateX(3px);
}

.site-lang-switcher {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  margin-right: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.site-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--site-text-soft) !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-lang-link:hover {
  color: #fff !important;
  text-decoration: none;
}

.site-lang-link.is-active {
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.22), rgba(118, 242, 125, 0.14));
  border: 1px solid rgba(67, 208, 255, 0.22);
  color: #fff !important;
  box-shadow: inset 0 0 16px rgba(57, 208, 255, 0.12);
}

.site-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px !important;
  border: 1px solid var(--site-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
    color: #fff !important;
  }

  .site-topbar-chip-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-left: 10px;
    padding: 8px 14px !important;
    border: 1px solid var(--site-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff !important;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .site-topbar-chip-link:hover,
  .site-topbar-chip-link:focus {
    transform: translateY(-1px);
    border-color: rgba(57, 208, 255, 0.34);
    background: rgba(57, 208, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    color: #fff !important;
  }

.site-nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px !important;
  margin-right: 12px;
  border: 1px solid var(--site-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
}

.site-nav-dropdown-toggle:hover,
.site-nav-dropdown-toggle:focus {
  color: #fff !important;
  border-color: rgba(57, 208, 255, 0.28);
  background: rgba(57, 208, 255, 0.08);
}

.site-user-email {
  font-weight: 600;
}

.site-user-balance {
  color: var(--site-accent-2);
  font-weight: 700;
}

.container > .alert,
.alert {
  border-radius: 16px;
}

.alert-danger {
  background: rgba(93, 18, 18, 0.9);
  border-color: rgba(255, 107, 107, 0.55);
  color: #fff;
}

.alert-info {
  background: rgba(17, 44, 74, 0.92);
  border-color: rgba(67, 208, 255, 0.35);
  color: var(--site-text);
}

.card,
.panel,
.list-group,
.table,
.pagination .page-link {
  border-radius: 18px;
}

.card,
.panel {
  background: var(--site-panel);
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow);
  overflow: hidden;
}

.card-header,
.panel-heading {
  background: rgba(255, 255, 255, 0.04) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.card-body,
.panel-body,
.list-group-item,
.page-link,
.table,
.table thead th,
.table td,
.table th,
.table-user-information,
.table-user-information td,
.table-user-information th {
  background-color: transparent !important;
  color: var(--site-text) !important;
}

.list-group-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
  font-weight: 600;
}

.list-group-item:hover,
.list-group-item:focus {
  background: rgba(57, 208, 255, 0.09) !important;
  color: #fff !important;
}

.site-sidebar {
  position: sticky;
  top: 104px;
  background: var(--site-panel);
  border: 1px solid var(--site-border);
  border-radius: 22px;
  box-shadow: var(--site-shadow);
  overflow: hidden;
  margin-top: 1.5rem;
}

.site-sidebar-stack {
  position: sticky;
  top: 104px;
}

.site-sidebar-stack .site-sidebar {
  position: static;
  top: auto;
}

.site-sidebar-header {
  padding: 22px 22px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-sidebar-label {
  color: var(--site-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.site-sidebar-title {
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.site-nav-list {
  border-radius: 0;
}

.site-side-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
}

.site-side-link-admin {
  color: var(--site-accent-3) !important;
}

.site-partners-box {
  margin-top: 28px;
  padding-bottom: 18px;
}

.site-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(88px, 1fr));
  gap: 10px 12px;
  padding: 18px 20px 0;
  justify-items: center;
}

.site-partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 41px;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(57, 208, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-partner-link:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 208, 255, 0.34);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.22),
    0 0 16px rgba(57, 208, 255, 0.08);
}

.site-partner-link.is-static {
  cursor: default;
}

.site-partner-image {
  width: 88px;
  height: 31px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.site-servers-box {
  margin-top: 28px;
  padding-bottom: 18px;
}

.site-servers-grid {
  display: grid;
  gap: 14px;
  padding: 18px 18px 0;
}

.site-servers-grid.is-slider {
  display: block;
  padding-bottom: 8px;
}

.site-server-card {
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(57, 208, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 12px 26px rgba(0, 0, 0, 0.2);
}

.site-servers-grid.is-slider .site-server-card {
  display: none;
}

.site-servers-grid.is-slider .site-server-card.is-active {
  display: block;
  animation: siteServerFade 0.45s ease;
}

.site-server-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 18px;
}

.site-server-slider-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(57, 208, 255, 0.22);
  background: rgba(8, 17, 31, 0.78);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.site-server-slider-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 208, 255, 0.42);
  background: rgba(14, 28, 48, 0.92);
}

.site-server-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
}

.site-server-slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
  cursor: pointer;
}

.site-server-slider-dot.is-active {
  background: #39d0ff;
  box-shadow: 0 0 10px rgba(57, 208, 255, 0.4);
}

@keyframes siteServerFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-server-map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(57, 208, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.site-server-map-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.site-server-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(4, 11, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.site-server-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 12px currentColor;
}

.site-server-status-dot.is-online {
  color: #76f27d;
  background: #76f27d;
}

.site-server-status-dot.is-offline {
  color: #ff6b6b;
  background: #ff6b6b;
}

.site-server-players {
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.site-server-map-name {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-server-connect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid rgba(57, 208, 255, 0.24);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.14), rgba(118, 242, 125, 0.1));
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-server-connect:hover {
  color: #fff;
  transform: translateY(-1px);
  border-color: rgba(57, 208, 255, 0.42);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.22), rgba(118, 242, 125, 0.16));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    0 0 16px rgba(57, 208, 255, 0.08);
}

.form-control,
select.form-control,
textarea.form-control {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  color: #fff !important;
  border-radius: 14px;
}

.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(57, 208, 255, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(57, 208, 255, 0.12) !important;
  color: #fff !important;
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(232, 246, 255, 0.58) !important;
}

select.form-control option {
  background: #0d1a2b;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(135deg, #1ca4d0, #39d0ff);
  border-color: #39d0ff;
  color: #03111d;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #30bce8, #72defe);
  border-color: #72defe;
  color: #03111d;
}

.btn-danger {
  font-weight: 700;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.025) !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(57, 208, 255, 0.08) !important;
}

.page-link {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--site-text) !important;
}

.page-link:hover {
  background: rgba(57, 208, 255, 0.1) !important;
  color: #fff !important;
}

.hero-panel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(57, 208, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(57, 208, 255, 0.16), transparent 55%),
    linear-gradient(145deg, rgba(118, 242, 125, 0.08), transparent 62%),
    rgba(8, 17, 31, 0.96);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  box-shadow: inset 0 0 40px rgba(57, 208, 255, 0.07);
}

.hero-panel-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
}

.hero-kicker {
  color: var(--site-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 2.1rem;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 760px;
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1.08rem;
  line-height: 1.5;
}

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 180px;
}

.hero-stat-card {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-stat-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  margin-bottom: 6px;
}

.hero-stat-value {
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.premium-shop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.premium-shop-topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.premium-shop-kicker {
  color: var(--site-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.premium-shop-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.45rem;
}

.premium-shop-subtitle {
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1rem;
}

.premium-shop-server {
  width: 320px;
  max-width: 100%;
}

.premium-shop-server label {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.flag-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
  }

  .flag-package-details {
      padding: 26px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background:
        linear-gradient(135deg, rgba(57, 208, 255, 0.12), rgba(155, 255, 159, 0.05)),
        rgba(8, 17, 31, 0.94);
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
    }

    .flag-package-secondary-card {
      margin-top: 22px;
      border: 1px solid rgba(118, 242, 125, 0.18);
      background:
        linear-gradient(135deg, rgba(118, 242, 125, 0.08), rgba(57, 208, 255, 0.05)),
        rgba(8, 17, 31, 0.94);
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
    }

    .flag-package-secondary-card-head {
      background: rgba(255, 255, 255, 0.03) !important;
    }

    .flag-package-secondary-card-body {
      padding: 22px 26px 26px !important;
    }
  
  .flag-package-details-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }

    .flag-package-kicker {
      color: var(--site-accent);
      font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .flag-package-title {
      margin: 0;
      color: #fff;
      font-family: "Orbitron", "Segoe UI", sans-serif;
      font-size: 1.4rem;
      line-height: 1.25;
    }

    .flag-package-title-small {
      font-size: 1.18rem;
    }

  .flag-package-pricebox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    min-width: 120px;
  }

  .flag-package-price-label {
    color: var(--site-text-soft);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .flag-package-price {
    color: var(--site-accent-2);
    font-family: "Orbitron", "Segoe UI", sans-serif;
    font-size: 1.45rem;
    line-height: 1;
  }

  .flag-package-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
  }

  .flag-package-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(57, 208, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #ecf8ff;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .flag-package-description {
    color: var(--site-text-soft);
    font-size: 1rem;
    line-height: 1.8;
    padding: 20px 22px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(5, 12, 22, 0.48);
  }

  .flag-package-gallery {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .flag-package-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .flag-package-gallery-title {
    color: #fff;
    font-family: "Orbitron", sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .flag-package-gallery-note {
    color: var(--site-text-soft);
    font-size: 0.86rem;
  }

  .flag-package-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .flag-package-gallery-item {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 18px;
    cursor: pointer;
  }

  .flag-package-gallery-image {
    display: block;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(57, 208, 255, 0.22);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  }

  .flag-package-gallery-item:hover .flag-package-gallery-image {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(118, 242, 125, 0.34);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), 0 0 18px rgba(57, 208, 255, 0.12);
  }

.flag-card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.flag-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.86);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.flag-card:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 208, 255, 0.35);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.flag-card-glow {
  position: absolute;
  inset: auto -30px -30px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 208, 255, 0.18), transparent 65%);
  pointer-events: none;
}

.flag-card-top,
.flag-card-body,
.flag-card-flags {
  position: relative;
  z-index: 1;
}

.flag-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.flag-card-name {
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
}

.flag-card-price {
  color: var(--site-accent-2);
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  white-space: nowrap;
}

.flag-card-body {
  color: var(--site-text-soft);
  line-height: 1.55;
  flex: 1;
}

.flag-card-flags {
  color: var(--site-accent-3);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flag-card-duration {
  color: var(--site-accent);
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.1);
  border: 1px solid rgba(57, 208, 255, 0.22);
}

.flag-card-input:checked + .flag-card {
  border-color: rgba(57, 208, 255, 0.65);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(57, 208, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(57, 208, 255, 0.10), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.92);
}

  .flag-card-input:checked + .flag-card .flag-card-price {
    color: #9bff9f;
  }

.account-settings-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.settings-section {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.settings-section-head {
  margin-bottom: 16px;
}

.settings-section-kicker {
  color: var(--site-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.settings-section-title {
  margin: 0;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

  .settings-actions {
    display: flex;
    justify-content: flex-end;
  }

.settings-forum-auth-box {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(84, 170, 255, 0.24);
  background: linear-gradient(145deg, rgba(14, 27, 50, 0.92), rgba(7, 15, 31, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.settings-forum-auth-title {
  margin-bottom: 8px;
  color: #f4f8ff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.settings-forum-auth-text {
  margin: 0 0 16px;
  color: rgba(221, 233, 252, 0.78);
  line-height: 1.7;
}

.settings-forum-auth-button {
  min-width: 220px;
}

.profile-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.25), rgba(118, 242, 125, 0.18));
  border: 1px solid var(--site-border-strong);
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 2rem;
}

.profile-avatar-large {
  width: 150px;
  height: 150px;
  border-radius: 30px;
  font-size: 3.4rem;
  box-shadow:
    inset 0 0 34px rgba(57, 208, 255, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.26);
}

.profile-avatar-image {
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}

.profile-hero-copy {
  flex: 1;
}

.profile-kicker {
  color: var(--site-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.profile-name {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.65rem;
}

.profile-subtitle {
  margin: 0;
  color: var(--site-text-soft);
}

.profile-balance-card {
  min-width: 170px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-balance-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  margin-bottom: 6px;
}

.profile-balance-value {
  color: var(--site-accent-2);
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}

.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.profile-info-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.profile-info-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.profile-info-value {
  color: #fff;
  font-weight: 700;
  word-break: break-word;
}

.profile-products-section {
  margin-top: 6px;
}

.profile-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.profile-product-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    rgba(9, 19, 33, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.profile-product-image-link {
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.2);
}

.profile-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-product-body {
  padding: 18px;
}

.profile-product-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.profile-product-date {
  color: var(--site-text-soft);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.profile-product-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.08rem;
  line-height: 1.4;
}

.profile-product-text {
  color: var(--site-text-soft);
  line-height: 1.7;
}

.profile-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.action-panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.action-panel-copy {
  flex: 1;
}

.action-panel-kicker,
.data-panel-kicker {
  color: var(--site-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.action-panel-title,
.data-panel-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}

.action-panel-text {
  color: var(--site-text-soft);
  line-height: 1.6;
}

.action-panel-form {
  width: 360px;
  max-width: 100%;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.action-panel-form-narrow {
  width: 320px;
}

.paypal-submit-wrap {
  text-align: center;
}

.data-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.owned-flags-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.owned-flag-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.86);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.owned-flag-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.owned-flag-name {
  color: #fff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.owned-flag-desc {
  color: var(--site-text-soft);
  line-height: 1.55;
}

.owned-flag-badge {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(118, 242, 125, 0.12);
  border: 1px solid rgba(118, 242, 125, 0.26);
  color: var(--site-accent-2);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.owned-flag-meta {
  display: grid;
  gap: 12px;
}

.owned-flag-meta-block {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.owned-flag-meta-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  margin-bottom: 6px;
}

.owned-flag-meta-value {
  color: #fff;
  font-weight: 700;
}

.site-footer {
  position: relative;
  margin-top: 44px;
  padding: 0 0 34px;
}

.site-footer-frame {
  position: relative;
  min-height: 250px;
  padding: 28px 30px 24px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(118, 242, 125, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(10, 19, 33, 0.96), rgba(7, 14, 25, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.site-footer-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.28;
  pointer-events: none;
}

.site-footer-topline {
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57, 208, 255, 0.95), rgba(118, 242, 125, 0.78), transparent);
  box-shadow: 0 0 20px rgba(57, 208, 255, 0.35);
}

.site-footer-main,
.site-footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.site-footer-brandzone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer-kicker {
  margin-bottom: 16px;
  color: var(--site-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer-brandrow {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 82px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(57, 208, 255, 0.34);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.18), rgba(118, 242, 125, 0.10));
  box-shadow: inset 0 0 26px rgba(57, 208, 255, 0.12);
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.18em;
}

.site-footer-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

.site-footer-subtitle {
  max-width: 520px;
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-footer-card {
  min-height: 142px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer-product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 142px;
  max-height: 142px;
  overflow: hidden;
}

.site-footer-card-label {
  color: #dff7ff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer-product-image-wrap {
  width: 100%;
  height: 74px;
  min-height: 74px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.1), transparent 26%),
    rgba(5, 14, 26, 0.82);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.site-footer-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-footer-product-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  flex: 1;
  justify-content: flex-start;
}

.site-footer-product-title {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-footer-product-price {
  color: var(--site-accent-2);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.88rem;
}

.site-footer-product-text,
.site-footer-empty-text {
  color: var(--site-text-soft);
  line-height: 1.32;
  font-size: 0.76rem;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.site-footer-product-text p:last-child {
  margin-bottom: 0;
}

.site-footer-bottom {
  margin-top: 24px;
}

.site-footer-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  margin-bottom: 16px;
}

.site-footer-bottomrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: nowrap;
}

.site-footer-bottominfo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer-status {
  color: var(--site-accent-2);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.site-footer-separator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.site-footer-note {
  color: var(--site-text-soft);
  font-size: 0.95rem;
}

.site-footer-ticker {
  position: relative;
  flex: 1 1 auto;
  min-width: 180px;
  max-width: 560px;
  height: 34px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.site-footer-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  min-width: 200%;
  white-space: nowrap;
  animation: siteFooterTicker 24s linear infinite;
}

.site-footer-ticker-copy {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 20px;
  color: #dcefff;
  font-size: 0.88rem;
  font-weight: 600;
}

.site-footer-ticker-copy p {
  margin: 0;
}

@keyframes siteFooterTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.site-footer-credit {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-left: auto;
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.site-footer-credit-label {
  color: #76f27d;
  font-weight: 700;
}

.site-footer-credit-name {
  color: #b9c0c7;
  font-weight: 800;
}

.footer {
  display: none;
}

.auth-card {
  overflow: hidden;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: stretch;
}

.auth-intro {
  padding: 10px 4px 10px 0;
}

.auth-kicker {
  color: var(--site-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.auth-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  line-height: 1.28;
}

.auth-subtitle {
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.contact-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding: 30px 34px;
  border-radius: 28px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(7, 18, 32, 0.96), rgba(10, 24, 40, 0.92));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.contact-kicker {
  color: var(--site-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  line-height: 1.22;
}

.contact-subtitle {
  max-width: 720px;
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-hero-badge {
  min-width: 190px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-align: right;
}

.contact-hero-badge-label {
  display: block;
  color: var(--site-text-soft);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-hero-badge-value {
  display: block;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
  margin-top: 8px;
}

.contact-card,
.contact-side-card {
  overflow: hidden;
}

.contact-form-grid label {
  color: #dff7ff;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-input,
.contact-textarea {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 14, 26, 0.86);
  color: #fff;
}

.contact-textarea {
  min-height: 220px;
  padding-top: 14px;
  resize: vertical;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: rgba(57, 208, 255, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(57, 208, 255, 0.12);
  background: rgba(5, 14, 26, 0.96);
  color: #fff;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.contact-form-note {
  color: var(--site-text-soft);
  font-size: 0.95rem;
}

.contact-feature + .contact-feature {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-feature-title {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.contact-feature-text {
  color: var(--site-text-soft);
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .contact-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hero-badge {
    width: 100%;
    text-align: left;
  }
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(118, 242, 125, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(7, 18, 32, 0.96), rgba(10, 24, 40, 0.94));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.store-kicker,
.store-section-kicker {
  color: var(--site-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.store-title {
  margin: 14px 0 16px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  line-height: 1.22;
}

.store-subtitle {
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.store-hero-side {
  display: flex;
  justify-content: flex-end;
}

.store-hero-metric {
  min-width: 190px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-align: right;
}

.store-hero-metric-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.store-hero-metric-value {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
}

.store-category-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.store-category-chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dff7ff;
  font-weight: 700;
}

.store-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 16px;
}

.store-section-title {
  margin: 8px 0 0;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.35rem;
}

.store-featured-grid,
.store-grid {
  display: grid;
  gap: 20px;
}

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

.store-feature-card,
.store-card,
.product-shell {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    rgba(9, 19, 33, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.store-feature-image-link,
.store-card-image-link {
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.18);
}

.store-feature-image,
.store-card-image,
.product-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-feature-body,
.store-card-body {
  padding: 20px;
}

.store-card-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.store-feature-badge,
.store-card-badge,
.product-category {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.12);
  color: #92efff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-card-badge-hot {
  background: rgba(255, 196, 64, 0.14);
  color: #ffd778;
}

.store-card-badge-neutral {
  background: rgba(255, 255, 255, 0.08);
  color: #d8e7ef;
}

.store-feature-title,
.store-card-title,
.product-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  line-height: 1.34;
}

.store-feature-title a,
.store-card-title a {
  color: inherit;
  text-decoration: none;
}

.store-feature-title a:hover,
.store-card-title a:hover {
  color: var(--site-accent);
}

.store-feature-price,
.store-card-price,
.product-price {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.store-feature-text,
.store-card-text,
.product-short-copy {
  color: var(--site-text-soft);
  line-height: 1.7;
}

.product-rating-box {
  margin: 22px 0 22px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.product-rating-title {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.98rem;
}

.product-rating-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.product-rating-form {
  margin: 0;
}

.product-rating-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
}

.product-rating-button.is-active {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.product-rating-button-up.is-active {
  border-color: rgba(118, 242, 125, 0.55);
  background: rgba(118, 242, 125, 0.14);
}

.product-rating-button-down.is-active {
  border-color: rgba(255, 105, 105, 0.55);
  background: rgba(255, 105, 105, 0.14);
}

.product-review-link {
  border-radius: 14px;
}

.product-rating-note {
  margin-top: 12px;
  color: var(--site-text-soft);
  line-height: 1.6;
}

.product-review-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-review-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.product-review-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.product-review-author {
  color: #fff;
  font-weight: 700;
}

.product-review-date {
  color: var(--site-text-soft);
  font-size: 0.83rem;
  margin-top: 4px;
}

.product-review-vote {
  font-size: 1.15rem;
}

.product-review-vote.is-positive {
  color: #76f27d;
}

.product-review-vote.is-negative {
  color: #ff7e7e;
}

.product-review-text,
.product-review-empty,
.product-review-editor-note {
  color: var(--site-text-soft);
  line-height: 1.7;
}

.product-review-editor-head {
  margin-bottom: 20px;
}

.product-review-editor-kicker {
  color: #92efff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.product-review-editor-title {
  margin: 8px 0 10px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
}

.store-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.store-pagination-wrap {
  display: flex;
  justify-content: center;
  margin: 28px 0 6px;
}

.store-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.store-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 11px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.store-pagination-link:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 208, 255, 0.45);
  background: rgba(57, 208, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.store-pagination-link.is-active {
  border-color: rgba(57, 208, 255, 0.5);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.16), rgba(255, 196, 64, 0.08));
  color: #a7f5ff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.product-media-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-self: start;
  min-height: 0;
}

.product-slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-slider-stage {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(57, 208, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 14, 26, 0.96), rgba(9, 20, 36, 0.94));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.product-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

.product-image-button {
  width: 100%;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-image-button:focus {
  outline: none;
}

.product-main-image {
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(57, 208, 255, 0.08);
  transition: transform 0.35s ease, filter 0.35s ease, border-color 0.35s ease;
}

.product-image-button:hover .product-main-image {
  transform: scale(1.015);
  filter: brightness(1.03);
  border-color: rgba(57, 208, 255, 0.26);
}

.product-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(5, 14, 26, 0.82);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.product-slider-arrow:hover {
  background: rgba(57, 208, 255, 0.18);
  border-color: rgba(57, 208, 255, 0.34);
}

.product-slider-arrow-left {
  left: 14px;
}

.product-slider-arrow-right {
  right: 14px;
}

.product-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-slider-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 1px rgba(57, 208, 255, 0.1);
}

.product-slider-dot.is-active {
  background: #39d0ff;
  box-shadow: 0 0 12px rgba(57, 208, 255, 0.34);
}

.product-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(2, 8, 16, 0.86);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 9999;
}

.product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-lightbox-frame {
  position: relative;
  max-width: min(1280px, 92vw);
  max-height: 88vh;
  padding: 14px;
  border-radius: 26px;
  border: 1px solid rgba(57, 208, 255, 0.2);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(6, 14, 25, 0.98), rgba(10, 19, 33, 0.96));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(57, 208, 255, 0.1);
}

.product-lightbox-image {
  display: block;
  max-width: min(1200px, 88vw);
  max-height: calc(88vh - 28px);
  width: auto;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.product-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(5, 14, 26, 0.86);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.product-lightbox-open {
  overflow: hidden;
}


.product-archive-panel {
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    rgba(6, 14, 25, 0.88);
  text-align: center;
}

.product-archive-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-archive-kicker {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-archive-count {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.12);
  border: 1px solid rgba(57, 208, 255, 0.24);
  color: #93efff;
  font-size: 0.8rem;
  font-weight: 700;
}

.product-archive-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-archive-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 18, 32, 0.94);
  color: #eaf8ff;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(57, 208, 255, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  word-break: break-word;
}

.product-archive-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 208, 255, 0.34);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.2),
    0 0 16px rgba(57, 208, 255, 0.08);
}

.product-archive-empty {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--site-text-soft);
  line-height: 1.6;
}

.product-info-panel {
  padding: 28px;
}

.product-action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 22px 0;
}

.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-meta-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-buy-box {
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.product-buy-box-title {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
}

.product-buy-box-text {
  color: var(--site-text-soft);
  line-height: 1.65;
}

.flag-description-slider {
  position: relative;
  margin: 18px 0;
  padding: 16px 56px;
  border-radius: 22px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(9, 18, 33, 0.96));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.flag-description-slider-viewport {
  position: relative;
  min-height: 170px;
  overflow: hidden;
}

.flag-description-slider-track {
  display: flex;
  gap: 14px;
  transition: transform 0.45s ease;
}

.flag-description-slide {
  flex: 0 0 calc((100% - 28px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.58;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.flag-description-slide.is-active {
  display: flex;
  opacity: 1;
}

.flag-description-slide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flag-description-slide-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 170px !important;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.03);
}

.flag-description-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(57, 208, 255, 0.24);
  border-radius: 50%;
  background: rgba(4, 13, 24, 0.88);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.flag-description-slider-arrow.is-prev {
  left: 12px;
}

.flag-description-slider-arrow.is-next {
  right: 12px;
}

.flag-description-slider-arrow:hover {
  border-color: rgba(57, 208, 255, 0.4);
  background: rgba(10, 25, 43, 0.96);
}

.flag-description-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.flag-description-slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(57, 208, 255, 0.14);
}

.flag-description-slider-dot.is-active {
  background: #39d0ff;
  box-shadow: 0 0 12px rgba(57, 208, 255, 0.42);
}

.product-buy-state {
  margin-top: 16px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 600;
}

.product-buy-state-owned {
  background: rgba(118, 242, 125, 0.12);
  border-color: rgba(118, 242, 125, 0.24);
  color: #b2ffbc;
}

.product-buy-state-warning {
  background: rgba(255, 179, 71, 0.12);
  border-color: rgba(255, 179, 71, 0.24);
  color: #ffd791;
}

.product-payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

#flag-custom-payment-grid {
  grid-template-columns: 1fr;
}

.product-payment-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 14, 26, 0.72);
}

.product-payment-label {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.95rem;
}

.product-payment-copy {
  margin-bottom: 14px;
  color: var(--site-text-soft);
  line-height: 1.6;
}

.product-payment-button {
  width: 100%;
}

.product-meta-label {
  display: block;
  color: var(--site-text-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.product-meta-value {
  display: block;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .store-featured-grid,
  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .store-hero,
  .product-shell {
    grid-template-columns: 1fr;
  }

  .store-hero-side {
    justify-content: flex-start;
  }

  .product-meta-grid {
    grid-template-columns: 1fr;
  }

  .product-lightbox {
    padding: 18px;
  }

  .product-lightbox-close {
    top: 14px;
    right: 16px;
  }

  .flag-description-slider {
      padding-left: 48px;
      padding-right: 48px;
    }

  .flag-description-slide {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 767.98px) {
  .flag-description-slider {
    padding-left: 42px;
    padding-right: 42px;
  }

  .flag-description-slider-track {
    gap: 0;
  }

  .flag-description-slide {
    flex-basis: 100%;
  }
}

@media (max-width: 767.98px) {
  .store-featured-grid,
  .store-grid {
    grid-template-columns: 1fr;
  }
}

.auth-form {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.auth-form label {
  color: #d9edf9;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.auth-submit {
  width: 100%;
  min-height: 46px;
  font-weight: 700;
}

.auth-message {
  margin-top: 16px;
  margin-bottom: 0;
}

.auth-check-wrap {
  margin-top: 6px;
}

.auth-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--site-text-soft);
  font-weight: 500;
}

.auth-check-label input {
  margin-top: 4px;
}

.auth-check-label a {
  font-weight: 700;
}

.action-panel-single {
  align-items: stretch;
}

.action-panel-button {
  width: 100%;
  min-height: 46px;
  font-weight: 700;
}

.ban-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ban-panel-head {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ban-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ban-info-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 112px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 17, 31, 0.86);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.ban-info-card-wide {
  grid-column: span 2;
}

.ban-info-label {
  display: block;
  color: var(--site-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.ban-info-value {
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.5;
  word-break: break-word;
}

.ban-action-panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(57, 208, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ban-action-copy {
  flex: 1;
}

.ban-price-chip {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(118, 242, 125, 0.12);
  border: 1px solid rgba(118, 242, 125, 0.25);
  color: var(--site-accent-2);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ban-action-note {
  margin: 0;
  color: var(--site-text-soft);
  line-height: 1.6;
}

.ban-empty-state {
  padding: 24px;
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.home-topic-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.home-topic-media {
  width: 150px;
  min-width: 150px;
}

.home-topic-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(57, 208, 255, 0.22);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-topic-copy {
  flex: 1;
  min-width: 0;
}

.page-image-label {
  display: block;
  margin-bottom: 10px;
  color: #dff7ff;
  font-weight: 700;
}

.page-image-preview-wrap {
  margin-bottom: 14px;
}

.page-image-preview {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(57, 208, 255, 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.product-admin-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.product-admin-gallery-preview {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(57, 208, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.admin-file-help {
  margin-top: 10px;
  color: var(--site-text-soft);
  line-height: 1.55;
}

.home-topic-title {
  display: inline-block;
  color: #f7fbff;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(57, 208, 255, 0.22);
}

.site-card-header .home-topic-title {
  position: relative;
  padding-bottom: 2px;
}

.site-card-header .home-topic-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, rgba(57, 208, 255, 0.0), rgba(57, 208, 255, 0.78), rgba(57, 208, 255, 0.0));
}

.home-topic-row:hover .home-topic-image {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(118, 242, 125, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), 0 0 18px rgba(57, 208, 255, 0.14);
}

.bbcode-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.bbcode-toolbar-advanced {
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.bbcode-toolbar-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
  width: 100%;
}

.bbcode-toolbar button {
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid rgba(57, 208, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.bbcode-toolbar button:hover {
  background: rgba(57, 208, 255, 0.12);
  border-color: rgba(57, 208, 255, 0.42);
}

.bbcode-emoji-panel {
  display: none;
  width: 100%;
  max-height: 240px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background: rgba(3, 12, 23, 0.72);
  overflow-y: auto;
}

.bbcode-emoji-panel.is-open {
  display: block;
}

.bbcode-emoji-panel-title {
  margin-bottom: 12px;
  color: #8fe7ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbcode-emoji-section + .bbcode-emoji-section {
  margin-top: 0;
}

#bbcodeEmojiGroups {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bbcode-emoji-section-toggle {
  width: auto;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bbcode-emoji-section-toggle:hover {
  background: rgba(57, 208, 255, 0.1);
  border-color: rgba(57, 208, 255, 0.34);
}

.bbcode-emoji-section-toggle.is-open {
  background: rgba(57, 208, 255, 0.12);
  border-color: rgba(57, 208, 255, 0.38);
}

.bbcode-emoji-section-toggle-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.bbcode-emoji-section-toggle-icon {
  font-size: 1.35rem;
  line-height: 1;
}

.bbcode-emoji-section-title {
  margin-bottom: 0;
  color: #dff7ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbcode-emoji-section-caret {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.bbcode-emoji-section-toggle.is-open .bbcode-emoji-section-caret {
  transform: rotate(180deg);
}

.bbcode-emoji-grid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 8px;
  margin-top: 10px;
  width: 100%;
}

.bbcode-emoji-grid.is-open {
  display: grid;
}

.bbcode-emoji-section {
  flex: 0 0 auto;
}

.bbcode-emoji-section:has(.bbcode-emoji-grid.is-open) {
  flex: 1 0 100%;
}

.bbcode-emoji-grid button {
  min-height: 44px;
  padding: 8px;
  font-size: 1.2rem;
  line-height: 1;
}

.bbcode-inline-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.branding-shell {
  padding-top: 32px;
}

.site-branding-strip {
  display: grid;
  grid-template-columns: minmax(320px, 456px) minmax(320px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 200px;
  padding: 22px 26px;
  border-radius: 28px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(118, 242, 125, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(10, 19, 33, 0.96), rgba(7, 14, 25, 0.98));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.site-branding-logo-zone,
.site-branding-banner-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.site-branding-logo-image {
  width: 456px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.site-branding-slider {
  position: relative;
  width: 100%;
  min-height: 104px;
}

.site-branding-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}

.site-branding-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.site-branding-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-branding-banner-image {
  width: 468px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.site-branding-banner-link:hover .site-branding-banner-image {
  transform: scale(1.02);
  filter: brightness(1.06);
}

.site-branding-dots {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.site-branding-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(57, 208, 255, 0.14);
}

.site-branding-dot.is-active {
  background: #39d0ff;
  box-shadow: 0 0 12px rgba(57, 208, 255, 0.42);
}

.site-side-submenu {
  margin: 8px 0 12px;
  padding: 0 10px 0 22px;
  display: none;
  flex-direction: column;
  gap: 6px;
}

.site-side-submenu.is-open {
  display: flex;
}

.site-side-link-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.site-side-link-main {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.site-side-link-caret {
  transition: transform 0.18s ease;
}

.site-side-link-toggle.is-open .site-side-link-caret {
  transform: rotate(180deg);
}

.site-side-sublink {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(57, 208, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(226, 233, 255, 0.76);
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.site-side-sublink:hover {
  transform: translateX(4px);
  border-color: rgba(57, 208, 255, 0.28);
  background: rgba(57, 208, 255, 0.08);
  color: #f7fbff;
  text-decoration: none;
}

.site-side-sublink.is-active {
  border-color: rgba(57, 208, 255, 0.34);
  background: rgba(57, 208, 255, 0.12);
  color: #ffffff;
}

.store-sections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.store-section-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(10, 16, 34, 0.92)),
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.12), transparent 48%);
  box-shadow: 0 18px 40px rgba(3, 9, 25, 0.28);
}

.store-section-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.store-section-card-kicker {
  margin-bottom: 8px;
  color: #39d0ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.store-section-card-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.store-section-card-count {
  flex-shrink: 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.12);
  color: #9ce8ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.store-section-card-text {
  color: rgba(228, 234, 248, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

.store-section-card-actions {
  margin-top: auto;
}

@media (max-width: 991px) {
  .site-sidebar-stack {
    position: static;
    top: auto;
  }

  .site-sidebar {
    position: static;
    margin-bottom: 18px;
  }

  .hero-panel-inner {
    flex-direction: column;
  }

  .hero-stats {
    flex-direction: row;
    min-width: 0;
  }

  .premium-shop-topbar {
      flex-direction: column;
    }
  
  .premium-shop-server {
      width: 100%;
    }

    .flag-package-details-head {
      flex-direction: column;
    }

    .flag-package-pricebox {
      align-items: flex-start;
    }

  .profile-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-balance-card {
    width: 100%;
  }

  .action-panel {
    flex-direction: column;
  }

  .ban-action-panel {
    flex-direction: column;
  }

  .action-panel-form,
  .action-panel-form-narrow {
    width: 100%;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-intro {
    padding-right: 0;
  }

  .site-branding-strip {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .site-branding-slider {
    min-height: 96px;
  }

  .site-side-submenu {
    padding-left: 14px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 1.55rem;
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .hero-stats {
    flex-direction: column;
  }

  .settings-actions {
    justify-content: stretch;
  }

  .settings-actions .btn {
      width: 100%;
    }

    .site-topbar-chip-link {
      margin-left: 0;
      margin-top: 10px;
      width: 100%;
      justify-content: center;
    }

  .site-footer-frame {
    padding: 24px 18px 22px;
  }

  .site-footer-brandrow {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-bottomrow {
    flex-wrap: wrap;
  }

  .site-footer-ticker {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .site-footer-credit {
    margin-left: 0;
  }

  .ban-info-grid {
    grid-template-columns: 1fr;
  }

  .ban-info-card-wide {
    grid-column: span 1;
  }

  .home-topic-row {
    flex-direction: column;
  }

  .home-topic-media {
    width: 100%;
    min-width: 0;
  }
}
