/*
 * R4GE custom styles
 */

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.r4ge-grid-bg {
  background-color: #080d1a;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(77, 124, 255, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 50% 35% at 85% 95%, rgba(59, 130, 246, 0.1) 0%, transparent 52%),
    linear-gradient(rgba(77, 124, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 124, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 64px 64px, 64px 64px;
}

/* Custom cursor */
.r4ge-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.r4ge-cursor.is-visible {
  opacity: 1;
}

.r4ge-cursor-dot,
.r4ge-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
}

.r4ge-cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #6b9bff;
  box-shadow: 0 0 10px rgba(107, 155, 255, 0.9);
}

.r4ge-cursor-ring {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1.5px solid rgba(107, 155, 255, 0.55);
  background: rgba(77, 124, 255, 0.04);
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.r4ge-cursor.is-hover .r4ge-cursor-dot {
  width: 8px;
  height: 8px;
  background: #8cb4ff;
  box-shadow: 0 0 16px rgba(140, 180, 255, 1);
}

.r4ge-cursor.is-hover .r4ge-cursor-ring {
  width: 52px;
  height: 52px;
  border-color: rgba(140, 180, 255, 0.85);
  background: rgba(77, 124, 255, 0.12);
}

@media (pointer: fine) {
  body.r4ge-custom-cursor,
  body.r4ge-custom-cursor * {
    cursor: none !important;
  }
}

@media (pointer: coarse) {
  .r4ge-cursor {
    display: none;
  }
}

/* Header — фиксирован сверху при скролле */
.r4ge-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0.75rem 1rem 0;
  background: linear-gradient(
    180deg,
    rgba(7, 11, 20, 0.97) 0%,
    rgba(7, 11, 20, 0.92) 75%,
    rgba(7, 11, 20, 0) 100%
  );
  pointer-events: none;
}

.r4ge-header-wrap .r4ge-nav-shell {
  pointer-events: auto;
}

.r4ge-page-wrap {
  padding-top: 5.25rem;
}

.builder .r4ge-header-wrap {
  top: 2.75rem;
}

.builder .r4ge-page-wrap {
  padding-top: 7rem;
}

.r4ge-nav-main {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 15, 28, 0.88);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  min-height: 3.5rem;
}

.r4ge-nav-main {
  border-top: 1px solid rgba(77, 124, 255, 0.12);
}

.r4ge-nav-links {
  padding: 0 0.25rem;
}

.r4ge-nav-link {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0.35rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.5);
  border-radius: 0.5rem;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}

@media (min-width: 400px) {
  .r4ge-nav-link {
    flex: none;
    padding: 0.5rem 0.85rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 640px) {
  .r4ge-nav-link {
    padding: 0.625rem 1.1rem;
    font-size: 0.9375rem;
  }
}

.r4ge-nav-link:hover {
  color: rgba(var(--cl-t-primary), 0.85);
  background: rgba(255, 255, 255, 0.04);
}

.r4ge-nav-link-active {
  color: rgba(var(--cl-t-primary), 1);
  background: rgba(77, 124, 255, 0.12);
}

.r4ge-logo-icon {
  background: linear-gradient(135deg, rgba(77, 124, 255, 0.3), rgba(77, 124, 255, 0.08));
  border: 1px solid rgba(77, 124, 255, 0.25);
}

.r4ge-nav-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(var(--cl-t-primary), 0.5);
  transition: all 0.2s;
}

.r4ge-nav-icon-btn:hover {
  color: rgba(var(--cl-accent), 1);
  background: rgba(77, 124, 255, 0.1);
  border-color: rgba(77, 124, 255, 0.25);
}

.r4ge-nav-login {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #5b8aff, #3d6ae8);
  border: 1px solid rgba(91, 138, 255, 0.4);
  box-shadow: 0 1px 8px rgba(77, 124, 255, 0.2);
  transition: box-shadow 0.2s;
}

.r4ge-nav-login .r4ge-btn-content {
  gap: 0.45rem;
}

.r4ge-nav-login .r4ge-btn-glow {
  width: 9rem;
  height: 9rem;
}

.r4ge-nav-login-sm {
  padding: 0.35rem 0.55rem;
}

@media (min-width: 640px) {
  .r4ge-nav-login-sm {
    padding: 0.35rem 0.75rem;
  }
}

.r4ge-nav-login:hover {
  box-shadow: 0 2px 14px rgba(77, 124, 255, 0.3);
}

/* Animated cursor buttons */
.r4ge-btn {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --magnet-x: 0px;
  --magnet-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0)
    perspective(600px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transition: transform 0.12s ease-out, box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

.r4ge-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  transition: opacity 0.25s ease;
}

.r4ge-btn-content {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  pointer-events: none;
}

.r4ge-btn-glow {
  position: absolute;
  z-index: 2;
  width: 11rem;
  height: 11rem;
  left: var(--mouse-x);
  top: var(--mouse-y);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: screen;
  filter: blur(2px);
}

.r4ge-btn-shine {
  position: absolute;
  z-index: 3;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: radial-gradient(
    140px circle at var(--mouse-x) var(--mouse-y),
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.15) 30%,
    transparent 65%
  );
}

.r4ge-btn.is-hover .r4ge-btn-glow,
.r4ge-btn.is-hover .r4ge-btn-shine {
  opacity: 1;
}

.r4ge-btn--primary::before {
  background: linear-gradient(135deg, #5b8aff 0%, #3d6ae8 100%);
}

.r4ge-btn--primary {
  padding: 0.625rem 1.5rem;
  color: #fff;
  border-color: rgba(91, 138, 255, 0.45);
  box-shadow: 0 2px 12px rgba(77, 124, 255, 0.22);
}

.r4ge-btn--primary .r4ge-btn-glow {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(180, 210, 255, 0.45) 30%,
    transparent 68%
  );
}

.r4ge-btn--primary.is-hover {
  box-shadow: 0 6px 28px rgba(77, 124, 255, 0.45);
  border-color: rgba(160, 190, 255, 0.65);
}

.r4ge-btn--outline::before {
  background: rgba(255, 255, 255, 0.03);
}

.r4ge-btn--outline {
  padding: 0.625rem 1.5rem;
  color: rgba(var(--cl-t-primary), 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.r4ge-btn--outline .r4ge-btn-glow {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(77, 124, 255, 0.25) 35%,
    transparent 70%
  );
}

.r4ge-btn--outline.is-hover {
  color: rgba(var(--cl-t-primary), 1);
  border-color: rgba(77, 124, 255, 0.35);
  box-shadow: 0 0 24px rgba(77, 124, 255, 0.2);
}

.r4ge-btn--outline.is-hover::before {
  background: rgba(255, 255, 255, 0.07);
}

.r4ge-btn--ghost::before {
  background: rgba(255, 255, 255, 0.04);
}

.r4ge-btn--ghost {
  padding: 0.4rem 0.6875rem;
  font-size: 0.65625rem;
  color: rgba(var(--cl-t-primary), 0.7);
  border-color: rgba(255, 255, 255, 0.08);
}

.r4ge-btn--ghost .r4ge-btn-glow {
  width: 7rem;
  height: 7rem;
  background: radial-gradient(
    circle,
    rgba(120, 160, 255, 0.7) 0%,
    transparent 70%
  );
}

.r4ge-btn--ghost.is-hover {
  color: rgba(var(--cl-t-primary), 0.95);
  border-color: rgba(77, 124, 255, 0.28);
}

.r4ge-btn--ghost.is-hover::before {
  background: rgba(77, 124, 255, 0.12);
}

.r4ge-btn--sm {
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}

.r4ge-btn--lg {
  padding: 0.95rem 1.85rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.625rem;
}

.r4ge-btn--lg .r4ge-btn-content {
  gap: 0.625rem;
}

.r4ge-btn--lg .r4ge-btn-content i {
  font-size: 0.875rem;
}

.r4ge-btn--xs {
  padding: 0.4rem 0.6875rem;
  font-size: 0.65625rem;
}

.r4ge-btn--sm .r4ge-btn-glow,
.r4ge-btn--xs .r4ge-btn-glow {
  width: 7rem;
  height: 7rem;
}

.r4ge-category-card:hover .r4ge-category-go i {
  transform: translateX(2px);
}

.r4ge-category-go .r4ge-btn-content i {
  font-size: 0.5rem;
  transition: transform 0.2s;
}

.r4ge-category-card:hover .r4ge-category-go .r4ge-btn-content i {
  transform: translateX(2px);
}

/* Section spacing */
.r4ge-section-sep {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.r4ge-section-pad {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .r4ge-section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-section-pad {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

.r4ge-section-pad--hero {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .r4ge-section-pad--hero {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
}

.r4ge-section-pad--last {
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  .r4ge-section-pad--last {
    padding-bottom: 6.5rem;
  }
}

/* Hero CTA + stats */
.r4ge-hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 640px) {
  .r4ge-hero-badges {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
}

.r4ge-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.65);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  white-space: nowrap;
}

.r4ge-hero-badge i {
  font-size: 0.5625rem;
  color: rgba(var(--cl-accent), 0.75);
}

.r4ge-hero-badge--live {
  color: rgba(var(--cl-t-primary), 0.75);
  border-color: rgba(74, 222, 128, 0.2);
  background: rgba(74, 222, 128, 0.06);
}

.r4ge-hero-badge-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background: #4ade80;
  box-shadow: 0 0 6px rgba(74, 222, 128, 0.45);
  flex-shrink: 0;
}

.r4ge-hero-badge--game {
  padding: 0.35rem 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(var(--cl-t-primary), 0.55);
  background: rgba(77, 124, 255, 0.06);
  border-color: rgba(77, 124, 255, 0.12);
}

.r4ge-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  max-width: 28rem;
  margin: 0 auto 3rem;
}

@media (min-width: 640px) {
  .r4ge-hero-actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    max-width: none;
    margin-bottom: 4rem;
  }
}

.r4ge-hero-actions a {
  min-width: 13.5rem;
}

.r4ge-lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.r4ge-lang-btn {
  padding: 0.4rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(var(--cl-t-primary), 0.45);
  border-radius: 0.375rem;
  transition: color 0.15s, background 0.15s;
}

.r4ge-lang-btn:hover {
  color: rgba(var(--cl-t-primary), 0.8);
}

.r4ge-lang-btn.is-active {
  color: rgba(var(--cl-t-primary), 1);
  background: rgba(77, 124, 255, 0.18);
}

.r4ge-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 36rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .r4ge-hero-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.125rem;
  }
}

@media (min-width: 768px) {
  .r4ge-hero-stats {
    gap: 1.375rem;
  }
}

.r4ge-hero-stat {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 15, 28, 0.6);
  padding: 1.375rem 1rem;
  text-align: center;
  transition: border-color 0.2s;
}

.r4ge-hero-stat:hover {
  border-color: rgba(77, 124, 255, 0.18);
}

.r4ge-hero-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: rgba(var(--cl-t-primary), 1);
}

@media (min-width: 768px) {
  .r4ge-hero-stat-value {
    font-size: 1.75rem;
  }
}

.r4ge-hero-stat-label {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(var(--cl-t-primary), 0.38);
  margin-top: 0.625rem;
}

.r4ge-hero-stat--rating {
  border-color: rgba(77, 124, 255, 0.12);
  background: rgba(77, 124, 255, 0.06);
}

.r4ge-hero-stat--rating .r4ge-hero-stat-value {
  color: rgba(var(--cl-accent), 1);
}

/* Categories */
.r4ge-categories-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .r4ge-categories-head {
    margin-bottom: 3.25rem;
  }
}

.r4ge-categories-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(var(--cl-t-primary), 1);
}

@media (min-width: 768px) {
  .r4ge-categories-title {
    font-size: 1.875rem;
  }
}

.r4ge-categories-subtitle {
  font-size: 0.875rem;
  color: rgba(var(--cl-t-primary), 0.45);
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  #categories {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }

  #categories .r4ge-section-pad {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.r4ge-categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .r4ge-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.r4ge-category-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.75);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.r4ge-category-card:hover {
  border-color: rgba(77, 124, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.r4ge-category-media {
  position: relative;
  aspect-ratio: 16 / 11;
  min-height: 10.5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 768px) {
  .r4ge-category-media {
    min-height: 11.5rem;
  }
}

.r4ge-category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.r4ge-category-card:hover .r4ge-category-img {
  transform: scale(1.04);
}

.r4ge-category-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(77, 124, 255, 0.25);
  font-size: 2.5rem;
}

.r4ge-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 11, 20, 0.15) 0%,
    rgba(7, 11, 20, 0.35) 45%,
    rgba(7, 11, 20, 0.82) 100%
  );
  pointer-events: none;
}

.r4ge-category-hot {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.55rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 999px;
}

.r4ge-category-hot i {
  font-size: 0.5rem;
}

.r4ge-category-title-overlay {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  z-index: 2;
  width: calc(100% - 1.75rem);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 1);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.15;
}

@media (min-width: 768px) {
  .r4ge-category-title-overlay {
    font-size: 1.4375rem;
  }
}

.r4ge-category-glass {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: -1.125rem 0.875rem 0;
  padding: 0.625rem 0.75rem;
  position: relative;
  z-index: 3;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 18, 32, 0.82);
  backdrop-filter: blur(12px);
}

.r4ge-category-glass-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(77, 124, 255, 0.12);
  border: 1px solid rgba(77, 124, 255, 0.2);
  color: rgba(var(--cl-accent), 0.9);
  font-size: 0.625rem;
}

.r4ge-category-glass-text {
  font-size: 0.71875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r4ge-category-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  padding: 1rem 1rem 1.125rem;
}

.r4ge-category-count {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  min-width: 0;
}

.r4ge-category-count-num {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(var(--cl-t-primary), 1);
}

.r4ge-category-count-label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.38);
}

.r4ge-category-go {
  flex-shrink: 0;
}

.r4ge-category-card:hover .r4ge-category-go {
  color: rgba(var(--cl-t-primary), 0.95);
  background: rgba(77, 124, 255, 0.1);
  border-color: rgba(77, 124, 255, 0.2);
}

.r4ge-category-go i {
  font-size: 0.5rem;
  transition: transform 0.2s;
}

.r4ge-category-card:hover .r4ge-category-go i {
  transform: translateX(2px);
}

.r4ge-categories-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  margin: 0 1rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.r4ge-categories-empty p {
  font-size: 0.875rem;
  color: rgba(var(--cl-t-primary), 0.45);
}

/* Features bento */
.r4ge-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .r4ge-bento {
    grid-template-columns: 1.05fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 1rem;
    align-items: stretch;
  }

  .r4ge-bento-reviews {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .r4ge-bento-quality {
    grid-column: 2;
    grid-row: 1;
  }

  .r4ge-bento-warranty {
    grid-column: 3;
    grid-row: 1;
  }

  .r4ge-bento-wide {
    grid-column: 2 / 4;
    grid-row: 2;
    width: 100%;
  }
}

.r4ge-bento-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.7);
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.r4ge-bento-quality,
.r4ge-bento-warranty {
  min-height: 11rem;
}

.r4ge-bento-wide {
  min-height: auto;
}

.r4ge-bento-wide-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
}

@media (min-width: 640px) {
  .r4ge-bento-wide-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.r4ge-bento-wide-text {
  flex: 1;
  min-width: 0;
}

.r4ge-bento-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.875rem;
}

.r4ge-bento-games-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .r4ge-bento-games-row {
    gap: 0.625rem;
  }
}

.r4ge-game-pill {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.7);
  background: rgba(77, 124, 255, 0.08);
  border: 1px solid rgba(77, 124, 255, 0.15);
  border-radius: 0.5rem;
  white-space: nowrap;
}

.r4ge-game-pill i {
  font-size: 0.625rem;
}

.r4ge-bento-title {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--cl-t-primary), 0.9);
}

.r4ge-bento-desc {
  font-size: 0.6875rem;
  color: rgba(var(--cl-t-primary), 0.4);
  margin-top: 0.25rem;
  line-height: 1.4;
}

.r4ge-bento-head {
  margin-bottom: 0.875rem;
}

.r4ge-bento-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(var(--cl-accent), 0.8);
  transition: color 0.2s;
}

.r4ge-bento-link:hover {
  color: rgba(var(--cl-accent), 1);
}

/* Reviews column */
.r4ge-bento-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}

.r4ge-mini-review {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.r4ge-mini-review:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.r4ge-mini-review-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.r4ge-mini-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(77, 124, 255, 0.15);
  border: 1px solid rgba(77, 124, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5625rem;
  font-weight: 700;
  color: rgba(var(--cl-accent), 0.9);
}

.r4ge-mini-review-text {
  font-size: 0.6875rem;
  color: rgba(var(--cl-t-primary), 0.55);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Chart card */
.r4ge-bento-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 4.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.r4ge-chart-bar {
  width: 1.75rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background: rgba(77, 124, 255, 0.15);
  transition: height 0.3s;
}

.r4ge-chart-bar-active {
  background: linear-gradient(180deg, rgba(77, 124, 255, 0.6), rgba(77, 124, 255, 0.2));
  box-shadow: 0 0 12px rgba(77, 124, 255, 0.2);
}

/* Warranty orbs */
.r4ge-bento-orbs {
  position: relative;
  height: 4.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.r4ge-orb {
  position: absolute;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(77, 124, 255, 0.2);
  background: rgba(77, 124, 255, 0.08);
  color: rgba(var(--cl-accent), 0.8);
}

.r4ge-orb-lg {
  width: 3.5rem;
  height: 3.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}

.r4ge-orb-md {
  width: 2.25rem;
  height: 2.25rem;
  right: 15%;
  top: 10%;
  font-size: 0.65rem;
}

.r4ge-orb-sm {
  width: 1.75rem;
  height: 1.75rem;
  left: 10%;
  bottom: 5%;
  font-size: 0.55rem;
}

.r4ge-bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.6);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
}

/* Old feature cards — remove if unused */
.r4ge-feature-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(13, 20, 36, 0.5);
}

.r4ge-feature-icon {
  background: linear-gradient(135deg, rgba(77, 124, 255, 0.15), rgba(77, 124, 255, 0.05));
  border: 1px solid rgba(77, 124, 255, 0.15);
}

/* Footer */
.r4ge-footer {
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .r4ge-footer {
    padding-top: 3.5rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-footer {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.r4ge-footer-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(10, 15, 28, 0.6);
  backdrop-filter: blur(12px);
}

.r4ge-footer-inner {
  gap: 2rem;
  padding: 2rem 1.75rem 1.5rem;
}

@media (min-width: 768px) {
  .r4ge-footer-inner {
    gap: 2.5rem;
    padding: 2.75rem 2.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-footer-card {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .r4ge-footer-inner {
    gap: 3rem;
    padding: 3.25rem 3rem 2.25rem;
  }
}

.r4ge-footer-copy {
  padding: 0 1.75rem 1.75rem;
}

@media (min-width: 768px) {
  .r4ge-footer-copy {
    padding: 0 2.5rem 2.25rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-footer-copy {
    padding: 0 3rem 2.75rem;
  }
}

.r4ge-footer-copy-text {
  font-size: 0.6875rem;
  color: rgba(var(--cl-t-primary), 0.35);
}

.r4ge-footer-link {
  font-size: 0.8125rem;
  color: rgba(var(--cl-t-primary), 0.45);
  transition: color 0.2s;
}

.r4ge-footer-link:hover {
  color: rgba(var(--cl-t-primary), 0.85);
}

.r4ge-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(var(--cl-t-primary), 0.45);
  transition: all 0.2s;
}

.r4ge-social-btn:hover {
  color: #5865f2;
  border-color: rgba(88, 101, 242, 0.3);
  background: rgba(88, 101, 242, 0.08);
}

.r4ge-product-card {
  border-radius: 0.75rem;
  transition: border-color 0.2s;
}

.r4ge-product-card:hover {
  border-color: rgba(77, 124, 255, 0.25);
}

/* Products page */
@media (min-width: 1024px) {
  .r4ge-products-page {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.r4ge-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 80rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .r4ge-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .r4ge-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.r4ge-products-grid--centered {
  justify-items: center;
}

/* Product card */
.r4ge-pcard {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.75);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.r4ge-pcard:hover {
  border-color: rgba(77, 124, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.r4ge-pcard-media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 10rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 768px) {
  .r4ge-pcard-media {
    min-height: 11rem;
  }
}

.r4ge-pcard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.r4ge-pcard:hover .r4ge-pcard-img {
  transform: scale(1.04);
}

.r4ge-pcard-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(77, 124, 255, 0.25);
  font-size: 2.5rem;
}

.r4ge-pcard-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 11, 20, 0.1) 0%,
    rgba(7, 11, 20, 0.3) 40%,
    rgba(7, 11, 20, 0.88) 100%
  );
  pointer-events: none;
}

.r4ge-pcard-badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  max-width: calc(100% - 1.5rem);
}

.r4ge-pcard-hot {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.55rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 999px;
}

.r4ge-pcard-hot i {
  font-size: 0.5rem;
}

.r4ge-pcard-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 999px;
}

.r4ge-pcard-status i {
  font-size: 0.5rem;
}

.r4ge-pcard-status--undetected {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

.r4ge-pcard-status--detected {
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.28);
}

.r4ge-pcard-title-overlay {
  position: absolute;
  left: 1rem;
  bottom: 2.25rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 1);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.1;
}

@media (min-width: 768px) {
  .r4ge-pcard-title-overlay {
    font-size: 1.375rem;
  }
}

.r4ge-pcard-glass {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: -1rem 0.875rem 0;
  padding: 0.625rem 0.75rem;
  position: relative;
  z-index: 3;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 18, 32, 0.82);
  backdrop-filter: blur(12px);
}

.r4ge-pcard-glass-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(77, 124, 255, 0.12);
  border: 1px solid rgba(77, 124, 255, 0.2);
  color: rgba(var(--cl-accent), 0.9);
  font-size: 0.625rem;
}

.r4ge-pcard-glass-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r4ge-pcard-glass-text {
  font-size: 0.71875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r4ge-pcard-body {
  padding: 0.875rem 1rem 0.625rem;
}

.r4ge-pcard-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.r4ge-pcard-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(var(--cl-accent), 0.8);
  font-size: 0.5rem;
}

.r4ge-pcard-meta-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r4ge-pcard-meta-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r4ge-pcard-subrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.375rem;
}

.r4ge-pcard-subtitle {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r4ge-pcard-preview {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.45);
  transition: color 0.2s;
}

.r4ge-pcard:hover .r4ge-pcard-preview {
  color: rgba(var(--cl-accent), 0.9);
}

.r4ge-pcard-preview i {
  font-size: 0.5625rem;
}

.r4ge-pcard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  padding: 0.75rem 1rem 1.125rem;
  margin-top: auto;
}

.r4ge-pcard-price {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}

.r4ge-pcard-price-val {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(var(--cl-t-primary), 1);
}

.r4ge-pcard-price-old {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.35);
  text-decoration: line-through;
}

.r4ge-pcard-price-label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.38);
}

.r4ge-pcard-go {
  flex-shrink: 0;
}

.r4ge-pcard:hover .r4ge-pcard-go {
  color: rgba(var(--cl-t-primary), 0.95);
  background: rgba(77, 124, 255, 0.1);
  border-color: rgba(77, 124, 255, 0.2);
}

.r4ge-pcard-go i {
  font-size: 0.5rem;
  transition: transform 0.2s;
}

.r4ge-pcard:hover .r4ge-pcard-go i {
  transform: translateX(2px);
}

.r4ge-feedback-card {
  backdrop-filter: blur(8px);
}

/* Product detail page */
.r4ge-pdp {
  padding: 1.5rem 0 2.5rem;
}

@media (min-width: 1024px) {
  .r4ge-pdp {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.r4ge-pdp-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .r4ge-pdp-wrap {
    padding: 0 1.5rem;
  }
}

.r4ge-pdp-header {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .r4ge-pdp-header {
    margin-bottom: 2.25rem;
  }
}

.r4ge-pdp-title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: rgba(var(--cl-t-primary), 1);
}

@media (min-width: 768px) {
  .r4ge-pdp-title {
    font-size: 2.25rem;
  }
}

.r4ge-pdp-lead {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(var(--cl-t-primary), 0.45);
  max-width: 42rem;
}

.r4ge-pdp-rating {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.875rem;
}

.r4ge-pdp-stars {
  display: inline-flex;
  gap: 0.125rem;
  color: #fbbf24;
  font-size: 0.75rem;
}

.r4ge-pdp-rating-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.55);
}

.r4ge-pdp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.r4ge-pdp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
}

.r4ge-pdp-badge i {
  font-size: 0.5625rem;
}

.r4ge-pdp-badge--undetected {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border-color: rgba(74, 222, 128, 0.25);
}

.r4ge-pdp-badge--detected {
  color: #f87171;
  background: rgba(248, 113, 113, 0.1);
  border-color: rgba(248, 113, 113, 0.25);
}

.r4ge-pdp-badge--accent {
  color: rgba(var(--cl-accent), 1);
  background: rgba(77, 124, 255, 0.1);
  border-color: rgba(77, 124, 255, 0.22);
}

.r4ge-pdp-badge--gold {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.25);
}

.r4ge-pdp-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .r4ge-pdp-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.85fr);
    gap: 2rem;
    align-items: start;
  }
}

.r4ge-pdp-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.r4ge-pdp-gallery {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.65);
  overflow: hidden;
}

.r4ge-pdp-gallery-main {
  position: relative;
  overflow: hidden;
}

.r4ge-pdp-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r4ge-pdp-gallery-thumbs {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem;
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-pdp-thumb {
  flex-shrink: 0;
  width: 4.5rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.55;
  transition: opacity 0.2s, border-color 0.2s;
}

.r4ge-pdp-thumb.is-active,
.r4ge-pdp-thumb:hover {
  opacity: 1;
  border-color: rgba(77, 124, 255, 0.45);
}

.r4ge-pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r4ge-pdp-card,
.r4ge-pdp-reviews,
.r4ge-pdp-related {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.65);
}

.r4ge-pdp-card-head,
.r4ge-pdp-reviews-head,
.r4ge-pdp-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-pdp-card-head {
  gap: 0.625rem;
  justify-content: flex-start;
}

.r4ge-pdp-card-head i {
  color: rgba(var(--cl-accent), 0.85);
  font-size: 0.875rem;
}

.r4ge-pdp-card-head h2,
.r4ge-pdp-reviews-head h2,
.r4ge-pdp-related-head h2 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgba(var(--cl-t-primary), 0.95);
}

.r4ge-pdp-card-body {
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(var(--cl-t-primary), 0.7);
}

.r4ge-pdp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.r4ge-pdp-stat,
.r4ge-pdp-rating-card {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.125rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.55);
}

.r4ge-pdp-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid rgba(77, 124, 255, 0.2);
  background: rgba(77, 124, 255, 0.1);
  color: rgba(var(--cl-accent), 0.9);
  font-size: 0.875rem;
}

.r4ge-pdp-stat-body,
.r4ge-pdp-rating-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}

.r4ge-pdp-stat-body {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.r4ge-pdp-stat-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.88);
}

.r4ge-pdp-stat-value {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 0.38);
  white-space: nowrap;
}

.r4ge-pdp-rating-card {
  flex-direction: row;
  align-items: flex-start;
}

.r4ge-pdp-rating-card-score {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
}

.r4ge-pdp-rating-card--green .r4ge-pdp-rating-card-score {
  color: #4ade80;
}

.r4ge-pdp-rating-card--blue .r4ge-pdp-rating-card-score {
  color: rgba(var(--cl-accent), 1);
}

.r4ge-pdp-rating-card-bar {
  display: block;
  width: 100%;
  height: 0.3rem;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.r4ge-pdp-rating-card--green .r4ge-pdp-rating-card-bar span {
  background: linear-gradient(90deg, #4ade80, rgba(74, 222, 128, 0.45));
}

.r4ge-pdp-rating-card--blue .r4ge-pdp-rating-card-bar span {
  background: linear-gradient(90deg, rgba(77, 124, 255, 0.95), rgba(77, 124, 255, 0.45));
}

.r4ge-pdp-rating-card-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.r4ge-pdp-panels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.r4ge-pdp-panel-toggles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.r4ge-pdp-panel-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.125rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.55);
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
}

.r4ge-pdp-panel-toggle:hover,
.r4ge-pdp-panel-toggle.is-active {
  border-color: rgba(77, 124, 255, 0.28);
  background: rgba(77, 124, 255, 0.06);
}

.r4ge-pdp-panel-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid rgba(77, 124, 255, 0.2);
  background: rgba(77, 124, 255, 0.1);
  color: rgba(var(--cl-accent), 0.9);
  font-size: 0.8125rem;
}

.r4ge-pdp-panel-toggle-text {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.92);
}

.r4ge-pdp-panel-toggle-chevron {
  font-size: 0.625rem;
  color: rgba(var(--cl-accent), 0.85);
  transition: transform 0.2s;
}

.r4ge-pdp-panel-toggle-chevron.is-open {
  transform: rotate(180deg);
}

.r4ge-pdp-panel-body {
  animation: r4ge-pdp-fade 0.2s ease;
}

@keyframes r4ge-pdp-fade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.r4ge-pdp-panel-inner {
  border-radius: 1rem;
  border: 1px solid rgba(77, 124, 255, 0.18);
  background: rgba(10, 15, 28, 0.72);
  overflow: hidden;
}

.r4ge-pdp-panel-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-pdp-panel-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(77, 124, 255, 0.2);
  background: rgba(77, 124, 255, 0.1);
  color: rgba(var(--cl-accent), 0.9);
  font-size: 0.8125rem;
}

.r4ge-pdp-panel-head h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgba(var(--cl-t-primary), 0.95);
}

.r4ge-pdp-tab-content {
  padding: 1.25rem;
}

.r4ge-pdp-tab-content:has(> :not(.r4ge-pdp-tab-fallback)) .r4ge-pdp-tab-fallback {
  display: none;
}

.r4ge-spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.r4ge-spec-list li,
.r4ge-pdp-tab-content table tr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-spec-list li:last-child,
.r4ge-pdp-tab-content table tr:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.r4ge-spec-list li span:first-child,
.r4ge-pdp-tab-content table th,
.r4ge-pdp-tab-content table td:first-child {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(var(--cl-t-primary), 0.42);
}

.r4ge-spec-list li span:last-child,
.r4ge-pdp-tab-content table td:last-child {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.92);
  text-align: right;
}

.r4ge-func-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .r4ge-func-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .r4ge-func-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.r4ge-func-col {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.r4ge-func-col-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-func-col--aim .r4ge-func-col-head {
  color: #fb923c;
}

.r4ge-func-col--esp .r4ge-func-col-head {
  color: #60a5fa;
}

.r4ge-func-col--misc .r4ge-func-col-head {
  color: #c084fc;
}

.r4ge-func-list {
  list-style: none;
  margin: 0;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  max-height: 18rem;
  overflow-y: auto;
}

.r4ge-func-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.72);
}

.r4ge-func-list li::before {
  content: "✓";
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(var(--cl-t-primary), 0.28);
}

.r4ge-func-col--aim .r4ge-func-list li {
  color: #fdba74;
  border-color: rgba(251, 146, 60, 0.14);
  background: rgba(251, 146, 60, 0.06);
}

.r4ge-func-col--aim .r4ge-func-list li::before {
  color: #fb923c;
}

.r4ge-func-col--esp .r4ge-func-list li {
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.14);
  background: rgba(96, 165, 250, 0.06);
}

.r4ge-func-col--esp .r4ge-func-list li::before {
  color: #60a5fa;
}

.r4ge-func-col--misc .r4ge-func-list li {
  color: #d8b4fe;
  border-color: rgba(192, 132, 252, 0.14);
  background: rgba(192, 132, 252, 0.06);
}

.r4ge-func-col--misc .r4ge-func-list li::before {
  color: #c084fc;
}

.r4ge-pdp-extra-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.r4ge-pdp-extra-tabs:empty {
  display: none;
}

.r4ge-pdp-accordion {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.55);
  overflow: hidden;
}

.r4ge-pdp-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.9);
  text-align: left;
  transition: background 0.2s;
}

.r4ge-pdp-accordion-btn:hover {
  background: rgba(255, 255, 255, 0.02);
}

.r4ge-pdp-accordion-btn i {
  font-size: 0.625rem;
  color: rgba(var(--cl-t-primary), 0.4);
  transition: transform 0.2s;
}

.r4ge-pdp-accordion-btn i.is-open {
  transform: rotate(180deg);
}

.r4ge-pdp-accordion-content {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(var(--cl-t-primary), 0.65);
}

.r4ge-pdp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .r4ge-pdp-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .r4ge-pdp-reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.r4ge-pdp-review {
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.r4ge-pdp-review-top {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.r4ge-pdp-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(var(--cl-accent), 0.9);
  background: rgba(77, 124, 255, 0.12);
  border: 1px solid rgba(77, 124, 255, 0.2);
}

.r4ge-pdp-review-stars {
  display: flex;
  gap: 0.125rem;
  color: #fbbf24;
  font-size: 0.5625rem;
}

.r4ge-pdp-review-date {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.625rem;
  color: rgba(var(--cl-t-primary), 0.35);
}

.r4ge-pdp-review-text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(var(--cl-t-primary), 0.65);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.r4ge-pdp-reviews-more {
  display: flex;
  justify-content: center;
  padding: 0 1.25rem 1.25rem;
}

.r4ge-pdp-reviews-empty {
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(var(--cl-t-primary), 0.4);
}

.r4ge-pdp-sidebar-sticky {
  position: sticky;
  top: 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.r4ge-pdp-buy-card {
  border-radius: 1rem;
  border: 1px solid rgba(77, 124, 255, 0.18);
  background: rgba(10, 15, 28, 0.82);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.r4ge-pdp-buy-head {
  padding: 1.25rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.r4ge-pdp-buy-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 0.38);
}

.r4ge-pdp-buy-price {
  margin-top: 0.375rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(var(--cl-t-primary), 1);
}

.r4ge-pdp-buy-stock {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4ade80;
}

.r4ge-pdp-buy-stock--out {
  color: #f87171;
}

.r4ge-pdp-form form > div {
  border: 0 !important;
  background: transparent !important;
  padding: 1rem 1.25rem 1.25rem !important;
}

.r4ge-pdp-form label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 0.4);
}

.r4ge-pdp-form .mb-4.pb-4.border-b {
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.r4ge-pdp-form .flex.flex-col.gap-2 > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.875rem 1rem !important;
  border-radius: 0.625rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  transition: border-color 0.2s, background 0.2s !important;
}

.r4ge-pdp-form .flex.flex-col.gap-2 > button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.04) !important;
}

.r4ge-pdp-form .flex.flex-col.gap-2 > button[class*="border-accent"] {
  border-color: rgba(77, 124, 255, 0.45) !important;
  background: rgba(77, 124, 255, 0.08) !important;
}

.r4ge-pdp-form .flex.flex-col.gap-2 > button .text-base {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

.r4ge-pdp-form .flex.flex-col.gap-2 > button .bg-white\/\[0\.025\] {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.375rem !important;
  background: rgba(77, 124, 255, 0.12) !important;
  font-weight: 700 !important;
  color: rgba(var(--cl-accent), 1) !important;
}

.r4ge-pdp-form .flex.flex-col.gap-4.mt-4 {
  margin-top: 1rem !important;
}

.r4ge-pdp-form .flex.flex-col.gap-4.mt-4 button[type="submit"] {
  width: 100%;
  padding: 0.95rem 1.25rem !important;
  border-radius: 0.625rem !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-accent), 1) !important;
  background: rgba(var(--cl-accent), 1) !important;
  border: 1px solid rgba(var(--cl-accent), 1) !important;
  box-shadow: 0 0 24px rgba(77, 124, 255, 0.35);
  transition: filter 0.2s, transform 0.2s !important;
}

.r4ge-pdp-form .flex.flex-col.gap-4.mt-4 button[type="submit"]:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.r4ge-pdp-form label[for="quantity"],
.r4ge-pdp-form label[for="quantity"] + div {
  display: none;
}

.r4ge-pdp-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.r4ge-pdp-quick-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 4.25rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.55);
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(var(--cl-t-primary), 0.55);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

a.r4ge-pdp-quick-btn:hover {
  color: rgba(var(--cl-t-primary), 0.9);
  border-color: rgba(77, 124, 255, 0.25);
  background: rgba(77, 124, 255, 0.06);
}

.r4ge-pdp-quick-btn i {
  font-size: 1rem;
  color: rgba(var(--cl-accent), 0.85);
}

.r4ge-pdp-payments {
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 15, 28, 0.55);
}

.r4ge-pdp-payments-label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--cl-t-primary), 0.35);
}

.r4ge-pdp-payments-icons {
  display: flex;
  gap: 0.5rem;
}

.r4ge-pdp-payments-icons span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(var(--cl-t-primary), 0.45);
  font-size: 0.875rem;
}

.r4ge-pdp-related {
  margin-top: 2rem;
}

.r4ge-pdp-related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(var(--cl-accent), 0.9);
  text-decoration: none;
  transition: color 0.2s;
}

.r4ge-pdp-related-link:hover {
  color: rgba(var(--cl-t-primary), 0.95);
}

.r4ge-pdp-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .r4ge-pdp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .r4ge-pdp-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}