:root {
  --bg: #07090c;
  --panel: rgba(12, 16, 20, 0.88);
  --panel-border: rgba(0, 210, 255, 0.65);
  --panel-glow: rgba(0, 210, 255, 0.35);
  --text: #d8f5ff;
  --muted: #7bb4c8;
  --accent: #00d2ff;
  --accent-strong: #00a8ff;
  --danger: #ff4b6b;
  --success: #16d9a7;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --site-gutter: 12px;
  --site-max-width: 1360px;
  --product-card-width: 590px;
  --product-card-height: 560px;
  --account-card-width: 590px;
  --account-card-height: 560px;
  --download-option-height: 52px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Rajdhani", "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #00d2ff rgba(4, 8, 13, 0.78);
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(3, 6, 10, 0.92), rgba(8, 12, 18, 0.78));
  box-shadow: inset 0 0 10px rgba(0, 180, 255, 0.18);
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(0, 222, 255, 0.7);
  background: linear-gradient(180deg, rgba(0, 224, 255, 0.96), rgba(0, 138, 255, 0.88));
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.58), inset 0 0 6px rgba(255, 255, 255, 0.24);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(86, 242, 255, 0.98), rgba(0, 170, 255, 0.94));
  box-shadow: 0 0 18px rgba(0, 216, 255, 0.75), inset 0 0 7px rgba(255, 255, 255, 0.32);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

h1,
h2 {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}

label {
  font-weight: 600;
  color: var(--muted);
}

.page-bg {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle at top, rgba(0, 184, 255, 0.12), transparent 45%),
    linear-gradient(120deg, rgba(0, 78, 120, 0.12), transparent 60%),
    repeating-linear-gradient(
      120deg,
      rgba(0, 200, 255, 0.05) 0px,
      rgba(0, 200, 255, 0.05) 1px,
      transparent 1px,
      transparent 60px
    );
  filter: blur(0.2px);
  z-index: -1;
}

.container {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  padding: 40px var(--site-gutter) 60px;
  display: grid;
  gap: 22px;
}

body.page-downloads .top-nav-inner,
body.page-downloads .container {
  max-width: none;
}

body.page-products .container,
body.page-accounts .container {
  max-width: none;
  padding-left: 8px;
  padding-right: 8px;
}

body.page-products .products-grid {
  gap: 12px;
}

body.page-accounts .accounts-grid-showcase {
  gap: 12px;
}

body.page-accounts .accounts-section {
  width: min(100%, calc((var(--account-card-width) * 3) + 24px));
}

body.page-accounts .site-nav {
  width: min(100%, calc((var(--account-card-width) * 3) + 48px));
}

body.page-accounts .accounts-filter-panel {
  max-width: calc((var(--account-card-width) * 2) + 12px);
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: var(--shadow), 0 0 18px rgba(0, 194, 255, 0.18);
}

body.page-accounts .accounts-filter-top {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 280px);
  gap: 12px;
  align-items: end;
  margin-bottom: 8px;
}

body.page-accounts .accounts-filter-head .eyebrow {
  margin-bottom: 4px;
}

body.page-accounts .accounts-filter-head .muted {
  font-size: 13px;
}

body.page-accounts .accounts-filter-code {
  justify-self: end;
}

body.page-accounts .accounts-filter-panel input,
body.page-accounts .accounts-filter-panel select {
  padding: 8px 10px;
  font-size: 14px;
  background: rgba(6, 9, 13, 0.7);
  border-color: rgba(0, 210, 255, 0.38);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.page-accounts .accounts-filter-panel input[type="number"]::-webkit-outer-spin-button,
body.page-accounts .accounts-filter-panel input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.page-accounts .accounts-filter-panel input[type="number"] {
  -moz-appearance: textfield;
}

body.page-accounts .accounts-filter-panel input:hover,
body.page-accounts .accounts-filter-panel select:hover {
  border-color: rgba(0, 230, 255, 0.75);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.28);
  background: rgba(6, 12, 18, 0.8);
}

body.page-accounts .accounts-filter-panel select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7fe6ff 50%),
    linear-gradient(135deg, #7fe6ff 50%, transparent 50%),
    linear-gradient(90deg, rgba(0, 210, 255, 0.25), rgba(0, 210, 255, 0.25));
  background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px),
    calc(100% - 2.2em) 50%;
  background-size: 6px 6px, 6px 6px, 1px 60%;
  background-repeat: no-repeat;
  padding-right: 34px;
}

body.page-accounts .accounts-filter-panel select option {
  background: #0b1117;
  color: #d8f5ff;
}

body.page-accounts .accounts-filter-panel select option:hover,
body.page-accounts .accounts-filter-panel select option:checked {
  background: #0f2a38;
  color: #e9fbff;
}

body.page-accounts .accounts-filter-grid {
  grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(170px, 1fr) auto;
  gap: 10px;
}

body.page-accounts .filter-field > span {
  font-size: 13px;
}

body.page-accounts .filter-field:hover > span {
  color: #bfefff;
  text-shadow: 0 0 8px rgba(0, 210, 255, 0.35);
}

body.page-accounts .filter-switch {
  min-height: 38px;
  padding: 8px 10px;
}

body.page-accounts .filter-switch:hover {
  border-color: rgba(0, 230, 255, 0.75);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.28);
}

body.page-accounts .accounts-filter-actions {
  align-self: end;
  justify-content: flex-end;
}

body.page-accounts .accounts-filter-actions .btn {
  min-width: 110px;
}

body.page-accounts .accounts-filter-panel .btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
  border-color: var(--accent);
}

body.page-accounts .accounts-filter-foot .badge:hover,
body.page-accounts .accounts-filter-foot .muted:hover {
  color: #e9fbff;
  border-color: rgba(0, 230, 255, 0.7);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.28);
}

body.page-downloads .container {
  padding: 28px var(--site-gutter) 56px 50px;
}

.container.login {
  max-width: 460px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px var(--site-gutter);
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  position: relative;
  padding: 24px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow), 0 0 24px rgba(0, 194, 255, 0.15);
  overflow: hidden;
  backdrop-filter: blur(12px) saturate(140%);
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.panel:hover::after {
  animation: sweep 0.55s linear;
}

.panel > * {
  position: relative;
  z-index: 1;
}

.panel:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow), 0 0 28px rgba(0, 194, 255, 0.3);
}

@keyframes sweep {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 0.95;
  }
  100% {
    transform: translateX(240%);
    opacity: 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch .btn {
  min-width: 86px;
  text-align: center;
}

.lang-switch .btn.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.45);
}

body[dir="rtl"] .header {
  flex-direction: row-reverse;
}

body[dir="rtl"] .header-actions {
  flex-direction: row-reverse;
}

body[dir="rtl"] .section-head,
body[dir="rtl"] .form-row,
body[dir="rtl"] .table-head,
body[dir="rtl"] .table-row {
  text-align: right;
}

body[dir="rtl"] .tabs {
  justify-content: flex-end;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 6px;
}

.muted {
  color: var(--muted);
  margin: 0;
}

.tabs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.45);
  background: rgba(6, 9, 13, 0.6);
  color: var(--text);
  cursor: pointer;
  font-family: "Orbitron", "Rajdhani", sans-serif;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.tab:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.4);
  border-color: var(--accent);
}

.tab.active {
  border-color: var(--accent);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.55);
}

.section {
  display: none;
}

.section.active {
  display: block;
}

.section-head {
  margin-bottom: 18px;
}

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

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.inline {
  grid-template-columns: minmax(140px, 200px) 1fr;
  align-items: center;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.35);
  background: rgba(7, 10, 14, 0.7);
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.3);
}

textarea {
  resize: vertical;
}

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

.switch input {
  width: auto;
}

.form-actions {
  display: flex;
  gap: 12px;
}

.form-actions.dual {
  flex-wrap: wrap;
}

.btn {
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.2), rgba(0, 140, 255, 0.35));
  color: var(--text);
  font-family: "Orbitron", "Rajdhani", sans-serif;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(0, 210, 255, 0.5);
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.4);
}

.btn-outline {
  background: transparent;
}

.btn.small {
  padding: 6px 14px;
  font-size: 13px;
}

.notice {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
}

.notice.success {
  border-color: rgba(22, 217, 167, 0.6);
  color: var(--success);
}

.notice.error {
  border-color: rgba(255, 75, 107, 0.6);
  color: var(--danger);
}

.kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.kpi {
  padding: 18px;
}

.kpi h3 {
  margin: 4px 0;
}

.analytics-block {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

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

.analytics-card {
  padding: 16px;
}

.analytics-card h3 {
  margin: 0 0 10px;
}

.analytics-chart {
  display: grid;
  gap: 8px;
}

.analytics-row {
  display: grid;
  grid-template-columns: 56px 1fr 46px;
  gap: 10px;
  align-items: center;
}

.analytics-day {
  font-size: 12px;
  color: var(--muted);
}

.analytics-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 210, 255, 0.12);
  overflow: hidden;
}

.analytics-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 210, 255, 0.95), rgba(0, 130, 255, 0.7));
  border-radius: 999px;
}

.analytics-value {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 12px;
  text-align: right;
  color: var(--text);
}

.analytics-list {
  display: grid;
  gap: 8px;
}

.analytics-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.analytics-path {
  font-size: 13px;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analytics-count {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 13px;
  color: var(--accent);
}

.analytics-compare {
  display: grid;
  gap: 12px;
}

.analytics-compare-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.analytics-compare-item {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.24);
  background: rgba(5, 10, 14, 0.55);
  display: grid;
  gap: 8px;
}

.analytics-compare-values {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.analytics-current {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 20px;
  color: var(--text);
}

.analytics-delta {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 13px;
}

.analytics-delta.up {
  color: var(--success);
}

.analytics-delta.down {
  color: var(--danger);
}

.analytics-delta.flat {
  color: var(--muted);
}

.table {
  margin-top: 20px;
  display: grid;
  gap: 8px;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 80px 1fr 100px 1fr 120px 120px;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
}

.table-head {
  background: rgba(0, 210, 255, 0.12);
  font-weight: 600;
}

.table-row {
  background: rgba(5, 8, 12, 0.7);
  border: 1px solid rgba(0, 210, 255, 0.15);
}

.history-table .table-head,
.history-table .table-row {
  grid-template-columns: 160px 80px 100px 1fr;
}

.schedule-table .table-head,
.schedule-table .table-row {
  grid-template-columns: 60px 1fr 100px 1fr 110px 120px;
}

.login-card {
  text-align: center;
  width: 100%;
}

.login-card form {
  text-align: left;
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  body[dir="rtl"] .header-actions {
    justify-content: flex-end;
  }

  .form-row.inline {
    grid-template-columns: 1fr;
  }

  .table-head,
  .table-row {
    grid-template-columns: 1fr;
  }

}

.top-nav {
  padding: 18px var(--site-gutter) 0;
}

.top-nav-inner {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand h1 {
  margin: 0;
}

.nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.45);
  background: rgba(6, 9, 13, 0.6);
  color: var(--text);
  font-family: "Orbitron", "Rajdhani", sans-serif;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border 0.18s ease;
}

.nav-links a:hover,
.nav-links a.active {
  transform: scale(1.04);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.4);
  border-color: var(--accent);
}

.hero {
  display: grid;
  gap: 16px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.page-home .container {
  max-width: 1420px;
  gap: 18px;
  padding-top: 26px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr minmax(320px, 0.8fr);
  gap: 16px;
}

.home-hero-main {
  background: linear-gradient(135deg, rgba(8, 14, 20, 0.92), rgba(5, 10, 16, 0.76));
}

.home-hero-main h1 {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.home-hero-copy {
  max-width: 78ch;
  font-size: 20px;
  line-height: 1.45;
}

.home-hero-actions {
  margin-top: 18px;
}

.hero-social {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.social-icon {
  width: 108px;
  height: 108px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: rgba(0, 210, 255, 0.85);
  background: rgba(6, 10, 14, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 180, 255, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.social-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 226, 255, 0.9);
  color: #e6fbff;
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.35);
}

.social-icon svg {
  width: 54px;
  height: 54px;
}

.home-hero-side {
  background: linear-gradient(150deg, rgba(4, 20, 30, 0.92), rgba(5, 10, 16, 0.74));
}

.home-kpis {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.home-kpi {
  border: 1px solid rgba(0, 210, 255, 0.26);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(6, 12, 18, 0.6);
  display: grid;
  gap: 3px;
}

.home-kpi-value {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #90f0ff;
  text-shadow: 0 0 14px rgba(0, 210, 255, 0.33);
}

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

.home-block {
  min-height: 100%;
  display: grid;
  gap: 12px;
}

.home-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-block-head h2 {
  margin: 0;
  font-size: 24px;
}

.home-list {
  display: grid;
  gap: 8px;
}

.home-list-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.2);
  background: rgba(6, 11, 16, 0.58);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-list-item:hover {
  border-color: rgba(0, 225, 255, 0.72);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.3);
  transform: translateY(-1px);
}

.home-list-thumb {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 210, 255, 0.28);
  background: rgba(4, 8, 12, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-list-thumb-fallback {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  color: #a8ebff;
}

.home-list-content {
  display: grid;
  gap: 2px;
}

.home-list-content strong {
  font-size: 20px;
}

.home-list-price {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  color: #7ceaff;
  font-size: 17px;
  white-space: nowrap;
}

.home-list-price .price-old {
  margin-right: 6px;
  color: var(--muted);
  text-decoration: line-through;
  font-size: 13px;
}

.home-list-price .price-new,
.home-list-price .price-current {
  color: #7ceaff;
}

.home-block-accent {
  background: radial-gradient(circle at top right, rgba(0, 180, 255, 0.22), rgba(8, 12, 18, 0.86) 58%),
    linear-gradient(160deg, rgba(7, 14, 20, 0.92), rgba(5, 10, 14, 0.7));
}

.home-steps {
  display: grid;
  gap: 8px;
}

.home-step {
  border: 1px dashed rgba(0, 210, 255, 0.35);
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  background: rgba(4, 10, 14, 0.45);
}

.home-step-no {
  font-family: "Orbitron", "Rajdhani", sans-serif;
  color: #79e7ff;
  letter-spacing: 0.4px;
}

body.page-seo-topic .container {
  max-width: 1120px;
  gap: 16px;
  padding-top: 26px;
}

.topic-hero {
  background: radial-gradient(circle at top right, rgba(0, 180, 255, 0.22), rgba(8, 12, 18, 0.9) 58%),
    linear-gradient(160deg, rgba(7, 14, 20, 0.95), rgba(5, 10, 14, 0.8));
}

.topic-hero h1 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 10px;
}

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

.topic-grid.topic-grid-stack {
  grid-template-columns: 1fr;
}

.topic-card {
  border: 1px solid rgba(0, 210, 255, 0.26);
  border-radius: 14px;
  padding: 14px;
  background: rgba(5, 10, 15, 0.52);
  display: grid;
  gap: 8px;
}

.topic-preview-banner {
  border-color: rgba(255, 196, 92, 0.55);
  box-shadow: var(--shadow), 0 0 18px rgba(255, 196, 92, 0.28);
}

.topic-card h3 {
  margin: 0;
}

.topic-card p {
  margin: 0;
}

.topic-card-media-group {
  display: grid;
  gap: 10px;
}

.topic-card-media-group.topic-card-media-group-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.topic-card-media-group.topic-card-media-group-stack {
  grid-template-columns: 1fr;
}

.topic-card-media-item {
  margin: 0;
  display: grid;
  gap: 8px;
}

.topic-card-media-item figcaption {
  margin: 0;
}

.topic-card-media-title {
  margin: 0;
  font-weight: 700;
  color: #d6f4ff;
}

.topic-card-media {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(0, 210, 255, 0.2);
  background: rgba(5, 10, 14, 0.8);
  margin: 0 auto;
}

.topic-card-download {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.34);
  background: rgba(0, 210, 255, 0.08);
}

.topic-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.topic-keyword {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(0, 210, 255, 0.4);
  color: #8be9ff;
  font-size: 13px;
}

.topic-links-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page-products .products-topic-panel {
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

.page-accounts .accounts-topic-panel {
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

.topic-link-chip {
  border: 1px solid rgba(0, 210, 255, 0.3);
  border-radius: 12px;
  padding: 12px;
  background: rgba(5, 10, 14, 0.52);
  display: grid;
  gap: 6px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.topic-link-chip strong {
  color: #d9f7ff;
}

.topic-link-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 220, 255, 0.75);
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.25);
}

.topic-questions {
  margin: 10px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.topic-questions li {
  color: var(--muted);
}

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

.account-card {
  display: grid;
  gap: 10px;
}

.accounts-grid-showcase {
  grid-template-columns: repeat(auto-fit, var(--account-card-width));
  justify-content: center;
  justify-items: center;
}

.accounts-section {
  width: min(100%, calc((var(--account-card-width) * 3) + 36px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.page-accounts .site-nav {
  width: min(100%, calc((var(--account-card-width) * 3) + 60px));
  margin: 0 auto;
}

.accounts-filter-panel {
  padding: 18px 20px;
  background: linear-gradient(145deg, rgba(7, 11, 16, 0.86), rgba(6, 10, 15, 0.68));
}

.accounts-filter-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.accounts-filter-head {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}

.accounts-filter-code {
  min-width: min(100%, 280px);
  width: 280px;
}

.accounts-filter-code input {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Orbitron", "Rajdhani", sans-serif;
}

.accounts-filter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 12px;
  align-items: end;
}

.filter-field {
  display: grid;
  gap: 7px;
}

.filter-field > span {
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}

.filter-field-toggle {
  align-content: start;
}

.filter-switch {
  min-height: 42px;
  border: 1px solid rgba(0, 210, 255, 0.32);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(7, 10, 14, 0.56);
}

.accounts-filter-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.accounts-filter-actions .btn {
  min-width: 120px;
  text-align: center;
}

.accounts-filter-foot {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.badge-results {
  border-color: rgba(0, 210, 255, 0.64);
  color: #b9f5ff;
  background: rgba(0, 178, 255, 0.14);
}

.account-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  display: block;
  background: transparent;
  width: var(--account-card-width);
  height: var(--account-card-height);
  min-height: var(--account-card-height);
}

.account-showcase:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow), 0 0 34px rgba(0, 194, 255, 0.55), 0 0 80px rgba(0, 160, 255, 0.35);
  border-color: rgba(0, 224, 255, 0.95);
}

.account-showcase:hover::after {
  animation: sweep 0.6s linear;
  opacity: 1;
}

.account-showcase:hover .account-media img {
  filter: saturate(1.08) brightness(1.05);
}

.account-showcase:hover .account-body {
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.2), rgba(4, 7, 11, 0.82));
}

.account-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 8, 12, 0.8);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
}

.account-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.account-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.account-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 4px 12px 6px;
  display: grid;
  gap: 4px;
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.24), rgba(4, 7, 11, 0.74));
  backdrop-filter: blur(2px);
  border-radius: 0 0 18px 18px;
}

.account-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.engagement-bar {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.32);
  background: rgba(5, 10, 14, 0.6);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.18);
  backdrop-filter: blur(2px);
}

.engagement-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
}

.engagement-item svg {
  width: 16px;
  height: 16px;
}

.engagement-count {
  font-variant-numeric: tabular-nums;
}

.like-button {
  border: 1px solid rgba(0, 210, 255, 0.35);
  background: rgba(5, 10, 14, 0.55);
  padding: 2px 8px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.like-button:hover {
  border-color: rgba(0, 226, 255, 0.7);
  color: #f1fdff;
}

.like-button.active {
  color: #ff6b9d;
  border-color: rgba(255, 107, 157, 0.7);
  background: rgba(255, 107, 157, 0.12);
  box-shadow: 0 0 12px rgba(255, 107, 157, 0.35);
}

.like-button.active svg path {
  fill: currentColor;
}

.badge {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.4);
  font-size: 12px;
  color: var(--muted);
}

.badge-glitched {
  border-color: rgba(22, 217, 167, 0.65);
  color: #7bffd9;
  background: rgba(22, 217, 167, 0.14);
}

.copy-code-badge {
  background: rgba(5, 10, 14, 0.72);
  font-family: "Orbitron", "Rajdhani", sans-serif;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.copy-code-badge:hover {
  transform: translateY(-1px);
  border-color: var(--accent);
  color: var(--text);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.35);
}

.copy-code-badge:active {
  transform: translateY(0);
}

.copy-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.62);
  background: rgba(4, 10, 14, 0.92);
  color: var(--text);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.4);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.copy-toast.active {
  opacity: 1;
  transform: translateY(0);
}

.copy-toast.error {
  border-color: rgba(255, 75, 107, 0.72);
  box-shadow: 0 0 16px rgba(255, 75, 107, 0.35);
}

.price {
  font-size: 22px;
  font-family: "Orbitron", "Rajdhani", sans-serif;
  color: var(--accent);
}

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

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

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

.download-hero {
  display: grid;
  gap: 18px;
}

.download-header {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.download-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  min-width: 220px;
}

.download-search {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr minmax(200px, 260px) auto;
  align-items: center;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.35);
  background: rgba(6, 9, 13, 0.6);
  color: var(--text);
  font-size: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.chip:hover,
.chip.active {
  transform: translateY(-1px);
  border-color: var(--accent);
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.35);
}

.chip-count {
  font-size: 11px;
  color: var(--muted);
}

.download-picker {
  display: grid;
  gap: 18px;
}

.download-picker-flat {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 14px;
}

.download-picker-toolbar {
  display: grid;
  gap: 12px;
  align-items: center;
}

.download-picker-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  width: min(560px, 100%);
  margin: 0 auto;
}

.download-picker-search input {
  min-width: 0;
}

.download-picker-search .btn {
  min-width: 120px;
  white-space: nowrap;
}

.download-picker-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.download-picker-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.download-picker-form {
  display: grid;
  gap: 16px;
}

.download-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.download-categories-grid-flat {
  display: block;
  width: 100%;
  column-width: clamp(220px, 16vw, 320px);
  column-gap: clamp(12px, 1.6vw, 22px);
  column-fill: balance;
}

.download-category-block {
  border: 1px solid rgba(0, 210, 255, 0.32);
  border-radius: 14px;
  background: rgba(5, 8, 12, 0.55);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.download-category-block-flat {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 2px;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
}

.download-category-block h3 {
  margin: 0;
  font-size: 27px;
  font-family: "Orbitron", "Rajdhani", sans-serif;
  line-height: 1.1;
}

.download-options-list {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.download-option-row {
  display: inline-grid;
  grid-template-columns: auto 42px auto;
  gap: 10px;
  align-items: center;
  min-height: var(--download-option-height);
  height: var(--download-option-height);
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  padding: 4px 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.download-option-row:hover {
  background: rgba(0, 210, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 210, 255, 0.28), 0 0 12px rgba(0, 210, 255, 0.18);
  transform: translateY(-1px);
}

.download-option-row .download-check {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 210, 255, 0.55);
  background: rgba(6, 10, 14, 0.75);
  box-shadow: 0 0 6px rgba(0, 210, 255, 0.2);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.download-option-row .download-check:checked {
  border-color: rgba(0, 226, 255, 0.98);
  background: rgba(0, 210, 255, 0.3);
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.68), inset 0 0 6px rgba(255, 255, 255, 0.2);
}

.download-option-row:hover .download-check:not(:checked) {
  border-color: rgba(0, 226, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.35);
}

.download-option-icon {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.download-option-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.download-option-row:hover .download-option-icon img {
  transform: scale(1.05);
  filter: saturate(1.14) brightness(1.08);
}

.download-option-fallback {
  font-size: 11px;
  font-family: "Orbitron", "Rajdhani", sans-serif;
  color: var(--muted);
}

.download-option-content {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.download-option-name {
  color: var(--text);
  transition: color 0.16s ease, text-shadow 0.16s ease;
}

.download-option-row:hover .download-option-name {
  color: #f1fdff;
  text-shadow: 0 0 9px rgba(0, 210, 255, 0.45);
}

.download-option-meta {
  color: var(--muted);
  font-size: 12px;
}

.download-picker-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.download-picker-actions-flat {
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  gap: 14px;
}

.download-picker-actions-flat .muted {
  white-space: nowrap;
}

.download-picker-actions .btn {
  min-width: 190px;
  justify-content: center;
}

.download-picker-actions .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.download-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 255, 0.62);
  background: rgba(4, 10, 14, 0.92);
  color: var(--text);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.4);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.download-toast.active {
  opacity: 1;
  transform: translateY(0);
}

.download-toast.error {
  border-color: rgba(255, 75, 107, 0.72);
  box-shadow: 0 0 16px rgba(255, 75, 107, 0.35);
}

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

.download-card {
  display: grid;
  gap: 12px;
}

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

.download-actions {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
  min-width: 140px;
}

.download-size {
  font-size: 12px;
  color: var(--muted);
}

.download-meta,
.download-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(0, 210, 255, 0.35);
  font-size: 12px;
  color: var(--muted);
}

.downloads-table .table-head,
.downloads-table .table-row {
  grid-template-columns: 70px 1.2fr 140px 110px 1fr 160px;
}

.row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.link-ghost {
  color: var(--accent);
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.video-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.video-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.55);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.35);
}

.video-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--accent);
}

.video-trigger-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.35);
  background: rgba(6, 10, 14, 0.35);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.25);
  backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  z-index: 10001;
  pointer-events: auto;
}

.video-overlay-layer {
  position: absolute;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
}

.video-overlay-layer .video-trigger-overlay {
  pointer-events: auto;
}

.video-trigger-overlay .video-icon {
  width: 48px;
  height: 48px;
  border: none;
  box-shadow: none;
}

.video-trigger-overlay .video-icon svg {
  width: 28px;
  height: 28px;
  fill: rgba(190, 245, 255, 0.9);
}

.video-trigger-overlay:hover {
  transform: translate(-50%, -50%) scale(1.08);
  border-color: rgba(0, 225, 255, 0.9);
  background: rgba(0, 210, 255, 0.18);
  box-shadow: 0 0 28px rgba(0, 210, 255, 0.6), 0 0 60px rgba(0, 140, 255, 0.35);
}

.product-card:hover .video-trigger-overlay,
.account-showcase:hover .video-trigger-overlay {
  border-color: rgba(0, 225, 255, 0.9);
}

.video-modal,
.buy-modal,
.confirm-modal,
.description-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 50;
}

.video-modal.active,
.buy-modal.active,
.confirm-modal.active,
.description-modal.active {
  display: flex;
}

.video-modal-backdrop,
.buy-modal-backdrop,
.confirm-modal-backdrop,
.description-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 10, 0.75);
  backdrop-filter: blur(6px);
}

.video-modal-dialog,
.buy-modal-dialog,
.confirm-modal-dialog,
.description-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 94vw);
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  box-shadow: var(--shadow), 0 0 30px rgba(0, 210, 255, 0.25);
  padding: 18px;
  display: grid;
  gap: 14px;
}

.buy-modal-dialog {
  width: min(680px, 94vw);
}

.video-modal-close,
.buy-modal-close,
.description-modal-close {
  justify-self: end;
  border: 1px solid rgba(0, 210, 255, 0.45);
  background: rgba(6, 9, 13, 0.8);
  color: var(--text);
  border-radius: 999px;
  padding: 6px 14px;
  cursor: pointer;
  font-family: "Orbitron", "Rajdhani", sans-serif;
}

.video-modal-body {
  display: grid;
  gap: 12px;
}

.video-modal-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(4, 7, 11, 0.9);
  border-radius: 12px;
  overflow: hidden;
}

.video-modal-embed iframe,
.video-modal-embed video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal-fallback {
  display: none;
}

.video-modal-fallback.active {
  display: block;
}

.buy-modal-body {
  display: grid;
  gap: 12px;
}

.buy-modal-message {
  margin: 0;
  line-height: 1.5;
}

.description-modal-dialog {
  width: min(560px, 92vw);
}

.description-modal-body {
  display: grid;
  gap: 10px;
}

.description-modal-text {
  margin: 0;
  color: var(--text);
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.buy-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.buy-modal-actions .btn {
  min-width: 180px;
  justify-content: center;
}

.buy-modal-empty {
  display: none;
}

.buy-modal-empty.active {
  display: block;
}

.confirm-modal-dialog {
  width: min(460px, 94vw);
}

.confirm-modal-body {
  display: grid;
  gap: 14px;
}

.confirm-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.confirm-modal-actions .btn {
  min-width: 110px;
  justify-content: center;
}

.modal-open {
  overflow: hidden;
}

.product-hero {
  display: grid;
  gap: 18px;
}

.product-hero-top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-hero-note {
  display: flex;
  align-items: center;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--product-card-width));
  gap: 18px;
  align-items: start;
  justify-content: center;
  justify-items: center;
}

.product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  display: block;
  background: transparent;
  width: var(--product-card-width);
  height: var(--product-card-height);
  min-height: var(--product-card-height);
}

.product-card::before {
  display: none;
}

.product-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow), 0 0 34px rgba(0, 194, 255, 0.55), 0 0 80px rgba(0, 160, 255, 0.35);
  border-color: rgba(0, 224, 255, 0.95);
}

.product-card:hover::after {
  animation: sweep 0.6s linear;
  opacity: 1;
}

.product-card:hover .product-media {
  filter: saturate(1.08) brightness(1.05);
}

.product-card:hover .product-body {
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.2), rgba(4, 7, 11, 0.82));
}

.product-card:hover .buy-trigger {
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.55), 0 0 30px rgba(0, 130, 255, 0.3);
  border-color: rgba(0, 224, 255, 0.95);
}

.product-media {
  position: absolute;
  inset: 0;
  z-index: auto;
  background: rgba(5, 8, 12, 0.8);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
}

.product-media img,
.product-media iframe,
.product-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.product-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

.product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 6px 14px 6px;
  display: grid;
  gap: 6px;
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.24), rgba(4, 7, 11, 0.74));
  backdrop-filter: blur(2px);
  border-radius: 0 0 18px 18px;
}

.product-body h3,
.product-body p {
  margin: 0;
}

.product-card .video-trigger-overlay,
.account-showcase .video-trigger-overlay {
  z-index: 10001;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  font-family: "Orbitron", "Rajdhani", sans-serif;
}

.product-price .price-old {
  font-size: 14px;
  color: var(--muted);
  text-decoration: line-through;
}

.product-price .price-new,
.product-price .price-current {
  font-size: 20px;
  color: var(--accent);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.product-actions .btn {
  white-space: nowrap;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.products-table .table-head,
.products-table .table-row {
  grid-template-columns: 70px minmax(220px, 1.2fr) 120px 110px 110px 110px 90px 90px 1fr 160px;
}

@media (max-width: 1320px) {
  .accounts-filter-top {
    align-items: stretch;
  }

  .accounts-filter-code {
    width: min(100%, 320px);
  }

  .accounts-filter-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}

@media (max-width: 1200px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  body.page-home .container {
    padding-top: 20px;
  }

  body.page-seo-topic .container {
    padding-top: 20px;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-main h1 {
    font-size: 31px;
  }

  .topic-hero h1 {
    font-size: 29px;
  }

  .home-hero-copy {
    font-size: 16px;
  }

  .home-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .topic-hero .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-block-head h2 {
    font-size: 21px;
  }

  .home-list-item {
    grid-template-columns: 44px 1fr;
  }

  .home-list-price {
    grid-column: 2;
    justify-self: start;
  }

  .home-list-thumb {
    width: 44px;
    height: 44px;
  }

  .download-categories-grid {
    grid-template-columns: 1fr;
  }

  .download-categories-grid-flat {
    column-width: auto;
    column-count: 1;
    column-gap: 0;
  }

  .download-picker-toolbar {
    align-items: stretch;
  }

  .download-picker-search {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .download-picker-search .btn {
    min-width: 0;
    width: 100%;
  }

  .download-picker-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .download-picker-actions .btn {
    min-width: 0;
    width: 100%;
  }

  body.page-downloads .container {
    padding-left: var(--site-gutter);
  }

  .accounts-filter-top {
    flex-direction: column;
    align-items: stretch;
  }

  .accounts-filter-code {
    width: 100%;
  }

  .accounts-filter-grid {
    grid-template-columns: 1fr;
  }

  .accounts-filter-actions {
    justify-content: flex-start;
  }

  .accounts-filter-actions .btn {
    min-width: 0;
    width: auto;
  }

  body.page-accounts .accounts-filter-panel {
    max-width: 100%;
    padding: 12px 14px;
  }

  body.page-accounts .accounts-filter-top {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body.page-accounts .accounts-filter-code {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  body.page-accounts .accounts-filter-grid {
    grid-template-columns: 1fr;
  }

  body.page-accounts .accounts-filter-actions {
    justify-content: flex-start;
    width: 100%;
  }

  body.page-accounts .accounts-filter-actions .btn {
    width: 100%;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    width: 100%;
    height: auto;
    min-height: 420px;
  }

  .product-card::before {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .accounts-grid-showcase {
    grid-template-columns: 1fr;
  }

  .account-showcase {
    width: 100%;
    height: auto;
    min-height: 420px;
  }

  .account-showcase::before {
    content: "";
    display: block;
    padding-top: 110%;
  }
}

@media (max-width: 900px) {
  .home-grid {
    grid-template-columns: 1fr;
  }

  .topic-grid,
  .topic-links-grid {
    grid-template-columns: 1fr;
  }

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

  .top-nav-inner {
    justify-content: flex-start;
  }

  .download-search {
    grid-template-columns: 1fr;
  }

  .download-actions {
    justify-items: start;
    text-align: left;
  }
}
