/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 16:33:07 */
.seriftext{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    padding:0 3px 0 3px;
    font-size: calc(var(--e-global-typography-text-font-size)*1.5);
}
.gold-text > * {
background: radial-gradient(circle at 15% 30%,
#f5d97a 0%,
#EDBC54 40%,
#c9922e 100%
);
-webkit-background-clip: text !important;
background-clip: text !important;
color: transparent !important;
}

/* v3 vision-glass - darker / more original color preserved */

.vision-glass {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(255,255,255,0.06),
      transparent 38%
    ),
    radial-gradient(
      circle at 80% 90%,
      rgba(255,255,255,0.03),
      transparent 45%
    ),
    linear-gradient(
      160deg,
      rgba(24,25,31,0.4),
      rgba(24,25,31,0.33)
    ) !important;                /* adjust to tint with more color */

  backdrop-filter: blur(18px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(125%) !important;


  border: 1px solid rgba(255,255,255,0.08); !important;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.45) !important;
}

.vision-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.03) 35%,
      transparent 60%
    );

  opacity: .35;
  pointer-events: none;
}

.vision-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    inset 0 0 18px rgba(255,255,255,0.02);

  pointer-events: none;
}


