/* ============================================================
   CyberGrokr FX pack — GTA VI neon effects + growth widgets
   Vanilla CSS. All motion disabled under prefers-reduced-motion.
   ============================================================ */
:root{
  --fx-pink:#ff2d78; --fx-cyan:#00e5ff; --fx-violet:#8b5cf6;
  --fx-amber:#ffb020; --fx-bg:#07070f;
}

/* ---------- neon particle canvas inside heroes ---------- */
.fx-hero{position:relative;isolation:isolate}
.fx-stars{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.9}
.fx-hero>*:not(.fx-stars){position:relative;z-index:1}

/* subtle scanlines + vignette over hero only */
.fx-hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:repeating-linear-gradient(to bottom,rgba(255,255,255,.028) 0 1px,transparent 1px 4px);
  mix-blend-mode:overlay}
.fx-hero::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:radial-gradient(120% 90% at 50% 10%,transparent 55%,rgba(0,0,0,.42) 100%)}

/* ---------- neon flicker headline ---------- */
@keyframes fx-flicker{
  0%,100%{text-shadow:0 0 18px rgba(255,45,120,.55),0 0 60px rgba(255,45,120,.25)}
  8%{text-shadow:0 0 6px rgba(255,45,120,.25)}
  10%{text-shadow:0 0 22px rgba(255,45,120,.7),0 0 70px rgba(255,45,120,.3)}
  38%{text-shadow:0 0 10px rgba(0,229,255,.35)}
  40%{text-shadow:0 0 20px rgba(255,45,120,.6),0 0 64px rgba(255,45,120,.28)}
  72%{text-shadow:0 0 8px rgba(255,45,120,.3)}
  74%{text-shadow:0 0 24px rgba(0,229,255,.5),0 0 70px rgba(255,45,120,.3)}
}
html.fx-js .fx-neon{animation:fx-flicker 7s infinite}
html.fx-js .fx-neon span{color:var(--fx-pink)}
html.fx-js .fx-neon em{color:var(--fx-cyan);font-style:normal}

/* ---------- typewriter caret ---------- */
.fx-typing::after{content:"▌";color:var(--fx-cyan);animation:fx-blink 1s steps(1) infinite;font-weight:400}
@keyframes fx-blink{50%{opacity:0}}

/* ---------- scroll reveal ---------- */
html.fx-js .fx-reveal{opacity:0;transform:translateY(26px);
  transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
html.fx-js .fx-reveal.fx-in{opacity:1;transform:none}

/* ---------- 3D tilt cards ---------- */
@media (hover:hover) and (pointer:fine){
  html.fx-js .fx-tilt{transform-style:preserve-3d;will-change:transform;
    transition:transform .25s ease,box-shadow .25s ease}
}

/* ---------- custom cursor glow (desktop only, never hides cursor) ---------- */
#fx-glow{position:fixed;left:0;top:0;width:340px;height:340px;margin:-170px 0 0 -170px;
  pointer-events:none;z-index:2147482900;opacity:0;transition:opacity .4s;
  background:radial-gradient(circle,rgba(255,45,120,.14) 0%,rgba(0,229,255,.08) 40%,transparent 70%)}

/* ============================================================
   WASTED easter egg (Konami code)
   ============================================================ */
#fx-wasted{position:fixed;inset:0;z-index:2147483000;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:18px;text-align:center;
  background:radial-gradient(ellipse at center,rgba(20,20,26,.55) 0%,rgba(5,5,8,.94) 100%);
  opacity:0;pointer-events:none;transition:opacity .9s ease;padding:24px}
#fx-wasted.fx-show{opacity:1;pointer-events:auto}
#fx-wasted .wasted-word{font-family:Impact,'Arial Black',sans-serif;font-size:clamp(64px,16vw,180px);
  letter-spacing:.12em;color:#e8e8e8;
  text-shadow:0 0 40px rgba(255,45,120,.35),0 4px 0 #111,0 0 120px rgba(0,0,0,.9);
  transform:scale(.92);filter:grayscale(.4)}
#fx-wasted.fx-show .wasted-word{animation:fx-wasted-in 1.4s ease forwards}
@keyframes fx-wasted-in{0%{transform:scale(1.25);filter:grayscale(1) brightness(2)}100%{transform:scale(1);filter:grayscale(.25)}}
#fx-wasted p{color:#cfd2dc;max-width:420px;font-size:15px;line-height:1.6}
#fx-wasted .wasted-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.fx-btn{display:inline-block;padding:12px 22px;border-radius:12px;font-weight:700;font-size:14px;
  text-decoration:none;cursor:pointer;border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,var(--fx-pink),var(--fx-violet));color:#fff;
  box-shadow:0 8px 30px rgba(255,45,120,.35);transition:transform .15s ease}
.fx-btn:hover{transform:translateY(-2px)}
.fx-btn.ghost{background:rgba(255,255,255,.06);box-shadow:none}

/* ============================================================
   Find Your Hustle quiz
   ============================================================ */
#fx-quiz{margin:34px 0;border:1px solid rgba(255,45,120,.28);border-radius:20px;overflow:hidden;
  background:linear-gradient(160deg,rgba(255,45,120,.09),rgba(0,229,255,.05) 55%,rgba(139,92,246,.09));
  box-shadow:0 20px 60px rgba(255,45,120,.12)}
.fx-quiz-inner{padding:30px clamp(18px,4vw,44px)}
.fx-quiz-eyebrow{font-size:13px;letter-spacing:.28em;color:var(--fx-cyan);font-weight:700;margin-bottom:10px}
#fx-quiz h2{margin:0 0 8px;font-size:clamp(24px,4vw,34px)}
#fx-quiz .fx-quiz-sub{color:#aab0c0;margin:0 0 20px;font-size:15px}
.fx-quiz-bar{height:6px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden;margin-bottom:22px}
.fx-quiz-bar i{display:block;height:100%;width:0;border-radius:99px;
  background:linear-gradient(90deg,var(--fx-pink),var(--fx-cyan));transition:width .4s ease}
.fx-quiz-q{font-size:19px;font-weight:700;margin:0 0 14px}
.fx-quiz-opts{display:grid;gap:10px}
.fx-quiz-opt{text-align:left;padding:14px 16px;border-radius:12px;cursor:pointer;font-size:15px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:inherit;
  transition:transform .15s ease,border-color .15s ease,background .15s ease}
.fx-quiz-opt:hover{transform:translateX(6px);border-color:var(--fx-pink);background:rgba(255,45,120,.1)}
.fx-quiz-result{text-align:center;padding:10px 0}
.fx-quiz-result .fx-book{font-size:14px;letter-spacing:.24em;color:var(--fx-amber);font-weight:700;margin-bottom:8px}
.fx-quiz-result h3{font-size:clamp(24px,4vw,32px);margin:0 0 10px}
.fx-quiz-result p{color:#aab0c0;max-width:460px;margin:0 auto 20px;line-height:1.6}
.fx-quiz-result .fx-price{font-size:22px;font-weight:800;color:#fff;margin-bottom:18px}
.fx-quiz-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.fx-quiz-note{margin-top:16px;font-size:14px;color:#8a90a0}
.fx-quiz-retake{margin-top:14px;background:none;border:none;color:var(--fx-cyan);cursor:pointer;font-size:14px;text-decoration:underline}

/* quiz teaser on homepage */
#fx-quiz-teaser{margin:26px 0;border-radius:18px;padding:26px clamp(18px,4vw,36px);
  border:1px dashed rgba(0,229,255,.4);background:rgba(0,229,255,.05);
  display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:space-between}
#fx-quiz-teaser strong{font-size:18px}
#fx-quiz-teaser span{display:block;color:#aab0c0;font-size:14px;margin-top:6px}

/* ============================================================
   Share buttons on the channel wire + lucky button
   ============================================================ */
#channel-wire .source-grid li{position:relative}
.fx-share{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:50%;
  border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.45);color:#fff;font-size:15px;
  cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.75;
  transition:opacity .15s,transform .15s}
.fx-share:hover{opacity:1;transform:scale(1.12)}
#fx-lucky{margin-left:12px}
.fx-flash{animation:fx-flash 1.6s ease}
@keyframes fx-flash{
  0%,100%{box-shadow:0 0 0 rgba(255,45,120,0)}
  25%{box-shadow:0 0 0 4px rgba(255,45,120,.8),0 0 40px rgba(255,45,120,.6)}
  60%{box-shadow:0 0 0 2px rgba(0,229,255,.6),0 0 24px rgba(0,229,255,.4)}}

/* toast */
#fx-toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);
  background:#11131c;border:1px solid rgba(0,229,255,.4);color:#fff;font-size:14px;
  padding:11px 18px;border-radius:99px;z-index:2147483001;opacity:0;pointer-events:none;
  transition:opacity .3s,transform .3s;box-shadow:0 10px 30px rgba(0,0,0,.5)}
#fx-toast.fx-show{opacity:1;transform:translateX(-50%) translateY(0)}

@media (prefers-reduced-motion:reduce){
  html.fx-js .fx-neon{animation:none}
  html.fx-js .fx-reveal{opacity:1;transform:none;transition:none}
  .fx-typing::after{animation:none}
  #fx-wasted{transition:none}
  #fx-wasted.fx-show .wasted-word{animation:none}
  .fx-flash{animation:none}
}
