:root {
  --vc-sand: #d4a888;
  --vc-mocha: #6f4e37;
  --vc-sand-rgb: 212, 168, 136;
  --vc-mocha-rgb: 111, 78, 55;
  --vc-sand-light: #ead4c0;
  --vc-mocha-dark: #3d2a1d;
  --vc-glow-sand: rgba(var(--vc-sand-rgb), 0.42);
  --vc-glow-mocha: rgba(var(--vc-mocha-rgb), 0.35);
  --vc-glass-blur: 24px;
  --vc-glass-blur-strong: 34px;
  --vc-glass-blur-dropdown: 38px;
  --vc-header-ctrl-bg: rgba(18, 12, 9, 0.78);
  --vc-header-ctrl-bg-hover: rgba(32, 22, 15, 0.92);
  --vc-header-ctrl-border: rgba(212, 168, 136, 0.28);
  --vc-header-ctrl-border-hover: rgba(212, 168, 136, 0.55);
  --vc-header-ctrl-blur: 16px;
  /* Palette “supporto” (hero donazioni: smeraldo + teal su blu notte) */
  --vc-support-hero-border: rgba(110, 231, 183, 0.12);
  --vc-support-hero-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --vc-support-hero-bg:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.24), transparent 40%),
    linear-gradient(135deg, rgba(10, 18, 44, 0.96), rgba(15, 65, 72, 0.72) 55%, rgba(8, 18, 36, 0.96));
  --vc-support-cta-bg: linear-gradient(135deg, rgba(10, 78, 67, 0.46), rgba(22, 62, 117, 0.54));
  --vc-support-cta-border: rgba(52, 211, 153, 0.18);
  --vc-support-card-bg: rgba(255, 255, 255, 0.05);
  --vc-support-card-border: rgba(255, 255, 255, 0.1);
  /* Palette recensioni: smeraldo / teal (caricamenti, sessione, login modulo, home) */
  --vc-reviews-emerald-rgb: 52, 211, 153;
  --vc-reviews-teal-rgb: 5, 150, 105;
  --vc-reviews-glow-rgb: 16, 185, 129;
  --vc-reviews-loading-overlay-bg:
    radial-gradient(ellipse 92% 74% at 50% 38%, rgba(6, 78, 59, 0.55) 0%, rgba(8, 22, 24, 0.88) 48%, #040807 100%);
  --vc-reviews-loading-overlay-bg-soft:
    radial-gradient(ellipse 88% 72% at 50% 44%, rgba(15, 46, 42, 0.95) 0%, rgba(6, 20, 22, 0.96) 52%, #040807 100%);
  --vc-unified-emerald: #6ee7b7;
  --vc-unified-emerald-rgb: 110, 231, 183;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #6b4e3d #140f0c;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
}

html::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

html::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #140f0c 0%, #0a0806 100%);
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7a5a45 0%, #4a3428 55%, #3d2a1f 100%);
  border-radius: 999px;
  border: 2px solid #0f0b09;
  box-shadow: inset 0 1px 0 rgba(212, 181, 152, 0.22);
}

html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #8f6b52 0%, #5c4033 100%);
}

.vc-body {
  position: relative;
  min-height: 100vh;
  color: #ebe0d6;
  background-color: #080605;
  background-image:
    radial-gradient(ellipse 90% 70% at 92% 8%, rgba(var(--vc-sand-rgb), 0.1), transparent 52%),
    radial-gradient(ellipse 130% 95% at 50% -8%, rgba(130, 78, 48, 0.34), transparent 62%),
    radial-gradient(ellipse 100% 75% at 100% 32%, rgba(var(--vc-mocha-rgb), 0.22), transparent 56%),
    radial-gradient(ellipse 90% 70% at 0% 68%, rgba(48, 32, 22, 0.26), transparent 58%),
    linear-gradient(180deg, #0a0d10 0%, #100b08 18%, #15100c 38%, #120d0a 55%, #0e0a07 78%, #080605 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.vc-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 70% at 50% 0%, rgba(var(--vc-mocha-rgb), 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(var(--vc-sand-rgb), 0.08), transparent 45%);
  mix-blend-mode: multiply;
}

.vc-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.04) 2px,
      rgba(255, 255, 255, 0.04) 3px),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.05) 2px,
      rgba(0, 0, 0, 0.05) 3px);
}

body.vc-body--home.vc-body {
  background-image:
    radial-gradient(ellipse 90% 70% at 88% 6%, rgba(var(--vc-sand-rgb), 0.11), transparent 52%),
    radial-gradient(ellipse 100% 82% at 8% 92%, rgba(var(--vc-mocha-rgb), 0.2), transparent 55%),
    radial-gradient(ellipse 100% 75% at 50% -6%, rgba(94, 58, 38, 0.16), transparent 62%),
    linear-gradient(180deg, #0b0908 0%, #100c09 24%, #140f0c 48%, #0f0b08 78%, #080605 100%);
}

body.vc-body--home.vc-body::before {
  background:
    radial-gradient(ellipse 85% 70% at 50% 0%, rgba(var(--vc-sand-rgb), 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(var(--vc-mocha-rgb), 0.12), transparent 45%);
}

/* Hero “supporto” (stesso linguaggio della pagina Donazioni: smeraldo / teal su blu notte) */
.vc-support-page-hero:not(.vc-vote-page-hero) {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid var(--vc-support-hero-border);
  background: var(--vc-support-hero-bg);
  box-shadow: var(--vc-support-hero-shadow);
  padding: 2.5rem 1.5rem;
}

@media (min-width: 640px) {
  .vc-support-page-hero:not(.vc-vote-page-hero) {
    padding: 3.5rem 2.5rem;
  }
}

.vc-support-page-hero__icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background: rgba(52, 211, 153, 0.12);
  font-size: 1.65rem;
  color: #6ee7b7;
  box-shadow: 0 0 40px rgba(16, 185, 129, 0.18);
}

@media (min-width: 640px) {
  .vc-support-page-hero__icon {
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1.85rem;
  }
}

.vc-vote-page-hero {
  overflow: hidden;
  border: 1px solid rgba(110, 231, 183, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.14), transparent 46%),
    radial-gradient(circle at 92% 100%, rgba(var(--vc-mocha-rgb), 0.2), transparent 42%),
    radial-gradient(circle at 8% 100%, rgba(var(--vc-sand-rgb), 0.08), transparent 38%),
    linear-gradient(145deg, rgba(22, 16, 12, 0.94), rgba(8, 28, 24, 0.96));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  padding: 1.35rem 1.1rem 1.45rem;
  border-radius: 1.35rem;
}

@media (min-width: 640px) {
  .vc-vote-page-hero {
    padding: 1.55rem 1.35rem 1.65rem;
  }
}

.vc-vote-page-hero .vc-support-page-hero__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
  color: #6ee7b7;
  font-size: 1.35rem;
  box-shadow: 0 0 24px rgba(var(--vc-reviews-glow-rgb), 0.18);
}

@media (min-width: 640px) {
  .vc-vote-page-hero .vc-support-page-hero__icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.45rem;
  }
}

.vc-support-page-hero__icon--start {
  margin-left: 0;
  margin-right: auto;
}

.vc-support-intro-shell {
  border-radius: 2rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.22);
  background:
    radial-gradient(circle at 14% 0%, rgba(var(--vc-sand-rgb), 0.2), transparent 48%),
    linear-gradient(135deg, rgba(22, 15, 11, 0.96) 0%, rgba(16, 11, 8, 0.94) 52%, rgba(30, 20, 14, 0.9) 100%);
  box-shadow: var(--vc-support-hero-shadow);
  padding: 1.25rem 1.35rem 1.45rem;
}

@media (min-width: 640px) {
  .vc-support-intro-shell {
    padding: 1.45rem 1.85rem 1.6rem;
  }
}

.vc-support-cta-band {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid var(--vc-support-cta-border);
  background: var(--vc-support-cta-bg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  padding: 2.5rem 1.5rem;
}

@media (min-width: 640px) {
  .vc-support-cta-band {
    padding: 3.5rem 2.5rem;
  }
}

html.vc-session-verify-pending::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10049;
  background: var(--vc-reviews-loading-overlay-bg-soft);
  pointer-events: none;
}

.vc-page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease-out;
  isolation: isolate;
  /* Strato opaco sotto il gradiente: niente pagina sotto in trasparenza */
  background-color: #050403;
  background-image:
    radial-gradient(ellipse 92% 74% at 50% 38%, rgba(6, 58, 46, 0.78) 0%, rgba(6, 18, 20, 0.98) 52%, #030302 100%);
}

.vc-page-transition--vote {
  background-color: #050403;
  background-image:
    radial-gradient(ellipse 92% 74% at 50% 38%, rgba(6, 58, 46, 0.78) 0%, rgba(6, 18, 20, 0.98) 52%, #030302 100%);
}

.vc-page-transition--on {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}

.vc-page-transition-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.vc-page-transition-vote-iconwrap {
  position: relative;
  display: none;
  width: 10rem;
  height: 10rem;
  margin-bottom: 0.25rem;
}

.vc-page-transition--vote .vc-page-transition-vote-iconwrap {
  display: block;
}

.vc-page-transition-vote-iconring {
  position: absolute;
  inset: 1.15rem;
  border-radius: 9999px;
  background:
    linear-gradient(180deg, rgba(6, 40, 36, 0.35), rgba(8, 22, 28, 0.55)),
    linear-gradient(135deg, rgba(var(--vc-reviews-emerald-rgb), 0.32), rgba(var(--vc-reviews-teal-rgb), 0.45));
  box-shadow:
    inset 0 0 0 1px rgba(110, 231, 183, 0.22),
    0 0 42px rgba(var(--vc-reviews-glow-rgb), 0.2);
}

.vc-page-transition-vote-iconring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: linear-gradient(135deg, rgba(167, 243, 208, 0.95), rgba(52, 211, 153, 0.75));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vc-page-transition-vote-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(236, 253, 245, 0.95);
  font-size: 3.2rem;
}

.vc-page-transition-vote-spark {
  position: absolute;
  color: #6ee7b7;
  font-size: 1.15rem;
  opacity: 0.95;
  animation: vc-vote-spark 1.7s ease-in-out infinite;
}

.vc-page-transition-vote-spark--a {
  top: 1.2rem;
  right: 1.1rem;
}

.vc-page-transition-vote-spark--b {
  left: 0.95rem;
  top: 4.5rem;
  animation-delay: 0.2s;
}

.vc-page-transition-vote-spark--c {
  left: 1.65rem;
  bottom: 1.55rem;
  animation-delay: 0.45s;
}

.vc-page-transition-spinner {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 9999px;
  border: 4px solid rgba(var(--vc-reviews-teal-rgb), 0.35);
  border-top-color: rgba(var(--vc-reviews-emerald-rgb), 0.95);
  box-shadow: 0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.28);
  animation: vc-page-spin 0.9s linear infinite;
}

.vc-page-transition--vote .vc-page-transition-spinner {
  display: none;
}

.vc-page-transition-text {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1rem;
  font-weight: 500;
}

.vc-page-transition--vote .vc-page-transition-text {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vc-page-transition-sub {
  display: none;
  margin: 0;
  color: rgba(213, 219, 236, 0.74);
  font-size: 1rem;
  font-weight: 500;
}

.vc-page-transition--vote .vc-page-transition-sub {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  color: rgba(204, 251, 241, 0.88);
}

.vc-page-transition-bar {
  display: none;
  position: relative;
  width: min(20rem, 72vw);
  height: 0.6rem;
  margin-top: 0.6rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(var(--vc-reviews-teal-rgb), 0.4);
}

.vc-page-transition--vote .vc-page-transition-bar {
  display: block;
}

.vc-page-transition--login .vc-page-transition-spinner {
  width: 1.45rem;
  height: 1.45rem;
  border-width: 2px;
  border-color: rgba(var(--vc-reviews-teal-rgb), 0.45);
  border-top-color: rgba(var(--vc-reviews-emerald-rgb), 0.95);
  box-shadow: 0 0 12px rgba(var(--vc-reviews-glow-rgb), 0.22);
}

.vc-page-transition--login .vc-page-transition-content {
  min-width: min(28rem, calc(100vw - 2rem));
  gap: 0.6rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 22% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.14), transparent 52%),
    rgba(8, 18, 22, 0.97);
  border: 1px solid rgba(110, 231, 183, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.vc-page-transition--login .vc-page-transition-text {
  display: none;
}

.vc-page-transition--login .vc-page-transition-sub {
  display: block;
  margin: 0;
  color: #a7f3d0;
  font-size: 1.05rem;
  font-weight: 800;
}

.vc-page-transition--login .vc-page-transition-vote-iconwrap,
.vc-page-transition--login .vc-page-transition-bar {
  display: none;
}

.vc-page-transition-barfill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(var(--vc-reviews-teal-rgb), 0.5),
    rgba(var(--vc-reviews-emerald-rgb), 0.88) 50%,
    #ecfdf5 100%
  );
  animation: vc-vote-bar 1.35s ease-in-out infinite;
}

@keyframes vc-page-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes vc-vote-spark {
  0%, 100% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.14) rotate(14deg);
    opacity: 1;
  }
}

@keyframes vc-vote-bar {
  0% {
    left: -18%;
  }
  100% {
    left: 76%;
  }
}

.vc-session-verify-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  padding: 1.5rem;
  box-sizing: border-box;
  isolation: isolate;
  background-color: #050403;
  background-image: var(--vc-reviews-loading-overlay-bg-soft);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.vc-session-verify-overlay--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vc-session-verify-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.vc-session-verify-spinner {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgb(var(--vc-reviews-emerald-rgb));
  box-shadow:
    0 0 0 1px rgba(var(--vc-reviews-teal-rgb), 0.35),
    0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.35);
  animation: vc-session-verify-spin 0.78s linear infinite;
}

@keyframes vc-session-verify-spin {
  to {
    transform: rotate(360deg);
  }
}

.vc-session-verify-text {
  margin: 0;
  max-width: 22rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: #a7f3d0;
  letter-spacing: 0.02em;
}

@media (max-width: 48rem) {
  .vc-body {
    background-attachment: scroll;
  }
}

.vc-blob {
  position: fixed;
  border-radius: 9999px;
  filter: blur(72px);
  pointer-events: none;
  z-index: 0;
}

.vc-blob-a {
  top: 5rem;
  left: 5rem;
  width: 22rem;
  height: 22rem;
  background: rgba(var(--vc-sand-rgb), 0.12);
  animation: vc-pulse 5s ease-in-out infinite, vc-drift-a 22s ease-in-out infinite;
}

.vc-blob-b {
  bottom: 5rem;
  right: 5rem;
  width: 22rem;
  height: 22rem;
  background: rgba(var(--vc-mocha-rgb), 0.16);
  animation: vc-pulse 5s ease-in-out infinite 1s, vc-drift-b 26s ease-in-out infinite;
}

.vc-blob-c {
  top: 38%;
  left: 55%;
  width: 26rem;
  height: 26rem;
  background: rgba(var(--vc-sand-rgb), 0.14);
  animation: vc-pulse 6.5s ease-in-out infinite 0.4s, vc-drift-c 19s ease-in-out infinite;
}

@keyframes vc-drift-a {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(18px, -12px);
  }
}

@keyframes vc-drift-b {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-14px, 16px);
  }
}

@keyframes vc-drift-c {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-22px, 10px);
  }
}

@keyframes vc-pulse {

  0%,
  100% {
    opacity: 0.32;
  }

  50% {
    opacity: 0.52;
  }
}

@media (prefers-reduced-motion: reduce) {

  .vc-blob-a,
  .vc-blob-b,
  .vc-blob-c {
    animation: none;
    opacity: 0.4;
  }
}

/* Glass: backdrop-filter su shell, card e menu (variabili in :root) */
.vc-glass {
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
}

header .vc-nav-shell.vc-glass {
  /* Allineato al fondo pagina (vc-body), senza castano #140f0c delle utility Tailwind */
  background: rgba(8, 6, 5, 0.78);
  backdrop-filter: blur(var(--vc-glass-blur-strong)) saturate(170%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur-strong)) saturate(170%);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease,
    -webkit-backdrop-filter 220ms ease,
    transform 220ms ease;
}

header .vc-nav-shell.vc-glass.vc-nav-shell--scrolled {
  background: rgba(8, 6, 5, 0.52);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 10px 38px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(212, 168, 136, 0.06);
  backdrop-filter: blur(calc(var(--vc-glass-blur-strong) + 4px)) saturate(180%);
  -webkit-backdrop-filter: blur(calc(var(--vc-glass-blur-strong) + 4px)) saturate(180%);
}

.vc-header-pill,
.vc-header-pill:visited {
  border: 1px solid var(--vc-header-ctrl-border);
  background: var(--vc-header-ctrl-bg);
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
}

.vc-header-pill:hover {
  border-color: var(--vc-header-ctrl-border-hover);
  background: var(--vc-header-ctrl-bg-hover);
  box-shadow: 0 0 20px rgba(212, 168, 136, 0.12);
}

button.vc-header-pill {
  cursor: pointer;
  font: inherit;
  color: #fff;
}

a.vc-header-legal-pill,
a.vc-header-legal-pill:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid var(--vc-header-ctrl-border);
  background: var(--vc-header-ctrl-bg);
  color: rgba(248, 250, 252, 0.9);
  border-radius: 0.65rem;
  padding: 0.4rem 0.75rem;
  font: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
  backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
}

@media (min-width: 640px) {

  a.vc-header-legal-pill,
  a.vc-header-legal-pill:visited {
    font-size: 0.75rem;
  }
}

a.vc-header-legal-pill:hover {
  border-color: var(--vc-header-ctrl-border-hover);
  background: var(--vc-header-ctrl-bg-hover);
  color: #fff;
  box-shadow: 0 0 18px rgba(212, 168, 136, 0.1);
}

a.vc-header-legal-pill--on,
a.vc-header-legal-pill[aria-current="page"] {
  border-color: var(--vc-header-ctrl-border-hover);
  background: var(--vc-header-ctrl-bg-hover);
  color: #e8c9a8;
}

.vc-legal-main {
  max-width: 70rem;
}

.vc-legal-hero {
  margin: 0 auto 2rem;
  max-width: 48rem;
}

.vc-legal-hero__title {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.96;
  color: #7cc7ff;
  text-shadow:
    0 0 24px rgba(12, 176, 255, 0.18),
    0 0 56px rgba(20, 115, 255, 0.12);
}

.vc-legal-hero__meta {
  margin: 1.25rem 0 0;
  font-size: 1rem;
  color: rgba(203, 213, 225, 0.82);
}

.vc-legal-stack {
  display: grid;
  gap: 1.9rem;
}

.vc-legal-card {
  padding: 2.2rem 2.35rem 2.3rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(31, 43, 108, 0.9) 0%, rgba(28, 46, 102, 0.82) 48%, rgba(20, 76, 108, 0.74) 100%);
  box-shadow:
    0 26px 65px rgba(4, 8, 26, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-legal-card--blue {
  background:
    linear-gradient(135deg, rgba(28, 40, 108, 0.92) 0%, rgba(26, 42, 92, 0.84) 54%, rgba(21, 87, 116, 0.7) 100%);
}

.vc-legal-card--cyan {
  background:
    linear-gradient(135deg, rgba(23, 39, 98, 0.86) 0%, rgba(20, 60, 100, 0.8) 48%, rgba(11, 106, 135, 0.72) 100%);
}

.vc-legal-card--green {
  background:
    linear-gradient(135deg, rgba(24, 54, 108, 0.86) 0%, rgba(27, 59, 103, 0.82) 52%, rgba(9, 111, 116, 0.7) 100%);
}

.vc-legal-card--red {
  background:
    linear-gradient(135deg, rgba(38, 48, 109, 0.9) 0%, rgba(41, 53, 101, 0.84) 52%, rgba(27, 83, 109, 0.7) 100%);
}

.vc-legal-card--purple {
  background:
    linear-gradient(135deg, rgba(30, 45, 116, 0.92) 0%, rgba(36, 50, 105, 0.84) 52%, rgba(23, 83, 120, 0.68) 100%);
}

.vc-legal-card--teal {
  background:
    linear-gradient(135deg, rgba(26, 53, 113, 0.86) 0%, rgba(28, 64, 108, 0.82) 48%, rgba(10, 104, 128, 0.72) 100%);
}

.vc-legal-card--indigo {
  background:
    linear-gradient(135deg, rgba(33, 48, 118, 0.9) 0%, rgba(36, 56, 111, 0.84) 52%, rgba(16, 92, 126, 0.7) 100%);
}

.vc-legal-card--gold {
  border-color: rgba(225, 184, 62, 0.4);
  background:
    linear-gradient(135deg, rgba(39, 48, 113, 0.92) 0%, rgba(37, 53, 107, 0.86) 52%, rgba(19, 88, 118, 0.72) 100%);
}

.vc-legal-card__head {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}

.vc-legal-card__icon {
  display: inline-flex;
  width: 4.65rem;
  height: 4.65rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1.2rem;
  border: 1px solid rgba(78, 160, 255, 0.28);
  background: rgba(34, 87, 164, 0.34);
  color: #57a8ff;
  font-size: 2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-legal-card--green .vc-legal-card__icon {
  color: #0be48a;
  border-color: rgba(11, 228, 138, 0.25);
  background: rgba(6, 111, 89, 0.28);
}

.vc-legal-card--red .vc-legal-card__icon {
  color: #ff6b6b;
  border-color: rgba(255, 107, 107, 0.24);
  background: rgba(120, 50, 82, 0.24);
}

.vc-legal-card--purple .vc-legal-card__icon,
.vc-legal-card--indigo .vc-legal-card__icon {
  color: #c87cff;
  border-color: rgba(200, 124, 255, 0.22);
  background: rgba(88, 63, 170, 0.24);
}

.vc-legal-card--gold .vc-legal-card__icon {
  color: #ffcf2e;
  border-color: rgba(255, 207, 46, 0.24);
  background: rgba(114, 85, 32, 0.24);
}

.vc-legal-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.vc-legal-card p,
.vc-legal-card li {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.98rem;
  line-height: 1.78;
}

.vc-legal-card p {
  margin: 0.9rem 0 0;
}

.vc-legal-card ul {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
}

.vc-legal-card li + li {
  margin-top: 0.4rem;
}

/* Elenchi legali: bullet visibili, respiro tra voci, niente “buchi” tipografici */
.vc-legal-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.vc-legal-list > li {
  position: relative;
  margin: 0;
  padding-left: 1.45rem;
  line-height: 1.65;
}

.vc-legal-list > li + li {
  margin-top: 0.65rem;
}

.vc-legal-list > li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.62em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0 12px rgba(96, 165, 250, 0.35);
}

.vc-legal-card--green .vc-legal-list > li::before {
  background: linear-gradient(135deg, #34d399, #22d3ee);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 12px rgba(52, 211, 153, 0.35);
}

.vc-legal-card--red .vc-legal-list > li::before {
  background: linear-gradient(135deg, #fb7185, #fbbf24);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 12px rgba(251, 113, 133, 0.35);
}

.vc-legal-card--gold .vc-legal-list > li::before {
  background: linear-gradient(135deg, #fbbf24, #f97316);
}

.vc-legal-card--purple .vc-legal-list > li::before,
.vc-legal-card--indigo .vc-legal-list > li::before {
  background: linear-gradient(135deg, #c084fc, #818cf8);
}

.vc-legal-card--cyan .vc-legal-list > li::before,
.vc-legal-card--teal .vc-legal-list > li::before {
  background: linear-gradient(135deg, #22d3ee, #38bdf8);
}

.vc-cookie-negative-block {
  margin-top: 1.35rem;
  padding: 1.35rem 1.45rem 1.4rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(52, 211, 153, 0.38);
  background: linear-gradient(145deg, rgba(6, 78, 59, 0.35), rgba(15, 45, 62, 0.45));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-cookie-negative-block > .vc-cookie-section-title:first-child {
  margin-top: 0;
}

.vc-legal-kvlist {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.vc-legal-kvlist > li {
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.35);
  font-size: 0.92rem;
  line-height: 1.55;
}

.vc-legal-kvlist .vc-legal-kvlist__k {
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: 0.02em;
  text-transform: none;
}

.vc-cookie-mini-card .vc-legal-kvlist > li {
  font-size: 0.9rem;
}

.vc-legal-card__label,
.vc-legal-card__strong {
  color: #fff;
  font-weight: 800;
}

.vc-legal-card__label {
  letter-spacing: -0.02em;
}

.vc-legal-card__strong {
  margin-top: 1.2rem;
}

.vc-legal-card__contact strong {
  color: #fff;
}

.vc-legal-card a {
  color: #18d1ff;
  text-decoration: underline;
  text-decoration-color: rgba(24, 209, 255, 0.35);
  text-underline-offset: 0.14em;
}

.vc-legal-card a:hover {
  color: #7fe3ff;
}

.vc-cookie-section-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.35rem 0 0.7rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.vc-cookie-section-title .fa {
  color: #0be48a;
  font-size: 1.35rem;
}

.vc-cookie-mini-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.vc-cookie-mini-card {
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.55), rgba(45, 75, 116, 0.32)),
    rgba(255, 255, 255, 0.035);
}

.vc-cookie-mini-card--green {
  border-color: rgba(11, 228, 138, 0.25);
  background:
    radial-gradient(circle at 86% 8%, rgba(23, 201, 214, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(5, 82, 72, 0.52), rgba(14, 90, 110, 0.36));
}

.vc-cookie-mini-card--warning {
  margin-top: 1.15rem;
  border-color: rgba(255, 207, 46, 0.32);
  background:
    linear-gradient(135deg, rgba(91, 68, 34, 0.38), rgba(55, 60, 78, 0.3)),
    rgba(255, 207, 46, 0.08);
}

.vc-cookie-mini-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.vc-cookie-mini-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.vc-cookie-mini-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(11, 228, 138, 0.34);
  border-radius: 999px;
  color: #0be48a;
  background: rgba(11, 228, 138, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.vc-cookie-mini-card p {
  margin: 0.28rem 0 0;
}

.vc-cookie-mini-card strong {
  color: #fff;
  font-weight: 900;
}

.vc-cookie-policy-table {
  width: 100%;
  margin-top: 1.4rem;
  border-collapse: collapse;
}

.vc-cookie-policy-table th,
.vc-cookie-policy-table td {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  text-align: left;
}

.vc-cookie-policy-table th {
  color: #fff;
  font-weight: 900;
}

.vc-cookie-policy-table td {
  color: rgba(226, 232, 240, 0.82);
}

.vc-cookie-policy-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 640px) {
  .vc-legal-hero {
    margin-bottom: 1.5rem;
  }

  .vc-legal-hero__meta {
    margin-top: 0.95rem;
    font-size: 0.92rem;
  }

  .vc-legal-stack {
    gap: 1.25rem;
  }

  .vc-legal-card {
    padding: 1.45rem 1.2rem 1.55rem;
    border-radius: 1.45rem;
  }

  .vc-legal-card__head {
    gap: 0.85rem;
    margin-bottom: 1.05rem;
  }

  .vc-legal-card__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    font-size: 1.55rem;
  }

  .vc-legal-card__title {
    font-size: 1.95rem;
  }

  .vc-legal-card p,
  .vc-legal-card li {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .vc-cookie-section-title {
    font-size: 1.15rem;
  }

  .vc-cookie-mini-card {
    padding: 0.95rem 1rem;
  }

  .vc-cookie-mini-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .vc-cookie-policy-table th,
  .vc-cookie-policy-table td {
    padding: 0.8rem 0;
    font-size: 0.86rem;
  }
}

.vc-login-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vc-discord-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(72, 55, 101, 0.78);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem 0.25rem 0.35rem;
  color: #fff;
  font-size: 0.85rem;
}

.vc-discord-chip img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.vc-logout-btn {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(25, 32, 50, 0.82);
  color: #fff;
  border-radius: 9999px;
  padding: 0.45rem 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font: inherit;
}

.vc-staff-block .vc-staff-block__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.vc-staff-role-ico {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

.vc-staff-role-ico img {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  border-radius: 0.15rem;
}

.vc-staff-block .vc-staff-block__line strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  margin-right: 0.15rem;
}

.vc-about-meta dt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.85rem;
}

.vc-about-meta dd {
  margin: 0.2rem 0 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.vc-about-meta a {
  color: #d4a888;
  text-decoration: underline;
}

#mobile-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

#mobile-nav.is-open {
  max-height: 24rem;
}

#intro {
  position: relative;
  background: transparent;
}

.vc-hero-head {
  border-radius: 1.25rem;
  background: rgba(14, 10, 8, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
}

.vc-support-intro-shell .vc-hero-head {
  background: rgba(20, 13, 10, 0.82);
  border-color: rgba(var(--vc-sand-rgb), 0.24);
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-support-intro-shell .vc-hero-kicker {
  color: rgba(249, 234, 221, 0.96);
  border-color: rgba(var(--vc-sand-rgb), 0.35);
  background: rgba(0, 0, 0, 0.45);
}

.vc-support-intro-shell .vc-brand-glow {
  color: rgba(167, 243, 208, 0.98);
  text-shadow:
    0 0 2px #000,
    0 0 4px #000,
    0 1px 2px rgba(0, 0, 0, 1),
    0 2px 20px rgba(0, 0, 0, 0.92),
    0 0 16px rgba(var(--vc-sand-rgb), 0.2),
    0 0 32px rgba(var(--vc-mocha-rgb), 0.18);
  animation: none !important;
}

.vc-hero-about {
  margin: 0.6rem auto 0;
  max-width: 38rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.94);
  text-align: center;
  white-space: pre-wrap;
}

@media (min-width: 640px) {
  .vc-hero-about {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.vc-hero-kicker {
  margin: 0 auto;
  display: inline-block;
  padding: 0.4rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f8ebe0;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(212, 168, 136, 0.45);
  text-shadow:
    0 0 2px #000,
    0 1px 3px rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.vc-brand-glow {
  color: #ffffff;
  text-shadow:
    0 0 2px #000,
    0 0 4px #000,
    0 1px 2px rgba(0, 0, 0, 1),
    0 2px 20px rgba(0, 0, 0, 0.92),
    0 0 14px rgba(var(--vc-sand-rgb), 0.18),
    0 0 28px rgba(var(--vc-mocha-rgb), 0.16);
}

@media (prefers-reduced-motion: no-preference) {
  .vc-brand-glow {
    animation: none !important;
  }
}

@keyframes vc-brand-shimmer {

  0%,
  100% {
    text-shadow:
      0 0 2px #000,
      0 0 4px #000,
      0 1px 2px rgba(0, 0, 0, 1),
      0 2px 20px rgba(0, 0, 0, 0.92),
      0 0 26px rgba(var(--vc-sand-rgb), 0.36),
      0 0 56px rgba(var(--vc-mocha-rgb), 0.28);
  }

  50% {
    text-shadow:
      0 0 2px #000,
      0 0 4px #000,
      0 1px 2px rgba(0, 0, 0, 1),
      0 2px 22px rgba(0, 0, 0, 0.94),
      0 0 38px rgba(var(--vc-sand-rgb), 0.52),
      0 0 88px rgba(var(--vc-mocha-rgb), 0.34);
  }
}

.vc-home-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.vc-home-highlight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-radius: 1rem;
  padding: 1rem 1.05rem 1.1rem;
  box-sizing: border-box;
  background: var(--vc-support-card-bg);
  border: 1px solid var(--vc-support-card-border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.vc-home-highlight-card:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(var(--vc-mocha-rgb), 0.16);
}

.vc-home-highlight-card:hover .vc-home-highlight-ico {
  border-color: rgba(var(--vc-sand-rgb), 0.4);
  box-shadow: 0 0 22px rgba(var(--vc-mocha-rgb), 0.2);
}

.vc-home-highlight-card:hover .vc-home-highlight-ico .fa {
  text-shadow: 0 0 14px rgba(var(--vc-sand-rgb), 0.34);
}

.vc-home-highlight-ico {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  border-radius: 0.75rem;
  font-size: 1.2rem;
  color: #e8c9a8;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.32);
  background: rgba(44, 29, 20, 0.45);
  box-shadow: 0 0 20px rgba(var(--vc-mocha-rgb), 0.18);
}

.vc-home-highlights .vc-home-highlight-card:nth-child(2) .vc-home-highlight-ico {
  color: #e8c9a8;
  border-color: rgba(var(--vc-sand-rgb), 0.34);
  background: rgba(52, 34, 23, 0.52);
  box-shadow: 0 0 20px rgba(var(--vc-mocha-rgb), 0.14);
}

.vc-home-highlights .vc-home-highlight-card:nth-child(3) .vc-home-highlight-ico {
  color: #e8c9a8;
  border-color: rgba(var(--vc-sand-rgb), 0.34);
  background: rgba(58, 37, 24, 0.52);
  box-shadow: 0 0 20px rgba(var(--vc-mocha-rgb), 0.14);
}

.vc-home-highlight-ico .fa {
  text-shadow: 0 0 12px rgba(var(--vc-sand-rgb), 0.24);
}

.vc-home-highlight-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(167, 243, 208, 0.96);
}

.vc-home-highlight-desc {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(248, 250, 252, 0.9);
}

@media (min-width: 640px) {
  .vc-home-highlight-card {
    padding: 1.05rem 1.1rem 1.12rem;
  }

  .vc-home-highlight-title {
    font-size: 1.02rem;
  }

  .vc-home-highlight-desc {
    font-size: 0.8rem;
  }
}

.vc-hero-primary-cta {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.vc-hero-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #f8fafc;
  text-decoration: none;
  background: rgba(3, 8, 20, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 2px 16px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 0, 0, 0.2);
  text-shadow:
    0 0 2px #000,
    0 1px 2px rgba(0, 0, 0, 0.9);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.vc-hero-secondary-link:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(212, 168, 136, 0.5);
  color: #ffffff;
}

.vc-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.82);
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.vc-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.vc-mnav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.75rem;
  color: rgba(226, 232, 240, 0.92);
  text-decoration: none;
  font-size: 0.875rem;
}

.vc-mnav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.vc-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.88);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.vc-icon-btn:hover {
  border-color: rgba(52, 211, 153, 0.32);
  color: rgba(167, 243, 208, 0.95);
}

header .vc-icon-btn {
  border: 1px solid var(--vc-header-ctrl-border);
  background: var(--vc-header-ctrl-bg);
  color: rgba(226, 232, 240, 0.95);
  backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
}

header .vc-icon-btn:hover {
  border-color: rgba(110, 231, 183, 0.35);
  background: rgba(6, 24, 22, 0.82);
  color: rgba(167, 243, 208, 0.95);
  box-shadow: 0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.12);
}

header .vc-notif-summary.vc-icon-btn {
  border-color: rgba(var(--vc-sand-rgb), 0.32);
  color: rgba(241, 245, 249, 0.94);
}

header .vc-notif-summary.vc-icon-btn:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.48);
  background: rgba(var(--vc-mocha-rgb), 0.38);
  color: rgba(232, 201, 168, 0.96);
  box-shadow:
    0 0 20px rgba(var(--vc-reviews-glow-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-pillar-head-ico {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(212, 168, 136, 0.12);
}

.vc-hub-tile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(14, 10, 7, 0.65);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.vc-hub-tile:hover {
  border-color: rgba(212, 168, 136, 0.28);
  background: rgba(15, 23, 42, 0.72);
}

.vc-pillar {
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.vc-pillar:hover {
  border-color: rgba(236, 210, 188, 0.38);
  box-shadow:
    0 0 0 1px rgba(236, 210, 188, 0.1) inset,
    0 16px 44px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(212, 168, 136, 0.1);
}

.vc-pillar:hover .vc-pillar-head-ico {
  background: rgba(212, 168, 136, 0.22);
  box-shadow: 0 0 18px rgba(212, 168, 136, 0.18);
}

/* Homepage: stessa larghezza massima della barra stats (#stats, max-w-6xl / 72rem) */
.vc-home-panels-shell {
  max-width: min(72rem, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.vc-home-linkgrid {
  display: grid;
  gap: 0.85rem;
}

.vc-home-linkgrid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.vc-home-linkpanel {
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.16);
  background:
    linear-gradient(135deg, rgba(23, 15, 11, 0.92) 0%, rgba(14, 10, 8, 0.9) 48%, rgba(28, 19, 14, 0.88) 100%);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-home-linkpanel__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.vc-home-linkpanel__badge {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(var(--vc-sand-rgb), 0.95);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.3);
  background: rgba(var(--vc-mocha-rgb), 0.34);
  font-size: 1.12rem;
}

.vc-home-linkpanel__title {
  margin: 0;
  color: rgba(167, 243, 208, 0.96);
  font-size: clamp(1.02rem, 0.9vw + 0.75rem, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.vc-home-linkpanel__list {
  display: grid;
  gap: 0.5rem;
}

.vc-home-linkitem {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.75rem;
  background: rgba(18, 12, 9, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.vc-home-linkitem:hover {
  transform: translateY(-2px);
  background: rgba(36, 24, 18, 0.72);
  border-color: rgba(var(--vc-sand-rgb), 0.28);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.vc-home-linkitem__icon {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  flex-shrink: 0;
  color: rgba(var(--vc-sand-rgb), 0.95);
  background: rgba(var(--vc-mocha-rgb), 0.36);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.24);
  font-size: 1.02rem;
}

.vc-home-linkitem__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
}

.vc-home-linkitem__copy strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(167, 243, 208, 0.96);
  line-height: 1.2;
}

.vc-home-linkitem__copy small {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(248, 250, 252, 0.9);
  width: 100%;
}

.vc-home-linkitem__copy small::before {
  content: none;
}

.vc-home-linkitem__arrow {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: rgba(var(--vc-sand-rgb), 0.72);
}

.vc-hub-ico {
  flex-shrink: 0;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  font-size: 1rem;
}

.vc-hub-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: left;
}

.vc-hub-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.96);
}

.vc-hub-desc {
  font-size: 0.72rem;
  color: rgba(203, 213, 225, 0.95);
}

.vc-hub-arrow {
  flex-shrink: 0;
  font-size: 1.05rem;
}

.vc-stat-strip {
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Homepage #stats: allineata alla palette sabbia/moka del sito. */
#stats .vc-stat-strip {
  border-color: rgba(var(--vc-sand-rgb), 0.16);
  background: linear-gradient(
    135deg,
    rgba(23, 15, 11, 0.92) 0%,
    rgba(14, 10, 8, 0.9) 48%,
    rgba(28, 19, 14, 0.88) 100%
  );
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 42px rgba(var(--vc-mocha-rgb), 0.12);
}

.vc-stat-label {
  margin: 0.5rem 0 0;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.9);
}

#stats .vc-stat-strip:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.26);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(var(--vc-mocha-rgb), 0.2);
}

#stats .vc-stat-num {
  color: rgba(167, 243, 208, 0.96);
}

.vc-stat-cell {
  position: relative;
  margin: -0.35rem;
  padding: 0.85rem 0.5rem 1rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#stats .vc-stat-cell:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.24);
  background: rgba(33, 22, 16, 0.72);
  box-shadow:
    0 0 0 1px rgba(var(--vc-sand-rgb), 0.12) inset,
    0 14px 40px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(var(--vc-mocha-rgb), 0.16);
}

#stats .vc-stat-cell:hover .vc-stat-num {
  text-shadow:
    0 0 18px rgba(var(--vc-sand-rgb), 0.28),
    0 0 32px rgba(var(--vc-mocha-rgb), 0.2);
}

.vc-stat-num {
  font-variant-numeric: tabular-nums;
  transition: text-shadow 0.2s ease;
}

.vc-stat-num-inner {
  display: inline-block;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}

.vc-home-storygrid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vc-home-storycard {
  padding: 1.45rem 1.5rem 1.5rem;
  border-radius: 1.65rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.14);
  background:
    linear-gradient(135deg, rgba(23, 15, 11, 0.92) 0%, rgba(14, 10, 8, 0.88) 55%, rgba(28, 19, 14, 0.82) 100%);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-home-storycard--accent {
  background:
    linear-gradient(135deg, rgba(34, 22, 16, 0.94) 0%, rgba(20, 14, 11, 0.78) 100%);
}

.vc-home-storycard__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.vc-home-storycard__icon {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  flex-shrink: 0;
  color: #e8c9a8;
  background: rgba(var(--vc-mocha-rgb), 0.32);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.26);
  font-size: 1.38rem;
}

.vc-home-storycard--accent .vc-home-storycard__icon {
  color: #e8c9a8;
  background: rgba(var(--vc-mocha-rgb), 0.22);
  border-color: rgba(var(--vc-sand-rgb), 0.28);
}

.vc-home-storycard__title {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  color: rgba(167, 243, 208, 0.96);
  font-size: clamp(1.48rem, 2.15vw, 1.95rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-home-storycard__desc {
  margin: 1.05rem 0 0;
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.92rem;
  line-height: 1.65;
}

.vc-stat-247 {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.55s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.vc-stat-247.vc-stat-247--in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .vc-stat-247 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .vc-stat-strip,
  .vc-stat-cell,
  .vc-pillar {
    transition: none;
  }

  #stats .vc-stat-cell:hover .vc-stat-num {
    text-shadow: none;
  }

  .vc-brand-glow {
    animation: none !important;
  }
}

@media (max-width: 800px) {
  .vc-home-linkgrid--three,
  .vc-home-linkgrid--two,
  .vc-home-storygrid,
  .vc-home-highlights {
    grid-template-columns: 1fr;
  }

  .vc-home-linkpanel {
    padding: 1rem 1.05rem 1.08rem;
    border-radius: 1rem;
  }

  .vc-home-linkpanel__head {
    margin-bottom: 0.85rem;
  }

  .vc-home-linkpanel__list {
    gap: 0.55rem;
  }

  .vc-home-linkitem {
    min-height: 0;
    padding: 0.6rem 0.75rem;
    gap: 0.75rem;
    border-radius: 0.95rem;
  }

  .vc-home-linkitem__icon {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 1.05rem;
    border-radius: 0.75rem;
  }

  .vc-home-linkitem__copy {
    gap: 0 0.3rem;
  }

  .vc-home-linkpanel__title {
    font-size: 1.12rem;
  }

  .vc-home-storycard {
    padding: 1.5rem 1.25rem 1.55rem;
    border-radius: 1.5rem;
  }

  .vc-home-storycard__head {
    gap: 0.9rem;
  }

  .vc-home-storycard__icon {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.92rem;
    font-size: 1.45rem;
  }

  .vc-home-storycard__title {
    font-size: clamp(1.22rem, 4.1vw, 1.68rem);
  }

  .vc-home-storycard__desc {
    margin-top: 1.15rem;
    font-size: 0.9rem;
    line-height: 1.65;
  }
}

#header-quick-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.header-login-state {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.discord-login-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.discord-account-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.discord-account-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -0.35rem;
  width: 15.5rem;
  height: 0.9rem;
  pointer-events: auto;
}

.discord-profile-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  text-decoration: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 9999px;
  overflow: visible;
  transform: translateZ(0);
  isolation: isolate;
}

.discord-profile-link:hover,
.discord-profile-link:focus-visible,
.discord-account-menu:hover {
  z-index: 20;
}

.discord-profile-link::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(var(--vc-reviews-emerald-rgb), 0.32) 0%, rgba(var(--vc-reviews-teal-rgb), 0.22) 46%, transparent 72%);
  filter: blur(8px);
  opacity: 0.88;
  pointer-events: none;
}

.discord-avatar-clip {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.discord-profile-link .discord-avatar-img {
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.discord-profile-hover {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.55rem);
  transform: translate(-50%, -0.35rem) scale(0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.95rem;
  white-space: nowrap;
  color: #ecfdf5;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 0.9rem;
  border: 1px solid rgba(110, 231, 183, 0.35);
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.18), transparent 48%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(6, 26, 22, 0.98));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(var(--vc-reviews-emerald-rgb), 0.08) inset,
    0 0 28px rgba(var(--vc-reviews-glow-rgb), 0.12);
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.discord-profile-hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.36rem;
  width: 0.72rem;
  height: 0.72rem;
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid rgba(110, 231, 183, 0.32);
  border-top: 1px solid rgba(110, 231, 183, 0.32);
  background: rgba(12, 24, 22, 0.98);
}

.discord-profile-link::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  border-radius: inherit;
  border: 2px solid rgba(110, 231, 183, 0.55);
  box-shadow:
    0 0 0 2px rgba(var(--vc-reviews-teal-rgb), 0.22),
    0 0 18px rgba(var(--vc-reviews-emerald-rgb), 0.28),
    0 0 28px rgba(var(--vc-reviews-glow-rgb), 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.discord-profile-link:hover::after,
.discord-profile-link:focus-visible::after {
  opacity: 1;
}

.discord-profile-link:hover .discord-avatar-img,
.discord-profile-link:focus-visible .discord-avatar-img {
  transform: scale(1.11);
  filter: saturate(1.08) brightness(0.94);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 8px 26px rgba(var(--vc-reviews-glow-rgb), 0.32);
}

.discord-account-popover {
  position: absolute;
  right: -0.2rem;
  top: calc(100% + 0.75rem);
  z-index: 70;
  width: 15rem;
  padding: 0.65rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.14), transparent 44%),
    radial-gradient(circle at 100% 100%, rgba(20, 83, 76, 0.2), transparent 48%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(6, 22, 20, 0.98));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(var(--vc-reviews-emerald-rgb), 0.06) inset,
    0 0 32px rgba(var(--vc-reviews-glow-rgb), 0.1);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.45rem) scale(0.97);
  transform-origin: top right;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.discord-account-popover::before {
  content: "";
  position: absolute;
  right: 1.65rem;
  top: -0.42rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border-left: 1px solid rgba(110, 231, 183, 0.22);
  border-top: 1px solid rgba(110, 231, 183, 0.22);
  background: rgba(12, 22, 22, 0.98);
}

.discord-account-menu:hover .discord-account-popover,
.discord-account-menu:focus-within .discord-account-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.discord-account-popover__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.5rem 0.65rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.discord-account-popover__avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(var(--vc-reviews-glow-rgb), 0.22);
}

.discord-account-popover__avatar .discord-avatar-img {
  width: 100%;
  height: 100%;
  transform: none;
}

.discord-account-popover__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ccfbf1;
  font-weight: 850;
}

.discord-account-popover__item {
  display: flex;
  width: 100%;
  min-height: 2.55rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  color: rgba(226, 232, 240, 0.92);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.92rem;
  transition:
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.discord-account-popover__item i {
  width: 1rem;
  text-align: center;
  color: rgba(110, 231, 183, 0.82);
}

.discord-account-popover__item:hover,
.discord-account-popover__item:focus-visible {
  color: #fff;
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
  transform: translateX(2px);
  outline: none;
}

.discord-account-popover__item--danger:hover,
.discord-account-popover__item--danger:focus-visible {
  background: rgba(248, 113, 113, 0.14);
  color: #fecaca;
}

.discord-account-popover__item--danger i {
  color: rgba(252, 165, 165, 0.9);
}

.discord-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 30% 50%;
  display: block;
  flex-shrink: 0;
  transform: scale(1.05);
}

.discord-avatar-img--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: rgba(6, 78, 59, 0.45);
  color: rgba(204, 251, 241, 0.85);
  font-size: 1rem;
}

.discord-logout-btn {
  border: 1px solid var(--vc-header-ctrl-border);
  background: var(--vc-header-ctrl-bg);
  color: #ffffff;
  border-radius: 9999px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.discord-logout-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.18rem;
  transform: translate(0.5px, 0);
}

.discord-login-btn--loading,
.vc-auth-required-login.discord-login-btn--loading {
  pointer-events: none;
  opacity: 0.9;
}

.discord-login-btn--loading .fa,
.discord-login-btn--loading .discord-login-btn__spin {
  display: inline-flex;
}

.discord-login-btn__spin {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: rgba(var(--vc-reviews-emerald-rgb), 0.95);
  animation: vc-page-spin 0.8s linear infinite;
}

.discord-logout-btn:hover,
.discord-logout-btn:focus {
  border-color: var(--vc-header-ctrl-border-hover);
  background: var(--vc-header-ctrl-bg-hover);
}

.vc-hero-desc {
  color: #f8fafc;
  padding: 1.25rem 1.4rem;
  border-radius: 1rem;
  background: rgba(12, 8, 6, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 14px 48px rgba(0, 0, 0, 0.55);
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.8),
    0 1px 2px rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  white-space: pre-wrap;
}

.vc-hero-cta-row {
  padding: 0.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  border-radius: 1rem;
  background: rgba(14, 10, 8, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
}

ul.vc-hero-social:not(:has(> li)),
ul.vc-footer-social:not(:has(> li)) {
  display: none;
  margin: 0;
  padding: 0;
}

.vc-footer {
  background: linear-gradient(180deg,
      rgba(12, 9, 7, 0.55) 0,
      rgba(8, 6, 5, 0.22) 2.5rem,
      transparent 5rem);
}

@keyframes vc-footer-heart-beat {

  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.9);
    text-shadow: 0 0 2px rgba(244, 63, 94, 0.15);
  }

  48% {
    opacity: 1;
    transform: scale(1.08);
    text-shadow:
      0 0 10px rgba(255, 90, 120, 0.95),
      0 0 22px rgba(244, 63, 94, 0.55);
  }

  58% {
    opacity: 0.92;
    transform: scale(1.02);
    text-shadow:
      0 0 8px rgba(255, 80, 110, 0.75),
      0 0 18px rgba(244, 63, 94, 0.4);
  }
}

.vc-footer-heart {
  display: inline-block;
  transform-origin: center;
  vertical-align: 0.08em;
  line-height: 1;
  animation: vc-footer-heart-beat 3.4s ease-in-out infinite;
  text-shadow: 0 0 6px rgba(244, 63, 94, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .vc-footer-heart {
    animation: none;
  }
}

.vc-hero-discord-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.1rem;
  border-radius: 9999px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #e8d4c4;
  background: rgba(14, 11, 9, 0.82);
  border: 1px solid rgba(194, 154, 124, 0.55);
  box-shadow:
    0 2px 24px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}

.vc-hero-discord-cta:hover {
  color: #fff8f0;
  border-color: rgba(218, 185, 158, 0.9);
  background: rgba(26, 20, 16, 0.92);
  box-shadow:
    0 0 0 1px rgba(194, 154, 124, 0.2),
    0 4px 28px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vc-header-bar {
  overflow: visible;
}

.vc-header-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: rgba(10, 9, 8, 0.55);
  box-shadow: 0 0 0 1px rgba(212, 168, 136, 0.18);
}


@media (min-width: 640px) {
  .vc-header-logo-link {
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.2rem;
  }
}

.vc-header-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 30% 50%;
  transform: scale(1.40);
  transform-origin: center;
}

.vc-snav-sep {
  display: none !important;
  width: 1px;
  height: 1.45rem !important;
  opacity: 0.9;
  align-self: center !important;
  transform: translateY(0) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
}

.vc-header-snav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.vc-header-snav > .vc-snav-item,
.vc-header-snav > .vc-snav-details {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.vc-header-snav > .vc-snav-item:first-child {
  margin-right: 0.75rem !important;
}

.vc-header-snav > .vc-snav-item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.45rem;
  width: 1px;
  height: 1.35rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

@media (min-width: 640px) {
  .vc-header-snav {
    gap: 0.95rem !important;
    column-gap: 0.95rem !important;
  }

  .vc-header-snav > .vc-snav-item,
  .vc-header-snav > .vc-snav-details {
    margin: 0 !important;
  }

  .vc-header-snav > .vc-snav-sep {
    display: none !important;
    flex: 0 0 auto;
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    margin: 0 0.95rem !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  .vc-header-snav > .vc-snav-item:not(:first-child),
  .vc-header-snav > .vc-snav-details:not(:first-child) {
    margin-left: 0 !important;
  }
}

.vc-snav-details,
.vc-snav-item {
  display: inline-flex;
  align-items: center;
}

@media (min-width: 640px) {
  .vc-header-logo-link {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.vc-header-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 9999px;
  transform: translate(-7%, -4%) scale(1.48);
  transform-origin: center;
  /* Icona guild Discord = cerchio su PNG quadrato: zoom per coprire il clip senza “angoli vuoti” */
}

a.vc-header-logo-link+a[href] {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 2.25rem;
}

@media (min-width: 640px) {
  a.vc-header-logo-link+a[href] {
    min-height: 2.5rem;
  }
}

.vc-header-snav {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vc-header-snav.vc-glass {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vc-header-snav .vc-snav-item,
.vc-header-snav .vc-snav-summary {
  min-height: 2.25rem;
  padding: 0.45rem 1rem;
}

.vc-header-snav .vc-snav-item:hover,
.vc-header-snav .vc-snav-summary:hover {
  color: #fff;
  box-shadow: none;
}

.vc-header-snav .vc-snav-item--active {
  color: #fff;
}

.vc-header-snav .vc-snav-item--active:hover {
  color: #fff;
}

.vc-header-snav .vc-snav-details[open]>.vc-snav-summary {
  color: #fff;
}

.vc-header-snav .vc-snav-details.vc-snav-details--current>.vc-snav-summary {
  color: rgba(204, 251, 241, 0.95);
}

.vc-header-snav .vc-snav-details.vc-snav-details--current>.vc-snav-summary:hover {
  color: #fff;
}

.vc-header-snav .vc-snav-panel {
  z-index: 100;
}

.vc-header-snav .vc-snav-summary,
.vc-header-snav .vc-snav-item {
  padding: 0.38rem 0.55rem;
  font-size: 0.8rem;
}

@media (min-width: 640px) {

  .vc-header-snav .vc-snav-summary,
  .vc-header-snav .vc-snav-item {
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
  }
}

.vc-snav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.2rem 0.35rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.95);
  text-decoration: none;
  transition: color 0.15s;
}

.vc-snav-item:hover {
  color: #fff;
}

.vc-snav-item--active {
  color: #fff;
}

.vc-snav-item--active:hover {
  color: #fff;
}

.vc-snav-details {
  position: relative;
  z-index: 1;
}

.vc-snav-details[open] {
  z-index: 120;
}

.vc-snav-summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.35rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.95);
  cursor: pointer;
  user-select: none;
  transition: color 0.15s;
}

.vc-snav-summary::-webkit-details-marker {
  display: none;
}

.vc-snav-summary:hover {
  color: #fff;
}

.vc-snav-chev {
  transition: transform 0.2s ease;
}

.vc-snav-details[open] .vc-snav-chev {
  transform: rotate(180deg);
}

.vc-snav-panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 13rem;
  padding: 0.4rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(110, 231, 183, 0.2);
  background:
    radial-gradient(ellipse 90% 80% at 50% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.1), transparent 52%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(6, 22, 20, 0.94));
  backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(var(--vc-reviews-glow-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 100;
  overflow: clip;
}

.vc-snav-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(var(--vc-reviews-emerald-rgb), 0.08) 0%, transparent 55%);
}

.vc-snav-panel>.vc-snav-row {
  position: relative;
  z-index: 1;
}

.vc-snav-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.52rem 0.72rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.96);
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  transition:
    background 0.12s,
    color 0.12s;
}

.vc-snav-row-ico {
  flex-shrink: 0;
  display: inline-flex;
  width: 1.15rem;
  justify-content: center;
  font-size: 0.95rem;
  opacity: 0.95;
}

.vc-snav-row:hover {
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
  color: #f8fafc;
}

.vc-notif-dropdown {
  position: relative;
}

.vc-notif-summary {
  list-style: none;
  cursor: pointer;
}

.vc-notif-summary::-webkit-details-marker {
  display: none;
}

.vc-notif-summary:focus-visible {
  outline: 2px solid rgba(110, 231, 183, 0.5);
  outline-offset: 2px;
}

.vc-notif-dropdown[open] .vc-notif-summary {
  border-color: rgba(var(--vc-sand-rgb), 0.5);
  background: rgba(var(--vc-mocha-rgb), 0.48);
  color: rgba(232, 201, 168, 0.98);
  box-shadow:
    0 0 26px rgba(var(--vc-reviews-glow-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-notif-badge {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(145deg, rgba(139, 58, 42, 0.98), rgba(var(--vc-mocha-rgb), 0.95));
  color: #fff5f0;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(12, 9, 7, 0.95);
  pointer-events: none;
}

.vc-notif-badge[hidden] {
  display: none !important;
}

.vc-notif-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  width: 22rem;
  max-width: min(22rem, calc(100vw - 2rem));
  border-radius: 1rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.22);
  background:
    radial-gradient(ellipse 95% 70% at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.1), transparent 48%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(var(--vc-mocha-rgb), 0.28), transparent 50%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.96), rgba(10, 22, 18, 0.94));
  backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(var(--vc-reviews-glow-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: clip;
  z-index: 130;
}

.vc-notif-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-notif-panel-head-start {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.vc-notif-panel-head-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.vc-notif-panel-head-ico {
  flex-shrink: 0;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(var(--vc-mocha-rgb), 0.42);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.28);
  color: rgba(232, 201, 168, 0.95);
  font-size: 0.95rem;
}

.vc-notif-panel-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.01em;
}

.vc-notif-panel-sub {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(232, 201, 168, 0.55);
}

.vc-notif-panel-head-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.vc-notif-dropdown:not(.vc-notif-dropdown--has-items) .vc-notif-panel-head-actions {
  visibility: hidden;
  pointer-events: none;
}

.vc-notif-action {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.85);
  cursor: pointer;
  transition:
    border-color 0.15s,
    color 0.15s,
    background 0.15s;
}

.vc-notif-action:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.38);
  color: rgba(232, 201, 168, 0.95);
  background: rgba(var(--vc-mocha-rgb), 0.35);
}

.vc-notif-panel-body {
  padding: 0.85rem 1rem 1rem;
}

.vc-notif-empty-wrap {
  padding: 0.5rem 0 0.35rem;
}

.vc-notif-dropdown.vc-notif-dropdown--has-items .vc-notif-empty-wrap {
  display: none;
}

.vc-notif-dropdown:not(.vc-notif-dropdown--has-items) .vc-notif-list-wrap,
.vc-notif-dropdown:not(.vc-notif-dropdown--has-items) .vc-notif-panel-foot {
  display: none;
}

.vc-notif-list-wrap {
  padding: 0.15rem 0 0.25rem;
}

.vc-notif-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-height: 18.5rem;
  overflow-y: auto;
}

.vc-notif-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.7rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.18);
  background: linear-gradient(125deg, rgba(var(--vc-mocha-rgb), 0.32), rgba(18, 14, 11, 0.72));
  cursor: pointer;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  transition:
    border-color 0.15s,
    background 0.15s;
}

.vc-notif-item:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.28);
  background: linear-gradient(125deg, rgba(var(--vc-mocha-rgb), 0.42), rgba(12, 28, 22, 0.78));
}

.vc-notif-item--read {
  border-color: rgba(var(--vc-sand-rgb), 0.1);
  background: rgba(20, 16, 13, 0.55);
}

.vc-notif-item--read:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.2);
  background: rgba(28, 22, 17, 0.68);
}

.vc-notif-item:focus-visible {
  outline: 2px solid rgba(var(--vc-reviews-emerald-rgb), 0.45);
  outline-offset: 2px;
}

.vc-notif-item-ico {
  flex-shrink: 0;
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(var(--vc-reviews-emerald-rgb), 0.1);
  color: rgba(110, 231, 183, 0.88);
  font-size: 1rem;
}

.vc-notif-item--read .vc-notif-item-ico {
  background: rgba(var(--vc-mocha-rgb), 0.28);
  color: rgba(232, 201, 168, 0.55);
}

.vc-notif-item-main {
  flex: 1;
  min-width: 0;
}

.vc-notif-item-title {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f1f5f9;
}

.vc-notif-item--read .vc-notif-item-title {
  color: rgba(226, 232, 240, 0.82);
}

.vc-notif-item-desc {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(226, 232, 240, 0.68);
}

.vc-notif-item--read .vc-notif-item-desc {
  color: rgba(232, 201, 168, 0.45);
}

.vc-notif-item-time {
  display: block;
  font-size: 0.68rem;
  color: rgba(232, 201, 168, 0.42);
}

.vc-notif-item--read .vc-notif-item-time {
  color: rgba(232, 201, 168, 0.35);
}

.vc-notif-item-dot {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 9999px;
  background: rgb(var(--vc-reviews-emerald-rgb));
  box-shadow: 0 0 10px rgba(var(--vc-reviews-glow-rgb), 0.45);
}

.vc-notif-item--read .vc-notif-item-dot {
  visibility: hidden;
}

.vc-notif-item--success {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.35);
  background: linear-gradient(125deg, rgba(8, 32, 24, 0.92), rgba(var(--vc-mocha-rgb), 0.28));
}

.vc-notif-item--success:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.48);
  background: linear-gradient(125deg, rgba(10, 42, 30, 0.95), rgba(var(--vc-mocha-rgb), 0.32));
}

.vc-notif-item--success .vc-notif-item-ico {
  background: rgba(6, 78, 59, 0.55);
  color: rgba(167, 243, 208, 0.95);
}

.vc-notif-item--success .vc-notif-item-dot {
  background: rgb(var(--vc-reviews-emerald-rgb));
  box-shadow: 0 0 10px rgba(var(--vc-reviews-glow-rgb), 0.55);
}

.vc-notif-item--success.vc-notif-item--read {
  border-color: rgba(var(--vc-sand-rgb), 0.12);
  background: rgba(20, 16, 13, 0.58);
}

.vc-notif-item--success.vc-notif-item--read .vc-notif-item-ico {
  background: rgba(6, 55, 42, 0.42);
  color: rgba(167, 243, 208, 0.78);
}

.vc-notif-panel-foot {
  padding: 0.85rem 1rem 0.95rem;
  border-top: 1px solid rgba(var(--vc-sand-rgb), 0.12);
  background:
    radial-gradient(120% 190% at 0% 100%, rgba(var(--vc-reviews-emerald-rgb), 0.08), transparent 48%),
    radial-gradient(130% 170% at 100% 100%, rgba(var(--vc-mocha-rgb), 0.22), transparent 52%),
    rgba(14, 10, 8, 0.88);
  text-align: center;
}

.vc-notif-see-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.15rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.16);
  background: rgba(var(--vc-mocha-rgb), 0.22);
  font-size: 1.02rem;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.88);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition:
    color 0.15s,
    border-color 0.15s,
    background 0.15s;
}

.vc-notif-see-all:hover {
  color: #f8fafc;
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.28);
  background: rgba(var(--vc-reviews-emerald-rgb), 0.08);
}

.vc-notif-see-all .fa {
  font-size: 0.8rem;
  opacity: 0.82;
}

.vc-notif-empty {
  text-align: center;
  padding: 0.35rem 0 0.25rem;
}

.vc-notif-empty-ico {
  display: inline-flex;
  width: 4.25rem;
  height: 4.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.18);
  background: rgba(var(--vc-mocha-rgb), 0.22);
  margin: 0 auto 1rem;
  color: rgba(232, 201, 168, 0.35);
  font-size: 1.65rem;
}

.vc-notif-empty-title {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(232, 201, 168, 0.82);
}

.vc-notif-empty-sub {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(232, 201, 168, 0.48);
}

/* Wiki: stessa atmosfera homepage (moka/sabbia con accenti verdi). */
.vc-body.vc-wiki-page {
  color: rgba(226, 232, 240, 0.95);
  background-color: #080605;
  background-image:
    radial-gradient(ellipse 90% 70% at 88% 6%, rgba(var(--vc-sand-rgb), 0.11), transparent 52%),
    radial-gradient(ellipse 100% 82% at 8% 92%, rgba(var(--vc-mocha-rgb), 0.2), transparent 55%),
    radial-gradient(ellipse 100% 75% at 50% -6%, rgba(94, 58, 38, 0.16), transparent 62%),
    linear-gradient(180deg, #0b0908 0%, #100c09 24%, #140f0c 48%, #0f0b08 78%, #080605 100%);
}

.vc-body.vc-wiki-page::before {
  background:
    radial-gradient(ellipse 85% 70% at 50% 0%, rgba(var(--vc-sand-rgb), 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(var(--vc-mocha-rgb), 0.12), transparent 45%);
}

.vc-body.vc-wiki-page header .vc-nav-shell.vc-glass {
  background: rgba(20, 13, 10, 0.82);
  border-color: rgba(var(--vc-sand-rgb), 0.14);
}

.vc-body.vc-wiki-page header .vc-nav-shell.vc-glass.vc-nav-shell--scrolled {
  box-shadow:
    0 10px 38px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(var(--vc-mocha-rgb), 0.14);
}

.vc-wiki-main {
  text-align: center;
}

.vc-wiki-title {
  color: rgba(167, 243, 208, 0.98);
  text-shadow:
    0 1px 24px rgba(var(--vc-mocha-rgb), 0.24),
    0 0 12px rgba(var(--vc-sand-rgb), 0.18);
}

.vc-wiki-lead {
  color: rgba(248, 250, 252, 0.9);
}

.vc-wiki-lead strong {
  color: rgba(167, 243, 208, 0.95);
  font-weight: 600;
}

.vc-wiki-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(148, 163, 184, 0.9);
  text-decoration: none;
  transition: color 0.15s;
}

.vc-wiki-back:hover {
  color: rgba(var(--vc-sand-rgb), 0.95);
}

.vc-wiki-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.24);
  background: rgba(var(--vc-mocha-rgb), 0.35);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--vc-sand-rgb), 0.92);
}

.vc-wiki-badge .fa {
  opacity: 0.85;
}

.vc-wiki-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  padding: 0.65rem 1.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.3);
  background: rgba(var(--vc-mocha-rgb), 0.42);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(167, 243, 208, 0.95);
  text-decoration: none;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s;
}

.vc-wiki-cta:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.42);
  background: rgba(66, 43, 30, 0.52);
  color: rgba(167, 243, 208, 0.98);
  box-shadow: 0 0 28px rgba(var(--vc-mocha-rgb), 0.2);
}

.vc-wiki-cta-chev {
  font-size: 0.65rem;
  opacity: 0.75;
  margin-left: 0.15rem;
}

.vc-wiki-cards .grid {
  text-align: left;
}

.vc-wiki-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(22, 15, 11, 0.55);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}

.vc-wiki-card:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.28);
  background: rgba(28, 19, 14, 0.62);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(var(--vc-mocha-rgb), 0.18);
  transform: translateY(-2px);
}

.vc-wiki-card-avatar {
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.vc-wiki-card-ico {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  color: #fff;
}

.vc-wiki-card-ico--cyan {
  background: linear-gradient(145deg, #0f766e, #2dd4bf);
}

.vc-wiki-card-ico--rose {
  background: linear-gradient(145deg, #9d174d, #fb7185);
}

.vc-wiki-card-ico--violet {
  background: linear-gradient(145deg, #5b21b6, #a78bfa);
}

.vc-wiki-card-ico--emerald {
  background: linear-gradient(145deg, #047857, #34d399);
}

.vc-wiki-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(167, 243, 208, 0.96);
}

.vc-wiki-card-desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.9);
}

.vc-wiki-card-link {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(var(--vc-sand-rgb), 0.9);
}

.vc-wiki-card:hover .vc-wiki-card-link {
  color: rgba(167, 243, 208, 0.98);
}

.vc-wiki-sections {
  text-align: left;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.vc-wiki-section+.vc-wiki-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 2.5rem;
}

.vc-footer--wiki {
  background: linear-gradient(180deg,
      rgba(12, 9, 7, 0.45) 0,
      rgba(8, 6, 5, 0.18) 2.5rem,
      transparent 5rem);
}

.vc-footer--wiki nav {
  color: rgba(180, 158, 140, 0.88);
}

.vc-footer--wiki p {
  color: rgba(168, 148, 130, 0.85);
}

.vc-body.vc-wiki-page footer.vc-footer.vc-footer--wiki {
  background: rgba(2, 6, 23, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-body.vc-wiki-page .vc-footer--wiki nav {
  color: rgba(148, 163, 184, 0.88);
}

.vc-body.vc-wiki-page .vc-footer--wiki p {
  color: rgba(148, 163, 184, 0.88);
}

.vc-body.vc-wiki-page .vc-snav-row.vc-snav-row--active {
  background: rgba(16, 185, 129, 0.2);
  color: #ecfdf5;
}

.vc-body.vc-regole-page .vc-snav-row.vc-snav-row--active,
.vc-body.vc-unban-page .vc-snav-row.vc-snav-row--active,
.vc-body.vc-candidature-page .vc-snav-row.vc-snav-row--active {
  background: rgba(16, 185, 129, 0.2);
  color: #ecfdf5;
}

.vc-cmd-panel {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vc-cmd-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background: rgba(6, 78, 59, 0.38);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(167, 243, 208, 0.92);
}

.vc-cmd-heading {
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.vc-cmd-tab-avatar {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.vc-cmd-tab--on .vc-cmd-tab-avatar {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.vc-cmd-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.45);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.92);
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s;
}

.vc-cmd-tab:hover {
  border-color: rgba(52, 211, 153, 0.28);
  background: rgba(15, 23, 42, 0.58);
}

.vc-cmd-tab--on {
  border-color: transparent;
  background: linear-gradient(180deg, rgb(5, 122, 85), rgb(20, 184, 166));
  color: #f0fdfa;
  box-shadow:
    0 4px 22px rgba(var(--vc-reviews-glow-rgb), 0.28),
    0 0 22px rgba(var(--vc-reviews-emerald-rgb), 0.18);
}

.vc-cmd-tab[data-bot="test"].vc-cmd-tab--on {
  background: linear-gradient(180deg, #6d28d9, #8b5cf6);
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.28);
}

.vc-cmd-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.5);
  color: rgba(148, 163, 184, 0.92);
}

.vc-cmd-search:focus-within {
  border-color: rgba(52, 211, 153, 0.32);
  color: rgba(203, 213, 225, 0.95);
}

.vc-cmd-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
  color: #f1f5f9;
  outline: none;
}

.vc-cmd-search input::placeholder {
  color: rgba(100, 116, 139, 0.85);
}

.vc-cmd-search-results {
  position: relative;
  min-height: 0;
}

.vc-cmd-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.35);
  text-align: center;
}

.vc-cmd-empty[hidden] {
  display: none !important;
}

.vc-cmd-empty-ico {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  border: 1px solid rgba(110, 231, 183, 0.2);
  background: rgba(52, 211, 153, 0.08);
  color: rgba(110, 231, 183, 0.55);
  font-size: 1.1rem;
}

.vc-cmd-empty-text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(203, 213, 225, 0.9);
}

.vc-cmd-panes--search-miss {
  display: none !important;
}

.vc-cmd-li--hidden {
  display: none !important;
}

.vc-cmd-pane {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* display:flex sopra vince sullo user agent di [hidden]: entrambi i tab wiki restavano visibili. */
.vc-cmd-pane[hidden] {
  display: none !important;
}

.vc-cmd-acc {
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.38);
  overflow: hidden;
  transition: opacity 0.15s;
}

.vc-cmd-acc--hidden {
  display: none !important;
}

.vc-cmd-acc-sum {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.vc-cmd-acc-sum::-webkit-details-marker {
  display: none;
}

.vc-cmd-acc-avatar {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.vc-cmd-invoke-kind {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.88);
}

.vc-cmd-acc-ico {
  flex-shrink: 0;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: linear-gradient(145deg, #047857, #34d399);
  font-size: 0.85rem;
  color: #fff;
}

.vc-cmd-acc-ico--violet {
  background: linear-gradient(145deg, #6d28d9, #8b5cf6);
}

.vc-cmd-acc-text {
  flex: 1;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vc-cmd-acc-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #f8fafc;
}

.vc-cmd-acc-meta {
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.88);
}

.vc-cmd-acc-chev {
  flex-shrink: 0;
  font-size: 0.65rem;
  color: rgba(100, 116, 139, 0.8);
  transition: transform 0.2s ease;
}

.vc-cmd-acc[open] .vc-cmd-acc-chev {
  transform: rotate(180deg);
}

.vc-cmd-acc-body {
  padding: 0 1rem 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vc-cmd-list {
  margin: 0;
  padding: 0.5rem 0 0;
  list-style: none;
}

.vc-cmd-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
}

.vc-cmd-list li:last-child {
  border-bottom: none;
}

.vc-cmd-name {
  font-weight: 600;
  color: rgba(241, 245, 249, 0.96);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8rem;
}

.vc-cmd-hint {
  color: rgba(148, 163, 184, 0.92);
  font-size: 0.78rem;
}

.vc-snav-row.vc-snav-row--active {
  background: rgba(16, 185, 129, 0.2);
  color: #ecfdf5;
}

.vc-candidature-page .vc-candidature-hero-ico {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(145deg, #047857, #34d399);
  font-size: 1.35rem;
  color: #fff;
  box-shadow: 0 8px 28px rgba(var(--vc-reviews-glow-rgb), 0.22);
}

.vc-candidature-card {
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
}

.vc-candidature-req-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: vc-creq;
}

.vc-candidature-req-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.92);
  counter-increment: vc-creq;
}

.vc-candidature-req-list > li:first-child {
  margin-top: 0;
}

.vc-candidature-req-list > li::before {
  content: counter(vc-creq);
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.06rem;
  border-radius: 9999px;
  border: 1px solid rgba(110, 231, 183, 0.35);
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
  color: #a7f3d0;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.45rem;
  text-align: center;
}

.vc-candidature-req-body {
  min-width: 0;
}

.vc-candidature-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  border-radius: 1rem;
  padding: 0.95rem 1.05rem;
}

.vc-candidature-notice-ico {
  display: inline-flex;
  margin-top: 0.12rem;
  font-size: 1.35rem;
  line-height: 1;
}

.vc-candidature-notice--slate {
  border: 1px solid rgba(52, 211, 153, 0.22);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.08), transparent 45%),
    rgba(15, 23, 42, 0.55);
}

.vc-candidature-notice--slate .vc-candidature-notice-ico {
  color: rgba(110, 231, 183, 0.9);
}

.vc-candidature-notice--amber {
  border: 1px solid rgba(251, 191, 36, 0.28);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(251, 191, 36, 0.1), transparent 48%),
    rgba(69, 26, 3, 0.42);
}

.vc-candidature-notice--amber .vc-candidature-notice-ico {
  color: rgba(253, 224, 71, 0.95);
}

.vc-candidature-notice[hidden] {
  display: none !important;
}

.vc-candidature-notice-msg {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(241, 245, 249, 0.94);
}

.vc-candidature-notice--amber .vc-candidature-notice-msg {
  color: rgba(254, 243, 199, 0.95);
}

.vc-candidature-tab {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.55);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #94a3b8;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.vc-candidature-tab:hover {
  border-color: rgba(52, 211, 153, 0.28);
  color: #e2e8f0;
}

.vc-candidature-tab--on {
  border-color: transparent;
  background: linear-gradient(180deg, rgb(5, 122, 85), rgb(20, 184, 166));
  color: #f0fdfa;
  box-shadow: 0 6px 22px rgba(var(--vc-reviews-glow-rgb), 0.2);
}

.vc-candidature-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.vc-field-validation-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 0.45rem);
  z-index: 50;
  min-width: 11rem;
  max-width: min(100%, 20rem);
  padding: 0.55rem 0.75rem 0.55rem 0.55rem;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0 0.35rem 1.25rem rgba(15, 23, 42, 0.22);
  animation: vc-field-tip-in 0.14s ease-out;
}

@keyframes vc-field-tip-in {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vc-field-validation-tip-pointer {
  position: absolute;
  left: 0.85rem;
  top: -0.38rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.45rem 0.45rem 0.45rem;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -0.06rem 0.04rem rgba(15, 23, 42, 0.06));
}

.vc-field-validation-tip-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.vc-field-validation-tip-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.3rem;
  background: #f97316;
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  line-height: 1;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.vc-field-validation-tip-text {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #0f172a;
}

.vc-unban-rules-wrap {
  position: relative;
}

.vc-candidature-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #cbd5e1;
}

.vc-candidature-input,
.vc-candidature-copy-fallback {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 12, 22, 0.75);
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.875rem;
  color: #f1f5f9;
  outline: none;
}

.vc-candidature-input:focus,
.vc-candidature-copy-fallback:focus {
  border-color: rgba(52, 211, 153, 0.35);
}

.vc-candidature-input--readonly {
  opacity: 0.85;
  cursor: not-allowed;
  background: rgba(30, 41, 59, 0.65);
}

textarea.vc-candidature-input {
  min-height: 6rem;
  resize: vertical;
}

.vc-candidature-submit {
  border: none;
  cursor: pointer;
  border-radius: 1rem;
  background: linear-gradient(to right, #34d399, #22d3ee);
  color: rgb(15 23 42 / 0.94);
  box-shadow: 0 14px 36px rgba(16, 185, 129, 0.22);
}

.vc-candidature-submit--loading {
  cursor: wait;
  opacity: 0.9;
  background: linear-gradient(
    90deg,
    rgba(var(--vc-reviews-teal-rgb), 0.88),
    rgba(var(--vc-reviews-emerald-rgb), 0.55),
    rgba(var(--vc-reviews-teal-rgb), 0.88)
  );
  box-shadow: 0 8px 28px rgba(var(--vc-reviews-glow-rgb), 0.35);
}

.vc-submit-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(var(--vc-reviews-emerald-rgb), 0.95);
  animation: vc-spin 0.85s linear infinite;
}

@keyframes vc-spin {
  to {
    transform: rotate(360deg);
  }
}

.vc-candidature-success {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  border: 1px solid rgba(52, 211, 153, 0.32);
  border-radius: 1rem;
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.12), transparent 42%),
    radial-gradient(140% 160% at 100% 100%, rgba(15, 23, 42, 0.55), transparent 58%),
    rgba(6, 24, 22, 0.55);
  padding: 0.9rem 1rem;
}

.vc-candidature-success[hidden] {
  display: none !important;
}

.vc-candidature-success-ico {
  margin-top: 0.06rem;
  font-size: 1.9rem;
  color: #22c55e;
}

.vc-candidature-success-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: #4ade80;
}

.vc-candidature-success-text {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(34, 197, 94, 0.9);
}

@media (max-width: 640px) {
  .vc-candidature-success-title {
    font-size: 1.05rem;
  }

  .vc-candidature-success-text {
    font-size: 0.86rem;
  }
}

.vc-unban-status {
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.4);
  color: rgba(148, 163, 184, 0.98);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.4rem 1rem;
}

.vc-unban-status--ok {
  border-color: rgba(52, 211, 153, 0.35);
  color: rgba(204, 251, 241, 0.98);
}

.vc-unban-rules {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  border-radius: 1rem;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.1), transparent 42%),
    rgba(15, 23, 42, 0.5);
  padding: 1rem;
}

.vc-unban-rules input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.15rem;
}

.vc-unban-rules strong {
  display: block;
  color: #f8fafc;
  font-size: 1.05rem;
}

.vc-unban-rules small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(203, 213, 225, 0.85);
  font-size: 0.95rem;
  line-height: 1.45;
}

.vc-unban-submit {
  width: 100%;
  min-height: 3.55rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #34d399, #22d3ee);
  color: rgb(15 23 42 / 0.94);
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(16, 185, 129, 0.22);
}

.vc-unban-submit:hover {
  filter: brightness(1.04);
}

@media (max-width: 640px) {
  .vc-unban-status {
    font-size: 1rem;
  }

  .vc-unban-rules strong {
    font-size: 0.95rem;
  }

  .vc-unban-rules small {
    font-size: 0.82rem;
  }

  .vc-unban-submit {
    font-size: 1.15rem;
    min-height: 3rem;
  }
}

.vc-candidature-copy-fallback {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
}

.vc-auth-required-card {
  backdrop-filter: blur(var(--vc-glass-blur-strong)) saturate(165%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur-strong)) saturate(165%);
  background:
    radial-gradient(120% 110% at 12% 0%, rgba(var(--vc-reviews-glow-rgb), 0.18), transparent 46%),
    radial-gradient(120% 140% at 92% 100%, rgba(8, 47, 42, 0.45), transparent 52%),
    rgba(8, 14, 20, 0.82);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vc-auth-required-icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(180deg, #34d399, #059669);
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.38);
}

.vc-auth-required-login {
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #34d399, #059669);
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.38);
  transition: transform 0.15s, opacity 0.15s;
}

.vc-auth-required-login:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.vc-auth-required-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.vc-auth-required-secondary:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.vc-reviews-gate {
  position: fixed;
  inset: 0;
  z-index: 10045;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  background: var(--vc-reviews-loading-overlay-bg-soft);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.vc-reviews-gate[hidden],
.vc-reviews-gate.vc-reviews-gate--dismissed {
  display: none !important;
}

.vc-reviews-gate__main {
  width: 100%;
  max-width: 28rem;
  display: flex;
  justify-content: center;
}

.vc-notifications-page {
  background-color: #090d12;
  background-image:
    radial-gradient(ellipse 88% 70% at 12% 18%, rgba(var(--vc-reviews-emerald-rgb), 0.14), transparent 50%),
    radial-gradient(ellipse 90% 70% at 25% 8%, rgba(28, 52, 70, 0.28), transparent 52%),
    radial-gradient(ellipse 75% 65% at 88% 72%, rgba(var(--vc-sand-rgb), 0.1), transparent 46%),
    radial-gradient(ellipse 60% 45% at 50% 100%, rgba(18, 42, 46, 0.28), transparent 58%),
    linear-gradient(180deg, #0b1018 0%, #0d1520 42%, #090d13 100%);
}

.vc-notify-hero {
  width: 100%;
  max-width: none;
}

.vc-notify-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.28);
  background: rgba(16, 34, 46, 0.42);
  backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-header-ctrl-blur)) saturate(150%);
  color: rgba(220, 252, 242, 0.94);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.vc-notify-home-btn:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.42);
  background: rgba(14, 42, 44, 0.58);
  color: #ecfdf5;
  box-shadow: 0 0 20px rgba(var(--vc-reviews-glow-rgb), 0.12);
}

.vc-notify-stat {
  position: relative;
  z-index: 0;
  border-radius: 0.95rem;
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.2);
  padding: 0.85rem 1rem;
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: scale(1);
  transform-origin: center center;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.vc-notify-stat:hover {
  z-index: 2;
  transform: scale(1.055);
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(var(--vc-reviews-glow-rgb), 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .vc-notify-stat {
    transition: none;
  }

  .vc-notify-stat:hover {
    transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
}

.vc-notify-stat--a {
  background: linear-gradient(135deg, rgba(18, 34, 48, 0.55), rgba(20, 62, 54, 0.2));
}

.vc-notify-stat--b {
  background: linear-gradient(135deg, rgba(22, 40, 56, 0.52), rgba(18, 64, 52, 0.18));
}

.vc-notify-stat--c {
  background: linear-gradient(135deg, rgba(20, 64, 54, 0.22), rgba(18, 36, 52, 0.35));
}

.vc-notify-stat--d {
  background: linear-gradient(135deg, rgba(16, 30, 44, 0.55), rgba(28, 74, 62, 0.12));
}

.vc-notify-stat-label {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(226, 232, 240, 0.72);
}

.vc-notify-stat-value {
  margin: 0.2rem 0 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(167, 243, 208, 0.98);
}

.vc-notify-filter-bar {
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: rgba(12, 24, 32, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-notify-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  box-sizing: border-box;
  line-height: 1.2;
  background: rgba(16, 30, 40, 0.3);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
}

.vc-notify-filter-btn--on {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.35);
  background: linear-gradient(135deg, rgba(8, 52, 40, 0.74), rgba(20, 42, 60, 0.65));
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  color: rgba(236, 253, 245, 0.98);
  box-shadow: 0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.14);
}

.vc-notify-clear-btn {
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.26);
  border-radius: 0.65rem;
  min-height: 2.25rem;
  padding: 0 0.95rem;
  background: rgba(20, 34, 46, 0.46);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.vc-notify-clear-btn:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.38);
  background: rgba(12, 46, 42, 0.58);
  color: #ecfdf5;
}

.vc-notify-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 8rem;
  border: 1px dashed rgba(var(--vc-reviews-emerald-rgb), 0.26);
  border-radius: 0.95rem;
  color: rgba(226, 232, 240, 0.78);
  background: rgba(10, 18, 24, 0.44);
}

/* display:flex sopra annulla l’effetto dell’attributo HTML hidden (es. classifica Community con dati). */
.vc-notify-empty[hidden] {
  display: none !important;
}

.vc-notify-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.2);
  border-radius: 1rem;
  background: linear-gradient(120deg, rgba(16, 32, 46, 0.44), rgba(12, 24, 34, 0.68));
  padding: 0.85rem 0.95rem;
}

.vc-notify-row--read {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.12);
  background: rgba(10, 18, 24, 0.6);
}

.vc-notify-row--success {
  border-color: rgba(34, 197, 94, 0.35);
  background: linear-gradient(125deg, rgba(12, 12, 14, 0.96), rgba(15, 40, 25, 0.55));
}

.vc-notify-row--success .vc-notify-row-icon {
  background: rgba(20, 83, 45, 0.92);
  color: #86efac;
}

.vc-notify-row--success.vc-notify-row--read {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.14);
  background: rgba(10, 18, 24, 0.6);
}

.vc-notify-row--success.vc-notify-row--read .vc-notify-row-icon {
  background: rgba(22, 101, 52, 0.45);
  color: rgba(134, 239, 172, 0.88);
}

.vc-notify-row-icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.16);
  background: rgba(16, 38, 44, 0.44);
  color: rgba(167, 243, 208, 0.88);
  font-size: 1.1rem;
}

.vc-notify-row--read .vc-notify-row-icon {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.1);
  background: rgba(14, 26, 36, 0.28);
  color: rgba(148, 163, 184, 0.72);
}

.vc-notify-row-main {
  min-width: 0;
}

.vc-notify-row-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.05;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.98);
}

.vc-notify-row-desc {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.72);
}

.vc-notify-row-meta {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vc-notify-row-time {
  font-size: 0.73rem;
  color: rgba(148, 163, 184, 0.62);
}

.vc-notify-row-badge {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(167, 243, 208, 0.95);
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.35);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
}

.vc-notify-row-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.vc-notify-open-btn {
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.22);
  border-radius: 0.55rem;
  min-height: 2rem;
  padding: 0 0.7rem;
  background: rgba(16, 32, 44, 0.4);
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.vc-notify-open-btn:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.28);
  color: rgba(236, 253, 245, 0.98);
  background: rgba(10, 38, 28, 0.55);
}

.vc-notify-close-btn {
  border: 0;
  border-radius: 0.55rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
  color: rgba(226, 232, 240, 0.72);
  cursor: pointer;
}

.vc-notify-close-btn:hover {
  background: rgba(8, 56, 44, 0.24);
  color: #ecfdf5;
}

@media (max-width: 640px) {
  .vc-notify-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vc-notify-row-actions {
    justify-content: flex-start;
  }

  .vc-notify-row-title {
    font-size: 1.2rem;
  }
}

.vc-regole-disclaimer {
  margin: 2.5rem 0 0;
}

@media (min-width: 640px) {
  .vc-regole-disclaimer {
    margin-top: 2.75rem;
  }
}

.vc-regole-tabs {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.vc-regole-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.55rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.9);
  background: rgba(15, 23, 42, 0.45);
  cursor: pointer;
  transition:
    border-color 0.18s,
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s;
}

.vc-regole-tab:hover {
  border-color: rgba(52, 211, 153, 0.3);
  color: #fff;
}

.vc-regole-tab--on {
  border-color: transparent;
  background: linear-gradient(180deg, rgb(5, 122, 85), rgb(20, 184, 166));
  color: #f0fdfa;
  box-shadow: 0 8px 28px rgba(var(--vc-reviews-glow-rgb), 0.22);
}

.vc-regole-tab .fa {
  font-size: 0.95rem;
  opacity: 0.95;
}

.vc-regole-list {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vc-regole-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: clip;
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(150%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.vc-regole-card[open] {
  border-color: rgba(52, 211, 153, 0.22);
}

.vc-regole-card>summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 1.05rem;
  list-style: none;
  cursor: pointer;
  color: inherit;
}

.vc-regole-card>summary::-webkit-details-marker {
  display: none;
}

.vc-regole-card-ico {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #047857, #34d399);
  color: #ecfdf5;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.vc-regole-card-main {
  min-width: 0;
  text-align: left;
}

.vc-regole-card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.vc-regole-card-snippet {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(148, 163, 184, 0.95);

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  line-clamp: 2;

  overflow: hidden;
}

.vc-regole-card-tag {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(226, 232, 240, 0.75);
}

.vc-regole-card-tag .fa {
  font-size: 0.65rem;
  opacity: 0.85;
}

.vc-regole-card-chev {
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.vc-regole-card[open] .vc-regole-card-chev {
  transform: rotate(180deg);
}

.vc-regole-card-body {
  padding: 0 1.05rem 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-regole-card-body-inner {
  margin-top: 0.65rem;
  padding: 0.9rem 1rem 1rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-regole-body-label {
  display: block;
  margin: 0 0 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.88);
}

.vc-regole-body-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.96);
  white-space: pre-wrap;
}

.vc-regole-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.vc-regole-card-linkbtn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: rgb(15 23 42 / 0.92);
  background: linear-gradient(to right, #34d399, #22d3ee);
  border: 1px solid rgba(52, 211, 153, 0.35);
  box-shadow: 0 8px 22px rgba(var(--vc-reviews-glow-rgb), 0.18);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.vc-regole-card-linkbtn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.vc-regole-state {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.95);
}

.vc-regole-state--err {
  color: #fecaca;
}

.vc-users-page {
  background-color: #030611;
  background-image:
    radial-gradient(ellipse 90% 70% at 25% 8%, rgba(111, 78, 55, 0.28), transparent 52%),
    radial-gradient(ellipse 75% 65% at 88% 72%, rgba(180, 130, 95, 0.24), transparent 46%),
    radial-gradient(ellipse 60% 45% at 50% 100%, rgba(111, 78, 55, 0.18), transparent 58%),
    linear-gradient(180deg, #060912 0%, #0b1330 42%, #061027 100%);
}

.vc-user-profile-shell {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.vc-user-profile-loader,
.vc-user-profile-empty {
  margin: 6rem auto 0;
  width: min(100%, 48rem);
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 2rem;
  border: 1px solid rgba(110, 231, 183, 0.14);
  background: linear-gradient(135deg, rgba(8, 32, 36, 0.88), rgba(10, 22, 40, 0.62));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.vc-user-profile-loader__spin {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 3px solid rgba(var(--vc-reviews-teal-rgb), 0.35);
  border-top-color: rgb(var(--vc-reviews-emerald-rgb));
  animation: vc-page-spin 0.9s linear infinite;
}

.vc-user-profile-loader__title,
.vc-user-profile-empty__title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
}

.vc-user-profile-loader__sub,
.vc-user-profile-empty__text,
.vc-user-profile-empty__hint {
  margin: 1rem auto 0;
  max-width: 36rem;
  color: rgba(204, 251, 241, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
}

.vc-user-profile-empty__emoji {
  font-size: 4rem;
}

.vc-user-profile-empty__cta,
.vc-user-profile-backbtn,
.vc-user-profile-customize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 2.8rem;
  padding: 0 1.15rem;
  border-radius: 0.95rem;
  text-decoration: none;
  font-weight: 700;
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.vc-user-profile-empty__cta {
  margin-top: 1.6rem;
}

.vc-user-profile-shell--notfound {
  min-height: calc(100vh - 11rem);
  align-items: center;
  justify-content: center;
  gap: 0;
}

.vc-user-profile-notfound {
  width: min(100%, 34rem);
  padding: 2rem 1.25rem;
  text-align: center;
}

.vc-user-profile-notfound__emoji {
  display: block;
  font-size: clamp(3.2rem, 7vw, 4.8rem);
  line-height: 1;
  margin-bottom: 1.2rem;
}

.vc-user-profile-notfound__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.vc-user-profile-notfound__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  margin-top: 1.35rem;
  padding: 0 1.8rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 18px 44px rgba(14, 165, 233, 0.2);
}

.vc-user-profile-backrow {
  display: flex;
}

.vc-user-profile-hero,
.vc-user-profile-block {
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(27, 45, 104, 0.72), rgba(20, 68, 92, 0.44));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  padding: 1.35rem;
}

.vc-user-profile-hero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.vc-user-profile-avatarwrap {
  flex-shrink: 0;
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  overflow: visible;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(49, 104, 199, 0.95), rgba(73, 197, 255, 0.72));
  box-shadow: 0 10px 28px rgba(5, 10, 24, 0.28);
}

.vc-user-profile-avatarclip {
  position: relative;
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  overflow: hidden;
  border-radius: inherit;
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.vc-user-profile-avatarwrap::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(125, 211, 252, 0.4) 0%, rgba(56, 189, 248, 0.18) 46%, transparent 72%);
  filter: blur(10px);
  opacity: 0.95;
  pointer-events: none;
}

.vc-user-profile-avatarwrap::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  border-radius: inherit;
  border: 2px solid rgba(173, 232, 255, 0.8);
  box-shadow:
    0 0 0 2px rgba(30, 64, 175, 0.22),
    0 0 18px rgba(56, 189, 248, 0.38),
    0 0 34px rgba(37, 99, 235, 0.22);
  pointer-events: none;
}

.vc-user-profile-avatar,
.vc-user-profile-avatar--fallback {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  position: relative;
  z-index: 1;
  transform: scale(1.04);
  transform-origin: center;
}

.vc-user-profile-hero__copy {
  flex: 1;
  min-width: 0;
}

.vc-user-profile-name {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
}

.vc-user-profile-id {
  margin: 0.3rem 0 0;
  color: rgba(203, 213, 225, 0.72);
  font-size: 1rem;
}

.vc-user-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(30, 64, 175, 0.28), rgba(8, 81, 111, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 32px rgba(2, 8, 23, 0.16);
}

.vc-user-profile-badge {
  --vc-profile-badge: #60a5fa;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: 9999px;
  border: 1px solid color-mix(in srgb, var(--vc-profile-badge) 48%, rgba(255, 255, 255, 0.16));
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--vc-profile-badge) 28%, rgba(15, 23, 42, 0.58)),
      color-mix(in srgb, var(--vc-profile-badge) 13%, rgba(15, 23, 42, 0.4))
    );
  color: color-mix(in srgb, var(--vc-profile-badge) 54%, white);
  font-weight: 850;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px color-mix(in srgb, var(--vc-profile-badge) 18%, transparent);
}

.vc-user-profile-badge__icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-grid;
  place-items: center;
  border-radius: 9999px;
  background: var(--vc-profile-badge);
  color: #fff;
  box-shadow: 0 0 18px color-mix(in srgb, var(--vc-profile-badge) 42%, transparent);
}

.vc-user-profile-badge__label {
  white-space: nowrap;
}

.vc-user-profile-badge--rank,
.vc-user-profile-badge--rank1 {
  --vc-profile-badge: #38bdf8;
}

.vc-user-profile-badge--rank2 {
  --vc-profile-badge: #a855f7;
}

.vc-user-profile-badge--rank3 {
  --vc-profile-badge: #22c55e;
}

.vc-user-profile-badge--founder {
  --vc-profile-badge: #0ea5e9;
}

.vc-user-profile-badge--staff {
  --vc-profile-badge: #f43f5e;
}

.vc-user-profile-badge--booster {
  --vc-profile-badge: #c026d3;
}

.vc-user-profile-badge--donator {
  --vc-profile-badge: #ec4899;
}

.vc-user-profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.vc-user-profile-stat {
  padding: 1.2rem 1.15rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 40, 0.34);
}

.vc-user-profile-stat__label {
  display: block;
  color: rgba(191, 219, 254, 0.74);
  font-size: 0.9rem;
}

.vc-user-profile-stat__value {
  display: block;
  margin-top: 0.3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.vc-user-profile-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vc-user-profile-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vc-user-profile-block__title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.vc-user-profile-inlinecmd {
  display: inline-flex;
  align-items: center;
  margin-left: 0.55rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0.55rem;
  background: rgba(15, 23, 42, 0.4);
  color: rgba(191, 219, 254, 0.88);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.vc-user-profile-block__sub {
  color: rgba(191, 219, 254, 0.7);
}

.vc-user-profile-block--rankcard .vc-user-rankcard-preview.vc-rank-editor-preview__card {
  margin-inline: auto;
  width: min(100%, 920px);
}

.vc-user-profile-block--rankcard .vc-user-rankcard-preview.vc-rank-editor-preview__imagewrap {
  margin-inline: auto;
  width: min(100%, 920px);
}

/* Header palette unificata su tutte le pagine */
:root {
  --vc-header-text-unified: #e8c9a8;
}

a.vc-header-logo-link + a[href] {
  color: var(--vc-header-text-unified) !important;
  text-decoration-color: currentColor !important;
}

a.vc-header-logo-link + a[href]:hover,
a.vc-header-logo-link + a[href]:focus-visible {
  color: var(--vc-header-text-unified) !important;
  text-decoration-color: currentColor !important;
}

header .vc-header-snav .vc-snav-item,
header .vc-header-snav .vc-snav-summary,
header .vc-header-snav .vc-snav-details[open] > .vc-snav-summary,
header .vc-header-snav .vc-snav-item--active,
header .vc-header-snav .vc-snav-details.vc-snav-details--current > .vc-snav-summary {
  color: var(--vc-header-text-unified) !important;
}

header .vc-header-snav .vc-snav-item:hover,
header .vc-header-snav .vc-snav-summary:hover,
header .vc-header-snav .vc-snav-item--active:hover,
header .vc-header-snav .vc-snav-details.vc-snav-details--current > .vc-snav-summary:hover {
  color: #f3dfc8 !important;
}

/* Finestra profilo allineata alla palette notifiche */
.vc-user-profile-hero,
.vc-user-profile-block {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: linear-gradient(135deg, rgba(18, 34, 48, 0.55), rgba(20, 62, 54, 0.2));
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vc-user-profile-mini {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.18);
  background: rgba(16, 34, 46, 0.42);
}

/* Home: palette notifiche su overlay, card, bottoni, header e dropdown */
body.vc-body--home .vc-hero-head,
body.vc-body--home .vc-support-intro-shell .vc-hero-head {
  background: linear-gradient(135deg, rgba(18, 34, 48, 0.55), rgba(20, 62, 54, 0.2));
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.34);
}

body.vc-body--home .vc-hero-kicker,
body.vc-body--home .vc-support-intro-shell .vc-hero-kicker {
  color: rgba(220, 252, 242, 0.95);
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.3);
  background: rgba(16, 34, 46, 0.46);
}

body.vc-body--home .vc-home-highlight-card,
body.vc-body--home .vc-home-linkpanel,
body.vc-body--home #stats .vc-stat-strip,
body.vc-body--home .vc-home-storycard,
body.vc-body--home .vc-home-storycard--accent {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: linear-gradient(135deg, rgba(18, 34, 48, 0.55), rgba(20, 62, 54, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.34);
}

body.vc-body--home .vc-home-linkitem {
  background: rgba(16, 34, 46, 0.42);
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.16);
}

body.vc-body--home .vc-home-highlight-ico,
body.vc-body--home .vc-home-linkpanel__badge,
body.vc-body--home .vc-home-linkitem__icon,
body.vc-body--home .vc-home-storycard__icon {
  color: rgba(232, 201, 168, 0.95);
  border-color: rgba(var(--vc-sand-rgb), 0.28);
  background: rgba(var(--vc-mocha-rgb), 0.36);
  box-shadow: 0 0 20px rgba(var(--vc-reviews-glow-rgb), 0.12);
}

body.vc-body--home .vc-home-linkitem:hover,
body.vc-body--home #stats .vc-stat-cell:hover,
body.vc-body--home .vc-home-highlight-card:hover,
body.vc-body--home .vc-home-storycard:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.34);
  background: rgba(14, 42, 44, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(var(--vc-reviews-glow-rgb), 0.14);
}

body.vc-body--home .vc-home-highlight-title,
body.vc-body--home .vc-home-linkpanel__title,
body.vc-body--home .vc-home-linkitem__copy strong,
body.vc-body--home .vc-home-storycard__title,
body.vc-body--home #stats .vc-stat-num {
  color: #f8fafc;
}

body.vc-body--home .vc-home-highlight-desc,
body.vc-body--home .vc-home-linkitem__copy small,
body.vc-body--home .vc-home-storycard__desc,
body.vc-body--home .vc-stat-label {
  color: rgba(232, 201, 168, 0.78);
}

body.vc-body--home .vc-hero-primary-cta,
body.vc-body--home .vc-notify-home-btn {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.3);
  background: rgba(16, 34, 46, 0.42);
  color: rgba(220, 252, 242, 0.94);
}

body.vc-body--home .vc-hero-primary-cta:hover,
body.vc-body--home .vc-notify-home-btn:hover,
body.vc-body--home .vc-hero-secondary-link:hover {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.42);
  background: rgba(14, 42, 44, 0.58);
  color: #ecfdf5;
}

body.vc-body--home .vc-hero-secondary-link {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.3);
  background: rgba(16, 34, 46, 0.42);
  color: rgba(220, 252, 242, 0.94);
}

body.vc-body--home header .vc-nav-shell.vc-glass,
body.vc-body--home header .vc-nav-shell.vc-glass.vc-nav-shell--scrolled {
  background: rgba(10, 8, 7, 0.78);
  border-color: rgba(var(--vc-sand-rgb), 0.22);
  box-shadow:
    0 10px 38px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(var(--vc-sand-rgb), 0.08);
}

body.vc-body--home .vc-snav-panel {
  border-color: rgba(var(--vc-sand-rgb), 0.28);
  background: linear-gradient(145deg, rgba(18, 13, 10, 0.94), rgba(14, 10, 8, 0.9));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(var(--vc-sand-rgb), 0.1);
}

body.vc-body--home .vc-snav-row:hover {
  border-color: rgba(var(--vc-sand-rgb), 0.3);
  background: rgba(36, 26, 20, 0.4);
}

body.vc-body--home .discord-profile-link::before {
  background: radial-gradient(circle, rgba(var(--vc-sand-rgb), 0.3) 0%, rgba(var(--vc-mocha-rgb), 0.2) 46%, transparent 72%);
}

body.vc-body--home .discord-profile-link::after {
  border: 2px solid rgba(var(--vc-sand-rgb), 0.6);
  box-shadow:
    0 0 0 2px rgba(var(--vc-sand-rgb), 0.18),
    0 0 18px rgba(var(--vc-sand-rgb), 0.26),
    0 0 28px rgba(var(--vc-sand-rgb), 0.14);
}

body.vc-body--home .discord-account-popover {
  border-color: rgba(var(--vc-sand-rgb), 0.24);
  background:
    radial-gradient(ellipse 95% 70% at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.1), transparent 48%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(var(--vc-mocha-rgb), 0.28), transparent 50%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.96), rgba(10, 22, 18, 0.94));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(var(--vc-reviews-glow-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur-dropdown)) saturate(150%);
}

body.vc-body--home .discord-account-popover::before {
  border-left-color: rgba(var(--vc-sand-rgb), 0.24);
  border-top-color: rgba(var(--vc-sand-rgb), 0.24);
  background: rgba(22, 16, 12, 0.98);
}

body.vc-body--home .discord-account-popover__name {
  color: #f8fafc;
}

body.vc-body--home .discord-account-popover__item i {
  color: rgba(110, 231, 183, 0.82);
}

body.vc-body--home .discord-account-popover__item:hover,
body.vc-body--home .discord-account-popover__item:focus-visible {
  background: rgba(var(--vc-mocha-rgb), 0.35);
}

body.vc-body--home a.vc-header-logo-link + a[href],
body.vc-body--home a.vc-header-logo-link + a[href] span,
body.vc-body--home a.vc-header-logo-link + a[href]:hover,
body.vc-body--home a.vc-header-logo-link + a[href]:focus-visible {
  color: #e8c9a8 !important;
}

.vc-user-profile-block--rankcard .vc-rank-editor-preview__stats {
  width: min(100%, 860px);
  max-width: 100%;
}

.vc-user-profile-mini {
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(9, 21, 48, 0.4);
}

.vc-user-profile-mini__label {
  display: block;
  color: rgba(191, 219, 254, 0.7);
}

.vc-user-profile-mini__value {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 800;
}

.vc-user-profile-disclosure {
  overflow: hidden;
}

.vc-user-profile-disclosure__summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.vc-user-profile-disclosure__summary::-webkit-details-marker {
  display: none;
}

.vc-user-profile-disclosure__summary .vc-user-profile-block__title {
  flex: 1;
}

.vc-user-profile-disclosure__summary .vc-user-profile-block__sub {
  margin-left: auto;
}

.vc-user-profile-disclosure__chev {
  color: rgba(191, 219, 254, 0.8);
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.vc-user-profile-disclosure[open] .vc-user-profile-disclosure__chev {
  transform: rotate(180deg);
}

.vc-user-profile-disclosure .vc-user-profile-grid3 {
  margin-top: 1rem;
}

.vc-user-rankcard {
  --vc-rank-panel: #202225;
  --vc-rank-panel-rgb: 32, 34, 37;
  --vc-rank-primary: #facc15;
  --vc-rank-secondary: rgba(255, 255, 255, 0.72);
  --vc-rank-multiplier: #f59e0b;
  --vc-rank-value: rgba(255, 255, 255, 0.88);
  --vc-rank-label: rgba(191, 219, 254, 0.7);
  --vc-rank-progress-start: #facc15;
  --vc-rank-progress-end: #fde047;
  --vc-rank-ring: #facc15;
  --vc-rank-rankbox: #facc15;
  --vc-rank-opacity: 0.82;
  --vc-rank-wallpaper: none;
  border-radius: 1.3rem;
  background:
    linear-gradient(0deg, rgba(var(--vc-rank-panel-rgb), calc(var(--vc-rank-opacity) * 0.55)), rgba(var(--vc-rank-panel-rgb), calc(var(--vc-rank-opacity) * 0.55))),
    var(--vc-rank-wallpaper),
    linear-gradient(135deg, rgba(25, 29, 42, 0.94), rgba(24, 51, 96, 0.74));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}

.vc-user-rankcard__main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.vc-user-rankcard__avatarwrap {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 9999px;
  overflow: visible;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 248, 196, 0.24), transparent 36%),
    linear-gradient(145deg, color-mix(in srgb, var(--vc-rank-ring) 92%, white), color-mix(in srgb, var(--vc-rank-ring) 74%, #b45309));
  box-shadow: 0 12px 30px rgba(10, 8, 2, 0.28);
}

.vc-user-rankcard__avatarclip {
  position: relative;
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  overflow: hidden;
  border-radius: inherit;
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.vc-user-rankcard__avatarwrap::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--vc-rank-ring) 56%, white) 0%, color-mix(in srgb, var(--vc-rank-ring) 26%, transparent) 48%, transparent 72%);
  filter: blur(12px);
  opacity: 0.98;
  pointer-events: none;
}

.vc-user-rankcard__avatarwrap::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  border-radius: inherit;
  border: 2px solid color-mix(in srgb, var(--vc-rank-ring) 78%, white);
  box-shadow:
    0 0 0 2px rgba(180, 83, 9, 0.18),
    0 0 20px color-mix(in srgb, var(--vc-rank-ring) 40%, transparent),
    0 0 38px color-mix(in srgb, var(--vc-rank-ring) 26%, transparent);
  pointer-events: none;
}

.vc-user-rankcard__avatar,
.vc-user-rankcard__avatar--fallback {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  position: relative;
  z-index: 1;
  transform: scale(1.08);
  transform-origin: center;
}

.vc-user-rankcard__name {
  color: var(--vc-rank-primary);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 800;
}

.vc-user-rankcard__level {
  color: var(--vc-rank-secondary);
}

.vc-user-rankcard__progress {
  position: relative;
  margin-top: 0.8rem;
  height: 1.15rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
}

.vc-user-rankcard__progressfill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vc-rank-progress-start), var(--vc-rank-progress-end));
}

.vc-user-rankcard__progresstext {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.vc-user-rankcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.vc-user-rankcard__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.95rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(var(--vc-rank-panel-rgb), var(--vc-rank-opacity));
  color: var(--vc-rank-value);
  font-weight: 700;
}

.vc-user-rankcard__rankbox {
  display: flex;
  min-width: 7rem;
  min-height: 5rem;
  padding: 0.8rem 1rem;
  border-radius: 1.15rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(var(--vc-rank-panel-rgb), var(--vc-rank-opacity));
  border: 3px solid var(--vc-rank-rankbox);
  color: var(--vc-rank-rankbox);
  font-size: 2rem;
  font-weight: 900;
}

.vc-user-rankcard__rankbox small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.vc-user-profile-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.vc-user-profile-role {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.9rem;
  border-radius: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--vc-role-chip, #8b5cf6) 56%, rgba(255,255,255,0.18));
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--vc-role-chip, #8b5cf6) 22%, rgba(255,255,255,0.09)),
      color-mix(in srgb, var(--vc-role-chip, #8b5cf6) 14%, rgba(15,23,42,0.34))
    );
  color: color-mix(in srgb, var(--vc-role-chip, #c4b5fd) 38%, white);
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 8px 18px rgba(2, 8, 23, 0.12);
}

.vc-user-profile-role--muted {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(203, 213, 225, 0.8);
}

.vc-user-profile-multiplier {
  width: 100%;
}

.vc-user-profile-multiplier__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.vc-user-profile-multiplier__summary::-webkit-details-marker {
  display: none;
}

.vc-user-profile-multiplier__head {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.vc-user-profile-multiplier__title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.vc-user-profile-multiplier__sub {
  color: rgba(219, 234, 254, 0.82);
}

.vc-user-profile-multiplier__total {
  color: #bca5ff;
  font-size: 2rem;
  font-weight: 900;
  text-shadow:
    0 0 16px rgba(167, 139, 250, 0.24),
    0 0 28px rgba(96, 165, 250, 0.18);
}

.vc-user-profile-multiplier__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.vc-user-profile-multiplier__body--inline {
  margin-top: 1.1rem;
}

.vc-user-profile-multisource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--vc-multi-accent, #22d3ee) 52%, rgba(255,255,255,0.12));
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--vc-multi-accent, #22d3ee) 24%, rgba(255,255,255,0.06)),
      color-mix(in srgb, var(--vc-multi-accent, #22d3ee) 16%, rgba(15,23,42,0.22))
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 28px rgba(10, 18, 40, 0.18),
    0 0 24px color-mix(in srgb, var(--vc-multi-accent, #22d3ee) 18%, transparent);
}

.vc-user-profile-multisource__label {
  color: var(--vc-rank-value);
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(7, 12, 24, 0.25);
}

.vc-user-profile-multisource__value {
  color: color-mix(in srgb, var(--vc-multi-accent, #67e8f9) 92%, white);
  font-size: 1.2rem;
  font-weight: 900;
  text-shadow:
    0 0 12px color-mix(in srgb, var(--vc-multi-accent, #67e8f9) 32%, transparent),
    0 1px 0 rgba(7, 12, 24, 0.3);
}

.vc-user-profile-sectioneyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: #f8fafc;
  font-size: 0.95rem;
  font-weight: 800;
}

.vc-user-profile-sectioneyebrow i {
  color: #facc15;
}

.vc-user-profile-accordion {
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 42px rgba(2, 8, 23, 0.16);
}

.vc-user-profile-accordion--role {
  background:
    radial-gradient(circle at 4% 0%, rgba(216, 180, 254, 0.15), transparent 38%),
    linear-gradient(135deg, rgba(55, 42, 129, 0.94), rgba(31, 50, 111, 0.78));
}

.vc-user-profile-accordion--voice {
  background:
    radial-gradient(circle at 6% 0%, rgba(103, 232, 249, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(24, 71, 151, 0.94), rgba(8, 88, 120, 0.78));
}

.vc-user-profile-accordion__summary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.35rem 1.35rem;
  cursor: pointer;
  list-style: none;
}

.vc-user-profile-accordion__summary::-webkit-details-marker {
  display: none;
}

.vc-user-profile-accordion__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.1);
  color: #e879f9;
  font-size: 1.3rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vc-user-profile-accordion--role .vc-user-profile-accordion__icon {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(126, 87, 255, 0.38), rgba(168, 85, 247, 0.2));
  color: #c084fc;
}

.vc-user-profile-accordion__iconmark {
  position: absolute;
  right: 0.62rem;
  top: 0.52rem;
  color: #fff;
  font-size: 0.72rem;
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.35));
}

.vc-user-profile-accordion--voice .vc-user-profile-accordion__icon {
  color: #60a5fa;
}

.vc-user-profile-accordion__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 0.2rem;
}

.vc-user-profile-accordion__title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.vc-user-profile-accordion__sub {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.95rem;
}

.vc-user-profile-accordion__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.7rem;
  border-radius: 9999px;
  background: rgba(236, 72, 153, 0.24);
  color: #f5d0fe;
  font-weight: 900;
}

.vc-user-profile-accordion__chev {
  color: rgba(226, 232, 240, 0.74);
  font-size: 1.15rem;
  transition: transform 0.2s ease;
}

.vc-user-profile-accordion[open] .vc-user-profile-accordion__chev {
  transform: rotate(180deg);
}

.vc-user-profile-accordion__body {
  display: grid;
  gap: 0.9rem;
  padding: 0 1.35rem 1.35rem;
}

.vc-user-profile-customcard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1.2rem;
  background: rgba(6, 12, 32, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-user-profile-customcard__main {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.vc-user-profile-customcard__dot {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 9999px;
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  background: var(--vc-custom-dot, #ffffff);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1),
    0 0 20px color-mix(in srgb, var(--vc-custom-dot, #ffffff) 30%, transparent);
}

.vc-user-profile-customcard__dot--role {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.16), transparent 38%),
    var(--vc-custom-dot, #8b5cf6);
}

.vc-user-profile-customcard__dot--voice {
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 18px rgba(34, 211, 238, 0.22);
}

.vc-user-profile-customicon__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-user-profile-customicon__emoji {
  line-height: 1;
  font-size: 1.25rem;
}

.vc-user-profile-customcard__copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.vc-user-profile-customcard__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vc-user-profile-customcard__meta {
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.92rem;
}

.vc-user-profile-customcard__aside {
  color: #f8fafc;
  font-weight: 800;
  white-space: nowrap;
}

.vc-user-profile-customcard__date {
  display: inline-flex;
  min-width: 7rem;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.12rem;
  color: rgba(226, 232, 240, 0.62);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.vc-user-profile-customcard__date i {
  margin-right: 0.25rem;
}

.vc-user-profile-customcard__date strong {
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
}

.vc-user-profile-shared {
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(9, 17, 42, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.065);
}

.vc-user-profile-shared__summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.1rem;
  padding: 0 1rem;
  cursor: pointer;
  list-style: none;
  color: rgba(226, 232, 240, 0.86);
}

.vc-user-profile-shared__summary::-webkit-details-marker {
  display: none;
}

.vc-user-profile-shared__summary span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1;
}

.vc-user-profile-shared__summary strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.55rem;
  border-radius: 9999px;
  background: rgba(236, 72, 153, 0.22);
  color: #f9a8d4;
  font-weight: 900;
}

.vc-user-profile-shared__chev {
  color: rgba(226, 232, 240, 0.62);
  transition: transform 0.2s ease;
}

.vc-user-profile-shared[open] .vc-user-profile-shared__chev {
  transform: rotate(180deg);
}

.vc-user-profile-shared__list {
  display: grid;
  gap: 0.45rem;
  max-height: 18rem;
  overflow: auto;
  padding: 0.65rem;
  scrollbar-width: thin;
  scrollbar-color: #8b5cf6 rgba(15, 23, 42, 0.4);
}

.vc-user-profile-shared__user {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.85rem;
  color: inherit;
  text-decoration: none;
  background: rgba(8, 13, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.035);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}

.vc-user-profile-shared__user:hover,
.vc-user-profile-shared__user:focus-visible {
  transform: translateX(3px);
  border-color: rgba(196, 181, 253, 0.24);
  background: rgba(59, 46, 125, 0.32);
  outline: none;
}

.vc-user-profile-shared__avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 16px rgba(139, 92, 246, 0.16);
}

.vc-user-profile-shared__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vc-user-profile-shared__name {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vc-user-profile-shared__tag {
  max-width: 11rem;
  overflow: hidden;
  color: rgba(203, 213, 225, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vc-user-profile-shared__more,
.vc-user-profile-shared__empty {
  margin: 0;
  padding: 0.8rem 1rem 1rem;
  color: rgba(226, 232, 240, 0.68);
  font-weight: 700;
}

.vc-user-profile-customgrid {
  width: 100%;
  display: grid;
  gap: 0.8rem;
}

.vc-user-profile-customgrid__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-user-profile-customgrid__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vc-user-profile-customgrid__label {
  color: rgba(226, 232, 240, 0.7);
}

.vc-user-profile-customgrid__value {
  color: #fff;
  font-weight: 800;
  text-align: right;
}

.vc-user-profile-block--custom .vc-user-profile-accordion + .vc-user-profile-accordion {
  margin-top: 1rem;
}

.vc-vote-live-card {
  border-radius: 2rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.1), transparent 44%),
    radial-gradient(circle at 88% 100%, rgba(var(--vc-mocha-rgb), 0.16), transparent 48%),
    linear-gradient(135deg, rgba(22, 18, 15, 0.72) 0%, rgba(15, 23, 42, 0.42) 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  padding: 2rem;
}

.vc-rank-customize-page {
  min-height: 60vh;
}

.vc-rank-customize-loading {
  display: flex;
  width: min(100%, 64rem);
  min-height: 18rem;
  margin: 0 auto;
  padding: 2.2rem 2.1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.95rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(88, 148, 178, 0.25);
  background:
    radial-gradient(circle at 16% 0%, rgba(16, 185, 129, 0.08), transparent 48%),
    radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.08), transparent 54%),
    linear-gradient(145deg, rgba(7, 21, 40, 0.93), rgba(6, 17, 33, 0.9));
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.vc-rank-customize-loading[hidden] {
  display: none !important;
}

.vc-rank-customize-loading__spin {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 9999px;
  border: 3px solid rgba(52, 211, 153, 0.2);
  border-top-color: rgba(52, 211, 153, 0.92);
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.16);
  animation: vc-page-spin 0.95s linear infinite;
}

.vc-rank-customize-loading__text {
  margin: 0;
  color: rgba(167, 243, 208, 0.96);
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}

.vc-rank-customize-loading__sub {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
  font-size: clamp(1rem, 1.55vw, 1.65rem);
  font-weight: 600;
  text-align: center;
}

.vc-rank-save-toast-host {
  position: fixed;
  /* Sotto header fisso (pt-4 + shell ~5.5–7rem); main usa pt-28 / sm:pt-32 */
  top: calc(6.85rem + env(safe-area-inset-top, 0px));
  right: 0;
  left: 0;
  z-index: 10060;
  width: min(92vw, 28rem);
  margin-inline: auto;
  padding-inline: max(0.75rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  pointer-events: none;
}

@media (min-width: 640px) {
  .vc-rank-save-toast-host {
    top: calc(8rem + env(safe-area-inset-top, 0px));
  }
}

.vc-rank-save-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.2rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(45, 212, 191, 0.62);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(15, 55, 52, 0.72));
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(45, 212, 191, 0.12);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.vc-rank-save-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vc-rank-save-toast.is-leaving {
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.vc-rank-save-toast__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.55rem;
  background: linear-gradient(180deg, #22c55e, #15803d);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.vc-rank-save-toast__icon .fa {
  text-shadow: none;
}

.vc-rank-save-toast__body {
  min-width: 0;
}

.vc-rank-save-toast__title {
  display: block;
  margin: 0 0 0.35rem;
  color: #4ade80;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.vc-rank-save-toast__text {
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.vc-rank-save-toast__kbd {
  display: inline-block;
  margin: 0 0.12rem;
  padding: 0.12rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.85);
  color: #f1f5f9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.82em;
  font-weight: 800;
}

@keyframes vc-rank-save-btn-pulse {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
  }

  100% {
    filter: brightness(1.14);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  }
}

.vc-rank-editor-save.is-saving {
  cursor: wait;
  opacity: 1;
  animation: vc-rank-save-btn-pulse 0.22s ease-out infinite;
}

.vc-rank-editor-save.is-saving:disabled {
  opacity: 1;
}

.vc-rank-editor-topbar {
  display: flex;
  margin-bottom: 2rem;
}

.vc-rank-editor-hero {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.8rem;
}

.vc-rank-editor-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(76, 29, 149, 0.82), rgba(234, 179, 8, 0.22));
  border: 1px solid rgba(250, 204, 21, 0.32);
  color: #facc15;
  font-size: 2.4rem;
}

.vc-rank-editor-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.vc-rank-editor-hero p {
  margin: 0.4rem 0 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 1.2rem;
}

.vc-rank-editor-tabs {
  display: inline-flex;
  gap: 0.75rem;
  padding: 0.5rem;
  margin-bottom: 1.8rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(37, 56, 120, 0.32);
}

.vc-rank-editor-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.8rem;
  padding: 0 1.4rem;
  border-radius: 1.1rem;
  border: 0;
  color: rgba(226, 232, 240, 0.7);
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
}

.vc-rank-editor-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.28);
}

.vc-rank-editor-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(24rem, 1.1fr);
  gap: 1.8rem;
}

.vc-rank-editor-panel,
.vc-rank-editor-previewcard {
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(35, 51, 104, 0.8), rgba(21, 69, 118, 0.48));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.vc-rank-editor-card {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-rank-editor-card:last-of-type {
  border-bottom: 0;
}

.vc-rank-editor-card__summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.vc-rank-editor-card__summary::-webkit-details-marker {
  display: none;
}

.vc-rank-editor-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #3b82f6, #ec4899);
  color: #fff;
  font-size: 1.55rem;
}

.vc-rank-editor-card__copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 0.22rem;
}

.vc-rank-editor-card__copy strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.vc-rank-editor-card__copy span {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.98rem;
}

.vc-rank-editor-card__swatch,
.vc-rank-editor-card__badge {
  display: inline-flex;
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(2, 6, 23, 0.18);
}

.vc-rank-editor-card__badge {
  width: auto;
  min-width: 4.6rem;
  padding: 0 0.9rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  background: rgba(124, 58, 237, 0.28);
}

.vc-rank-editor-card__chev {
  color: rgba(226, 232, 240, 0.7);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.vc-rank-editor-card[open] .vc-rank-editor-card__chev {
  transform: rotate(180deg);
}

.vc-rank-editor-card__body {
  padding: 0 1.5rem 1.5rem;
}

.vc-rank-editor-colorrow,
.vc-rank-editor-sliderrow {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vc-rank-editor-colorrow {
  display: grid;
  grid-template-columns: 8.2rem minmax(6.75rem, 8rem) auto;
  align-items: center;
  justify-content: start;
  gap: 0.55rem;
}

.vc-rank-editor-colorrow__picker {
  flex: 0 0 auto;
  width: 8.2rem;
  height: 8.2rem;
  padding: 0.4rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(148, 163, 184, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 12px 28px rgba(2, 6, 23, 0.22);
  cursor: pointer;
}

.vc-rank-editor-colorrow__picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.vc-rank-editor-colorrow__picker::-webkit-color-swatch {
  border: 0;
  border-radius: 0.72rem;
}

.vc-rank-editor-colorrow__picker::-moz-color-swatch {
  border: 0;
  border-radius: 0.72rem;
}

.vc-rank-editor-colorrow__hex {
  flex: 1;
  min-width: 0;
  min-height: 4rem;
  padding: 0 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 28, 58, 0.7);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vc-rank-editor-colorrow__hex--wide {
  min-width: 0;
}

.vc-rank-editor-wallgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 1.5rem;
}

.vc-rank-editor-wallcard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transform: translateY(0);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.vc-rank-editor-wallcard:hover,
.vc-rank-editor-wallcard:focus-visible {
  border-color: rgba(34, 197, 94, 0.78);
  background: rgba(34, 197, 94, 0.08);
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.28),
    0 18px 44px rgba(34, 197, 94, 0.12);
  transform: translateY(-3px);
  outline: none;
}

.vc-rank-editor-wallcard.is-selected {
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.4), 0 14px 36px rgba(34, 197, 94, 0.14);
}

.vc-rank-editor-wallcard__preview {
  position: relative;
  display: block;
  min-height: 10.5rem;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(44, 86, 98, 0.35), rgba(20, 71, 118, 0.2)),
    linear-gradient(135deg, #1d4d61, #193f5d 65%, #142f58);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.vc-rank-editor-wallcard__preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(34, 197, 94, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(4, 12, 24, 0.02), rgba(4, 12, 24, 0.32));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.vc-rank-editor-wallcard:hover .vc-rank-editor-wallcard__preview::before,
.vc-rank-editor-wallcard:focus-visible .vc-rank-editor-wallcard__preview::before,
.vc-rank-editor-wallcard.is-selected .vc-rank-editor-wallcard__preview::before {
  opacity: 1;
}

.vc-rank-editor-wallcard__preview::after {
  content: "Seleziona";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -44%) scale(0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 9999px;
  color: #fff;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.32);
  opacity: 0;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.vc-rank-editor-wallcard:hover .vc-rank-editor-wallcard__preview::after,
.vc-rank-editor-wallcard:focus-visible .vc-rank-editor-wallcard__preview::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.vc-rank-editor-wallcard.is-selected .vc-rank-editor-wallcard__preview::after {
  content: "Selezionato";
  opacity: 0;
}

.vc-rank-editor-wallcard__check {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 9999px;
  background: #22c55e;
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.28);
  z-index: 2;
}

.vc-rank-editor-wallcard__label {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
}

.vc-rank-editor-lockcard {
  margin: 0 1.5rem 1.5rem;
  padding: 1.4rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(251, 191, 36, 0.2);
  background: linear-gradient(135deg, rgba(56, 38, 76, 0.72), rgba(62, 52, 84, 0.5));
}

.vc-rank-editor-lockcard__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.vc-rank-editor-lockcard__head strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.vc-rank-editor-lockcard__head span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(226, 232, 240, 0.78);
}

.vc-rank-editor-lockcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
  font-size: 1.35rem;
}

.vc-rank-editor-lockcard__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.vc-rank-editor-lockchip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  font-size: 0.95rem;
  font-weight: 800;
}

.vc-rank-editor-uploadrow {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.vc-rank-editor-uploadbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.6rem;
  padding: 0 1.35rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.vc-rank-editor-uploadhint,
.vc-rank-editor-uploadname {
  margin: 0.85rem 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-weight: 600;
}

.vc-rank-editor-updatebtn,
.vc-rank-editor-save,
.vc-rank-editor-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.6rem;
  padding: 0 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vc-rank-editor-updatebtn {
  background: linear-gradient(135deg, #2563eb, #a21caf);
  white-space: nowrap;
}

.vc-rank-editor-sliderrow input[type="range"] {
    flex: 1;
    accent-color: #ec4899;
  }

.vc-rank-editor-sliderrow span {
  display: inline-flex;
  min-width: 5rem;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  background: rgba(124, 58, 237, 0.24);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.vc-rank-editor-actions {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
}

.vc-rank-editor-save {
  flex: 1;
  background: #0baa45;
  box-shadow: 0 14px 34px rgba(11, 170, 69, 0.24);
}

.vc-rank-editor-reset {
  background: rgba(255, 255, 255, 0.04);
}

.vc-rank-editor-status {
  margin: 0 1.5rem 1.5rem;
  color: rgba(226, 232, 240, 0.74);
  font-weight: 700;
}

.vc-rank-editor-status.is-error {
  color: #fca5a5;
}

/* Compact layout for rank customization page */
.vc-rank-customize-page .vc-rank-editor-topbar { margin-bottom: 1.15rem; }
.vc-rank-customize-page .vc-user-profile-backbtn {
  border-radius: 0.72rem;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: border-color 0.14s ease, background-color 0.14s ease;
}
.vc-rank-customize-page .vc-user-profile-backbtn:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}
.vc-rank-customize-page .vc-rank-editor-hero { gap: 0.9rem; margin-bottom: 1.2rem; }
.vc-rank-customize-page .vc-rank-editor-hero__icon { width: 3.7rem; height: 3.7rem; border-radius: 1rem; font-size: 1.65rem; }
.vc-rank-customize-page .vc-rank-editor-hero h1 { font-size: clamp(1.65rem, 3.3vw, 2.6rem); }
.vc-rank-customize-page .vc-rank-editor-hero p { margin: 0.25rem 0 0; font-size: 0.95rem; }
.vc-rank-customize-page .vc-rank-editor-tabs { gap: 0.45rem; padding: 0.35rem; margin-bottom: 1.1rem; border-radius: 1rem; }
.vc-rank-customize-page .vc-rank-editor-tab { gap: 0.5rem; min-height: 2.85rem; padding: 0 0.95rem; border-radius: 0.8rem; font-size: 0.88rem; }
.vc-rank-customize-page .vc-rank-editor-layout { grid-template-columns: minmax(16rem, 0.95fr) minmax(20rem, 1.05fr); gap: 1.1rem; }
.vc-rank-customize-page .vc-rank-editor-panel,
.vc-rank-customize-page .vc-rank-editor-previewcard { border-radius: 1.1rem; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16); }
.vc-rank-customize-page .vc-rank-editor-card__summary { gap: 0.75rem; padding: 1rem 1.05rem; }
.vc-rank-customize-page .vc-rank-editor-card__icon { width: 2.75rem; height: 2.75rem; border-radius: 0.8rem; font-size: 1.1rem; }
.vc-rank-customize-page .vc-rank-editor-card__copy strong { font-size: 0.92rem; }
.vc-rank-customize-page .vc-rank-editor-card__copy span { font-size: 0.82rem; }
.vc-rank-customize-page .vc-rank-editor-card__swatch,
.vc-rank-customize-page .vc-rank-editor-card__badge { width: 3.4rem; height: 3.4rem; }
.vc-rank-customize-page .vc-rank-editor-card__badge { min-width: 3.6rem; padding: 0 0.65rem; font-size: 0.9rem; }
.vc-rank-customize-page .vc-rank-editor-card__body { padding: 0 1.05rem 1.05rem; }
.vc-rank-customize-page .vc-rank-editor-colorrow {
  grid-template-columns: 5.8rem minmax(6.5rem, 7.75rem) auto;
  justify-content: start;
  gap: 0.45rem;
}
.vc-rank-customize-page .vc-rank-editor-colorrow__picker { width: 5.8rem; height: 5.8rem; }
.vc-rank-customize-page .vc-rank-editor-colorrow__hex { min-height: 2.85rem; padding: 0 0.75rem; border-radius: 0.75rem; font-size: 0.9rem; }
.vc-rank-customize-page .vc-rank-editor-updatebtn,
.vc-rank-customize-page .vc-rank-editor-save,
.vc-rank-customize-page .vc-rank-editor-reset { min-height: 2.85rem; padding: 0 0.95rem; border-radius: 0.75rem; font-size: 0.88rem; }
.vc-rank-customize-page .vc-rank-editor-actions { padding: 1rem 1.05rem; }
.vc-rank-customize-page .vc-rank-editor-previewcard { padding: 1rem; }
.vc-rank-customize-page .vc-rank-editor-preview__card { max-width: 760px; border-radius: 0.95rem; padding: 1rem 1.05rem 0.75rem; }
.vc-rank-customize-page .vc-rank-editor-preview__hero { grid-template-columns: 6.8rem minmax(0, 1fr) auto; gap: 0.75rem; min-height: 7rem; padding: 0.75rem 0.7rem; border-radius: 0.85rem; }
.vc-rank-customize-page .vc-rank-editor-preview__avatarwrap { width: 5.85rem; height: 5.85rem; }
.vc-rank-customize-page .vc-rank-editor-preview__name { font-size: clamp(1.25rem, 2.7vw, 1.8rem); }
.vc-rank-customize-page .vc-rank-editor-preview__dot,
.vc-rank-customize-page .vc-rank-editor-preview__level { font-size: clamp(1rem, 2.2vw, 1.25rem); }
.vc-rank-customize-page .vc-rank-editor-preview__mult { min-width: 3.2rem; min-height: 1.45rem; font-size: 0.78rem; }
.vc-rank-customize-page .vc-rank-editor-preview__bar { height: 1.05rem; margin-top: 0.55rem; }
.vc-rank-customize-page .vc-rank-editor-preview__bartext { font-size: 0.72rem; }
.vc-rank-customize-page .vc-rank-editor-preview__rankbox { min-width: 5.2rem; min-height: 4.25rem; border-radius: 0.85rem; border-width: 2px; }
.vc-rank-customize-page .vc-rank-editor-preview__rankbox strong { font-size: 1.4rem; }
.vc-rank-customize-page .vc-rank-editor-preview__stats { gap: 0.6rem; margin: 0.75rem auto 0; width: min(84%, 560px); }
.vc-rank-customize-page .vc-rank-editor-preview__stat { grid-template-columns: 1.7rem 1fr; column-gap: 0.5rem; border-radius: 0.8rem; min-height: 3rem; padding: 0.52rem 0.7rem; }
.vc-rank-customize-page .vc-rank-editor-preview__stat span { font-size: 0.64rem; }
.vc-rank-customize-page .vc-rank-editor-preview__stat strong { font-size: 1rem; }

@media (max-width: 42rem) {
  .vc-rank-customize-page .vc-rank-editor-colorrow { grid-template-columns: 5.8rem minmax(0, 1fr); }
}

@media (max-width: 30rem) {
  .vc-rank-customize-page .vc-rank-editor-colorrow__picker { width: min(5.8rem, 100%); }
}

.vc-rank-editor-previewcard {
  padding: 1.5rem;
  overflow: hidden;
}

.vc-rank-editor-previewcard__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.vc-rank-editor-previewcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9rem;
  background: rgba(59, 130, 246, 0.22);
  color: #60a5fa;
}

.vc-rank-editor-previewcard__head strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.vc-rank-editor-preview__imagewrap {
  width: 100%;
}

.vc-rank-editor-preview__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.45);
  transition: opacity 0.2s ease;
}

.vc-rank-editor-preview__image.is-rendering {
  opacity: 0.9;
}

.vc-rank-editor-preview__imagestatus {
  margin: 0.65rem 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.85rem;
  font-weight: 700;
}

.vc-rank-editor-preview__imagestatus.is-error {
  color: #fecaca;
}

.vc-rank-editor-preview__card {
  --vc-rank-panel: #202225;
  --vc-rank-panel-rgb: 32, 34, 37;
  --vc-rank-primary: #ffcb05;
  --vc-rank-secondary: #d7d7d7;
  --vc-rank-multiplier: #ffb400;
  --vc-rank-value: #f2f2f2;
  --vc-rank-label: #a8acb8;
  --vc-rank-progress-start: #ffd400;
  --vc-rank-progress-end: #fff26b;
  --vc-rank-ring: #ffe76a;
  --vc-rank-rankbox: #ffcb05;
  --vc-rank-opacity: 0.82;
  --vc-rank-wallpaper: none;
  width: 100%;
  max-width: 920px;
  min-width: 0;
  border-radius: 1.15rem;
  padding: 1.35rem 1.45rem 1rem;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(var(--vc-rank-panel-rgb), calc(var(--vc-rank-opacity) * 0.55)), rgba(var(--vc-rank-panel-rgb), calc(var(--vc-rank-opacity) * 0.55))),
    var(--vc-rank-wallpaper),
    linear-gradient(135deg, #232149, #123d78 72%, #1b7892);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vc-rank-editor-preview__hero {
  position: relative;
  display: grid;
  grid-template-columns: 8.6rem minmax(0, 1fr) auto;
  gap: 1.05rem;
  align-items: center;
  min-height: 9.2rem;
  padding: 1.05rem 1rem;
  border-radius: 1.05rem;
  background: rgba(var(--vc-rank-panel-rgb), var(--vc-rank-opacity));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-rank-editor-preview__copy {
  min-width: 0;
}

.vc-rank-editor-preview__avatarwrap {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 9999px;
  padding: 0.34rem;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.26), transparent 36%),
    linear-gradient(145deg, color-mix(in srgb, var(--vc-rank-ring) 92%, white), color-mix(in srgb, var(--vc-rank-ring) 72%, #b45309));
  box-shadow:
    0 0 30px color-mix(in srgb, var(--vc-rank-ring) 52%, transparent),
    0 18px 34px rgba(0, 0, 0, 0.3);
}

.vc-rank-editor-preview__avatar {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.38);
  transform: scale(1.04);
}

.vc-rank-editor-preview__avatar--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.vc-rank-editor-preview__topline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.vc-rank-editor-preview__name {
  color: var(--vc-rank-primary);
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  font-weight: 900;
}

.vc-rank-editor-preview__dot,
.vc-rank-editor-preview__level {
  color: var(--vc-rank-secondary);
  flex: 0 0 auto;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  white-space: nowrap;
}

.vc-rank-editor-preview__mult {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 3.9rem;
  min-height: 1.8rem;
  padding: 0 0.65rem;
  border-radius: 9999px;
  border: 2px solid var(--vc-rank-multiplier);
  color: var(--vc-rank-multiplier);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.vc-rank-editor-preview__bar {
  position: relative;
  height: 1.35rem;
  margin-top: 0.8rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.vc-rank-editor-preview__fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vc-rank-progress-start), var(--vc-rank-progress-end));
  box-shadow: 0 0 18px color-mix(in srgb, var(--vc-rank-progress-end) 42%, transparent);
}

.vc-rank-editor-preview__bartext {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vc-rank-value);
  font-size: 0.85rem;
  font-weight: 900;
}

.vc-rank-editor-preview__rankbox {
  display: flex;
  min-width: 6.8rem;
  min-height: 5.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  border: 3px solid var(--vc-rank-rankbox);
  color: var(--vc-rank-rankbox);
  background: rgba(var(--vc-rank-panel-rgb), var(--vc-rank-opacity));
}

.vc-rank-editor-preview__rankbox strong {
  font-size: 1.8rem;
  font-weight: 900;
}

.vc-rank-editor-preview__rankbox small {
  color: var(--vc-rank-label);
  font-size: 0.75rem;
  font-weight: 800;
}

.vc-rank-editor-preview__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1rem auto 0;
  width: min(78%, 660px);
}

.vc-rank-editor-preview__stat {
  position: relative;
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  column-gap: 0.65rem;
  align-items: center;
  border-radius: 1rem;
  min-height: 3.75rem;
  padding: 0.7rem 0.95rem;
  background: rgba(var(--vc-rank-panel-rgb), var(--vc-rank-opacity));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-rank-editor-preview__stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 1rem 0 0 1rem;
  background: var(--vc-rank-primary);
}

.vc-rank-editor-preview__icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vc-rank-primary);
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
}

.vc-rank-editor-preview__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
}

.vc-rank-editor-preview__icon--trophy {
  transform: translateY(-0.14rem);
}

.vc-rank-editor-preview__stat span {
  display: block;
  color: var(--vc-rank-label);
  font-size: 0.72rem;
  font-weight: 800;
}

.vc-rank-editor-preview__stat strong {
  display: block;
  color: var(--vc-rank-value);
  font-size: 1.2rem;
  font-weight: 900;
}

.vc-rank-editor-previewnote,
.vc-rank-editor-previewbadge {
  margin-top: 1rem;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.18);
}

.vc-rank-editor-previewnote strong,
.vc-rank-editor-previewbadge {
  display: block;
  color: #bfdbfe;
  font-weight: 800;
}

.vc-rank-editor-previewnote span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(226, 232, 240, 0.78);
}

.vc-rank-editor-previewbadge {
  color: rgba(226, 232, 240, 0.8);
  text-align: center;
}

@container (max-width: 42rem) {
  .vc-rank-editor-preview__card {
    padding: 1rem;
  }

  .vc-rank-editor-preview__hero {
    grid-template-columns: 6.25rem minmax(0, 1fr) 5.6rem;
    gap: 0.75rem;
    min-height: 7.1rem;
    padding: 0.75rem;
  }

  .vc-rank-editor-preview__avatarwrap {
    width: 5.7rem;
    height: 5.7rem;
    padding: 0.26rem;
  }

  .vc-rank-editor-preview__topline {
    gap: 0.45rem;
  }

  .vc-rank-editor-preview__name {
    font-size: 1.55rem;
  }

  .vc-rank-editor-preview__dot,
  .vc-rank-editor-preview__level {
    font-size: 1.15rem;
  }

  .vc-rank-editor-preview__mult {
    min-width: 3.15rem;
    min-height: 1.35rem;
    padding: 0 0.45rem;
    border-width: 1.5px;
    font-size: 0.72rem;
  }

  .vc-rank-editor-preview__bar {
    height: 1rem;
    margin-top: 0.55rem;
  }

  .vc-rank-editor-preview__bartext {
    font-size: 0.68rem;
  }

  .vc-rank-editor-preview__rankbox {
    min-width: 5.25rem;
    min-height: 4.4rem;
    border-width: 2px;
    border-radius: 0.85rem;
  }

  .vc-rank-editor-preview__rankbox strong {
    font-size: 1.35rem;
  }

  .vc-rank-editor-preview__rankbox small {
    font-size: 0.62rem;
  }

  .vc-rank-editor-preview__stats {
    width: 100%;
    gap: 0.65rem;
  }

  .vc-rank-editor-preview__stat {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    column-gap: 0.45rem;
    min-height: 3rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.78rem;
  }

  .vc-rank-editor-preview__icon {
    width: 1.15rem;
    height: 1.15rem;
  }

  .vc-rank-editor-preview__stat span {
    font-size: 0.58rem;
  }

  .vc-rank-editor-preview__stat strong {
    font-size: 0.95rem;
  }
}

@container (max-width: 32rem) {
  .vc-rank-editor-preview__hero {
    grid-template-columns: 5.4rem minmax(0, 1fr);
  }

  .vc-rank-editor-preview__rankbox {
    grid-column: 2;
    justify-self: start;
    min-width: 4.8rem;
    min-height: 3.2rem;
    flex-direction: row;
    gap: 0.35rem;
    padding: 0 0.65rem;
  }

  .vc-rank-editor-preview__rankbox strong {
    font-size: 1.1rem;
  }

  .vc-rank-editor-preview__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 72rem) {
  .vc-rank-editor-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 42rem) {
  .vc-rank-editor-hero {
    align-items: flex-start;
  }

  .vc-rank-editor-actions,
  .vc-rank-editor-preview__hero {
    flex-direction: column;
  }

  .vc-rank-editor-colorrow {
    grid-template-columns: 8.2rem minmax(0, 1fr);
    align-items: start;
  }

  .vc-rank-editor-updatebtn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vc-rank-editor-wallgrid {
    grid-template-columns: 1fr;
  }

  .vc-rank-editor-preview__hero {
    grid-template-columns: 1fr;
  }

  .vc-rank-editor-preview__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 30rem) {
  .vc-rank-editor-colorrow {
    grid-template-columns: 1fr;
  }

  .vc-rank-editor-colorrow__picker {
    width: min(8.2rem, 100%);
  }
}

.vc-vote-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.vc-vote-live-titlewrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vc-vote-live-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  font-size: 1.45rem;
}

.vc-vote-live-ico--stats {
  color: #6ee7b7;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(110, 231, 183, 0.24);
}

.vc-vote-live-ico--podium {
  color: rgba(var(--vc-sand-rgb), 0.95);
  background: rgba(var(--vc-mocha-rgb), 0.22);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.28);
}

.vc-vote-live-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 800;
}

.vc-vote-live-chip {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.86);
  font-size: 1.05rem;
  font-weight: 700;
}

.vc-vote-live-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vc-vote-live-statbox {
  padding: 1.35rem 1.4rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.vc-vote-live-statlabel {
  display: block;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.95rem;
}

.vc-vote-live-statvalue {
  display: block;
  margin-top: 0.55rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}

.vc-vote-live-statvalue--accent {
  color: #6ee7b7;
}

.vc-vote-progress {
  margin-top: 1.2rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.vc-vote-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.98rem;
  font-weight: 600;
}

.vc-vote-progress-bar {
  height: 0.9rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.18);
}

.vc-vote-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgb(var(--vc-reviews-emerald-rgb)) 0%,
    rgba(var(--vc-reviews-emerald-rgb), 0.72) 55%,
    rgba(5, 150, 105, 0.95) 100%
  );
  box-shadow: 0 0 16px rgba(var(--vc-reviews-glow-rgb), 0.26);
}

.vc-vote-top3,
.vc-vote-morelist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vc-vote-morelist {
  margin-top: 1.35rem;
}

.vc-vote-podium-row,
.vc-vote-list-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(110, 231, 183, 0.12);
  text-decoration: none;
  color: inherit;
}

.vc-vote-podium-row--1 {
  background: linear-gradient(135deg, rgba(6, 78, 59, 0.42), rgba(15, 23, 42, 0.55));
}

.vc-vote-podium-row--2 {
  background: linear-gradient(
    135deg,
    rgba(var(--vc-mocha-rgb), 0.38),
    rgba(var(--vc-sand-rgb), 0.08) 55%,
    rgba(15, 23, 42, 0.48)
  );
}

.vc-vote-podium-row--3 {
  background: linear-gradient(135deg, rgba(var(--vc-mocha-rgb), 0.22), rgba(15, 23, 42, 0.42));
}

.vc-vote-list-row {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.45), rgba(15, 23, 42, 0.28));
}

.vc-vote-podium-rank,
.vc-vote-list-rank {
  color: rgba(167, 243, 208, 0.95);
  font-size: 1.1rem;
  font-weight: 900;
}

.vc-vote-podium-avatar,
.vc-vote-list-avatar {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.1),
    0 0 0 4px rgba(52, 211, 153, 0.12),
    0 0 14px rgba(16, 185, 129, 0.18);
}

.vc-vote-list-avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.vc-vote-podium-name,
.vc-vote-list-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vc-vote-podium-score,
.vc-vote-list-score {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.vc-vote-podium-score small {
  color: rgba(226, 232, 240, 0.6);
  font-size: 0.82rem;
  font-weight: 500;
}

.vc-vote-more-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.vc-vote-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.8rem;
  padding: 0 1.6rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(226, 232, 240, 0.92);
  font-size: 1rem;
  font-weight: 800;
}

.vc-vote-more-btn--primary {
  background: linear-gradient(
    to right,
    rgb(var(--vc-reviews-emerald-rgb)),
    rgba(5, 150, 105, 0.98)
  );
  border-color: rgba(52, 211, 153, 0.35);
  color: rgb(15 23 42);
}

.vc-vote-more-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 1.7rem;
  padding: 0 0.55rem;
  border-radius: 9999px;
  background: rgba(52, 211, 153, 0.2);
  color: #ccfbf1;
  font-size: 0.95rem;
}

.vc-vote-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  color: rgba(226, 232, 240, 0.76);
  font-weight: 700;
}

.vc-vote-pager-track {
  width: min(10rem, 60vw);
  height: 0.55rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.18);
}

.vc-vote-pager-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgb(var(--vc-reviews-emerald-rgb)) 0%,
    rgba(5, 150, 105, 0.95) 100%
  );
}

@media (max-width: 960px) {
  .vc-user-profile-stats,
  .vc-user-profile-grid3,
  .vc-user-rankcard__main {
    grid-template-columns: 1fr 1fr;
  }

  .vc-user-rankcard__rankbox {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .vc-user-profile-stats,
  .vc-user-profile-grid3,
  .vc-user-rankcard__main {
    grid-template-columns: 1fr;
  }

  .vc-user-profile-hero__head {
    align-items: flex-start;
  }

  .vc-user-rankcard__rankbox {
    grid-column: auto;
  }

  .vc-vote-live-stats {
    grid-template-columns: 1fr;
  }

  .vc-vote-progress-head,
  .vc-vote-live-head,
  .vc-vote-podium-row,
  .vc-vote-list-row {
    grid-template-columns: 1fr;
  }

  .vc-vote-live-head {
    align-items: flex-start;
  }

  .vc-vote-podium-score,
  .vc-vote-list-score {
    align-items: flex-start;
  }
}

.vc-roles-page {
  background-image:
    radial-gradient(ellipse 95% 80% at 10% 12%, rgba(146, 51, 234, 0.22), transparent 48%),
    radial-gradient(ellipse 88% 72% at 88% 72%, rgba(236, 72, 153, 0.2), transparent 44%),
    radial-gradient(ellipse 58% 52% at 50% 100%, rgba(192, 132, 252, 0.16), transparent 55%),
    linear-gradient(180deg, #090716 0%, #10163a 40%, #0a1430 100%);
}

.vc-user-leader-state {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(148, 163, 184, 0.95);
}

.vc-ul-loading {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8.5rem;
  padding-inline: 1rem;
  background:
    linear-gradient(180deg, rgba(4, 12, 14, 0.35) 0%, rgba(6, 22, 26, 0.55) 40%, rgba(4, 10, 12, 0.72) 100%);
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
}

.vc-ul-loading[hidden] {
  display: none !important;
  pointer-events: none !important;
}

.vc-ul-loading-card {
  display: flex;
  width: min(100%, 28rem);
  max-width: 28rem;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(110, 231, 183, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.12), transparent 48%),
    linear-gradient(160deg, rgba(10, 28, 32, 0.94), rgba(6, 16, 22, 0.92));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(110, 231, 183, 0.06);
}

.vc-ul-loading-spinner {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 9999px;
  border: 4px solid rgba(var(--vc-reviews-teal-rgb), 0.38);
  border-top-color: rgba(var(--vc-reviews-emerald-rgb), 0.95);
  border-right-color: rgba(45, 212, 191, 0.5);
  box-shadow: 0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.22);
  animation: vcUlSpin 0.9s linear infinite;
}

.vc-ul-loading-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-align: center;
}

.vc-ul-loading-sub {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(204, 251, 241, 0.85);
  text-align: center;
}

@keyframes vcUlSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.vc-user-leader-state--err {
  color: #fecaca;
}

.vc-ul-empty-state {
  flex-direction: column;
  gap: 0.85rem;
  padding: 2rem 1.25rem 2.25rem;
  text-align: center;
  min-height: 10rem;
}

.vc-ul-empty-ico {
  font-size: 2.35rem;
  color: rgba(147, 197, 253, 0.95);
}

.vc-ul-empty-ico.fa-users {
  color: rgba(148, 163, 184, 0.9);
}

.vc-ul-empty-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 22rem;
}

.vc-ul-empty-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f8fafc;
}

.vc-ul-empty-sub {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.96);
}

.vc-ul-toolbar {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.vc-ul-board-tabs {
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
}

.vc-ul-board-tabs .vc-notify-filter-btn {
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}

.vc-ul-filter-tab {
  flex-shrink: 0;
  gap: 0.4rem;
  outline: none;
}

.vc-ul-board-tabs .vc-ul-filter-tab:focus {
  outline: none;
}

.vc-ul-board-tabs .vc-ul-filter-tab:focus-visible {
  outline: 2px solid rgba(147, 197, 253, 0.55);
  outline-offset: 2px;
}

.vc-ul-filter-chevron {
  display: inline-block;
  font-size: 0.7rem;
  opacity: 0.88;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.22s ease;
}

.vc-ul-filter-tab--open .vc-ul-filter-chevron,
.vc-ul-filter-tab[aria-expanded="true"] .vc-ul-filter-chevron {
  transform: rotate(180deg);
}

.vc-ul-filter-tab--open.vc-notify-filter-btn--on,
.vc-ul-filter-tab[aria-expanded="true"].vc-notify-filter-btn--on {
  border-color: rgba(148, 163, 184, 0.42);
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(51, 65, 85, 0.45));
  color: #f1f5f9;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.vc-ul-filter-tab--has-search:not(.vc-ul-filter-tab--open):not([aria-expanded="true"]) {
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: none;
}

.vc-ul-filters-wrap {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.vc-ul-filters-panel {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(20, 16, 12, 0.82), rgba(8, 6, 4, 0.88));
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 32px rgba(0, 0, 0, 0.35);
  padding: 1.1rem 1.15rem 1.15rem;
  outline: none;
}

.vc-ul-filters-panel *:focus-visible,
.vc-ul-filters-infield *:focus-visible,
.vc-ul-filters-form button:focus-visible,
.vc-ul-filters-form input:focus-visible {
  outline: 1px solid rgba(212, 168, 136, 0.45);
  outline-offset: 2px;
  box-shadow: none;
}

.vc-ul-filters-heading {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f1f5f9;
}

.vc-ul-filters-form {
  margin: 0;
}

.vc-ul-filters-inputwrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.6rem;
}

.vc-ul-filters-infield {
  position: relative;
  flex: 1 1 12rem;
  min-width: 0;
}

.vc-ul-filters-ico {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(148, 163, 184, 0.75);
  font-size: 0.9rem;
  pointer-events: none;
}

.vc-ul-filters-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  min-height: 2.65rem;
  padding: 0 0.75rem 0 2.5rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(100, 116, 139, 0.35);
  background: rgba(2, 6, 23, 0.65);
  color: #f8fafc;
  font-size: 0.9rem;
  outline: none;
}

.vc-ul-filters-input::placeholder {
  color: rgba(148, 163, 184, 0.65);
}

.vc-ul-filters-input:focus {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.vc-ul-filters-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  padding: 0 1.1rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(37, 99, 235, 0.45);
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.3);
  flex-shrink: 0;
}

.vc-ul-filters-submit:hover {
  filter: brightness(1.06);
}

.vc-ul-filters-hint {
  margin: 0.9rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(59, 130, 246, 0.28);
  background: rgba(6, 12, 30, 0.55);
}

.vc-ul-filters-hint-title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #93c5fd;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.vc-ul-filters-hint-ol {
  margin: 0;
  padding-left: 1.1rem;
  list-style: decimal;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(203, 213, 225, 0.9);
}

.vc-ul-filters-hint-ol li {
  margin: 0.2rem 0;
}

.vc-ul-filters-clear {
  margin: 0.85rem 0 0;
  text-align: right;
  font-size: 0.82rem;
}

.vc-ul-filters-linkbtn {
  background: none;
  border: none;
  color: #93c5fd;
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}

.vc-ul-filters-linkbtn:hover {
  color: #bfdbfe;
}

.vc-ul-stat-wide {
  margin: 0 1rem 0.45rem;
  padding: 0.55rem 0.7rem 0.6rem;
  border-radius: 0.65rem;
  background: rgba(2, 6, 23, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-ul-stat-wide-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.4rem;
}

.vc-ul-stat-wide-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(148, 163, 184, 0.88);
}

.vc-ul-stat-wide-val {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f8fafc;
  font-variant-numeric: tabular-nums;
}

.vc-ul-progress--inset {
  margin: 0;
  height: 0.26rem;
}

.vc-ul-progress-fill--muted {
  opacity: 0.85;
  background: linear-gradient(90deg, rgba(100, 116, 139, 0.9), rgba(148, 163, 184, 0.55));
}

.vc-ul-progress-fill--msg {
  background: linear-gradient(90deg, #7c3aed, #c4b5fd);
}

.vc-ul-progress-fill--voice {
  background: linear-gradient(90deg, #0d9488, #5eead4);
}

.vc-ul-stat-topname {
  line-height: 1.2;
  word-break: break-word;
}

.vc-ul-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

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

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

@media (max-width: 639px) {
  .vc-ul-loading {
    inset: 0;
    padding-top: 6.75rem;
    padding-inline: 0.75rem;
  }

  .vc-ul-loading-card {
    width: 100%;
    max-width: 100%;
    padding: 1.3rem 1rem 1.15rem;
  }

  .vc-ul-loading-title {
    font-size: 1.08rem;
  }

  .vc-ul-loading-sub {
    font-size: 0.88rem;
  }
}

.vc-ul-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(160%);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: clip;
}

.vc-roles-back {
  margin-bottom: 1.25rem;
}

.vc-roles-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-size: clamp(2.3rem, 3.8vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.vc-roles-title i {
  color: #c084fc;
  font-size: 0.78em;
}

.vc-roles-sub {
  margin: 0.75rem 0 0;
  font-size: 1.12rem;
  color: rgba(216, 180, 254, 0.82);
}

.vc-roles-search {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 1.15rem;
  border: 1px solid rgba(192, 132, 252, 0.18);
  background: linear-gradient(140deg, rgba(80, 20, 120, 0.28), rgba(24, 35, 74, 0.64));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
}

.vc-roles-search-ico {
  position: absolute;
  left: 1.15rem;
  font-size: 1.35rem;
  color: rgba(216, 180, 254, 0.55);
}

.vc-roles-search-input {
  width: 100%;
  min-height: 3.75rem;
  padding: 0 1.1rem 0 3.65rem;
  border: 0;
  border-radius: 1.15rem;
  background: transparent;
  color: #f8fafc;
  font-size: 1.05rem;
  outline: none;
}

.vc-roles-search-input::placeholder {
  color: rgba(221, 214, 254, 0.52);
}

.vc-roles-info {
  border-radius: 1.3rem;
  border: 1px solid rgba(192, 132, 252, 0.24);
  padding: 1.45rem 1.5rem;
  background:
    linear-gradient(145deg, rgba(49, 14, 78, 0.82), rgba(40, 19, 84, 0.62) 45%, rgba(113, 33, 119, 0.5) 100%);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-roles-info-head {
  display: flex;
  gap: 1rem;
}

.vc-roles-info-badge {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(168, 85, 247, 0.22);
  color: #d8b4fe;
  flex-shrink: 0;
  font-size: 1.45rem;
}

.vc-roles-info-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.vc-roles-info-list {
  margin: 0.85rem 0 0;
  padding-left: 0;
  list-style: none;
  color: rgba(237, 233, 254, 0.88);
  line-height: 1.6;
}

.vc-roles-info-list li {
  position: relative;
  display: block;
  padding-left: 1.55rem;
}

.vc-roles-info-list li::before {
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 1.1rem;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem;
}

.vc-roles-info-list li i,
.vc-roles-info-ico {
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 1.1rem;
  text-align: center;
  color: #d8b4fe;
}

.vc-roles-info-head .vc-roles-info-list li:first-child::before {
  content: "\f2be";
  color: #d8b4fe;
}

.vc-roles-info-callout .vc-roles-info-list li:first-child::before {
  content: "\f0e7";
  color: #67e8f9;
}

.vc-roles-info-callout .vc-roles-info-list li i,
.vc-roles-info-callout .vc-roles-info-ico {
  color: #67e8f9;
}

.vc-roles-info-list li strong,
.vc-roles-info-copy strong {
  color: #fff;
}

.vc-roles-info-list li strong::after,
.vc-roles-info-copy strong::after {
  content: " ";
}

.vc-roles-info-list li+li {
  margin-top: 0.35rem;
}

.vc-roles-info-callout {
  margin-top: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(251, 191, 36, 0.24);
  background: linear-gradient(135deg, rgba(69, 39, 76, 0.56), rgba(124, 43, 96, 0.38));
}

.vc-roles-info-callout-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #fde68a;
}

.vc-roles-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

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

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

.vc-role-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(196, 181, 253, 0.16);
  background:
    linear-gradient(140deg, rgba(28, 38, 82, 0.8), rgba(37, 53, 106, 0.56) 48%, rgba(96, 29, 72, 0.45) 100%);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(165%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(165%);
  cursor: pointer;
}

.vc-role-card:focus-visible {
  outline: 2px solid rgba(216, 180, 254, 0.55);
  outline-offset: 3px;
}

.vc-role-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
}

.vc-role-card-iconwrap {
  position: relative;
  display: inline-flex;
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  flex-shrink: 0;
  font-size: 1.6rem;
}

.vc-role-card-iconimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.vc-role-card-iconemoji {
  font-size: 1.7rem;
  line-height: 1;
}

.vc-role-card-swatch {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(15, 23, 42, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.vc-role-card-topcopy {
  min-width: 0;
  flex: 1;
}

.vc-role-card-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  word-break: break-word;
}

.vc-role-card-date {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: rgba(196, 181, 253, 0.72);
}

.vc-role-card-owner {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.45);
  color: inherit;
  text-decoration: none;
}

.vc-role-card-owneravatar {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 10px rgba(148, 163, 184, 0.12);
}

.vc-role-card-ownername {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(241, 245, 249, 0.9);
}

.vc-role-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.vc-role-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.05rem;
  padding: 0.35rem 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.94rem;
  font-weight: 700;
}

.vc-role-chip--members {
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.16);
}

.vc-role-chip--perm {
  color: #86efac;
  background: rgba(22, 163, 74, 0.16);
}

.vc-role-chip--temp {
  color: #fdba74;
  background: rgba(180, 83, 9, 0.16);
}

.vc-role-card-sep {
  margin-top: auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
}

.vc-role-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3rem;
  border-radius: 0.9rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
  box-shadow: 0 10px 26px rgba(168, 85, 247, 0.22);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.vc-role-card-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.vc-role-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.vc-role-card-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(196, 181, 253, 0.18);
  background: rgba(15, 23, 42, 0.38);
  color: rgba(237, 233, 254, 0.95);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.vc-role-card-open:hover {
  background: rgba(30, 41, 59, 0.55);
}

.vc-role-modal-open {
  overflow: hidden;
}

.vc-role-modal[hidden],
.vc-role-request-modal[hidden] {
  display: none !important;
  pointer-events: none !important;
}

.vc-role-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.vc-role-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 16, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vc-role-modal-sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 52rem);
  max-height: min(88vh, 46rem);
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(196, 181, 253, 0.18);
  background:
    linear-gradient(145deg, rgba(24, 30, 63, 0.95), rgba(33, 41, 77, 0.88) 45%, rgba(65, 20, 73, 0.82) 100%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vc-role-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-role-modal-role {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.vc-role-modal-icon {
  position: relative;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.75rem;
  color: #fff;
}

.vc-role-modal-iconimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.vc-role-modal-iconemoji {
  font-size: 1.8rem;
}

.vc-role-modal-swatch {
  position: absolute;
  left: calc(100% - 0.85rem);
  top: calc(100% - 0.85rem);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 9999px;
  border: 3px solid rgba(24, 30, 63, 0.95);
}

.vc-role-modal-headcopy {
  min-width: 0;
}

.vc-role-modal-title {
  margin: 0;
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  word-break: break-word;
}

.vc-role-modal-sub {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  color: rgba(226, 232, 240, 0.9);
}

.vc-role-modal-close {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
  flex-shrink: 0;
}

.vc-role-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.vc-role-modal-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-height: calc(min(88vh, 46rem) - 7.4rem);
  overflow: auto;
  padding: 1.35rem 1.5rem 1.5rem;
}

.vc-role-member {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 24, 39, 0.42);
  color: inherit;
  text-decoration: none;
}

.vc-role-member-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 0 0 5px rgba(96, 165, 250, 0.08),
    0 0 14px rgba(59, 130, 246, 0.14);
}

.vc-role-member-copy {
  min-width: 0;
  flex: 1;
}

.vc-role-member-topline {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.vc-role-member-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.vc-role-member-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.7rem;
  border-radius: 9999px;
  background: rgba(168, 85, 247, 0.3);
  border: 1px solid rgba(216, 180, 254, 0.22);
  color: #e9d5ff;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.vc-role-member-arrow {
  color: rgba(255, 255, 255, 0.32);
  font-size: 1.8rem;
  line-height: 1;
}

.vc-roles-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.vc-roles-pagechips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.vc-roles-pagebtn,
.vc-roles-pagechip {
  min-width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 26, 56, 0.72);
  color: rgba(226, 232, 240, 0.92);
  font: inherit;
  cursor: pointer;
}

.vc-roles-pagebtn:disabled {
  opacity: 0.45;
  cursor: default;
}

.vc-roles-pagechip--on {
  border-color: rgba(196, 181, 253, 0.28);
  background: linear-gradient(180deg, #a855f7, #7c3aed);
  color: #fff;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.24);
}

@media (max-width: 639px) {
  .vc-roles-title {
    gap: 0.6rem;
    font-size: 2.15rem;
  }

  .vc-roles-sub {
    font-size: 1rem;
  }

  .vc-roles-info {
    padding: 1.15rem;
  }

  .vc-roles-info-head {
    flex-direction: column;
  }

  .vc-role-card {
    padding: 1.1rem;
  }

  .vc-role-modal {
    padding: 0.8rem;
  }

  .vc-role-modal-head {
    padding: 1.1rem 1rem;
  }

  .vc-role-modal-title {
    font-size: 1.4rem;
  }

  .vc-role-modal-list {
    max-height: calc(88vh - 6.6rem);
    padding: 1rem;
  }

  .vc-role-member {
    padding: 0.8rem;
  }
}

.vc-ul-card-head {
  padding: 1rem 1rem 0.75rem;
}

.vc-ul-card-user {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.vc-ul-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 0 0 5px rgba(96, 165, 250, 0.08),
    0 0 14px rgba(56, 189, 248, 0.14);
}

.vc-ul-card-names {
  min-width: 0;
  flex: 1;
}

.vc-ul-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.vc-ul-card-name {
  font-size: 1rem;
  font-weight: 700;
  color: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-ul-card-id {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.9);
}

.vc-ul-rank {
  flex-shrink: 0;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.75rem;
}

.vc-ul-rank--1 {
  background: linear-gradient(145deg, #6f4e37, #c9a07a);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(212, 168, 136, 0.35);
}

.vc-ul-rank--2 {
  background: linear-gradient(145deg, #5a3c28, #b88968);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(var(--vc-sand-rgb), 0.32);
}

.vc-ul-rank--3 {
  background: linear-gradient(145deg, #4a3220, #9a6b4a);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(var(--vc-mocha-rgb), 0.35);
}

.vc-ul-rank--n {
  background: rgba(var(--vc-mocha-rgb), 0.55);
  color: #f2dcc8;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.35);
  font-weight: 700;
  font-size: 0.68rem;
}

.vc-ul-rank-num {
  line-height: 1;
}

.vc-ul-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0 1rem 0.75rem;
}

.vc-ul-statbox {
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem;
  background: rgba(2, 6, 23, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-ul-statbox-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(148, 163, 184, 0.85);
}

.vc-ul-statbox-val {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.vc-ul-progress {
  height: 0.28rem;
  margin: 0 1rem 0.75rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.85);
  overflow: hidden;
}

.vc-ul-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6f4e37, #d4a888);
  transition: width 0.25s ease;
}

.vc-ul-card-foot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.55rem 1rem;
  background: linear-gradient(90deg, rgba(60, 38, 26, 0.55), rgba(50, 32, 22, 0.5));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.92);
}

.vc-ul-foot-ico {
  color: #d4a888;
}

.vc-ul-foot-label {
  flex: 1;
  min-width: 0;
}

.vc-ul-foot-val {
  color: #d4a888;
  font-variant-numeric: tabular-nums;
}

.vc-live-event-home[hidden] {
  display: none !important;
}

.vc-live-event-home:not([hidden]) {
  position: fixed;
  top: 5.9rem;
  left: 1rem;
  z-index: 45;
  display: block;
  width: min(24rem, calc(100vw - 2rem));
  pointer-events: none;
  animation: vc-live-event-pop-in 220ms ease-out;
}

.vc-live-event-inline {
  position: relative;
  max-width: none;
  margin: 0;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(155deg, rgba(28, 22, 18, 0.92), rgba(12, 10, 8, 0.94));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 0.85rem 0.95rem 0.9rem;
  backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  -webkit-backdrop-filter: blur(var(--vc-glass-blur)) saturate(155%);
  pointer-events: auto;
}

.vc-live-event-inline__x {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  display: flex;
  width: 1.85rem;
  height: 1.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: #e2e8f0;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.vc-live-event-inline__x:hover {
  background: rgba(234, 88, 12, 0.2);
  color: #fff8f0;
}

.vc-live-event-inline__badge {
  margin: 0 0 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 88, 12, 0.45);
  background: linear-gradient(120deg, rgba(120, 45, 15, 0.55), rgba(234, 88, 12, 0.22));
  padding: 0.22rem 0.62rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff4e8;
}

.vc-live-event-inline__title {
  margin: 0 0 0.42rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #f8fafc;
}

.vc-live-event-inline__desc {
  margin: 0 0 0.72rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(203, 213, 225, 0.95);
}

.vc-live-event-inline__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.vc-live-event-inline__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.62rem;
  padding: 0.52rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #0f0a08;
  background: linear-gradient(135deg, #fbbf24, #ea580c);
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.3);
  transition: transform 0.12s ease, filter 0.12s ease;
}

.vc-live-event-inline__btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

@keyframes vc-live-event-pop-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 48rem) {
  .vc-live-event-home:not([hidden]) {
    top: 5.5rem;
    left: 0.75rem;
    width: min(22rem, calc(100vw - 1.5rem));
  }
}

.vc-role-request-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.vc-role-request-sheet {
  position: relative;
  z-index: 2;
  width: min(100%, 42rem);
  max-height: min(88vh, 44rem);
  overflow: auto;
  border-radius: 1.8rem;
  border: 1px solid rgba(196, 181, 253, 0.18);
  background:
    linear-gradient(145deg, rgba(24, 30, 63, 0.96), rgba(33, 41, 77, 0.9) 45%, rgba(65, 20, 73, 0.84) 100%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.vc-role-request-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 5rem 1rem 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-role-request-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.vc-role-request-close {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  z-index: 4;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  line-height: 1;
}

.vc-role-request-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.vc-role-request-icon {
  position: relative;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1rem;
  background: #f5ea00;
  color: #fff;
  font-size: 1.6rem;
  overflow: hidden;
}

.vc-role-request-iconimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.vc-role-request-iconemoji {
  font-size: 1.8rem;
  line-height: 1;
}

.vc-role-request-swatch {
  position: absolute;
  right: -0.15rem;
  bottom: -0.15rem;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(24, 30, 63, 0.95);
}

.vc-role-request-headcopy {
  min-width: 0;
}

.vc-role-request-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.vc-role-request-sub {
  margin: 0.2rem 0 0;
  font-size: 1.05rem;
  color: rgba(226, 232, 240, 0.82);
  text-transform: uppercase;
}

.vc-role-request-body {
  padding: 1.25rem 1.8rem 0.75rem;
}

.vc-role-request-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 1.15rem 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: linear-gradient(145deg, rgba(76, 29, 149, 0.22), rgba(30, 41, 59, 0.24));
  text-align: center;
}

.vc-role-request-auth-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(168, 85, 247, 0.18);
  color: #f5d0fe;
  font-size: 1.15rem;
}

.vc-role-request-auth-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.vc-role-request-auth-sub {
  margin: 0;
  max-width: 26rem;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.55;
}

.vc-role-request-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.15rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: linear-gradient(90deg, #5865f2 0%, #7c3aed 100%);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.vc-role-request-login:hover {
  filter: brightness(1.05);
}

.vc-role-request-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.95);
}

.vc-role-request-textarea {
  width: 100%;
  min-height: 10rem;
  box-sizing: border-box;
  resize: vertical;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem 1.05rem;
  font: inherit;
  font-size: 1rem;
  color: #f8fafc;
  outline: none;
}

.vc-role-request-textarea::placeholder {
  color: rgba(148, 163, 184, 0.75);
}

.vc-role-request-textarea:focus {
  border-color: rgba(168, 85, 247, 0.55);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
}

.vc-role-request-meta {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vc-role-request-state {
  margin: 0;
  font-size: 0.9rem;
}

.vc-role-request-state--ok {
  color: #86efac;
}

.vc-role-request-state--err {
  color: #fca5a5;
}

.vc-role-request-counter {
  margin-left: auto;
  font-size: 0.9rem;
  color: rgba(191, 219, 254, 0.72);
}

.vc-role-request-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.8rem 1.8rem;
}

.vc-role-request-cancel,
.vc-role-request-submit {
  min-height: 3.5rem;
  border-radius: 1rem;
  border: 0;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.vc-role-request-cancel {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-role-request-cancel:hover {
  background: rgba(255, 255, 255, 0.12);
}

.vc-role-request-submit {
  color: #fff;
  background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
  box-shadow: 0 10px 26px rgba(168, 85, 247, 0.22);
}

.vc-role-request-submit:hover {
  filter: brightness(1.04);
}

.vc-role-request-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}

@media (max-width: 640px) {
  .vc-role-request-modal {
    padding: 0.8rem;
  }

  .vc-role-request-head,
  .vc-role-request-body,
  .vc-role-request-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vc-role-request-head {
    padding-right: 4.5rem;
  }

  .vc-role-request-title {
    font-size: 1.45rem;
  }

  .vc-role-request-sub {
    font-size: 0.92rem;
  }

  .vc-role-request-actions {
    grid-template-columns: 1fr;
  }
}

.vc-necessity-banner {
  position: fixed;
  inset: auto 1rem 1rem auto;
  /* Sopra overlay sessione, transizioni, header e banner terzi (es. CMP); sotto solo la manutenzione full-screen (2147483647) */
  z-index: 2147483646;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 1.25rem);
  width: min(26rem, calc(100vw - 1.5rem));
  opacity: 0;
  transform: translateY(1rem) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.vc-necessity-banner--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.vc-necessity-banner--leaving {
  opacity: 0;
  transform: translateY(0.8rem) scale(0.98);
  pointer-events: none;
}

.vc-necessity-banner__card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  max-height: min(calc(100vh - 1.25rem), 36rem);
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(18, 25, 47, 0.985), rgba(17, 27, 54, 0.985) 62%, rgba(12, 30, 52, 0.975));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  color: #f8fafc;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.vc-necessity-banner__head {
  position: relative;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 2.6rem;
  gap: 0.8rem;
  align-items: start;
  padding: 0.95rem 1rem 0.85rem;
}

.vc-necessity-banner__icon,
.vc-necessity-banner__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(30, 41, 59, 0.48);
  color: rgba(226, 232, 240, 0.88);
}

.vc-necessity-banner__icon {
  width: 3rem;
  height: 3rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 28px rgba(0, 0, 0, 0.14);
}

.vc-necessity-banner__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.vc-necessity-banner__close {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.85rem;
  cursor: pointer;
  transition:
    color 0.16s ease,
    background 0.16s ease,
    transform 0.16s ease;
}

.vc-necessity-banner__close svg {
  width: 1rem;
  height: 1rem;
}

.vc-necessity-banner__close:hover {
  color: #fff;
  background: rgba(51, 65, 85, 0.78);
  transform: translateY(-1px);
}

.vc-necessity-banner__titlewrap h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.vc-necessity-banner__titlewrap p {
  max-width: 21rem;
  margin: 0.25rem 0 0;
  color: rgba(203, 213, 225, 0.76);
  font-size: 0.86rem;
  line-height: 1.45;
}

.vc-necessity-banner__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  padding: 0.8rem 1rem 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  overflow: hidden;
}

.vc-necessity-banner__scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.15rem;
}

.vc-necessity-banner__dock {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-top: 0.1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.vc-necessity-banner__notice,
.vc-necessity-banner__details {
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(30, 41, 59, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vc-necessity-banner__notice {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.8rem 0.9rem;
}

.vc-necessity-banner__noticeico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vc-necessity-banner__noticeico svg {
  color: rgba(226, 232, 240, 0.82);
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
}

.vc-necessity-banner__notice p {
  margin: 0;
  color: rgba(203, 213, 225, 0.82);
  font-size: 0.82rem;
  line-height: 1.45;
}

.vc-necessity-banner__notice strong {
  color: #fff;
}

.vc-necessity-banner__details {
  overflow: hidden;
}

.vc-necessity-banner__details summary {
  display: flex;
  min-height: 4.05rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.15rem;
  color: #f8fafc;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
  font-size: 1.02rem;
}

.vc-necessity-banner__details summary::-webkit-details-marker {
  display: none;
}

.vc-necessity-banner__details summary span {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.vc-necessity-banner__summaryico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  color: rgba(226, 232, 240, 0.82);
}

.vc-necessity-banner__summaryico svg {
  width: 1.4rem;
  height: 1.4rem;
}

.vc-necessity-banner__chev {
  color: rgba(226, 232, 240, 0.62);
  transition: transform 0.18s ease;
}

.vc-necessity-banner__chev svg {
  width: 1.2rem;
  height: 1.2rem;
}

.vc-necessity-banner__details[open] .vc-necessity-banner__chev {
  transform: rotate(180deg);
}

.vc-necessity-banner__tech {
  display: grid;
  gap: 0;
  padding: 0.15rem 1.15rem 1.1rem;
}

.vc-necessity-banner__tech > div:not(.vc-necessity-banner__chips) {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.vc-necessity-banner__techico {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: #34d399;
  padding-top: 0.05rem;
}

.vc-necessity-banner__techico svg {
  width: 1.32rem;
  height: 1.32rem;
}

.vc-necessity-banner__tech strong,
.vc-necessity-banner__tech small {
  display: block;
}

.vc-necessity-banner__tech strong {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 850;
}

.vc-necessity-banner__tech small,
.vc-necessity-banner__tech p {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.85rem;
  line-height: 1.5;
}

.vc-necessity-banner__tech p {
  margin: 0.82rem 0 0.62rem;
}

.vc-necessity-banner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vc-necessity-banner__chips span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  border-radius: 0.6rem;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0 0.78rem;
  color: #34d399;
  background: rgba(16, 185, 129, 0.08);
  font-size: 0.79rem;
  font-weight: 750;
}

.vc-necessity-banner__tech a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  color: rgba(226, 232, 240, 0.86);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.8rem;
}

.vc-necessity-banner__tech a:hover {
  color: #fff;
}

.vc-necessity-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.vc-necessity-banner__accept {
  min-height: 2.7rem;
  min-width: 9rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(90, 109, 138, 0.98), rgba(103, 121, 148, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  transition:
    filter 0.16s ease,
    transform 0.16s ease;
}

.vc-necessity-banner__accept:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.vc-necessity-banner__link {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.vc-necessity-banner__link:hover {
  color: #fff;
}

.vc-necessity-banner__foot {
  max-width: 21rem;
  margin: 0;
  color: rgba(148, 163, 184, 0.84);
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 720px) {
  .vc-necessity-banner {
    inset: auto 0.75rem 0.75rem;
    width: auto;
  }

  .vc-necessity-banner__head {
    grid-template-columns: 2.7rem minmax(0, 1fr) 2.4rem;
    gap: 0.7rem;
    padding: 0.85rem;
  }

  .vc-necessity-banner__titlewrap h2 {
    font-size: 0.95rem;
  }

  .vc-necessity-banner__titlewrap p,
  .vc-necessity-banner__notice p {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .vc-necessity-banner__body {
    padding: 0.8rem 0.85rem 0.9rem;
  }

  .vc-necessity-banner__notice {
    padding: 0.75rem 0.85rem;
  }

  .vc-necessity-banner__details summary {
    min-height: 2.85rem;
    padding: 0 0.85rem;
    font-size: 0.82rem;
  }

  .vc-necessity-banner__tech {
    padding: 0.1rem 0.85rem 0.85rem;
  }

  .vc-necessity-banner__tech > div:not(.vc-necessity-banner__chips) {
    grid-template-columns: 1.35rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .vc-necessity-banner__actions {
    flex-wrap: wrap;
  }

  .vc-necessity-banner__accept {
    min-height: 2.55rem;
    width: 100%;
    font-size: 0.86rem;
  }

  .vc-necessity-banner__foot {
    max-width: none;
    font-size: 0.7rem;
  }
}

.vc-reviews-page-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

/* Recensioni: palette e card allineate alla pagina Donazioni */
.vc-reviews-page .vc-reviews-section--lead {
  margin-top: 0;
}

.vc-reviews-page .vc-reviews-section__eyebrow {
  color: rgba(167, 243, 208, 0.9);
  letter-spacing: 0.22em;
}

.vc-reviews-page .vc-reviews-section__head--stack .vc-reviews-section__sub {
  color: rgba(203, 213, 225, 0.88);
}

.vc-reviews-page .vc-reviews-highlight__icon,
.vc-reviews-page .vc-reviews-formcard__icon,
.vc-reviews-page .vc-reviews-empty__icon {
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(110, 231, 183, 0.26);
  color: #6ee7b7;
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.12);
}

.vc-reviews-page .vc-reviews-card__target {
  color: rgba(153, 246, 228, 0.95);
}

.vc-reviews-page .vc-reviews-submit {
  border-color: rgba(52, 211, 153, 0.35);
  background: linear-gradient(to right, #34d399, #22d3ee);
  color: rgb(15 23 42 / 0.94);
  box-shadow: 0 14px 36px rgba(16, 185, 129, 0.22);
}

.vc-reviews-page .vc-reviews-submit:hover:not([disabled]) {
  filter: brightness(1.06);
}

.vc-reviews-page .vc-reviews-status {
  border-color: rgba(52, 211, 153, 0.28);
  background: rgba(6, 78, 59, 0.35);
  color: #ccfbf1;
}

.vc-reviews-page-main {
  min-width: 0;
}

@media (min-width: 64rem) {
  .vc-reviews-page-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 63.99rem) {
  .vc-reviews-page-layout {
    grid-template-columns: 1fr;
  }
}

.vc-reviews-hero__kicker,
.vc-reviews-section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--vc-sand-rgb), 0.88);
}

.vc-reviews-hero__title,
.vc-reviews-section__title {
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.vc-reviews-hero__text,
.vc-reviews-section__sub {
  margin: 1rem 0 0;
  color: rgba(235, 224, 214, 0.88);
  font-size: 1rem;
  line-height: 1.8;
}

.vc-reviews-page-main > .vc-reviews-sections-row:first-child > .vc-reviews-section {
  margin-top: 0;
}

.vc-reviews-highlight,
.vc-reviews-card,
.vc-reviews-formcard,
.vc-reviews-empty {
  border-radius: 1.5rem;
  border: 1px solid var(--vc-support-card-border);
  background: var(--vc-support-card-bg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vc-reviews-highlight {
  padding: 1.1rem 1.15rem;
}

.vc-reviews-highlight__icon,
.vc-reviews-formcard__icon,
.vc-reviews-empty__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(var(--vc-sand-rgb), 0.12);
  border: 1px solid rgba(var(--vc-sand-rgb), 0.28);
  color: var(--vc-sand-light);
  font-size: 1.2rem;
}

.vc-reviews-highlight strong,
.vc-reviews-empty strong {
  display: block;
  margin-top: 0.85rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.vc-reviews-highlight p,
.vc-reviews-empty p {
  margin: 0.45rem 0 0;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.7;
}

.vc-reviews-section {
  margin-top: 2rem;
}

.vc-reviews-sections-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

@media (min-width: 64rem) {
  .vc-reviews-sections-row {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 1.2rem;
  }
}

.vc-reviews-section--split {
  margin-top: 2rem;
}

.vc-reviews-section--split .vc-reviews-grid {
  grid-template-columns: 1fr;
}

.vc-reviews-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vc-reviews-section__head--stack {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 1.15rem;
}

.vc-reviews-section__head--stack .vc-reviews-section__eyebrow {
  margin: 0;
}

.vc-reviews-section__head--stack .vc-reviews-section__title {
  margin: 0.35rem 0 0;
}

.vc-reviews-section__head--stack .vc-reviews-section__sub {
  margin: 0.5rem 0 0;
  max-width: 38rem;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(186, 198, 216, 0.9);
}

.vc-reviews-section__title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.vc-reviews-grid,
.vc-reviews-formgrid {
  display: grid;
  gap: 1rem;
}

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

.vc-reviews-formgrid {
  grid-template-columns: minmax(0, 31rem);
}

.vc-reviews-card,
.vc-reviews-formcard,
.vc-reviews-empty {
  padding: 1.2rem;
}

.vc-reviews-formcard {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.vc-reviews-card__head,
.vc-reviews-card__author,
.vc-reviews-formcard__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.vc-reviews-card__head {
  justify-content: space-between;
  align-items: start;
}

.vc-reviews-card__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  object-fit: cover;
}

.vc-reviews-card__avatar--fallback {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.vc-reviews-card__author strong,
.vc-reviews-formcard__head strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.vc-reviews-card__author span,
.vc-reviews-formcard__head span,
.vc-reviews-helper {
  color: rgba(191, 219, 254, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.vc-reviews-card__stars {
  color: #facc15;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.vc-reviews-card__target {
  margin-top: 0.95rem;
  color: rgba(153, 246, 228, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
}

.vc-reviews-card__text {
  margin: 1rem 0 0;
  color: rgba(241, 245, 249, 0.9);
  line-height: 1.8;
  white-space: pre-wrap;
}

.vc-reviews-field {
  margin-top: 1rem;
}

.vc-reviews-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
}

.vc-reviews-select,
.vc-reviews-textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  padding: 0.95rem 1rem;
  font: inherit;
  box-sizing: border-box;
}

.vc-reviews-select:disabled {
  opacity: 1;
  cursor: default;
}

.vc-reviews-textarea {
  resize: vertical;
  min-height: 6.75rem;
}

.vc-reviews-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.vc-reviews-rating__btn,
.vc-reviews-submit {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  font: inherit;
  cursor: pointer;
}

.vc-reviews-rating__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.8rem;
  padding: 0 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.vc-reviews-rating__btn.is-active {
  background: rgba(250, 204, 21, 0.14);
  border-color: rgba(250, 204, 21, 0.32);
  color: #fde68a;
}

.vc-reviews-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  align-self: flex-start;
  margin-top: 1rem;
  padding: 0 1.2rem;
  background: linear-gradient(135deg, rgba(var(--vc-mocha-rgb), 0.95), rgba(90, 58, 40, 0.98));
  border-color: rgba(var(--vc-sand-rgb), 0.35);
  color: #f8ede4;
  font-weight: 900;
}

.vc-reviews-formcard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.vc-reviews-formcard__actions .vc-reviews-submit {
  margin-top: 0;
}

.vc-reviews-delete {
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.92), rgba(68, 18, 18, 0.92));
  border-color: rgba(248, 113, 113, 0.34);
  color: #fecaca;
}

.vc-reviews-submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.vc-reviews-status {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--vc-sand-rgb), 0.35);
  background: rgba(var(--vc-mocha-rgb), 0.35);
  color: #f2dcc8;
  font-weight: 700;
}

.vc-reviews-status.is-error {
  border-color: rgba(248, 113, 113, 0.26);
  background: rgba(127, 29, 29, 0.22);
  color: #fecaca;
}

@media (max-width: 64rem) {
  .vc-reviews-sections-row,
  .vc-reviews-grid,
  .vc-reviews-formgrid {
    grid-template-columns: 1fr;
  }

  .vc-reviews-section__head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 40rem) {
  .vc-support-page-hero:not(.vc-vote-page-hero) {
    padding: 2rem 1.25rem;
  }

  .vc-vote-page-hero {
    padding: 1.15rem 0.95rem 1.25rem;
  }

  .vc-reviews-card__head {
    flex-direction: column;
    align-items: start;
  }
}

.vc-reviews-select--static {
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  padding-right: 0.75rem !important;
}

/* Notifications page aligned with brown/sandy palette */
.vc-notifications-page .vc-notify-hero h1 {
  color: rgba(167, 243, 208, 0.98);
  text-shadow: 0 0 18px rgba(var(--vc-reviews-emerald-rgb), 0.16);
}

.vc-notifications-page #vc-notify-subtitle {
  color: rgba(248, 250, 252, 0.9);
}

.vc-notifications-page .vc-notify-stat-label {
  color: rgba(248, 250, 252, 0.82);
}

.vc-notifications-page .vc-notify-stat-value {
  color: rgba(167, 243, 208, 0.96);
}

.vc-notifications-page .vc-notify-filter-btn {
  border-color: rgba(var(--vc-sand-rgb), 0.22);
  background: rgba(var(--vc-mocha-rgb), 0.34);
  color: rgba(248, 250, 252, 0.86);
}

.vc-notifications-page .vc-notify-filter-btn--on {
  border-color: rgba(var(--vc-sand-rgb), 0.34);
  background: linear-gradient(135deg, rgba(var(--vc-mocha-rgb), 0.9), rgba(86, 56, 38, 0.88));
  color: rgba(167, 243, 208, 0.98);
}

.vc-notifications-page .vc-notify-row-title {
  color: rgba(167, 243, 208, 0.96);
}

.vc-notifications-page .vc-notify-row-desc {
  color: rgba(248, 250, 252, 0.84);
}

/* Users + Ruoli aligned to support/reviews brown palette */
.vc-users-page,
.vc-roles-page {
  background-color: #090b0f;
  background-image:
    radial-gradient(ellipse 92% 74% at 12% 16%, rgba(var(--vc-reviews-emerald-rgb), 0.14), transparent 52%),
    radial-gradient(ellipse 88% 68% at 24% 8%, rgba(var(--vc-mocha-rgb), 0.2), transparent 54%),
    radial-gradient(ellipse 80% 64% at 88% 72%, rgba(var(--vc-sand-rgb), 0.1), transparent 50%),
    radial-gradient(ellipse 62% 46% at 50% 100%, rgba(30, 52, 44, 0.24), transparent 58%),
    linear-gradient(180deg, #0b1016 0%, #0f171f 42%, #090e13 100%);
}

.vc-users-title,
.vc-roles-title {
  margin: 0;
  font-size: clamp(2.3rem, 3.8vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: rgba(167, 243, 208, 0.98);
  text-shadow: 0 0 18px rgba(var(--vc-reviews-emerald-rgb), 0.16);
}

.vc-users-sub,
.vc-roles-sub {
  margin: 0.75rem 0 0;
  font-size: 1.02rem;
  color: rgba(248, 250, 252, 0.9);
}

.vc-roles-title i {
  color: rgba(167, 243, 208, 0.95);
}

.vc-user-leader-state {
  color: rgba(248, 250, 252, 0.82);
}

.vc-ul-loading {
  background: linear-gradient(180deg, rgba(7, 16, 18, 0.42) 0%, rgba(10, 22, 24, 0.66) 40%, rgba(7, 12, 14, 0.78) 100%);
}

.vc-ul-loading-card {
  border: 1px solid rgba(var(--vc-reviews-emerald-rgb), 0.24);
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.12), transparent 50%),
    linear-gradient(160deg, rgba(16, 28, 32, 0.94), rgba(10, 18, 22, 0.92));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vc-ul-loading-spinner {
  border-color: rgba(var(--vc-sand-rgb), 0.32);
  border-top-color: rgba(167, 243, 208, 0.92);
  border-right-color: rgba(var(--vc-reviews-emerald-rgb), 0.45);
  box-shadow: 0 0 22px rgba(var(--vc-reviews-glow-rgb), 0.18);
}

.vc-ul-loading-sub {
  color: rgba(248, 250, 252, 0.82);
}

.vc-ul-empty-ico,
.vc-ul-empty-ico.fa-users {
  color: rgba(167, 243, 208, 0.9);
}

.vc-ul-empty-sub {
  color: rgba(248, 250, 252, 0.74);
}

.vc-ul-board-tabs,
.vc-roles-search,
.vc-roles-info,
.vc-role-card,
.vc-role-modal-sheet,
.vc-role-request-sheet {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.18);
}

.vc-ul-filters-panel {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: linear-gradient(160deg, rgba(16, 28, 32, 0.84), rgba(10, 16, 20, 0.9));
}

.vc-ul-filters-heading,
.vc-roles-info-title,
.vc-role-card-name,
.vc-role-modal-title,
.vc-role-request-title {
  color: rgba(167, 243, 208, 0.96);
}

.vc-ul-filters-hint {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.22);
  background: rgba(10, 28, 24, 0.44);
}

.vc-ul-filters-hint-title,
.vc-roles-info-callout-title {
  color: rgba(167, 243, 208, 0.92);
}

.vc-ul-filters-hint-ol,
.vc-roles-info-list,
.vc-role-card-date,
.vc-role-card-ownername,
.vc-role-modal-sub,
.vc-role-request-sub,
.vc-role-request-auth-sub {
  color: rgba(248, 250, 252, 0.84);
}

.vc-roles-search {
  background: linear-gradient(140deg, rgba(14, 30, 34, 0.62), rgba(14, 22, 30, 0.66));
}

.vc-roles-search-ico {
  color: rgba(167, 243, 208, 0.72);
}

.vc-roles-search-input::placeholder {
  color: rgba(248, 250, 252, 0.5);
}

.vc-roles-info {
  background: linear-gradient(145deg, rgba(16, 30, 34, 0.78), rgba(14, 34, 42, 0.58) 45%, rgba(var(--vc-sand-rgb), 0.18) 100%);
}

.vc-roles-info-badge {
  background: rgba(var(--vc-reviews-emerald-rgb), 0.18);
  color: rgba(167, 243, 208, 0.92);
}

.vc-roles-info-list li i,
.vc-roles-info-ico,
.vc-roles-info-head .vc-roles-info-list li:first-child::before,
.vc-roles-info-callout .vc-roles-info-list li:first-child::before {
  color: rgba(167, 243, 208, 0.88);
}

.vc-roles-info-callout {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.24);
  background: linear-gradient(135deg, rgba(12, 34, 30, 0.58), rgba(14, 36, 44, 0.35));
}

.vc-role-card {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: linear-gradient(140deg, rgba(14, 28, 34, 0.78), rgba(16, 34, 44, 0.54) 52%, rgba(var(--vc-sand-rgb), 0.16) 100%);
}

.vc-role-card:focus-visible {
  outline: 2px solid rgba(var(--vc-reviews-emerald-rgb), 0.5);
}

.vc-role-card-owner,
.vc-role-modal-icon,
.vc-role-member,
.vc-role-request-auth {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.18);
  background: rgba(14, 28, 34, 0.34);
}

.vc-role-chip--members {
  color: rgba(167, 243, 208, 0.96);
  background: rgba(var(--vc-reviews-emerald-rgb), 0.12);
}

.vc-role-chip--perm {
  color: rgba(167, 243, 208, 0.96);
  background: rgba(22, 163, 74, 0.14);
}

.vc-role-chip--temp {
  color: rgba(248, 250, 252, 0.9);
  background: rgba(var(--vc-sand-rgb), 0.18);
}

.vc-role-card-cta,
.vc-role-request-submit,
.vc-ul-filters-submit {
  color: #fff;
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.34);
  background: linear-gradient(135deg, rgba(12, 52, 40, 0.96), rgba(22, 38, 54, 0.98));
  box-shadow: 0 10px 26px rgba(var(--vc-reviews-glow-rgb), 0.16);
}

.vc-role-card-open,
.vc-roles-pagebtn,
.vc-roles-pagechip,
.vc-role-request-cancel {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: rgba(14, 28, 34, 0.42);
  color: rgba(248, 250, 252, 0.9);
}

.vc-roles-pagechip--on {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.36);
  background: linear-gradient(180deg, rgba(16, 76, 56, 0.96), rgba(20, 38, 52, 0.96));
}

/* Profile + Rank Customize aligned to support/vote/reviews palette */
.vc-user-profile-loader,
.vc-user-profile-empty {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: linear-gradient(135deg, rgba(10, 28, 32, 0.9), rgba(12, 24, 40, 0.64));
}

.vc-user-profile-loader__title,
.vc-user-profile-empty__title,
.vc-user-profile-name,
.vc-user-profile-block__title,
.vc-user-profile-multiplier__title {
  color: rgba(167, 243, 208, 0.96);
}

.vc-user-profile-loader__sub,
.vc-user-profile-empty__text,
.vc-user-profile-empty__hint,
.vc-user-profile-id,
.vc-user-profile-block__sub,
.vc-user-profile-multiplier__sub {
  color: rgba(226, 232, 240, 0.84);
}

.vc-user-profile-hero,
.vc-user-profile-block {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.16);
  background: linear-gradient(135deg, rgba(18, 30, 52, 0.72), rgba(12, 44, 54, 0.44));
}

.vc-user-profile-badges {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--vc-reviews-emerald-rgb), 0.18), transparent 36%),
    linear-gradient(135deg, rgba(18, 56, 62, 0.26), rgba(12, 34, 52, 0.22));
}

.vc-user-profile-stat,
.vc-user-profile-mini,
.vc-user-profile-customcard,
.vc-user-profile-shared {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.14);
  background: rgba(10, 22, 38, 0.44);
}

.vc-user-profile-stat__label,
.vc-user-profile-mini__label {
  color: rgba(226, 232, 240, 0.74);
}

.vc-user-profile-stat__value,
.vc-user-profile-mini__value,
.vc-user-profile-multiplier__total {
  color: rgba(167, 243, 208, 0.96);
  text-shadow: 0 0 16px rgba(var(--vc-reviews-glow-rgb), 0.22);
}

.vc-user-profile-inlinecmd,
.vc-user-profile-role--muted {
  background: rgba(12, 26, 40, 0.46);
  color: rgba(226, 232, 240, 0.84);
}

.vc-user-profile-shared__summary strong {
  background: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  color: rgba(167, 243, 208, 0.95);
}

.vc-user-profile-shared__user {
  background: rgba(8, 18, 34, 0.56);
}

.vc-user-profile-shared__user:hover,
.vc-user-profile-shared__user:focus-visible {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.24);
  background: rgba(14, 40, 52, 0.4);
}

.vc-rank-customize-loading {
  border-color: rgba(88, 148, 178, 0.25);
  background:
    radial-gradient(circle at 16% 0%, rgba(16, 185, 129, 0.08), transparent 48%),
    radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.08), transparent 54%),
    linear-gradient(145deg, rgba(7, 21, 40, 0.93), rgba(6, 17, 33, 0.9));
}

.vc-rank-customize-loading__text {
  color: rgba(167, 243, 208, 0.96);
}

.vc-rank-customize-loading__sub {
  color: rgba(226, 232, 240, 0.76);
}

.vc-rank-save-toast {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.3);
  background: linear-gradient(145deg, rgba(10, 26, 30, 0.94), rgba(12, 24, 40, 0.9));
}

.vc-rank-editor-panel,
.vc-rank-editor-previewcard,
.vc-rank-editor-tabs {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.18);
  background: rgba(10, 22, 34, 0.58);
}

.vc-rank-editor-topbar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.vc-rank-editor-hero h1,
.vc-rank-editor-card__copy strong {
  color: rgba(167, 243, 208, 0.96);
}

.vc-rank-editor-hero p,
.vc-rank-editor-card__copy span,
.vc-rank-editor-uploadhint,
.vc-rank-editor-uploadname,
.vc-rank-editor-status {
  color: rgba(226, 232, 240, 0.84);
}

.vc-rank-editor-tab {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.14);
  background: rgba(12, 24, 38, 0.56);
  color: rgba(226, 232, 240, 0.84);
}

.vc-rank-editor-tab.is-active {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.3);
  background: linear-gradient(135deg, rgba(10, 52, 40, 0.78), rgba(18, 34, 52, 0.7));
  color: rgba(167, 243, 208, 0.98);
}

.vc-rank-editor-colorrow__hex,
.vc-rank-editor-sliderrow input[type="range"],
.vc-rank-editor-wallcard,
.vc-rank-editor-lockcard {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.2);
  background: rgba(10, 20, 32, 0.62);
}

.vc-rank-editor-updatebtn,
.vc-rank-editor-save,
.vc-rank-editor-reset {
  border-color: rgba(var(--vc-reviews-emerald-rgb), 0.26);
  background: linear-gradient(135deg, rgba(12, 52, 40, 0.94), rgba(22, 38, 56, 0.92));
  color: #ecfdf5;
}

/* Unified emerald text tone across all pages */
.vc-body [class*="text-emerald-"] {
  color: var(--vc-unified-emerald) !important;
}

.vc-body :where(
  .vc-hero-kicker,
  .vc-brand-glow,
  .vc-home-highlight-title,
  .vc-home-linkpanel__title,
  .vc-home-linkitem__copy strong,
  .vc-stat-num,
  .vc-home-storycard__title,
  .vc-wiki-title,
  .vc-wiki-lead strong,
  .vc-wiki-cta,
  .vc-wiki-card-title,
  .vc-wiki-card-link,
  .vc-reviews-page .vc-reviews-section__eyebrow,
  .vc-reviews-card__target,
  .vc-reviews-empty strong,
  .vc-user-profile-headline__name,
  .vc-rank-editor-hero h1,
  .vc-rank-editor-card__copy strong,
  .vc-rank-editor-previewcard__head strong,
  .vc-rank-editor-preview__imagestatus,
  .vc-unban-headline,
  .vc-candidature-headline
) {
  color: var(--vc-unified-emerald) !important;
}