/* IDGForum Premium Counter-Strike VIP Carousel & Subscriptions */
/* VIP Showcase Carousel */
.tf-vip-team-section {
    background-color: rgba(6, 9, 14, 0.7);
    border: 1px solid rgba(255, 107, 0, 0.25);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 24px;
    position: relative;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.tf-vip-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.tf-vip-header h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.tf-vip-header p {
    font-size: 0.85rem;
    color: #8892b0;
    margin: 0;
}

.tf-vip-list-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tf-vip-carousel-track-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.tf-vip-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
}

.tf-vip-carousel::-webkit-scrollbar {
    display: none;
}

.tf-vip-member-card {
    flex-shrink: 0;
    width: 110px;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 107, 0, 0.15);
    border-radius: 6px;
    padding: 12px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tf-vip-member-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 107, 0, 0.5);
    background-color: rgba(255, 107, 0, 0.04);
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.1);
}

.tf-vip-avatar-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tf-vip-avatar-wrapper .avatarWrapper.large {
    width: 50px;
    height: 50px;
}

.tf-vip-avatar-wrapper .frameOverlay {
    top: -14px;
    left: -1px;
    height: 121%;
}

.tf-vip-name-label {
    font-size: 0.8rem;
    font-weight: 700;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tf-vip-badge-pill {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tf-vip-badge-pill .vip-dot {
    color: #ff6b00;
    font-size: 0.6rem;
}

.tf-vip-tier-tag {
    font-size: 0.65rem;
    font-weight: 800;
    color: #ff6b00;
}

/* Carousel Control Arrows */
.tf-carousel-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: rgba(10, 15, 24, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ff6b00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.tf-carousel-arrow:hover {
    background-color: #ff6b00;
    border-color: #ff6b00;
    color: #000;
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.4);
}

.tf-carousel-arrow.left { left: 16px; }
.tf-carousel-arrow.right { right: 16px; }


/* IDGForum Premium Counter-Strike VIP Customizer Layout V2 */
:root {
    color-scheme: dark;
    --vip-bg: #05070b;
    --vip-panel: rgba(8, 13, 20, 0.86);
    --vip-panel-soft: rgba(255, 255, 255, 0.055);
    --vip-line: rgba(255, 255, 255, 0.13);
    --vip-text: #f3f7fb;
    --vip-muted: #91a0af;
    --vip-cyan: #00eaff;
    --vip-green: #2dff91;
    --vip-gold: #ffe05c;
    --vip-red: #ff4269;
    --vip-radius: 10px;
    --vip-image: url("https://distribution.faceit-cdn.net/images/d4b8d6a0-9a46-43b7-9692-ab20f194718f.avif");
    --vip-selector-max-height: 300px;
    --vip-preview-mobile-width: 720px;
    --vip-background-thumb-width: 150px;
    --vip-background-thumb-height: 80px;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    min-height: 100vh;
    background: #05070b;
    color: var(--vip-text);
    font:
      14px/1.45 Inter,
      Play,
      Arial,
      sans-serif;
  }

  button,
  input {
    font: inherit;
  }

  .vipLoadoutV2 {
    min-height: 100vh;
    padding: 28px 16px 116px;
    background:
      radial-gradient(
        circle at 18% 0%,
        rgba(0, 234, 255, 0.14),
        transparent 26%
      ),
      radial-gradient(
        circle at 88% 8%,
        rgba(255, 224, 92, 0.1),
        transparent 24%
      ),
      linear-gradient(180deg, #101722, var(--vip-bg));
  }

  .vipShell {
    width: min(1240px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.76)),
      linear-gradient(90deg, rgba(0, 234, 255, 0.08), rgba(255, 224, 92, 0.05)),
      var(--vip-image) center / cover;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
  }

  .vipShell__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 18px;
    padding: 24px;
    border-bottom: 1px solid var(--vip-line);
    background: rgba(0, 0, 0, 0.28);
  }

  .vipEyebrow {
    margin: 0 0 8px;
    color: var(--vip-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .vipShell h1 {
    margin: 0;
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1;
    letter-spacing: 0;
  }

  .vipIntro {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--vip-muted);
  }

  .vipHeaderPreview,
  .vipPreviewCard,
  .vipCard {
    border: 1px solid var(--vip-line);
    border-radius: var(--vip-radius);
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
  }

  .vipHeaderPreview {
    display: grid;
    align-content: center;
    gap: 8px;
    min-height: 108px;
    padding: 16px;
  }

  .vipHeaderPreview > span,
  .vipPreviewLabel {
    color: var(--vip-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  #usernamePreview,
  #usernamePreview * {
    font-size: 25px !important;
    line-height: 1.1 !important;
  }

  .vipTabs {
    display: flex;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--vip-line);
    overflow-x: auto;
    background: rgba(0, 0, 0, 0.32);
  }

  .vipTab {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #d7e4ef;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
  }

  .vipTab:hover {
    border-color: rgba(0, 234, 255, 0.58);
  }

  .vipTab:focus-visible {
    border-color: rgba(0, 234, 255, 0.7);
    outline: 2px solid var(--vip-cyan);
    outline-offset: 2px;
  }

  .vipTab.is-active {
    background: linear-gradient(
      135deg,
      rgba(0, 234, 255, 0.24),
      rgba(255, 224, 92, 0.12)
    );
    border-color: rgba(0, 234, 255, 0.7);
    color: #fff;
    box-shadow: inset 0 -2px 0 var(--vip-cyan);
  }

  .vipPanel {
    padding: 20px;
  }

  .vipPanel[hidden] {
    display: none !important;
  }

  .vipPanelGrid {
    display: grid;
    gap: 18px;
  }

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

  .vipPanelGrid--backgrounds {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    align-items: start;
  }

  .vipPanelGrid--fullProfile {
    grid-template-columns: minmax(240px, 3fr) minmax(0, 7fr);
    align-items: start;
  }

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

  .vipCard,
  .vipPreviewCard {
    padding: 16px;
  }

  .vipCard__title {
    margin-bottom: 14px;
  }

  .vipCard h2 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .vipCard p,
  .vipPreviewCard p {
    margin: 5px 0 0;
    color: var(--vip-muted);
    font-size: 12px;
  }

  .selectorGrid,
  .selectorDropdown {
    display: grid;
    gap: 10px;
    max-height: var(--vip-selector-max-height);
    padding-top: 4px;
  }

  .selectorGrid--text {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    overflow-y: auto;
    padding-right: 4px;
    padding-bottom: 4px;
  }

  .selectorGrid--text .selectorItem {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
  }

  .selectorDropdown {
    grid-auto-flow: column;
    grid-auto-columns: minmax(92px, max-content);
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
  }

  .selectorGrid::-webkit-scrollbar,
  .selectorDropdown::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .selectorGrid::-webkit-scrollbar-track,
  .selectorDropdown::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.045);
    border-radius: 999px;
  }

  .selectorGrid::-webkit-scrollbar-thumb,
  .selectorDropdown::-webkit-scrollbar-thumb {
    background: rgba(0, 234, 255, 0.48);
    border-radius: 999px;
  }

  .selectorDropdown--weapons {
    grid-auto-columns: 112px;
  }

  .selectorDropdown--backgrounds {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: var(--vip-selector-max-height);
    padding-right: 4px;
    padding-bottom: 4px;
  }

  /* MASTER EDIT: Start */
  .selectorDropdown--backgrounds .selectorItem {
    flex: 0 0 var(--vip-background-thumb-width);
    width: var(--vip-background-thumb-width);
    min-height: var(--vip-background-thumb-height);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* MASTER EDIT: End */

  .selectorDropdown--backgrounds .selectorItem img,
  .selectorDropdown--backgrounds .selectorItem video {
    width: 100%;
    height: var(--vip-background-thumb-height);
    object-fit: cover;
    border-radius: 5px;
    display: block;
  }

  .selectorDropdown--backgrounds .emptyTile {
    width: 100%;
    min-height: var(--vip-background-thumb-height);
  }

  #userBgDropdown.selectorDropdown--backgrounds {
    --vip-background-thumb-width: 124px;
    --vip-background-thumb-height: 66px;
  }

  #userBgDropdown.selectorDropdown--backgrounds .selectorItem {
    padding: 5px;
  }

  .selectorItem {
    position: relative;
    min-height: 66px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--vip-text);
    cursor: pointer;
    padding: 10px;
    transition:
      transform 150ms ease,
      border-color 150ms ease,
      background 150ms ease,
      box-shadow 150ms ease;
  }

  .selectorItem:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 234, 255, 0.52);
    background: rgba(0, 234, 255, 0.085);
  }

  .selectorItem:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  .selectorItem.active {
    border-color: var(--vip-cyan);
    box-shadow:
      0 0 0 1px rgba(0, 234, 255, 0.32),
      0 0 22px rgba(0, 234, 255, 0.14);
  }

  .selectorItem img {
    display: block;
    width: 70px;
    height: 54px;
    object-fit: contain;
    margin: 0 auto;
  }

  .selectorDropdown--weapons .selectorItem {
    display: grid;
    place-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .emptyTile {
    display: grid;
    place-items: center;
    min-width: 62px;
    min-height: 44px;
    color: rgba(255, 255, 255, 0.52);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
  }

  .swatchStrip {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
    padding: 14px 16px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--vip-accent, #0d525e);
    border-radius: 8px;
    animation: swatchSlideIn 0.2s ease-out;
  }

  .swatchStrip.visible {
    display: flex;
  }

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

  #swatchStripLabel {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--vip-muted);
  }

  #swatchStripLabel strong {
    color: var(--vip-text);
  }

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

  .swatchDot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: 0.2s;
    position: relative;
    flex-shrink: 0;
  }

  .swatchDot:hover {
    transform: scale(1.2);
    border-color: rgba(255, 255, 255, 0.4);
  }

  .swatchDot.active {
    border: 2px solid #f1c40f;
    box-shadow: 0 0 8px rgba(241, 196, 15, 0.6);
    transform: scale(1.15);
  }

  .swatchDot::after {
    content: "âœ“";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
  }

  .swatchDot.active::after {
    opacity: 1;
  }

  #usernameStyleDropdown .selectorItem.has-variants::before {
    content: "ðŸŽ¨";
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    line-height: 1;
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
  }

  #usernameStyleDropdown .selectorItem.has-variants:hover::before {
    opacity: 1;
    transform: scale(1.2);
  }

  .vipPreviewCard {
    min-width: 0;
    overflow: hidden;
  }

  .vipPreviewCard--wide {
    overflow: hidden;
  }

  .usernamePreviewBox {
    display: grid;
    place-items: center;
    min-height: 120px;
    margin-top: 12px;
    border: 1px solid var(--vip-line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.54);
  }

  .profileCard {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    margin-top: 12px;
    min-height: 190px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.58) center / cover;
  }

  .profileCard > .fullTabs,
  .profileCard > .fullPosts {
    display: none;
  }

  .profileCard--backgroundOnly {
    min-height: 160px;
  }

  .avatarWrapper {
    position: relative;
    width: 104px;
    height: 104px;
  }

  /* MASTER EDIT: Start */
  .avatarWrapper.large {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 10px;
  }
  /* MASTER EDIT: End */

  /* MASTER EDIT: Start */
  .avatarWrapper .avatar,
  .avatarWrapper .avatar img {
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 8px;
    object-fit: cover;
  }
  /* MASTER EDIT: End */

  /* MASTER EDIT: Start*/
  .frameOverlay {
    position: absolute;
    /* inset: -7%; */
    width: 100%;
    height: 121%;
    object-fit: cover;
    pointer-events: none;
    top: -17px;
    left: -1px;
    overflow: unset;
  }
  /* MASTER EDIT: End*/

  .profileRight,
  .fullProfileInfo {
    min-width: 0;
  }

  .profileName,
  .fullProfileName {
    margin-bottom: 8px;
    font-weight: 900;
  }

  .vipShell .fullProfileName {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
    filter: none;
  }

  .vipShell .fullProfileName::before,
  .vipShell .fullProfileName::after {
    content: none;
  }

  /* MASTER EDIT: Start */
  [data-vip-loadout] .userBanner {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 4px;
    background: #f59e0b;
    color: #130d04;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    width: fit-content;
  }
  /* MASTER EDIT: End */

  [data-vip-loadout] .userBanner--orange {
    background: #f59e0b;
    color: #130d04;
  }
  [data-vip-loadout] .userBanner--red {
    background: #ef4444;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--green {
    background: #22c55e;
    color: #041207;
  }
  [data-vip-loadout] .userBanner--royalBlue {
    background: #2563eb;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--triColorPulseAnimated {
    color: #061014;
    background: linear-gradient(90deg, #00eaff, #ffe05c, #2dff91);
    background-size: 220% 100%;
    animation: vipBannerMove 3s linear infinite;
  }

  /* === userBanner variants (sourced from XenForo live CSS, scoped to vMain) === */
  [data-vip-loadout] .userBanner--addonmanager {
    background: #7e57c2;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--accent {
    background: #2ba8bf;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--olive {
    background: #808000;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--lightGreen {
    background: #ccf9c8;
    color: #000;
  }
  [data-vip-loadout] .userBanner--skyBlue {
    background: #7cc3e0;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--gray {
    background: #808080;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--silver {
    background: #c0c0c0;
    color: #000;
  }
  [data-vip-loadout] .userBanner--yellow {
    background: #ffff91;
    color: #000;
  }
  [data-vip-loadout] .userBanner--blue {
    background: #0008e3;
    color: #fff;
  }
  [data-vip-loadout] .userBanner--ForumsvipGold {
    background: linear-gradient(45deg, #efbf04, #ff6a00);
    color: #000;
  }
  [data-vip-loadout] .userBanner--vipLuxury {
    background: linear-gradient(45deg, #efbf04, #ff8c00);
    color: #000;
  }
  [data-vip-loadout] .userBanner--vipPurple {
    background: linear-gradient(45deg, #7b2cff, #c04cff);
    color: #fff;
  }
  [data-vip-loadout] .userBanner--vipBlue {
    background: linear-gradient(45deg, #00b7ff, #002aff);
    color: #fff;
  }
  [data-vip-loadout] .userBanner--vipRed {
    background: linear-gradient(45deg, #ff3b3b, #b30000);
    color: #fff;
  }
  [data-vip-loadout] .userBanner--ForumsvipRainbow {
    background: linear-gradient(
      270deg,
      #ff0000,
      #ffa500,
      #ffff00,
      #008000,
      #0000ff,
      #800080
    );
    background-size: 600% 600%;
    animation: vipGradient 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip {
    background: linear-gradient(270deg, #efbf04, #ff6a00, #ff00aa, #00d4ff);
    background-size: 600% 600%;
    color: #000;
    animation: vipGradient 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--vipRainbow {
    background: linear-gradient(
      270deg,
      #ff0000,
      #ff9900,
      #ffee00,
      #00cc66,
      #0099ff,
      #6633ff,
      #ff00cc
    );
    background-size: 600% 600%;
    color: #fff;
    animation: vipGradient 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_alt {
    background: linear-gradient(
      270deg,
      #6a00ff,
      #9b00ff,
      #005cff,
      #00d4ff,
      #ff0055
    );
    background-size: 600% 600%;
    color: #fff;
    animation: vipGradientAlt 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_dark {
    background: linear-gradient(
      270deg,
      #2a003f,
      #4b0082,
      #001f5c,
      #0033cc,
      #8b0000
    );
    background-size: 600% 600%;
    color: #fff;
    animation: vipGradientDark 8s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_redshift {
    background: linear-gradient(
      270deg,
      #ff003c,
      #a100ff,
      #3a00ff,
      #001aff,
      #ff0055
    );
    background-size: 600% 600%;
    color: #fff;
    animation: vipGradientRed 5s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_flow {
    background: linear-gradient(135deg, #6a00ff, #3a00ff, #005cff, #ff0055);
    background-size: 400% 400%;
    color: #fff;
    animation: vipFlow 8s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_pulse {
    background: linear-gradient(90deg, #6a00ff, #005cff, #ff0055);
    color: #fff;
    animation: vipPulse 2.5s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_shine {
    background: linear-gradient(
      120deg,
      #2a003f,
      #4b0082,
      #001f5c,
      #4b0082,
      #2a003f
    );
    background-size: 250% 250%;
    color: #fff;
    box-shadow: 0 0 8px rgba(90, 0, 180, 0.22);
    animation: vipShineSafe 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--premiumvip_energy {
    background: linear-gradient(270deg, #6a00ff, #3a00ff, #ff0055);
    color: #fff;
    animation: vipEnergy 1.5s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipCosmicBeam {
    color: #fff;
    background: linear-gradient(
      115deg,
      #180028,
      #3b0a6d,
      #1450a3,
      #7b2cff,
      #180028
    );
    background-size: 300% 300%;
    box-shadow: 0 0 10px rgba(115, 0, 255, 0.28);
    animation: tfVipCosmicBeamSafe 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--vipNeonGrid {
    color: #fff;
    background:
      linear-gradient(90deg, #14001f, #001a44, #220033),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.07) 0px,
        rgba(255, 255, 255, 0.07) 1px,
        transparent 1px,
        transparent 10px
      ),
      repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
      );
    background-size:
      220% 220%,
      22px 22px,
      22px 22px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 12px rgba(77, 124, 255, 0.22);
    animation: tfVipNeonGridSafe 8s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipPlasmaCore {
    color: #fff;
    background: radial-gradient(
      circle at 50% 50%,
      #ff2f92 0%,
      #7b2cff 25%,
      #1d4dff 60%,
      #140022 100%
    );
    background-size: 180% 180%;
    box-shadow: 0 0 12px rgba(255, 47, 146, 0.28);
    animation: tfVipPlasmaCoreSafe 7s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipGlitchwave {
    color: #fff;
    background:
      linear-gradient(90deg, #0b0b18, #32004d, #002a6d, #0b0b18),
      repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.04) 0px,
        rgba(255, 255, 255, 0.04) 1px,
        transparent 1px,
        transparent 3px
      );
    background-size:
      250% 100%,
      100% 100%;
    box-shadow: 0 0 10px rgba(80, 0, 200, 0.22);
    animation: tfVipGlitchwaveSafe 5s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipAuroraGlass {
    color: #fff;
    background: linear-gradient(
      135deg,
      rgba(85, 0, 170, 0.82),
      rgba(0, 119, 255, 0.55),
      rgba(255, 0, 102, 0.45),
      rgba(30, 0, 60, 0.88)
    );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -1px 0 rgba(255, 255, 255, 0.05),
      0 0 12px rgba(118, 82, 255, 0.22);
    animation: tfVipAuroraGlassSafe 7s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipInfernoScan {
    color: #fff;
    background: linear-gradient(90deg, #26000d, #5a001a, #001f5f, #26000d);
    background-size: 220% 100%;
    box-shadow: 0 0 10px rgba(200, 0, 50, 0.24);
    animation: tfVipInfernoScanSafe 5s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipStarforge {
    color: #fff;
    background:
      radial-gradient(
        circle at 20% 30%,
        rgba(255, 255, 255, 0.18) 0 1px,
        transparent 2px
      ),
      radial-gradient(
        circle at 80% 40%,
        rgba(255, 255, 255, 0.12) 0 1px,
        transparent 2px
      ),
      radial-gradient(
        circle at 65% 75%,
        rgba(255, 255, 255, 0.1) 0 1px,
        transparent 2px
      ),
      linear-gradient(90deg, #0f001d, #230046, #002c74, #0f001d);
    background-size:
      60px 60px,
      80px 80px,
      100px 100px,
      220% 100%;
    box-shadow: 0 0 12px rgba(91, 0, 255, 0.22);
    animation: tfVipStarforgeSafe 7s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipVoidPulse {
    color: #fff;
    background: linear-gradient(
      90deg,
      #0d0016,
      #22003b,
      #001b52,
      #22003b,
      #0d0016
    );
    background-size: 300% 100%;
    box-shadow: 0 0 12px rgba(95, 44, 255, 0.2);
    animation:
      tfVipVoidPulseSafe 6s linear infinite,
      tfVipVoidPulseGlowSafe 2.4s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipHyperlane {
    color: #fff;
    background: linear-gradient(
      90deg,
      #12001f,
      #001e5a,
      #30003c,
      #001e5a,
      #12001f
    );
    background-size: 240% 100%;
    box-shadow: 0 0 12px rgba(0, 153, 255, 0.18);
    animation: tfVipHyperlaneSafe 5s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipDragonMist {
    color: #fff;
    background:
      radial-gradient(
        circle at 18% 50%,
        rgba(255, 0, 90, 0.2),
        transparent 30%
      ),
      radial-gradient(
        circle at 82% 50%,
        rgba(0, 140, 255, 0.18),
        transparent 30%
      ),
      linear-gradient(90deg, #180012, #330028, #1a1d62, #180012);
    background-size: 160% 160%;
    box-shadow: 0 0 12px rgba(132, 62, 255, 0.22);
    animation: tfVipDragonMistSafe 7s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipRoyalPrism {
    color: #fff;
    background:
      linear-gradient(
        90deg,
        #14001f,
        #2a0052 25%,
        #003a8c 50%,
        #6a00a3 75%,
        #14001f
      ),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.04) 0px,
        rgba(255, 255, 255, 0.04) 1px,
        transparent 1px,
        transparent 12px
      );
    background-size:
      250% 100%,
      100% 100%;
    box-shadow:
      0 0 12px rgba(120, 60, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    animation: tfVipRoyalPrismSafe 7s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipCyberCrown {
    color: #fff;
    background:
      linear-gradient(90deg, #0b0f1f, #1a0042 35%, #002f73 65%, #0b0f1f),
      repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.04) 0px,
        rgba(255, 255, 255, 0.04) 1px,
        transparent 1px,
        transparent 4px
      );
    background-size:
      220% 100%,
      100% 100%;
    box-shadow:
      0 0 12px rgba(0, 153, 255, 0.18),
      0 0 16px rgba(153, 0, 255, 0.14);
    animation: tfVipCyberCrownSafe 6s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipGoldenDynasty {
    color: #000;
    background: linear-gradient(
      135deg,
      #fff4b0,
      #d4a017,
      #ffd700,
      #b8860b,
      #fff4b0
    );
    background-size: 300% 300%;
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.28);
    animation: tfVipGoldenDynasty 7s ease infinite;
  }
  [data-vip-loadout] .userBanner--vipPharaoh {
    color: #000;
    background: linear-gradient(90deg, #caa400, #ffde59, #caa400);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 0 12px rgba(255, 215, 0, 0.18);
  }
  [data-vip-loadout] .userBanner--vipMoltenGold {
    color: #000;
    background: linear-gradient(120deg, #ffdf6b, #ffb300, #ff7a00, #ffdf6b);
    background-size: 250% 250%;
    box-shadow: 0 0 15px rgba(255, 170, 0, 0.26);
    animation: tfVipMoltenGold 5s ease infinite;
  }
  [data-vip-loadout] .userBanner--vipRoyalCrown {
    color: #ffd700;
    background: linear-gradient(90deg, #000000, #1a1a1a, #000000);
    background-size: 220% 100%;
    border: 1px solid rgba(255, 215, 0, 0.22);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.2);
    animation: tfVipRoyalCrownSafe 5s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipTreasure {
    color: #000;
    background: linear-gradient(135deg, #fff7cc, #ffd700, #fff7cc);
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.34);
    animation: tfVipTreasureSafe 2.5s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipNobleGold {
    color: #000;
    background: linear-gradient(145deg, #fff1a8, #e6b800, #fff1a8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }
  [data-vip-loadout] .userBanner--vipRadiantCrown {
    color: #000;
    background: linear-gradient(90deg, #ffd700, #fff8dc, #ffd700);
    background-size: 200% 100%;
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.24);
    animation: tfVipRadiantCrown 6s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipGoldenPulse {
    color: #000;
    background: linear-gradient(90deg, #ffd700, #ffcc00, #ffd700);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.22);
    animation: tfVipGoldenPulseSafe 2s ease-in-out infinite;
  }
  [data-vip-loadout] .userBanner--vipGoldenMirage {
    color: #000;
    background: linear-gradient(120deg, #fff3a0, #ffd700, #fff3a0);
    background-size: 250% 250%;
    animation: tfVipGoldenMirage 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--vipSunsetGold {
    color: #000;
    background: linear-gradient(90deg, #ffd700, #ff8c00, #ffd700);
    background-size: 200% 100%;
    animation: tfVipSunsetGold 5s linear infinite;
  }
  [data-vip-loadout] .userBanner--vipEternalGold {
    color: #000;
    background: linear-gradient(135deg, #fff8c6, #ffd700, #fff8c6);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
  }
  [data-vip-loadout] .userBanner--bloodRed {
    background: linear-gradient(135deg, #0a0000, #2b0000, #5c0000, #1a0000);
    color: #ff4d4d;
    box-shadow:
      0 0 6px rgba(255, 0, 0, 0.6),
      inset 0 0 8px rgba(0, 0, 0, 0.9);
  }
  [data-vip-loadout] .userBanner--bloodRedAnimated {
    background: linear-gradient(270deg, #0a0000, #3b0000, #8b0000, #2b0000);
    background-size: 400% 400%;
    color: #ff4d4d;
    box-shadow:
      0 0 8px rgba(255, 0, 0, 0.7),
      inset 0 0 10px rgba(0, 0, 0, 0.95);
    animation: bloodFlow 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--neonPulseAnimated {
    background: linear-gradient(270deg, #0f0f0f, #1a0033, #4b0082, #1a0033);
    background-size: 400% 400%;
    color: #c084ff;
    box-shadow:
      0 0 6px rgba(192, 132, 255, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: neonPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--bluePulseAnimated {
    background: linear-gradient(270deg, #0b0f1a, #001a33, #0047ab, #001a33);
    background-size: 400% 400%;
    color: #7dc3ff;
    box-shadow:
      0 0 6px rgba(125, 195, 255, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: bluePulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--greenPulseAnimated {
    background: linear-gradient(270deg, #08120a, #0b2a12, #1f8b4c, #0b2a12);
    background-size: 400% 400%;
    color: #7dffb1;
    box-shadow:
      0 0 6px rgba(125, 255, 177, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: greenPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--orangePulseAnimated {
    background: linear-gradient(270deg, #1a0d05, #3b1600, #cc5500, #3b1600);
    background-size: 400% 400%;
    color: #ffb36b;
    box-shadow:
      0 0 6px rgba(255, 179, 107, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: orangePulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--goldPulseAnimated {
    background: linear-gradient(270deg, #1a1400, #3d2f00, #d4af37, #3d2f00);
    background-size: 400% 400%;
    color: #ffd700;
    box-shadow:
      0 0 6px rgba(255, 215, 0, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: goldPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--grayPulseAnimated {
    background: linear-gradient(270deg, #0f0f0f, #2a2a2a, #6b6b6b, #2a2a2a);
    background-size: 400% 400%;
    color: #d1d1d1;
    box-shadow:
      0 0 6px rgba(200, 200, 200, 0.4),
      inset 0 0 6px rgba(0, 0, 0, 0.95);
    animation: grayPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--skyBluePulseAnimated {
    background: linear-gradient(270deg, #0a1a2a, #00334d, #00aaff, #00334d);
    background-size: 400% 400%;
    color: #8fd8ff;
    box-shadow:
      0 0 6px rgba(143, 216, 255, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: skyBluePulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--brownPulseAnimated {
    background: linear-gradient(270deg, #1a1208, #3b2414, #8b5a2b, #3b2414);
    background-size: 400% 400%;
    color: #d2a679;
    box-shadow:
      0 0 6px rgba(210, 166, 121, 0.5),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: brownPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--olivePulseAnimated {
    background: linear-gradient(270deg, #0f1206, #2a2f12, #6b8e23, #2a2f12);
    background-size: 400% 400%;
    color: #cde77f;
    box-shadow:
      0 0 6px rgba(205, 231, 127, 0.5),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: olivePulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--royalBluePulseAnimated {
    background: linear-gradient(270deg, #0a0f1f, #001f4d, #4169e1, #001f4d);
    background-size: 400% 400%;
    color: #9bbcff;
    box-shadow:
      0 0 6px rgba(155, 188, 255, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: royalBluePulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--yellowPulseAnimated {
    background: linear-gradient(270deg, #1a1a00, #3d3d00, #ffd400, #3d3d00);
    background-size: 400% 400%;
    color: #fff27a;
    box-shadow:
      0 0 6px rgba(255, 212, 0, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: yellowPulse 6s ease infinite;
  }
  [data-vip-loadout] .userBanner--rpgPulseAnimated {
    background: linear-gradient(
      270deg,
      #14001f,
      #3b0066,
      #c084fc,
      #ffd700,
      #3b0066
    );
    background-size: 500% 500%;
    color: #f5d0ff;
    box-shadow:
      0 0 8px rgba(192, 132, 252, 0.7),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: rpgPulse 7s ease infinite;
  }
  [data-vip-loadout] .userBanner--rainbowPulseAnimated {
    background: linear-gradient(
      270deg,
      #ff0000,
      #ff7f00,
      #ffff00,
      #00ff00,
      #00ffff,
      #0000ff,
      #8b00ff
    );
    background-size: 600% 600%;
    color: #fff;
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.6),
      inset 0 0 6px rgba(0, 0, 0, 0.9);
    animation: rainbowPulse 8s linear infinite;
  }
  @keyframes vipGradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes vipGradientAlt {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes vipGradientDark {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes vipGradientRed {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes vipFlow {
    0% {
      background-position: 0% 0%;
    }
    50% {
      background-position: 100% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  @keyframes vipPulse {
    0%,
    100% {
      box-shadow: 0 0 5px rgba(100, 0, 255, 0.25);
      filter: brightness(1);
    }
    50% {
      box-shadow: 0 0 14px rgba(255, 0, 85, 0.45);
      filter: brightness(1.08);
    }
  }
  @keyframes vipShineSafe {
    0% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
    50% {
      background-position: 100% 50%;
      filter: brightness(1.1);
    }
    100% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
  }
  @keyframes vipEnergy {
    0%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.18);
    }
  }
  @keyframes tfVipCosmicBeamSafe {
    0% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
    50% {
      background-position: 100% 50%;
      filter: brightness(1.08);
    }
    100% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
  }
  @keyframes tfVipNeonGridSafe {
    0% {
      background-position:
        0% 50%,
        0 0,
        0 0;
    }
    100% {
      background-position:
        100% 50%,
        22px 0,
        0 22px;
    }
  }
  @keyframes tfVipPlasmaCoreSafe {
    0% {
      background-position: 0% 50%;
      filter: saturate(1);
    }
    50% {
      background-position: 100% 50%;
      filter: saturate(1.1);
    }
    100% {
      background-position: 0% 50%;
      filter: saturate(1);
    }
  }
  @keyframes tfVipGlitchwaveSafe {
    0% {
      background-position:
        0% 50%,
        0 0;
    }
    100% {
      background-position:
        100% 50%,
        0 0;
    }
  }
  @keyframes tfVipAuroraGlassSafe {
    0% {
      filter: hue-rotate(0deg) saturate(1);
    }
    50% {
      filter: hue-rotate(30deg) saturate(1.1);
    }
    100% {
      filter: hue-rotate(0deg) saturate(1);
    }
  }
  @keyframes tfVipInfernoScanSafe {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes tfVipStarforgeSafe {
    0% {
      background-position:
        0 0,
        0 0,
        0 0,
        0% 50%;
    }
    100% {
      background-position:
        60px 0,
        -80px 0,
        100px 0,
        100% 50%;
    }
  }
  @keyframes tfVipVoidPulseSafe {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes tfVipVoidPulseGlowSafe {
    0%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.12);
    }
  }
  @keyframes tfVipHyperlaneSafe {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes tfVipDragonMistSafe {
    0% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
    50% {
      background-position: 100% 50%;
      filter: brightness(1.08);
    }
    100% {
      background-position: 0% 50%;
      filter: brightness(1);
    }
  }
  @keyframes tfVipRoyalPrismSafe {
    0% {
      background-position:
        0% 50%,
        0 0;
    }
    100% {
      background-position:
        100% 50%,
        0 0;
    }
  }
  @keyframes tfVipCyberCrownSafe {
    0% {
      background-position:
        0% 50%,
        0 0;
    }
    100% {
      background-position:
        100% 50%,
        0 0;
    }
  }
  @keyframes tfVipGoldenDynasty {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes tfVipMoltenGold {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes tfVipRoyalCrownSafe {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes tfVipTreasureSafe {
    0%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.15);
    }
  }
  @keyframes tfVipRadiantCrown {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes tfVipGoldenPulseSafe {
    0%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.12);
    }
  }
  @keyframes tfVipGoldenMirage {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes tfVipSunsetGold {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes bloodFlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes neonPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes bluePulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes greenPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes orangePulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes goldPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes grayPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes skyBluePulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes brownPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes olivePulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes royalBluePulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes yellowPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes rpgPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes rainbowPulse {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes triColorPulse {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  .profileMeta,
  .fullMeta {
    color: var(--vip-muted);
    font-size: 12px;
  }

  /* MASTER EDIT : Start */
  .profileStatsRow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    padding: 10px 12px;
  }
  /* MASTER EDIT : End */

  .profileStatsRow div,
  .fullStats div {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.32);
  }

  .profileStatsRow span,
  .fullStats span {
    display: block;
    color: var(--vip-muted);
    font-size: 10px;
    text-transform: uppercase;
  }


  /* MASTER EDIT : Start */
  #weaponDisplayMini,
  #weaponDisplayFull {
    height: 20px;
    object-fit: cover;
    display: inline-block;
    overflow-clip-margin: unset;
    overflow: unset;
  }
  /* MASTER EDIT : End  */

  .js-vmain-weaponDisplayFull {
    height: 20px;
    object-fit: cover;
    display: inline-block;
    overflow-clip-margin: unset;
    overflow: unset;
  }

  .vmain-bgVideoWrap {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid var(--vip-line);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.65);
  }
/* MASTER EDIT : start */
  .fullProfileMock {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    margin-top: 12px;
    min-height: 0;
    max-height: 500px;
    border: 1px solid var(--vip-line);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.65);
    padding: 50px;
  }
/* MASTER EDIT : end */

  .vmain-bgVideoWrap > .fullProfileMock {
    margin-top: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .fullProfileMock::-webkit-scrollbar {
    width: 7px;
  }

  .fullProfileMock::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.045);
  }

  .fullProfileMock::-webkit-scrollbar-thumb {
    background: rgba(0, 234, 255, 0.48);
    border-radius: 999px;
  }
  
/* MASTER EDIT : start */
  #profileBgVideo, .js-vmain-fullProfileVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.62;
    z-index: 0;
    pointer-events: none;
  }
/* MASTER EDIT : end */

  .fullProfileHeader {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 14px;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.65);
  }

  .fullProfileInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .fullProfileBadges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .profileActions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
  }

  .profileBtn {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .fullTabs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin-top: 0;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 7, 12, 0.78);
  }

  .fullTabs span {
    padding: 7px 10px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .fullTabs .active {
    background: rgba(0, 234, 255, 0.13);
    color: #fff;
  }

  .fullStatus {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(4, 8, 14, 0.76);
  }

  .statusAvatar,
  .postAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:
      linear-gradient(
        135deg,
        rgba(255, 159, 28, 0.85),
        rgba(53, 215, 255, 0.55)
      ),
      #111827;
  }

  .fullStatus input {
    min-width: 0;
    height: 34px;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.34);
    color: rgba(255, 255, 255, 0.58);
    padding: 0 12px;
  }

  .fullPosts {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(4, 8, 14, 0.68);
  }

  .post {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    background: rgba(4, 8, 14, 0.76);
  }

  .postUser {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .postText {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
  }

  /* MASTER EDIT: Start */
  .memberPersonalQuote-wrap {
    position: relative;
    margin: 12px 0px;
    border: 1px solid rgba(255, 159, 28, 0.42);
    border-left: 3px solid #ff7a1a;
    background: rgba(3, 5, 8, 0.72);
    box-shadow: inset 0 0 34px rgba(255, 159, 28, 0.035);
  }
  /* MASTER EDIT: End */

  /* MASTER EDIT: Start */
  .memberPersonalQuote {
    position: relative;
    min-height: 88px;
    padding: 22px 24px 18px 58px;
    text-align: left;
    border-left: 0px solid #0d525e;
  }
  /* MASTER EDIT: End */

  .memberPersonalQuote-icon {
    position: absolute;
    left: 22px;
    top: 20px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    background: #ff7a1a;
    color: #050505;
  }

  .memberPersonalQuote-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
  }

  .memberPersonalQuote-text {
    margin: 0;
    color: #f4f4f4;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    word-break: break-word;
  }

  .memberPersonalQuote-text::before,
  .memberPersonalQuote-text::after {
    color: #ff7a1a;
    font-weight: 900;
  }

  .memberPersonalQuote-text::before {
    content: open-quote;
    margin-right: 4px;
  }

  .memberPersonalQuote-text::after {
    content: close-quote;
    margin-left: 4px;
  }

  .memberPersonalQuote-attr {
    margin: 12px 0 0;
    color: #ff9f1c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .memberPersonalQuote-attr::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    margin-right: 6px;
    vertical-align: middle;
    background: currentColor;
  }

  /* MASTER EDIT: Start*/
  .fullStats {
    display: flex;
    text-align: center;
  }
  /* MASTER EDIT: End*/

  .vipInput {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.54);
    color: var(--vip-text);
  }

  .vipTextarea {
    min-height: 128px;
    padding: 12px 14px 30px;
    line-height: 1.55;
    resize: vertical;
  }

  .quoteInputWrap {
    position: relative;
  }

  .fieldCounter {
    position: absolute;
    right: 12px;
    bottom: 9px;
    color: var(--vip-muted);
    font-size: 11px;
    pointer-events: none;
  }

  .vipInput:focus-visible {
    outline: 2px solid var(--vip-cyan);
    outline-offset: 2px;
  }

  .fieldLabel {
    display: block;
    margin-bottom: 8px;
    color: var(--vip-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .radioGroup {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .radioPill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--vip-line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition:
      border-color 120ms ease,
      background 120ms ease;
  }

  .radioPill input {
    accent-color: var(--vip-cyan);
    cursor: pointer;
  }

  .radioPill:has(input:checked) {
    border-color: var(--vip-cyan);
    background: rgba(0, 234, 255, 0.1);
    color: #fff;
  }

  .profileStyleTile {
    display: grid;
    place-items: center;
    min-width: 112px;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .profileStyleTile--live {
    color: #ff9f1c;
    background: linear-gradient(
      135deg,
      rgba(255, 122, 26, 0.22),
      rgba(0, 0, 0, 0.42)
    );
  }

  .profileStyleTile--arctic {
    color: #7dd3fc;
    background: linear-gradient(
      135deg,
      rgba(56, 189, 248, 0.2),
      rgba(0, 0, 0, 0.44)
    );
  }

  .profileStyleNotice {
    margin-top: 12px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 159, 28, 0.3);
    border-left: 3px solid #ff7a1a;
    border-radius: 6px;
    background: rgba(255, 159, 28, 0.08);
    color: #ff9f1c;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .fullProfileMock.mockup--liveidentity1 {
    border-top-color: #ff7a1a;
    box-shadow: inset 0 0 44px rgba(255, 122, 26, 0.1);
  }

  .fullProfileMock.mockup--liveidentity1 .fullProfileHeader,
  .fullProfileMock.mockup--liveidentity1 .memberPersonalQuote-wrap {
    border-color: rgba(255, 122, 26, 0.42);
  }

/* ==========================================================================
   XENFORO STYLE EFFECTS FOR VIP USERNAME ANIMATIONS
   ========================================================================== */

/* =============================== */
/* Razor Split                   */
/* =============================== */
.razor-split-text {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1;
  color: #edf7ff;
  text-shadow: 0 0 4px rgba(130, 200, 255, 0.1);
}
.razor-split-text::before,
.razor-split-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.razor-split-text::before {
  clip-path: inset(0 0 52% 0);
  transform: translateX(-1px);
  animation: razorTop 2.3s ease-in-out infinite;
  color: rgba(255, 255, 255, 0.95);
}
.razor-split-text::after {
  clip-path: inset(52% 0 0 0);
  transform: translateX(1px);
  animation: razorBottom 2.3s ease-in-out infinite;
  color: rgba(170, 225, 255, 0.92);
}
@keyframes razorTop {
  0%, 100% { transform: translateX(0px); }
  50% { transform: translateX(-1.6px); }
}
@keyframes razorBottom {
  0%, 100% { transform: translateX(0px); }
  50% { transform: translateX(1.6px); }
}

/* =============================== */
/* RAINBOW FLOW (CLEAN VERSION)    */
/* =============================== */
.rainbow-flow-text {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff4d4d, #ff9a3d, #ffe34d, #63ff6b, #4de1ff, #5f7cff, #c44dff, #ff4da6, #ff4d4d);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: rainbowFlow 5s linear infinite;
}
@keyframes rainbowFlow {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}

/* =============================== */
/* PURPLE FLOW                     */
/* =============================== */
.rainbow-vibrant {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(120deg, #a200ff, #c44dff, #7a00ff, #5f7cff, #8a4dff, #a200ff);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: purpleFlow 5s ease-in-out infinite;
}
@keyframes purpleFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* =============================== */
/* TF ELECTRIC PURPLE              */
/* =============================== */
.tf-electricPurple {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #a200ff, #c44dff, #7a00ff, #8b5cff, #a200ff, #c44dff, #7a00ff, #8b5cff, #a200ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfPurpleFlow 3.5s linear infinite;
}
@keyframes tfPurpleFlow {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}

/* =============================== */
/* TF ELECTRIC BLUE                */
/* =============================== */
.tf-electricBlue {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #0055ff, #00aaff, #0033cc, #00eaff, #0055ff, #00aaff, #0033cc, #00eaff, #0055ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfBlueFlow 3.5s linear infinite;
}
@keyframes tfBlueFlow {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}

/* =============================== */
/* TF ELECTRIC RED                 */
/* =============================== */
.tf-electricRed {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff0000, #ff3333, #b30000, #ff6666, #ff0000, #ff3333, #b30000, #ff6666, #ff0000);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
@keyframes tfRedFlow {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}

.tf-electricRed--red {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff0000, #ff3333, #b30000, #ff6666, #ff0000, #ff3333, #b30000, #ff6666, #ff0000);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--purple {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #a200ff, #c44dff, #7a00ff, #8b5cff, #a200ff, #c44dff, #7a00ff, #8b5cff, #a200ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--blue {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #0055ff, #00aaff, #0033cc, #00eaff, #0055ff, #00aaff, #0033cc, #00eaff, #0055ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--green {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #00ff66, #00cc33, #007a1f, #00ff99, #00ff66, #00cc33, #007a1f, #00ff99, #00ff66);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--gold {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #f1c40f, #ffd700, #e6a800, #fff0a0, #f1c40f, #ffd700, #e6a800, #fff0a0, #f1c40f);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--cyan {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #00eaff, #00bcd4, #0097a7, #80deea, #00eaff, #00bcd4, #0097a7, #80deea, #00eaff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--pink {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff44aa, #ff69b4, #cc0066, #ffb3d9, #ff44aa, #ff69b4, #cc0066, #ffb3d9, #ff44aa);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--orange {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff8800, #ffaa33, #cc5500, #ffd080, #ff8800, #ffaa33, #cc5500, #ffd080, #ff8800);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--white {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ffffff, #cccccc, #aaaaaa, #eeeeee, #ffffff, #cccccc, #aaaaaa, #eeeeee, #ffffff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}
.tf-electricRed--rainbow {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #ff4d4d, #ff9a3d, #ffe34d, #63ff6b, #4de1ff, #5f7cff, #c44dff, #ff4da6, #ff4d4d);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: tfRedFlow 3.5s linear infinite;
}

/* =============================== */
/* Lightning Start
/* =============================== */
.lightning,
.lightning *,
.lightning a,
.lightning span,
.lightning strong {
  font-family: 'Orbitron', sans-serif !important;
  color: #eaeaea !important;
  -webkit-text-fill-color: #eaeaea !important;
  text-decoration: none !important;
  border: none !important;
}
.lightning a:link,
.lightning a:visited,
.lightning a:hover,
.lightning a:active {
  color: #eaeaea !important;
  -webkit-text-fill-color: #eaeaea !important;
  text-decoration: none !important;
}
.lightning {
  font-size: 17px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  animation: flash 6s infinite;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3), 0 0 6px rgba(0, 234, 255, 0.4);
}
.lightning::before,
.lightning::after {
  content: "";
  position: absolute;
  inset: -10px;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0;
  filter: drop-shadow(0 0 5px #00eaff) drop-shadow(0 0 12px #00eaff) drop-shadow(0 0 20px #ffffff);
}
.lightning::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='5,10 20,5 15,25 35,15 30,40 50,25' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='50,0 48,20 55,30 52,50' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 80% 100%, 40% 100%;
  background-position: left center, center center;
  animation: phase1 6s infinite;
}
.lightning::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='55,0 53,18 60,28 57,50' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='80,20 90,30 85,40' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg viewBox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='55,15 95,30 92,45' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 40% 100%, 25% 40%, 25% 60%;
  background-position: center center, 85% 60%, right center;
  animation: phase2and3 6s infinite;
}
@keyframes phase1 {
  0%, 20%, 100% { opacity: 0; }
  5% { opacity: 1; }
  12% { opacity: 0; }
}
@keyframes phase2and3 {
  0%, 25%, 100% { opacity: 0; }
  30% { opacity: 1; }
  38% { opacity: 0; }
  55% { opacity: 1; }
  63% { opacity: 0; }
}
@keyframes flash {
  0%, 25%, 50%, 100% {
    color: #eaeaea;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3), 0 0 6px rgba(0, 234, 255, 0.4);
  }
  6%, 32%, 58% {
    color: #fff;
    text-shadow: 0 0 6px #fff, 0 0 14px #00eaff;
  }
  12%, 38%, 63% {
    text-shadow: 0 0 3px #fff, 0 0 8px #00eaff;
  }
}

/* =============================== */
/* SYSTEM OVERRIDE START
/* =============================== */
.ultra-glitch-dark,
.ultra-glitch-dark *,
.ultra-glitch-dark a,
.ultra-glitch-dark span,
.ultra-glitch-dark strong,
.ultra-glitch-dark em,
.ultra-glitch-dark b {
  font-family: 'Orbitron', sans-serif !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.ultra-glitch-dark a:link,
.ultra-glitch-dark a:visited,
.ultra-glitch-dark a:hover,
.ultra-glitch-dark a:active {
  color: #ffffff !important;
}
.ultra-glitch-dark {
  display: inline-block;
  position: relative;
  background: #000 !important;
  padding: 5px 18px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #0ff, 0 0 12px #0ff;
  animation: glitchShift 0.25s infinite, glitchFlicker 1.5s infinite, glitchPulse 2s infinite;
}
@keyframes glitchShift {
  0% { transform: translate(0); text-shadow: 2px 0 #ff0000, -2px 0 #00ffff; }
  20% { transform: translate(-2px, 1px); text-shadow: -2px 0 #ff0000, 2px 0 #00ffff; }
  40% { transform: translate(2px, -1px); text-shadow: 2px 2px #ff0000, -2px -2px #00ffff; }
  60% { transform: translate(-1px, 2px); text-shadow: -2px -2px #ff0000, 2px 2px #00ffff; }
  80% { transform: translate(1px, -2px); text-shadow: 2px -2px #ff0000, -2px 2px #00ffff; }
  100% { transform: translate(0); text-shadow: 0 0 6px #0ff; }
}
@keyframes glitchFlicker {
  0%, 100% { opacity: 1; }
  10% { opacity: 0.2; }
  30% { opacity: 0.4; }
  50% { opacity: 1; }
  70% { opacity: 0.3; }
  90% { opacity: 1; }
}
@keyframes glitchPulse {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.4); }
  100% { filter: brightness(1); }
}
.ultra-glitch-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 4px);
  animation: scanMove 6s linear infinite;
}
@keyframes scanMove {
  from { background-position: 0 0; }
  to { background-position: 0 100px; }
}

/* =============================== */
/* Cute Text Start
/* =============================== */
.tfx-heartFx {
  position: relative !important;
  display: inline-block !important;
  font-family: 'Lobster', cursive !important;
  font-size: 20px !important;
  letter-spacing: 0.5px !important;
  color: #ff8fc4 !important;
  background: linear-gradient(110deg, rgba(255, 140, 200, 0.9) 0%, #ffffff 45%, #ffffff 55%, rgba(255, 140, 200, 0.9) 100%) !important;
  background-size: 220% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: tfxWave 2.8s linear infinite !important;
  filter: drop-shadow(0 0 4px rgba(255, 105, 180, 0.35)) drop-shadow(0 0 10px rgba(255, 182, 193, 0.25)) !important;
  text-decoration: none !important;
}
@keyframes tfxWave {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}
.tfx-heartFx::before,
.tfx-heartFx::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background-repeat: no-repeat !important;
}
:root {
  --tfx-h1: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff69b4'><path d='M12 21s-6-4.35-9-8.5C-1 7 3 2 7.5 4.5 9.5 5.7 12 8 12 8s2.5-2.3 4.5-3.5C21 2 25 7 21 12.5 18 16.65 12 21 12 21z'/></svg>");
  --tfx-h2: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffc0cb'><path d='M12 21s-6-4.35-9-8.5C-1 7 3 2 7.5 4.5 9.5 5.7 12 8 12 8s2.5-2.3 4.5-3.5C21 2 25 7 21 12.5 18 16.65 12 21 12 21z'/></svg>");
}
.tfx-heartFx::before {
  background-image: var(--tfx-h1), var(--tfx-h2), var(--tfx-h1) !important;
  background-size: 9px, 7px, 8px !important;
  animation: tfxFloatA 6s linear infinite !important;
}
.tfx-heartFx::after {
  background-image: var(--tfx-h2), var(--tfx-h1) !important;
  background-size: 8px, 9px !important;
  animation: tfxFloatB 6s linear infinite !important;
  animation-delay: 3s !important;
}
@keyframes tfxFloatA {
  0% { background-position: 10% 100%, 50% 100%, 85% 100%; opacity: 0; }
  10% { opacity: 1; }
  100% { background-position: 15% -45%, 55% -35%, 90% -55%; opacity: 0; }
}
@keyframes tfxFloatB {
  0% { background-position: 30% 100%, 75% 100%; opacity: 0; }
  10% { opacity: 1; }
  100% { background-position: 35% -50%, 80% -40%; opacity: 0; }
}

/* GLOBAL HARDENING */
.ultra-heart,
.ultra-void,
.ultra-inferno,
.ultra-neon,
.ultra-cosmic {
  position: relative !important;
  display: inline-block !important;
  font-size: 20px !important;
  text-decoration: none !important;
}

/* ================= 💗 HEART ================= */
.ultra-heart {
  font-family: 'Lobster', cursive !important;
  color: transparent !important;
  background: linear-gradient(120deg, #ff69b4, #ffffff, #ff69b4), linear-gradient(60deg, #ffc0cb, #ffffff, #ffc0cb) !important;
  background-size: 300% auto, 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: heartWave1 3s linear infinite, heartWave2 5s linear infinite !important;
  filter: drop-shadow(0 0 8px #ffc0cb) drop-shadow(0 0 18px #ff69b4) !important;
}
.ultra-heart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #ff69b4 2px, transparent 3px), radial-gradient(circle, #ffc0cb 2px, transparent 3px);
  background-size: 30px 30px;
  animation: heartParticles 6s linear infinite;
  opacity: .6;
}

/* ================= 🧊 VOID ================= */
.ultra-void {
  font-family: 'Orbitron', sans-serif !important;
  color: transparent !important;
  background: linear-gradient(110deg, #6aaaff, #ffffff, #6aaaff) !important;
  background-size: 300% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: voidBeam 3s linear infinite !important;
  filter: drop-shadow(0 0 12px #6aaaff) !important;
}
.ultra-void::before,
.ultra-void::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
}
.ultra-void::before {
  background: #ff4d6d;
  opacity: .08;
  animation: glitchA 2s infinite;
}
.ultra-void::after {
  background: #4da6ff;
  opacity: .08;
  animation: glitchB 2.6s infinite;
}

/* ================= 🔥 INFERNO ================= */
.ultra-inferno {
  font-family: 'Lobster', cursive !important;
  color: transparent !important;
  background: linear-gradient(120deg, #ff3300, #ffaa00, #ff3300) !important;
  background-size: 300% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: infernoFlow 2s linear infinite !important;
  filter: drop-shadow(0 0 14px #ffa500) !important;
}
.ultra-inferno::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #ff6600 2px, transparent 3px), radial-gradient(circle, #ffaa00 2px, transparent 3px);
  background-size: 25px 25px;
  animation: embers 4s linear infinite;
}

/* ================= ⚡ NEON ================= */
.ultra-neon {
  font-family: 'Orbitron', sans-serif !important;
  color: #00eaff !important;
  text-shadow: 0 0 6px #00eaff, 0 0 12px #00c3ff, 0 0 30px #0099ff !important;
  animation: neonFlicker 2s infinite alternate !important;
}
.ultra-neon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 2px);
  animation: scanMove 4s linear infinite;
}
.ultra-neon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #00eaff, transparent);
  opacity: .3;
  animation: neonSweep 2s linear infinite;
}

/* ================= 🌌 COSMIC ================= */
.ultra-cosmic {
  font-family: 'Lobster', cursive !important;
  color: transparent !important;
  background: linear-gradient(120deg, #8a2be2, #00bfff, #8a2be2) !important;
  background-size: 300% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: cosmicFlow 4s linear infinite !important;
  filter: drop-shadow(0 0 14px #800080) !important;
}
.ultra-cosmic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #ffffff 1px, transparent 2px), radial-gradient(circle, #aaeeee 1px, transparent 2px);
  background-size: 40px 40px, 60px 60px;
  animation: stars1 6s linear infinite;
}
.ultra-cosmic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #ffffff 1px, transparent 2px);
  background-size: 80px 80px;
  animation: stars2 10s linear infinite;
  opacity: .4;
}

/* ================= ANIMATIONS ================= */
@keyframes heartWave1 { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes heartWave2 { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes heartParticles { 0% { background-position: 10% 100%, 80% 100%; } 100% { background-position: 15% -50%, 85% -60%; } }
@keyframes voidBeam { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes glitchA { 0%, 90%, 100% { transform: translate(0, 0); } 92% { transform: translate(3px, -2px); } }
@keyframes glitchB { 0%, 88%, 100% { transform: translate(0, 0); } 90% { transform: translate(-3px, 2px); } }
@keyframes infernoFlow { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes embers { 0% { background-position: 20% 100%, 80% 100%; } 100% { background-position: 25% -50%, 85% -60%; } }
@keyframes neonFlicker { 0%, 100% { opacity: 1; } 96% { opacity: .6; } }
@keyframes neonSweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes cosmicFlow { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes stars1 { 0% { background-position: 10% 100%, 80% 100%; } 100% { background-position: 15% -50%, 85% -60%; } }
@keyframes stars2 { 0% { background-position: 50% 100%; } 100% { background-position: 55% -60%; } }

/* Money Test */
.fx-money-v3 {
  position: relative !important;
  display: inline-block !important;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color: #00ff66 !important;
  background: linear-gradient(120deg, #00ff66, #00cc33, #00ff66) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-weight: inherit !important;
  filter: drop-shadow(0 0 8px #00ff66) drop-shadow(0 0 16px #00ff66) !important;
  animation: glow 3s linear infinite !important;
  will-change: background, transform;
}
:root {
  --cash: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ff66'><text x='50%' y='55%' font-size='18' text-anchor='middle' dominant-baseline='middle'>$</text></svg>");
}
.fx-money-v3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash);
  background-size: 6px, 12px, 9px, 14px, 8px, 11px, 6px, 12px, 9px, 14px, 8px, 11px;
  background-position: 8% -10%, 25% -40%, 42% -20%, 60% -60%, 78% -30%, 92% -50%, 8% 110%, 25% 130%, 42% 115%, 60% 140%, 78% 125%, 92% 150%;
  background-repeat: no-repeat;
  animation: flowA 3s linear infinite;
  opacity: .65;
  pointer-events: none;
}
.fx-money-v3::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash), var(--cash);
  background-size: 7px, 13px, 10px, 8px, 7px, 13px, 10px, 8px;
  background-position: 15% -70%, 38% -90%, 68% -80%, 88% -100%, 15% 120%, 38% 140%, 68% 130%, 88% 150%;
  background-repeat: no-repeat;
  animation: flowB 4s linear infinite;
  opacity: .25;
  pointer-events: none;
}
@keyframes flowA {
  0% { background-position: 8% -10%, 25% -40%, 42% -20%, 60% -60%, 78% -30%, 92% -50%, 8% 110%, 25% 130%, 42% 115%, 60% 140%, 78% 125%, 92% 150%; }
  100% { background-position: 6% 140%, 28% 150%, 40% 135%, 63% 160%, 76% 145%, 95% 170%, 6% 260%, 28% 270%, 40% 255%, 63% 280%, 76% 265%, 95% 290%; }
}
@keyframes flowB {
  0% { background-position: 15% -70%, 38% -90%, 68% -80%, 88% -100%, 15% 120%, 38% 140%, 68% 130%, 88% 150%; }
  100% { background-position: 18% 150%, 35% 170%, 72% 160%, 85% 180%, 18% 270%, 35% 290%, 72% 280%, 85% 300%; }
}
@keyframes glow { 0% { background-position: 200%; } 100% { background-position: -200%; } }

/* Toxic Start */
.fxr-toxic,
.fxr-toxic * {
  all: unset;
}
.fxr-toxic {
  position: relative;
  display: inline-block;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  background: linear-gradient(120deg, #aaff00, #ccff33, #aaff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: toxicShift 4s linear infinite;
}
:root {
  --drip: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 18'><path d='M6 0 C8 4 10 7 6 18 C2 7 4 4 6 0Z' fill='%23aaff00'/></svg>");
}
.fxr-toxic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 16px;
  background: var(--drip), var(--drip), var(--drip), var(--drip), var(--drip);
  background-size: 4px 10px, 5px 12px, 3px 8px, 4px 11px, 3px 9px;
  background-position: 5% 0%, 25% 0%, 45% 0%, 70% 0%, 90% 0%;
  background-repeat: no-repeat;
  animation: oozeStretch 3.2s ease-in-out infinite;
}
.fxr-toxic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 20px;
  background: var(--drip), radial-gradient(circle, #aaff00 1.5px, transparent 3px), radial-gradient(circle, #aaff00 1px, transparent 2px);
  background-size: 3px 8px, 5px 5px, 3px 3px;
  background-position: 60% 0%, 30% 40%, 80% 50%;
  background-repeat: no-repeat;
  animation: oozeDetach 4s linear infinite, bubbleDrift 5s ease-in-out infinite;
  opacity: .9;
}
@keyframes toxicShift { 0% { background-position: 200%; } 100% { background-position: -200%; } }
@keyframes oozeStretch { 0%, 100% { transform: translateY(0) scaleY(1); } 50% { transform: translateY(2px) scaleY(1.25); } }
@keyframes oozeDetach {
  0% { transform: translateY(-2px) scaleY(0.7); opacity: 0; }
  20% { opacity: 1; }
  60% { transform: translateY(6px) scaleY(1.1); }
  100% { transform: translateY(14px) scaleY(0.6); opacity: 0; }
}
@keyframes bubbleDrift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ===============================
   GLOW VARIANT FAMILY
   Base: glowVariant
   Colors: red, blue, green, gold, purple, pink, cyan, orange, white, rainbow
=============================== */
@keyframes glowPulse {
  0%, 100% { text-shadow: 0 0 6px currentColor, 0 0 12px currentColor, 0 0 20px currentColor; }
  50% { text-shadow: 0 0 10px currentColor, 0 0 22px currentColor, 0 0 40px currentColor; }
}
@keyframes rainbowGlow {
  0% { color: #ff4444 !important; -webkit-text-fill-color: #ff4444 !important; text-shadow: 0 0 10px #ff4444, 0 0 25px #ff4444; }
  16% { color: #ff8800 !important; -webkit-text-fill-color: #ff8800 !important; text-shadow: 0 0 10px #ff8800, 0 0 25px #ff8800; }
  33% { color: #ffee00 !important; -webkit-text-fill-color: #ffee00 !important; text-shadow: 0 0 10px #ffee00, 0 0 25px #ffee00; }
  50% { color: #44ff44 !important; -webkit-text-fill-color: #44ff44 !important; text-shadow: 0 0 10px #44ff44, 0 0 25px #44ff44; }
  66% { color: #4488ff !important; -webkit-text-fill-color: #4488ff !important; text-shadow: 0 0 10px #4488ff, 0 0 25px #4488ff; }
  83% { color: #cc44ff !important; -webkit-text-fill-color: #cc44ff !important; text-shadow: 0 0 10px #cc44ff, 0 0 25px #cc44ff; }
  100% { color: #ff4444 !important; -webkit-text-fill-color: #ff4444 !important; text-shadow: 0 0 10px #ff4444, 0 0 25px #ff4444; }
}
.glowVariant,
.glowVariant *,
.glowVariant a,
.glowVariant span,
.glowVariant strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
.glowVariant--red,
.glowVariant--red *,
.glowVariant--red a,
.glowVariant--red span,
.glowVariant--red strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #ff2222, 0 0 14px #ff2222, 0 0 28px #ff2222;
}
.glowVariant--blue,
.glowVariant--blue *,
.glowVariant--blue a,
.glowVariant--blue span,
.glowVariant--blue strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #2266ff, 0 0 14px #2266ff, 0 0 28px #2266ff;
}
.glowVariant--green,
.glowVariant--green *,
.glowVariant--green a,
.glowVariant--green span,
.glowVariant--green strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #22ff66, 0 0 14px #22ff66, 0 0 28px #22ff66;
}
.glowVariant--gold,
.glowVariant--gold *,
.glowVariant--gold a,
.glowVariant--gold span,
.glowVariant--gold strong {
  color: #f1c40f !important;
  -webkit-text-fill-color: #f1c40f !important;
  font-weight: bold;
  text-shadow: 0 0 6px #f1c40f, 0 0 14px #e6a800, 0 0 28px #e6a800;
}
.glowVariant--purple,
.glowVariant--purple *,
.glowVariant--purple a,
.glowVariant--purple span,
.glowVariant--purple strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #aa44ff, 0 0 14px #aa44ff, 0 0 28px #aa44ff;
}
.glowVariant--pink,
.glowVariant--pink *,
.glowVariant--pink a,
.glowVariant--pink span,
.glowVariant--pink strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #ff44aa, 0 0 14px #ff44aa, 0 0 28px #ff44aa;
}
.glowVariant--cyan,
.glowVariant--cyan *,
.glowVariant--cyan a,
.glowVariant--cyan span,
.glowVariant--cyan strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #00e5ff, 0 0 14px #00e5ff, 0 0 28px #00e5ff;
}
.glowVariant--orange,
.glowVariant--orange *,
.glowVariant--orange a,
.glowVariant--orange span,
.glowVariant--orange strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #ff8800, 0 0 14px #ff8800, 0 0 28px #ff8800;
}
.glowVariant--white,
.glowVariant--white *,
.glowVariant--white a,
.glowVariant--white span,
.glowVariant--white strong {
  color: #cce8ff !important;
  -webkit-text-fill-color: #cce8ff !important;
  font-weight: bold;
  text-shadow: 0 0 6px #ffffff, 0 0 14px #ffffff, 0 0 28px #ddddff;
}
.glowVariant--pulseRed,
.glowVariant--pulseRed *,
.glowVariant--pulseRed a,
.glowVariant--pulseRed span,
.glowVariant--pulseRed strong {
  color: #ff4444 !important;
  -webkit-text-fill-color: #ff4444 !important;
  font-weight: bold;
  animation: glowPulse 2s ease-in-out infinite;
}
.glowVariant--pulseBlue,
.glowVariant--pulseBlue *,
.glowVariant--pulseBlue a,
.glowVariant--pulseBlue span,
.glowVariant--pulseBlue strong {
  color: #4488ff !important;
  -webkit-text-fill-color: #4488ff !important;
  font-weight: bold;
  animation: glowPulse 2s ease-in-out infinite;
}
.glowVariant--pulseGreen,
.glowVariant--pulseGreen *,
.glowVariant--pulseGreen a,
.glowVariant--pulseGreen span,
.glowVariant--pulseGreen strong {
  color: #44ff88 !important;
  -webkit-text-fill-color: #44ff88 !important;
  font-weight: bold;
  animation: glowPulse 2s ease-in-out infinite;
}
.glowVariant--pulseGold,
.glowVariant--pulseGold *,
.glowVariant--pulseGold a,
.glowVariant--pulseGold span,
.glowVariant--pulseGold strong {
  color: #f1c40f !important;
  -webkit-text-fill-color: #f1c40f !important;
  font-weight: bold;
  animation: glowPulse 2.5s ease-in-out infinite;
}
.glowVariant--pulsePurple,
.glowVariant--pulsePurple *,
.glowVariant--pulsePurple a,
.glowVariant--pulsePurple span,
.glowVariant--pulsePurple strong {
  color: #cc44ff !important;
  -webkit-text-fill-color: #cc44ff !important;
  font-weight: bold;
  animation: glowPulse 2s ease-in-out infinite;
}
.glowVariant--rainbow,
.glowVariant--rainbow *,
.glowVariant--rainbow a,
.glowVariant--rainbow span,
.glowVariant--rainbow strong {
  font-weight: bold;
  animation: rainbowGlow 3s linear infinite;
}


