
:root{
  --ink:#0a0a1a;--paper:#0d0f1a;--purple:#a855f7;--pink:#ec4899;--cyan:#22d3ee;
  --lime:#84cc16;--orange:#f97316;--red:#ef4444;--yellow:#facc15;
  --shadow:0 10px 30px rgba(0,0,0,.5);
  --glow-purple:0 0 20px rgba(168,85,247,.4), 0 0 60px rgba(168,85,247,.15);
  --glow-pink:0 0 20px rgba(236,72,153,.4), 0 0 60px rgba(236,72,153,.15);
  --glow-cyan:0 0 20px rgba(34,211,238,.4), 0 0 60px rgba(34,211,238,.15);
  --neon-border:rgba(168,85,247,.35);
  --card-bg:rgba(255,255,255,.04);--card-border:rgba(255,255,255,.08);
  --text-primary:#f0eaf8;--text-secondary:rgba(240,234,248,.6);
  --page-bg:var(--paper);
  --transition-bg:background-color 0.6s ease, box-shadow 0.4s ease;
}
*{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth}

/* ═══ CURSOR — default normal, pointer ONLY on clickables ═══ */
body{background:var(--page-bg);color:var(--text-primary);font-family:"Space Grotesk",sans-serif;overflow-x:hidden;
  transition:var(--transition-bg);
  cursor:default}

/* Pointer cursor ONLY for interactive elements */
button, a, .answer, .suspect, .cta, .secondary, .mute, [role="button"],
input[type="submit"], input[type="button"], label[for],
.game-start-btn { cursor:pointer }

button{font:inherit;border:0}
h1,h2,h3,p{margin:0}.hidden{display:none!important}
#app{min-height:100vh;position:relative;z-index:1}

/* CANVAS background particles */
#gameCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}

.scene{position:relative;min-height:100vh;overflow:hidden}
.container{width:min(1120px,92vw);margin:auto;position:relative;z-index:4}

/* ═══ HEADER — with Prisha credit ═══ */
.header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:rgba(13,15,26,.94);border-bottom:2px solid var(--neon-border);box-shadow:var(--glow-purple);backdrop-filter:blur(16px)}
.header-left{display:flex;align-items:center;gap:14px}
.header-logo{font-family:Fredoka;font-size:22px;font-weight:800;letter-spacing:-1px;color:#f0eaf8;display:flex;align-items:center;gap:8px}
.header-logo .brain-icon{font-size:28px;filter:drop-shadow(0 0 12px rgba(168,85,247,.6));animation:logoPulse 2s ease-in-out infinite}
@keyframes logoPulse{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.12) rotate(5deg)}}
.header-gradient{background:linear-gradient(90deg,#c084fc,#ec4899,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.header-tagline{font-size:11px;color:var(--text-secondary);letter-spacing:2px;font-weight:600;text-transform:uppercase}
.header-right{display:flex;align-items:center;gap:12px}
.header-credit{font-size:12px;color:var(--text-secondary);font-weight:400;letter-spacing:.5px;text-align:right;line-height:1.3}
.header-credit strong{color:#ec4899;font-weight:700;font-size:13px}
.mute{width:40px;height:40px;border:2px solid var(--neon-border);background:rgba(13,15,26,.85);border-radius:50%;box-shadow:var(--glow-purple);color:white;backdrop-filter:blur(12px);font-size:16px;transition:.2s}
.mute:hover{border-color:var(--pink);box-shadow:var(--glow-pink)}

/* ═══ HERO ═══ */
.hero{background:transparent;min-height:100svh;display:flex;align-items:center}
.hero-art{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 40%,rgba(168,85,247,.1) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(236,72,153,.06) 0%,transparent 50%);opacity:.9}
.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;padding-top:90px}
.hero-left{position:relative;z-index:2}
.hero-right{display:flex;justify-content:center}
.kicker{font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:13px;margin-bottom:18px;color:var(--text-secondary)}
.hero-title{font-family:Fredoka;font-size:clamp(60px,10vw,120px);line-height:.85;letter-spacing:-5px;color:#f0eaf8}
.hero-glitch{display:block;background:linear-gradient(90deg,#c084fc 0%,#ec4899 40%,#22d3ee 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 30px rgba(192,132,252,.4));animation:glitchShift 4s ease-in-out infinite}
@keyframes glitchShift{0%,100%{filter:drop-shadow(0 0 30px rgba(192,132,252,.4))}50%{filter:drop-shadow(0 0 50px rgba(236,72,153,.5))}}
.hero-tagline{font-family:Fredoka;font-size:clamp(20px,3vw,34px);color:var(--text-secondary);margin:15px 0;letter-spacing:1px}
.hero-copy{font-size:clamp(15px,1.6vw,19px);line-height:1.45;max-width:520px;margin:20px 0 30px;color:var(--text-secondary)}

/* ═══ BUTTONS ═══ */
.cta{background:linear-gradient(135deg,#a855f7,#ec4899);color:white;padding:20px 32px;border-radius:20px;font-weight:800;font-size:18px;box-shadow:0 0 20px rgba(168,85,247,.3),0 0 60px rgba(168,85,247,.1);transition:.25s;display:inline-flex;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.15)}
.cta:hover{transform:translate(0,-4px) scale(1.03);box-shadow:0 0 35px rgba(168,85,247,.5),0 0 90px rgba(168,85,247,.2)}
.cta-dance{animation:btnDance 2.5s ease-in-out infinite}
@keyframes btnDance{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-4px) rotate(-.5deg)}50%{transform:translateY(-2px) rotate(.5deg)}75%{transform:translateY(-5px) rotate(-.3deg)}}
.cta-dance:hover{animation:none;transform:translate(0,-6px) scale(1.05)}
.secondary{background:rgba(255,255,255,.06);color:#f0eaf8;border:1px solid rgba(255,255,255,.15);padding:16px 22px;border-radius:17px;font-weight:800;font-size:16px;backdrop-filter:blur(4px);transition:.2s}
.secondary:hover{background:rgba(255,255,255,.1);border-color:var(--neon-border);transform:translateY(-3px)}

/* ═══════════════════════════════════════════
   NEURA CHARACTER — NO LOGO ICON, BOWS BOTH SIDES,
   GLOW NAMETAG WITH HEARTS
   ═══════════════════════════════════════════ */
.neura-guide{display:flex;align-items:flex-start;gap:14px}
.neura-body-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0;user-select:none}
.neura-char{animation:neuraFloat 3s ease-in-out infinite;position:relative}
.neura-char.dragging{animation:none!important;cursor:grabbing}

/* NAMETAG — glow effect with floating hearts */
.neura-nametag{font-family:Fredoka;font-size:14px;font-weight:800;letter-spacing:3px;margin-top:6px;text-transform:uppercase;position:relative;display:flex;align-items:center;gap:2px}
.neura-name-text{
  background:linear-gradient(90deg,#ec4899,#c084fc,#22d3ee,#ec4899);
  background-size:300% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  animation:neuraNameShimmer 3s ease-in-out infinite;
  filter:drop-shadow(0 0 8px rgba(236,72,153,.6)) drop-shadow(0 0 16px rgba(168,85,247,.4));
}
@keyframes neuraNameShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}

.neura-heart{
  font-size:8px;
  color:#ec4899;
  position:absolute;
  animation:heartFloat 3s ease-in-out infinite;
  opacity:0;
  pointer-events:none;
}
.neura-heart:nth-child(2){right:-12px;top:-4px;animation-delay:0s}
.neura-heart-2{right:-6px;top:-8px;animation-delay:1s;font-size:6px!important}
.neura-heart-3{left:-10px;top:-6px;animation-delay:2s;font-size:7px!important}
@keyframes heartFloat{
  0%{opacity:0;transform:translateY(0) scale(.5)}
  20%{opacity:1;transform:translateY(-5px) scale(1)}
  80%{opacity:.6;transform:translateY(-18px) scale(.8)}
  100%{opacity:0;transform:translateY(-25px) scale(.3)}
}

/* HEAD */
.neura-head{width:120px;height:105px;background:linear-gradient(135deg,#a855f7,#ec4899);border:3px solid rgba(192,132,252,.6);border-radius:48% 52% 45% 55%;position:relative;box-shadow:0 0 25px rgba(168,85,247,.4),inset 0 0 15px rgba(0,0,0,.15);z-index:2}

/* BOWS — BOTH SIDES, different colors, symmetrical, smart */
.neura-bow{position:absolute;z-index:10;font-size:0;line-height:0}
.neura-bow::before,.neura-bow::after{content:"";display:inline-block;border-radius:50% 50% 50% 0;box-shadow:0 0 8px currentColor}
.neura-bow-knot{position:absolute;border-radius:50%;z-index:11}

/* LEFT BOW — cyan/teal */
.neura-bow-left{top:-18px;left:-5px;color:rgba(34,211,238,.5)}
.neura-bow-left::before,.neura-bow-left::after{width:24px;height:18px;background:linear-gradient(135deg,#22d3ee,#06b6d4)}
.neura-bow-left::before{transform:rotate(-30deg)}
.neura-bow-left::after{border-radius:50% 50% 0 50%;transform:rotate(30deg);margin-left:-6px}
.neura-bow-knot-left{top:-10px;left:11px;width:10px;height:10px;background:#0891b2;box-shadow:0 0 6px rgba(8,145,178,.6)}

/* RIGHT BOW — pink/magenta */
.neura-bow-right{top:-18px;right:-5px;color:rgba(236,72,153,.5)}
.neura-bow-right::before,.neura-bow-right::after{width:24px;height:18px;background:linear-gradient(135deg,#ec4899,#db2777)}
.neura-bow-right::before{transform:rotate(-30deg)}
.neura-bow-right::after{border-radius:50% 50% 0 50%;transform:rotate(30deg);margin-left:-6px}
.neura-bow-knot-right{top:-10px;right:11px;width:10px;height:10px;background:#be185d;box-shadow:0 0 6px rgba(190,24,93,.6)}

/* Hair */
.neura-hair{position:absolute;top:-5px;left:-10px;z-index:1}
.neura-hair::before{content:"";display:block;width:16px;height:30px;background:linear-gradient(180deg,#c084fc,transparent);border-radius:50%;transform:rotate(-20deg)}

/* EYES with mouse tracking */
.neura-eye{position:absolute;width:20px;height:26px;background:rgba(255,255,255,.95);border:2px solid rgba(192,132,252,.5);border-radius:50%;top:28px;overflow:hidden}
.neura-el{left:20px}.neura-er{right:20px}
.neura-pupil{position:absolute;width:9px;height:12px;background:#0d0f1a;border-radius:50%;left:4px;top:6px;transition:transform 0.15s ease}
.neura-pupil::after{content:"";position:absolute;width:3px;height:3px;background:rgba(255,255,255,.8);border-radius:50%;top:2px;right:1px}
/* Eyebrows */
.neura-eyebrow{position:absolute;width:22px;height:0;border-top:3px solid rgba(90,40,140,.7);border-radius:50%;top:22px;z-index:3}
.neura-eyebrow-l{left:17px;transform:rotate(-8deg)}
.neura-eyebrow-r{right:17px;transform:rotate(8deg)}
/* Eyelid for blinking */
.neura-eyelid{position:absolute;width:100%;height:0%;background:linear-gradient(135deg,#a855f7,#ec4899);top:0;left:0;border-radius:50%;transition:height 0.08s ease;z-index:2}
.neura-eye.blinking .neura-eyelid{height:100%}

/* Blush circles */
.neura-blush-l,.neura-blush-r{position:absolute;width:16px;height:9px;background:rgba(244,114,182,.3);border-radius:50%;top:56px}
.neura-blush-l{left:10px}.neura-blush-r{right:10px}
/* Mouth */
.neura-mouth{position:absolute;width:22px;height:12px;border-bottom:3px solid rgba(255,255,255,.6);border-radius:50%;left:49px;top:65px}
.neura-mouth.smile{border-bottom-width:3px;height:14px;border-radius:0 0 50% 50%;border-bottom-color:rgba(255,255,255,.7)}
/* Sparkles */
.neura-spark-l,.neura-spark-r{position:absolute;font-size:16px;color:#f472b6;text-shadow:0 0 8px rgba(244,114,182,.6);animation:spin 4s linear infinite}
.neura-spark-l{left:-16px;top:2px}.neura-spark-r{right:-16px;bottom:8px}

/* HANDS */
.neura-hands{display:flex;justify-content:space-between;width:100%;position:relative;z-index:1;margin-top:-8px}
.neura-hand{width:18px;height:14px;background:linear-gradient(135deg,#c084fc,#ec4899);border-radius:50% 50% 40% 40%;position:relative}
.neura-hand-l{margin-left:8px;transform:rotate(-15deg);animation:handWaveL 3s ease-in-out infinite}
.neura-hand-r{margin-right:8px;transform:rotate(15deg);animation:handWaveR 3s ease-in-out infinite .4s}
.neura-hand::before{content:"";position:absolute;top:-4px;left:3px;width:4px;height:6px;background:inherit;border-radius:50%}
.neura-hand::after{content:"";position:absolute;top:-3px;left:8px;width:4px;height:5px;background:inherit;border-radius:50%}
@keyframes handWaveL{0%,100%{transform:rotate(-15deg)}50%{transform:rotate(-25deg) translateY(-3px)}}
@keyframes handWaveR{0%,100%{transform:rotate(15deg)}50%{transform:rotate(25deg) translateY(-3px)}}

/* LEGS */
.neura-legs{display:flex;gap:8px;justify-content:center;margin-top:2px}
.neura-leg{width:16px;height:34px;background:linear-gradient(180deg,#7c3aed,#6d28d9);border-radius:6px 6px 10px 10px}
.neura-leg-l{animation:legKickL 2.5s ease-in-out infinite}
.neura-leg-r{animation:legKickR 2.5s ease-in-out infinite .3s}
.neura-leg::after{content:"";display:block;position:relative;bottom:-1px;width:20px;height:8px;background:#ec4899;border-radius:10px 10px 4px 4px;margin-left:-2px;box-shadow:0 0 6px rgba(236,72,153,.3)}
@keyframes legKickL{0%,100%{transform:rotate(0)}50%{transform:rotate(-10deg)}}
@keyframes legKickR{0%,100%{transform:rotate(0)}50%{transform:rotate(10deg)}}

@keyframes neuraFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes spin{to{transform:rotate(360deg)}}

/* SPEECH BUBBLE */
.neura-bubble{background:rgba(13,15,26,.85);border:1px solid rgba(236,72,153,.3);border-radius:18px;padding:14px 18px;font-size:14px;line-height:1.45;color:var(--text-secondary);max-width:280px;position:relative;box-shadow:var(--glow-pink);backdrop-filter:blur(8px)}
.neura-bubble::before{content:"";position:absolute;left:-8px;top:20px;width:0;height:0;border:8px solid transparent;border-right-color:rgba(236,72,153,.3)}
.bubble-pop{animation:bubblePop .4s ease}
@keyframes bubblePop{from{opacity:0;transform:scale(.9) translateY(5px)}to{opacity:1;transform:scale(1) translateY(0)}}

/* ═══ NEURA VARIANT: SLEEPING — LYING DOWN ═══ */
.neura-sleeping .neura-char{
  animation:sleepBob 4s ease-in-out infinite;
  transform:rotate(90deg);
  transform-origin:center center;
}
.neura-sleeping .neura-body-wrap{
  flex-direction:row;
  align-items:center;
  gap:10px;
}
.neura-sleeping .neura-eye{height:6px;border-radius:40%;overflow:visible}
.neura-sleeping .neura-pupil{display:none}
.neura-sleeping .neura-eyelid{display:none}
.neura-sleeping .neura-eyebrow{top:18px}
.neura-sleeping .neura-mouth{border-bottom:none;width:16px;height:10px;left:52px;top:66px}
.neura-sleeping .neura-mouth::after{content:"";position:absolute;width:100%;height:100%;border-top:2px solid rgba(255,255,255,.4);border-radius:50%}
.neura-sleeping .neura-hand-l{animation:none;transform:rotate(-30deg) translateY(10px)}
.neura-sleeping .neura-hand-r{animation:none;transform:rotate(30deg) translateY(10px)}
.neura-sleeping .neura-leg-l,.neura-sleeping .neura-leg-r{animation:none;transform:rotate(0)}
@keyframes sleepBob{0%,100%{transform:rotate(90deg) translateY(0)}50%{transform:rotate(90deg) translateY(3px)}}
.neura-zzz{position:absolute;top:-40px;right:-5px;font-family:Fredoka;font-weight:700;color:#c084fc;font-size:18px;animation:zzzFloat 2.5s ease-in-out infinite;text-shadow:0 0 10px rgba(192,132,252,.5);z-index:20}
.neura-zzz span:nth-child(2){font-size:14px;animation-delay:.5s}
.neura-zzz span:nth-child(3){font-size:10px;animation-delay:1s}
@keyframes zzzFloat{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-12px)}}

.sleeping-section{display:flex;justify-content:center;padding:30px 0;min-height:140px;align-items:center}

/* ═══ NEURA VARIANT: PHONE ═══ */
.neura-phone-prop{position:absolute;right:-10px;bottom:10px;width:22px;height:36px;background:linear-gradient(180deg,#1e1b4b,#312e81);border:2px solid rgba(99,102,241,.5);border-radius:5px;z-index:15;box-shadow:0 0 8px rgba(99,102,241,.4)}
.neura-phone-prop::before{content:"";position:absolute;top:3px;left:2px;right:2px;bottom:6px;background:rgba(34,211,238,.2);border-radius:2px}
.neura-phone-prop::after{content:"";position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:6px;height:2px;background:rgba(255,255,255,.3);border-radius:1px}
.neura-on-phone .neura-pupil{transform:translate(4px,3px)!important}
.neura-on-phone .neura-hand-r{animation:none;transform:rotate(60deg) translateX(6px) translateY(-4px)}

/* ═══ NEURA VARIANT: GUITAR — RED, properly held ═══ */
.neura-guitar-prop{position:absolute;left:-8px;bottom:-5px;z-index:15;transform:rotate(-15deg)}
.neura-guitar-body{width:32px;height:26px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;position:relative;box-shadow:0 0 12px rgba(239,68,68,.5);border:1.5px solid rgba(255,255,255,.15)}
.neura-guitar-body::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:rgba(0,0,0,.3);border-radius:50%}
.neura-guitar-body::after{content:"";position:absolute;top:3px;left:50%;transform:translateX(-50%);width:12px;height:3px;background:rgba(255,255,255,.15);border-radius:2px}
.neura-guitar-neck{width:5px;height:36px;background:linear-gradient(180deg,#7f1d1d,#991b1b);position:absolute;bottom:18px;left:14px;border-radius:2px;transform:rotate(-20deg);transform-origin:bottom center}
.neura-guitar-neck::before{content:"";position:absolute;top:-8px;left:-3px;width:11px;height:8px;background:#7f1d1d;border-radius:3px 3px 0 0}
.neura-guitar-strings{position:absolute;bottom:20px;left:15px;width:3px;height:30px;transform:rotate(-20deg);transform-origin:bottom center}
.neura-guitar-strings::before{content:"";position:absolute;width:1px;height:100%;background:rgba(255,255,255,.2);left:0}
.neura-guitar-strings::after{content:"";position:absolute;width:1px;height:100%;background:rgba(255,255,255,.15);left:2px}

.neura-playing-guitar .neura-hand-l{animation:strumL 0.6s ease-in-out infinite;transform:rotate(-40deg) translateX(-6px)}
.neura-playing-guitar .neura-hand-r{animation:strumR 0.4s ease-in-out infinite;transform:rotate(30deg)}
@keyframes strumL{0%,100%{transform:rotate(-40deg) translateX(-6px)}50%{transform:rotate(-35deg) translateX(-4px) translateY(-2px)}}
@keyframes strumR{0%,100%{transform:rotate(30deg)}50%{transform:rotate(35deg) translateY(-2px)}}

/* ═══ SIZE VARIANTS ═══ */

/* XL — BIGGER hero Neura */
.neura-xl .neura-head{width:220px;height:190px;border-radius:48% 52% 45% 55%}
.neura-xl .neura-eye{width:36px;height:46px;top:55px}
.neura-xl .neura-pupil{width:16px;height:21px;left:7px;top:11px}
.neura-xl .neura-pupil::after{width:5px;height:5px;top:4px}
.neura-xl .neura-eyebrow{width:40px;border-top-width:5px;top:44px}
.neura-xl .neura-eyebrow-l{left:34px}
.neura-xl .neura-eyebrow-r{right:34px}
.neura-xl .neura-el{left:42px}.neura-xl .neura-er{right:42px}
.neura-xl .neura-blush-l,.neura-xl .neura-blush-r{width:26px;height:14px;top:112px}
.neura-xl .neura-blush-l{left:24px}.neura-xl .neura-blush-r{right:24px}
.neura-xl .neura-mouth{width:42px;height:22px;left:89px;top:130px;border-bottom-width:5px}
.neura-xl .neura-mouth.smile{height:24px}
.neura-xl .neura-spark-l,.neura-xl .neura-spark-r{font-size:34px}
.neura-xl .neura-spark-l{left:-30px;top:6px}.neura-xl .neura-spark-r{right:-30px;bottom:18px}
.neura-xl .neura-bow-left::before,.neura-xl .neura-bow-left::after,
.neura-xl .neura-bow-right::before,.neura-xl .neura-bow-right::after{width:38px;height:28px}
.neura-xl .neura-bow-knot-left,.neura-xl .neura-bow-knot-right{width:16px;height:16px}
.neura-xl .neura-bow-left{top:-30px;left:-10px}
.neura-xl .neura-bow-knot-left{top:-16px;left:14px}
.neura-xl .neura-bow-right{top:-30px;right:-10px}
.neura-xl .neura-bow-knot-right{top:-16px;right:14px}
.neura-xl .neura-hair::before{width:28px;height:50px}
.neura-xl .neura-hair{left:-18px;top:-10px}
.neura-xl .neura-hand{width:32px;height:24px}
.neura-xl .neura-hand::before{width:8px;height:10px;left:6px;top:-6px}
.neura-xl .neura-hand::after{width:8px;height:9px;left:15px;top:-5px}
.neura-xl .neura-leg{width:28px;height:56px}
.neura-xl .neura-leg::after{width:34px;height:12px}
.neura-xl .neura-legs{gap:14px;margin-top:8px}
.neura-xl .neura-nametag{font-size:22px;margin-top:14px;letter-spacing:5px}
.neura-xl .neura-heart{font-size:12px!important}
.neura-xl .neura-bubble{max-width:380px;font-size:17px;padding:20px 24px}

/* LG */
.neura-lg .neura-head{width:180px;height:155px;border-radius:48% 52% 45% 55%}
.neura-lg .neura-eye{width:30px;height:38px;top:45px}
.neura-lg .neura-pupil{width:13px;height:17px;left:6px;top:9px}
.neura-lg .neura-pupil::after{width:4px;height:4px;top:3px}
.neura-lg .neura-eyebrow{width:34px;border-top-width:4px;top:36px}
.neura-lg .neura-eyebrow-l{left:28px}
.neura-lg .neura-eyebrow-r{right:28px}
.neura-lg .neura-el{left:34px}.neura-lg .neura-er{right:34px}
.neura-lg .neura-blush-l,.neura-lg .neura-blush-r{width:22px;height:12px;top:92px}
.neura-lg .neura-blush-l{left:20px}.neura-lg .neura-blush-r{right:20px}
.neura-lg .neura-mouth{width:34px;height:18px;left:73px;top:105px;border-bottom-width:4px}
.neura-lg .neura-mouth.smile{height:20px}
.neura-lg .neura-spark-l,.neura-lg .neura-spark-r{font-size:28px}
.neura-lg .neura-spark-l{left:-24px;top:4px}.neura-lg .neura-spark-r{right:-24px;bottom:14px}
.neura-lg .neura-bow-left::before,.neura-lg .neura-bow-left::after,
.neura-lg .neura-bow-right::before,.neura-lg .neura-bow-right::after{width:32px;height:24px}
.neura-lg .neura-bow-knot-left,.neura-lg .neura-bow-knot-right{width:14px;height:14px}
.neura-lg .neura-bow-left{top:-26px;left:-8px}
.neura-lg .neura-bow-knot-left{top:-14px;left:12px}
.neura-lg .neura-bow-right{top:-26px;right:-8px}
.neura-lg .neura-bow-knot-right{top:-14px;right:12px}
.neura-lg .neura-hair::before{width:22px;height:40px}
.neura-lg .neura-hair{left:-14px;top:-8px}
.neura-lg .neura-hand{width:26px;height:20px}
.neura-lg .neura-hand::before{width:6px;height:8px;left:5px;top:-5px}
.neura-lg .neura-hand::after{width:6px;height:7px;left:12px;top:-4px}
.neura-lg .neura-leg{width:24px;height:48px}
.neura-lg .neura-leg::after{width:28px;height:10px}
.neura-lg .neura-legs{gap:12px;margin-top:6px}
.neura-lg .neura-nametag{font-size:18px;margin-top:10px}
.neura-lg .neura-bubble{max-width:340px;font-size:16px;padding:18px 22px}

/* SM */
.neura-sm .neura-head{width:72px;height:62px}
.neura-sm .neura-eye{width:13px;height:16px;top:18px;border-width:1.5px}
.neura-sm .neura-pupil{width:5px;height:7px;left:3px;top:3px}
.neura-sm .neura-pupil::after{width:2px;height:2px;top:1px}
.neura-sm .neura-eyebrow{width:15px;border-top-width:2px;top:13px}
.neura-sm .neura-eyebrow-l{left:10px}
.neura-sm .neura-eyebrow-r{right:10px}
.neura-sm .neura-el{left:14px}.neura-sm .neura-er{right:14px}
.neura-sm .neura-blush-l,.neura-sm .neura-blush-r{width:9px;height:5px;top:38px}
.neura-sm .neura-blush-l{left:6px}.neura-sm .neura-blush-r{right:6px}
.neura-sm .neura-mouth{width:14px;height:8px;left:29px;top:42px;border-bottom-width:2px}
.neura-sm .neura-mouth.smile{height:9px}
.neura-sm .neura-spark-l,.neura-sm .neura-spark-r{font-size:11px}
.neura-sm .neura-spark-l{left:-10px;top:1px}.neura-sm .neura-spark-r{right:-10px;bottom:4px}
.neura-sm .neura-bow-left::before,.neura-sm .neura-bow-left::after,
.neura-sm .neura-bow-right::before,.neura-sm .neura-bow-right::after{width:14px;height:10px}
.neura-sm .neura-bow-knot-left,.neura-sm .neura-bow-knot-right{width:7px;height:7px}
.neura-sm .neura-bow-left{top:-12px;left:-3px}
.neura-sm .neura-bow-knot-left{top:-7px;left:5px}
.neura-sm .neura-bow-right{top:-12px;right:-3px}
.neura-sm .neura-bow-knot-right{top:-7px;right:5px}
.neura-sm .neura-hair::before{width:10px;height:18px}
.neura-sm .neura-hair{left:-6px;top:-3px}
.neura-sm .neura-hand{width:12px;height:9px}
.neura-sm .neura-hand::before{width:3px;height:4px;left:2px;top:-3px}
.neura-sm .neura-hand::after{width:3px;height:3px;left:6px;top:-2px}
.neura-sm .neura-leg{width:11px;height:22px}
.neura-sm .neura-leg::after{width:14px;height:5px}
.neura-sm .neura-legs{gap:4px;margin-top:2px}
.neura-sm .neura-nametag{font-size:9px}
.neura-sm .neura-heart{font-size:5px!important}
.neura-sm .neura-bubble{max-width:220px;font-size:12px;padding:10px 14px}

/* ═══ SECTIONS ═══ */
.section{padding:110px 0;position:relative;background:transparent;transition:var(--transition-bg)}
.section-title{font-family:Fredoka;font-size:clamp(45px,7vw,82px);line-height:.9;letter-spacing:-3px;color:#f0eaf8}

/* ═══ SUSPECTS — NEON HOVER + PAGE BG CHANGE ═══ */
.suspects{background:transparent}
.suspects-header{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}
.suspect-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}
.suspect{border:2px solid var(--card-border);border-radius:26px;padding:24px 18px;background:var(--card-bg);min-height:280px;box-shadow:var(--shadow);transition:all .4s ease;backdrop-filter:blur(4px);text-align:center;overflow:hidden;position:relative}
.suspect h3{color:#f0eaf8;font-family:Fredoka;font-size:22px;margin-top:10px}
.suspect p{color:var(--text-secondary);font-size:15px;margin-top:8px;line-height:1.4}
.suspect-img-wrap{width:160px;height:140px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px}
.suspect-img{width:100%;height:100%;object-fit:cover;border-radius:18px;transition:.4s;filter:drop-shadow(0 0 12px rgba(168,85,247,.3))}
.suspect:hover .suspect-img{transform:scale(1.1);filter:drop-shadow(0 0 25px var(--hover-glow,rgba(168,85,247,.6)))}

/* NEON HOVER STATES for each villain */
.suspect:hover{transform:translateY(-10px) scale(1.03)}
.suspect[data-villain="dopamine"]:hover{border-color:#c77dff;box-shadow:0 0 30px rgba(199,125,255,.5),0 0 60px rgba(199,125,255,.2),inset 0 0 30px rgba(199,125,255,.05)}
.suspect[data-villain="overthinker"]:hover{border-color:#7ba7ff;box-shadow:0 0 30px rgba(123,167,255,.5),0 0 60px rgba(123,167,255,.2),inset 0 0 30px rgba(123,167,255,.05)}
.suspect[data-villain="social"]:hover{border-color:#62e9ef;box-shadow:0 0 30px rgba(98,233,239,.5),0 0 60px rgba(98,233,239,.2),inset 0 0 30px rgba(98,233,239,.05)}
.suspect[data-villain="impulse"]:hover{border-color:#ff895d;box-shadow:0 0 30px rgba(255,137,93,.5),0 0 60px rgba(255,137,93,.2),inset 0 0 30px rgba(255,137,93,.05)}
.suspect[data-villain="risk"]:hover{border-color:#b8f45c;box-shadow:0 0 30px rgba(184,244,92,.5),0 0 60px rgba(184,244,92,.2),inset 0 0 30px rgba(184,244,92,.05)}
.suspect[data-villain="stress"]:hover{border-color:#ff6f78;box-shadow:0 0 30px rgba(255,111,120,.5),0 0 60px rgba(255,111,120,.2),inset 0 0 30px rgba(255,111,120,.05)}
.suspect[data-villain="midnight"]:hover{border-color:#6672d8;box-shadow:0 0 30px rgba(102,114,216,.5),0 0 60px rgba(102,114,216,.2),inset 0 0 30px rgba(102,114,216,.05)}
.suspect[data-villain="future"]:hover{border-color:#ffd452;box-shadow:0 0 30px rgba(255,212,82,.5),0 0 60px rgba(255,212,82,.2),inset 0 0 30px rgba(255,212,82,.05)}

/* ═══ QUIZ ═══ */
.quiz{background:transparent;min-height:100svh;color:var(--text-primary)}
.quiz-inner{padding-top:115px}
.scan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.scan-title{font-family:Fredoka;font-size:36px;font-weight:700;letter-spacing:3px;background:linear-gradient(90deg,#c084fc,#ec4899,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.scan-pct{font-family:Fredoka;font-size:42px;font-weight:700;color:#c084fc;text-shadow:0 0 20px rgba(192,132,252,.4)}
.scan-progress{height:8px;border-radius:20px;background:rgba(255,255,255,.06);margin-bottom:18px;overflow:hidden;border:1px solid rgba(168,85,247,.15)}
.scan-fill{height:100%;background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:20px;transition:width .4s ease;box-shadow:0 0 12px rgba(168,85,247,.4)}
.nodes{display:flex;gap:10px;margin:15px 0 35px;flex-wrap:wrap}
.node{width:24px;height:24px;border:2px solid rgba(168,85,247,.25);border-radius:50%;background:transparent;transition:.3s}
.node.on{background:var(--purple);box-shadow:0 0 15px rgba(168,85,247,.5);border-color:rgba(168,85,247,.6)}
.quiz-body{display:grid;grid-template-columns:1fr 260px;gap:30px;align-items:flex-start}
.quiz-neura-wrap{position:sticky;top:120px}
.qbox{max-width:850px}
.qnum{font-weight:900;color:#c084fc;margin-bottom:16px;font-size:48px;font-family:Fredoka;text-shadow:0 0 25px rgba(192,132,252,.3);letter-spacing:2px}
.q-enter{animation:qSlideIn .4s ease}
@keyframes qSlideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.question{font-family:Fredoka;font-size:clamp(34px,4.5vw,58px);line-height:.95;letter-spacing:-2px;color:#f0eaf8}
.answers{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:35px}
.answer{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:22px;text-align:left;min-height:100px;box-shadow:var(--shadow);transition:.25s;color:var(--text-primary);backdrop-filter:blur(4px);position:relative;overflow:hidden}
.answer:hover{transform:translate(0,-4px);box-shadow:var(--glow-purple);border-color:rgba(168,85,247,.4);background:rgba(168,85,247,.08)}
.answer .letter{font-weight:900;color:#c084fc;font-size:14px}
.answer strong{display:block;font-size:18px;margin-top:9px;color:#f0eaf8}

/* ═══ REVEAL ═══ */
.reveal{background:radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.12) 0%,transparent 60%),transparent;color:white;min-height:100svh;display:flex;align-items:center;text-align:center}
.reveal .container{width:min(900px,92vw)}
.reveal .big{font-family:Fredoka;font-size:clamp(50px,9vw,110px);line-height:.85;letter-spacing:-5px;color:#f0eaf8}
.reveal .villain-name{color:#ec4899;text-shadow:0 0 40px rgba(236,72,153,.5),0 0 80px rgba(236,72,153,.2)}
.scan-ring{width:190px;height:190px;border:2px solid rgba(34,211,238,.6);border-radius:50%;margin:0 auto 35px;animation:pulse 1.5s infinite;position:relative;box-shadow:0 0 30px rgba(34,211,238,.2)}
.scan-ring:before,.scan-ring:after{content:"";position:absolute;inset:18px;border:1px dashed rgba(236,72,153,.4);border-radius:50%}
.scan-ring:after{inset:45px;border-color:rgba(168,85,247,.4)}
@keyframes pulse{50%{transform:scale(1.05);box-shadow:0 0 50px rgba(34,211,238,.3),0 0 100px rgba(34,211,238,.1)}}

/* ═══ RESULT ═══ */
.result{min-height:100svh;padding:120px 0;overflow:hidden;background:transparent}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.result h2{font-family:Fredoka;font-size:clamp(55px,8vw,100px);line-height:.82;letter-spacing:-5px;color:#f0eaf8}
.tagline{font-size:22px;line-height:1.2;margin:22px 0;max-width:560px;color:var(--text-secondary)}
.villain-art{display:flex;align-items:center;justify-content:center}
.villain-char-img{width:420px;max-width:100%;border-radius:30px;filter:drop-shadow(0 0 40px rgba(168,85,247,.4)) drop-shadow(0 0 80px rgba(236,72,153,.2));animation:float 3s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.stats{background:var(--card-bg);border:1px solid var(--card-border);border-radius:30px;padding:26px;box-shadow:var(--shadow);margin-top:25px;backdrop-filter:blur(4px)}
.stats>div:first-child{color:#c084fc!important}
.stat{margin:17px 0}
.stat-top{display:flex;justify-content:space-between;font-weight:800;font-size:14px;color:var(--text-secondary)}
.bar{height:14px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.05);overflow:hidden;margin-top:7px}
.fill{height:100%;border-radius:20px;transition:width 1s ease;box-shadow:0 0 10px currentColor}

/* ═══ SCIENCE ═══ */
.science{background:transparent}
.science-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:10px}
.teen-explain{background:rgba(168,85,247,.06);border:1px solid rgba(168,85,247,.2);border-left:4px solid #c084fc;border-radius:0 20px 20px 0;padding:30px 35px;margin:25px 0;line-height:1.7;font-size:18px;color:var(--text-secondary)}
.science-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}
.science-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:28px;padding:28px;box-shadow:var(--shadow);backdrop-filter:blur(4px);transition:.3s}
.science-card:hover{border-color:rgba(168,85,247,.3);transform:translateY(-3px)}
.science-card h3{font-family:Fredoka;font-size:28px;margin-bottom:12px;color:#c084fc}
.science-card p{line-height:1.6;color:var(--text-secondary)}
.science-card strong{color:#f0eaf8}
.tips-section{margin-top:45px}
.tips-title{font-family:Fredoka;font-size:32px;color:#22d3ee;margin-bottom:22px;text-shadow:0 0 20px rgba(34,211,238,.2)}
.tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.tip-card{background:rgba(34,211,238,.04);border:1px solid rgba(34,211,238,.15);border-radius:20px;padding:22px;transition:.25s}
.tip-card:hover{border-color:rgba(34,211,238,.35);box-shadow:0 0 20px rgba(34,211,238,.1);transform:translateY(-3px)}
.tip-card p{color:var(--text-secondary);line-height:1.5;font-size:16px}
.sidekick-box{margin-top:50px;background:rgba(236,72,153,.04);border:1px solid rgba(236,72,153,.15);border-radius:24px;padding:30px;overflow:hidden}
.sidekick-grid{display:grid;grid-template-columns:160px 1fr;gap:25px;align-items:center}
.sidekick-img{width:140px;border-radius:18px;filter:drop-shadow(0 0 15px rgba(236,72,153,.3))}
.sidekick-box h3{font-family:Fredoka;font-size:22px;color:#f0eaf8}
.sidekick-box p{color:var(--text-secondary);line-height:1.5}

/* ═══ SHARE ═══ */
.share{background:transparent}
.share-card{width:min(650px,92vw);margin:40px auto;background:rgba(13,15,26,.8);color:white;border-radius:34px;border:1px solid var(--neon-border);padding:40px;box-shadow:var(--glow-purple);position:relative;overflow:hidden;backdrop-filter:blur(8px)}
.share-card:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(236,72,153,.2) 0%,transparent 70%);right:-100px;top:-120px}
.share-card h3{font-family:Fredoka;font-size:20px;letter-spacing:2px;color:var(--text-secondary)}
.share-card h2{font-family:Fredoka;font-size:60px;line-height:.9;margin:20px 0;color:#ec4899;text-shadow:0 0 30px rgba(236,72,153,.3)}
.share-char-img{width:180px;border-radius:20px;margin:15px auto;display:block;filter:drop-shadow(0 0 20px rgba(168,85,247,.3))}
.share-card div[style]{color:var(--text-secondary)!important}
.share-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}

/* ═══ GAME SECTION ═══ */
.game-section{padding:60px 0 80px}
.game-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px}
.game-title{margin-bottom:10px}
.game-container{background:rgba(13,15,26,.6);border:1px solid var(--neon-border);border-radius:24px;padding:24px;backdrop-filter:blur(4px)}
.game-header{margin-bottom:12px}
.game-score-display{display:flex;align-items:center;gap:16px;font-family:Fredoka;font-size:16px}
.game-score-label,.game-lives-label{color:var(--text-secondary);font-size:12px;letter-spacing:2px}
.game-score-val{color:#84cc16;font-size:28px;font-weight:700;text-shadow:0 0 12px rgba(132,204,22,.4)}
.game-lives-val{color:#ef4444;font-size:20px;letter-spacing:3px}
#gameCanvas2{display:block;width:100%;border-radius:16px;border:1px solid rgba(168,85,247,.15);background:rgba(0,0,0,.2)}
.game-controls{text-align:center;margin-top:16px}
.game-instructions{margin-bottom:14px;color:var(--text-secondary);font-size:14px;line-height:1.5}
.game-instructions strong{color:#c084fc}
.game-start-btn{padding:14px 28px;font-size:16px}
.game-neura-talk{font-family:Fredoka;font-size:14px;color:#ec4899;text-align:center;min-height:24px;margin-top:8px;text-shadow:0 0 10px rgba(236,72,153,.3)}
.game-talk-pop{animation:bubblePop .4s ease}

/* ═══ FOOTER ═══ */
.footer{padding:40px 0;background:rgba(6,6,15,.8);color:var(--text-secondary);font-size:12px;border-top:1px solid rgba(168,85,247,.15)}
.footer .container{display:flex;justify-content:space-between;gap:20px}
.footer strong{color:#ec4899}

/* ═══ PAGE BACKGROUND THEME TRANSITIONS ═══ */
body.theme-dopamine{background-color:rgba(30,15,40,1)}
body.theme-overthinker{background-color:rgba(15,20,45,1)}
body.theme-social{background-color:rgba(10,30,35,1)}
body.theme-impulse{background-color:rgba(35,18,10,1)}
body.theme-risk{background-color:rgba(18,30,10,1)}
body.theme-stress{background-color:rgba(35,12,15,1)}
body.theme-midnight{background-color:rgba(15,15,38,1)}
body.theme-future{background-color:rgba(35,28,10,1)}

body.theme-dopamine .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(199,125,255,.08),transparent 70%)}
body.theme-overthinker .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(123,167,255,.08),transparent 70%)}
body.theme-social .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(98,233,239,.08),transparent 70%)}
body.theme-impulse .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(255,137,93,.08),transparent 70%)}
body.theme-risk .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(184,244,92,.08),transparent 70%)}
body.theme-stress .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(255,111,120,.08),transparent 70%)}
body.theme-midnight .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(102,114,216,.08),transparent 70%)}
body.theme-future .suspects{background:radial-gradient(ellipse at 50% 50%,rgba(255,212,82,.08),transparent 70%)}

/* ═══ PRINT ═══ */
@media print{
  *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
  body{background:#0d0f1a!important;cursor:auto!important}
  #gameCanvas,.header,.hero,.suspects,.quiz,.reveal,.share-actions,.footer,.neura-guide,.game-section,.sleeping-section{display:none!important}
  .result,.science,.share{display:block!important;page-break-inside:avoid}
  .result{padding:40px 0!important;min-height:auto!important}
  .section{padding:40px 0!important}
  .science-grid,.tips-grid{grid-template-columns:1fr!important}
  .villain-char-img{width:280px!important;animation:none!important}
  .sidekick-grid{grid-template-columns:100px 1fr!important}
  .sidekick-img{width:90px!important}
  button,.cta,.secondary{cursor:auto!important}
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:850px){
  .hero-grid,.result-grid,.science-grid,.tips-grid{grid-template-columns:1fr}
  .hero{padding-top:40px}
  .suspect-row{grid-template-columns:1fr 1fr}
  .answers{grid-template-columns:1fr}
  .villain-art{margin-bottom:20px}.villain-char-img{width:300px}
  .footer .container{flex-direction:column}
  .scan-title{font-size:26px}.scan-pct{font-size:32px}.qnum{font-size:36px}
  .header-logo{font-size:18px}.header-logo .brain-icon{font-size:22px}
  .header-tagline{display:none}
  .header-credit{font-size:10px}
  .header-credit strong{font-size:11px}
  .sidekick-grid{grid-template-columns:120px 1fr}
  .quiz-body{grid-template-columns:1fr}
  .quiz-neura-wrap{position:static;display:flex;justify-content:center}
  .neura-xl .neura-head{width:160px;height:140px}
  .neura-xl .neura-eye{width:28px;height:34px;top:42px}
  .neura-xl .neura-el{left:32px}.neura-xl .neura-er{right:32px}
  .neura-xl .neura-mouth{width:32px;height:18px;left:64px;top:96px}
  .neura-xl .neura-leg{width:22px;height:42px}
  .suspects-header,.science-top-row,.game-header-row{flex-direction:column;gap:15px}
  .hero-title{font-size:clamp(52px,14vw,100px)}
}
@media(max-width:520px){
  .suspect-row{grid-template-columns:1fr 1fr}
  .section{padding:80px 0}.hero h1,.hero-title{letter-spacing:-4px}
  .question{font-size:36px}.answer{min-height:90px}
  .header{padding:8px 14px}
  .scan-title{font-size:20px}.scan-pct{font-size:26px}.qnum{font-size:28px}
  .header-logo{font-size:15px}.header-logo .brain-icon{font-size:18px}
  .header-credit{display:none}
  .teen-explain{padding:20px;font-size:15px}
  .sidekick-grid{grid-template-columns:1fr;text-align:center}
  .sidekick-img{margin:0 auto}
  .suspect-img-wrap{width:120px;height:110px}
  .hero-tagline{font-size:18px}
  .cta{padding:16px 24px;font-size:16px}
}
