
.gmr-quiz .gmr-mode-choices{grid-template-columns:repeat(3,minmax(0,1fr))}
.gmr-quiz .gmr-mode-note{margin:14px 0 0;padding:12px 16px;border-radius:14px;background:rgba(93,48,135,.08);font-weight:700;color:#4f2b71}
.gmr-quiz .gmr-category-select-label{display:grid;gap:9px;text-align:left;font-weight:800;color:#3f2457}
.gmr-quiz .gmr-category-select-label select{width:100%;min-height:52px;padding:10px 14px;border:2px solid rgba(91,49,128,.25);border-radius:14px;background:#fff;color:#2f1d3c;font-size:17px;font-weight:700}
.gmr-quiz .gmr-quiz-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
.gmr-quiz [data-stat=hearts] strong{font-size:20px;letter-spacing:2px}
.gmr-quiz [data-stat=time] strong{font-variant-numeric:tabular-nums}
@media(max-width:850px){.gmr-quiz .gmr-mode-choices{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.gmr-quiz .gmr-mode-choices{grid-template-columns:1fr}.gmr-quiz .gmr-quiz-stats{grid-template-columns:1fr 1fr}}

/* v4.0.1 lobby layout correction */
.gmr-quiz .gmr-quiz-setup{
  width:min(100%,920px)!important;
  grid-template-columns:minmax(0,2fr) minmax(260px,1fr)!important;
  align-items:stretch!important;
  box-sizing:border-box!important;
}
.gmr-quiz .gmr-quiz-setup fieldset{
  min-width:0!important;
  box-sizing:border-box!important;
}
.gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(1){grid-column:1;grid-row:1}
.gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2){grid-column:2;grid-row:1}
.gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(3),
.gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(4){grid-column:1 / -1}
.gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2) .gmr-quiz-choices{
  grid-template-columns:1fr!important;
}
.gmr-quiz .gmr-quiz-choices button,
.gmr-quiz .gmr-quiz-length button{
  min-width:0!important;
  box-sizing:border-box!important;
  overflow-wrap:anywhere;
}
.gmr-quiz .gmr-quiz-length{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
@media(max-width:900px){
  .gmr-quiz .gmr-quiz-setup{
    grid-template-columns:1fr!important;
  }
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(1),
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2),
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(3),
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(4){
    grid-column:1!important;
    grid-row:auto!important;
  }
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2) .gmr-quiz-choices{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2) .gmr-quiz-choices,
  .gmr-quiz .gmr-quiz-length{
    grid-template-columns:1fr!important;
  }
}

/* v4.0.2 crystal-cave lobby redesign */
.gmr-arcade-overlay .gmr-game.gmr-quiz{
  max-width:1120px!important;
}
.gmr-arcade-overlay .gmr-game.gmr-quiz .gmr-content{
  padding:0!important;
}
.gmr-arcade-overlay .gmr-game.gmr-quiz .gmr-screen[data-screen="start"]{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:760px;
  padding:46px clamp(22px,4vw,58px) 30px!important;
  gap:10px!important;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(7,2,15,.18),rgba(7,2,15,.64)),
    url('../images/crystal-quiz-lobby-cave.jpg') center/cover no-repeat!important;
  border-radius:0 0 20px 20px;
}
.gmr-arcade-overlay .gmr-game.gmr-quiz .gmr-screen[data-screen="start"]::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 50% 28%,rgba(132,52,207,.23),transparent 43%);
  pointer-events:none;
}
.gmr-quiz .gmr-quiz-logo{
  margin:0 0 2px!important;
  font-size:clamp(34px,4vw,48px)!important;
  filter:drop-shadow(0 0 13px rgba(193,118,255,.65));
}
.gmr-quiz .gmr-screen[data-screen="start"]>h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2.5rem,5vw,4.15rem)!important;
  line-height:1.02!important;
  letter-spacing:-.035em;
  text-shadow:0 4px 0 #4f2472,0 0 28px rgba(197,121,255,.5);
}
.gmr-quiz .gmr-quiz-tagline{
  max-width:920px!important;
  margin:7px auto 0!important;
  color:#ffd75b!important;
  font-size:clamp(1.02rem,2vw,1.28rem)!important;
  line-height:1.3!important;
  font-weight:900!important;
  text-shadow:0 2px 8px rgba(0,0,0,.85);
}
.gmr-quiz .gmr-quiz-description{
  max-width:920px!important;
  margin:0 auto 10px!important;
  color:#fff!important;
  font-size:clamp(.98rem,1.7vw,1.15rem)!important;
  line-height:1.4!important;
  font-weight:700!important;
  text-shadow:0 2px 8px rgba(0,0,0,.9);
}
.gmr-quiz .gmr-quiz-setup{
  width:min(100%,980px)!important;
  grid-template-columns:minmax(0,1.55fr) minmax(310px,1fr)!important;
  gap:14px!important;
}
.gmr-quiz .gmr-quiz-setup fieldset{
  padding:17px!important;
  border:2px solid rgba(184,91,244,.65)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(18,7,35,.94),rgba(43,14,66,.91))!important;
  box-shadow:inset 0 0 24px rgba(154,72,221,.08),0 10px 34px rgba(0,0,0,.28)!important;
}
.gmr-quiz .gmr-quiz-setup legend{
  padding:0 10px!important;
  color:#fff!important;
  font-size:1.03rem!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.8);
}
.gmr-quiz .gmr-mode-choices{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:11px!important;
}
.gmr-quiz .gmr-quiz-choices{
  gap:11px!important;
}
.gmr-quiz .gmr-quiz-choices button{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  min-width:0!important;
  min-height:82px!important;
  padding:13px 14px!important;
  overflow:hidden!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(52,31,71,.96),rgba(28,16,43,.96))!important;
  border:2px solid rgba(205,166,225,.3)!important;
  border-radius:14px!important;
  font-size:clamp(.96rem,1.5vw,1.08rem)!important;
  line-height:1.18!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.gmr-quiz .gmr-mode-choices button{
  min-height:86px!important;
}
.gmr-quiz .gmr-quiz-choices button small{
  display:block!important;
  width:100%!important;
  margin-top:6px!important;
  color:#eee5f4!important;
  font-size:clamp(.76rem,1.2vw,.88rem)!important;
  line-height:1.25!important;
  font-weight:600!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.gmr-quiz .gmr-quiz-choices button:hover{
  border-color:#c167ff!important;
  box-shadow:0 0 19px rgba(176,75,247,.2)!important;
}
.gmr-quiz .gmr-quiz-choices button.selected,
.gmr-quiz .gmr-quiz-length button.selected{
  border-color:#ffd95b!important;
  background:linear-gradient(135deg,#6931a4,#5a247f)!important;
  box-shadow:0 0 0 2px rgba(255,216,80,.16),0 0 18px rgba(255,199,44,.22)!important;
}
.gmr-quiz .gmr-mode-note{
  min-height:44px;
  margin:11px 0 0!important;
  padding:10px 13px!important;
  color:#d6a9f0!important;
  background:rgba(54,16,80,.64)!important;
  font-size:.94rem!important;
  line-height:1.35!important;
}
.gmr-quiz .gmr-quiz-length{
  gap:12px!important;
}
.gmr-quiz .gmr-quiz-length button{
  min-height:66px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(52,31,71,.96),rgba(28,16,43,.96))!important;
  border:2px solid rgba(205,166,225,.3)!important;
  border-radius:14px!important;
  font-size:1.35rem!important;
  font-weight:900!important;
}
.gmr-quiz .gmr-quiz-start-button{
  min-width:min(100%,440px)!important;
  margin-top:6px!important;
  padding:16px 28px!important;
  border:2px solid #ffd95b!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#ae45df,#7021a5)!important;
  box-shadow:0 0 0 3px rgba(255,215,74,.14),0 10px 30px rgba(73,16,105,.55)!important;
  font-size:clamp(1.15rem,2vw,1.45rem)!important;
  text-shadow:0 2px 6px rgba(0,0,0,.4)!important;
}
.gmr-quiz .gmr-quiz-feature-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:min(100%,1040px);
  margin:9px auto 0;
  padding:12px 14px;
  border:1px solid rgba(183,104,226,.42);
  border-radius:16px;
  background:rgba(14,6,27,.88);
  box-shadow:0 8px 26px rgba(0,0,0,.26);
}
.gmr-quiz .gmr-quiz-feature-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  padding:4px 10px;
  color:#f5eff9;
  font-size:.82rem;
  line-height:1.2;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.14);
}
.gmr-quiz .gmr-quiz-feature-strip span:last-child{border-right:0}
.gmr-quiz .gmr-quiz-feature-strip b{font-weight:800}
@media(max-width:900px){
  .gmr-quiz .gmr-quiz-setup{grid-template-columns:1fr!important}
  .gmr-quiz .gmr-mode-choices{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2) .gmr-quiz-choices{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gmr-quiz .gmr-quiz-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gmr-quiz .gmr-quiz-feature-strip span{border-right:0}
}
@media(max-width:580px){
  .gmr-arcade-overlay .gmr-game.gmr-quiz .gmr-screen[data-screen="start"]{padding:30px 14px 24px!important;background-position:center!important}
  .gmr-quiz .gmr-mode-choices,
  .gmr-quiz .gmr-quiz-setup fieldset:nth-of-type(2) .gmr-quiz-choices,
  .gmr-quiz .gmr-quiz-length,
  .gmr-quiz .gmr-quiz-feature-strip{grid-template-columns:1fr!important}
  .gmr-quiz .gmr-quiz-choices button{min-height:76px!important}
}

/* v4.0.3 immersive question-screen redesign */
.gmr-arcade-overlay .gmr-game.gmr-quiz.quiz-playing{
  max-width:1120px!important;
}
.gmr-arcade-overlay .gmr-game.gmr-quiz.quiz-playing .gmr-content{
  padding:0!important;
}
.gmr-quiz .gmr-screen[data-screen="game"]{
  position:relative;
  isolation:isolate;
  min-height:650px;
  padding:24px clamp(18px,3.2vw,42px) 34px!important;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(8,3,16,.64),rgba(8,3,16,.9)),
    url('../images/crystal-quiz-lobby-cave.jpg') center/cover no-repeat;
  border-radius:0 0 20px 20px;
}
.gmr-quiz .gmr-screen[data-screen="game"]::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 34%,rgba(147,65,214,.27),transparent 42%),
    linear-gradient(90deg,rgba(4,1,9,.35),transparent 20% 80%,rgba(4,1,9,.35));
  pointer-events:none;
}
.gmr-quiz .gmr-quiz-game-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:min(100%,980px);
  margin:0 auto 14px;
  padding:0 4px;
}
.gmr-quiz .gmr-quiz-game-heading span{
  color:#fff;
  font-size:clamp(1.25rem,2.3vw,1.65rem);
  font-weight:900;
  text-shadow:0 2px 10px rgba(0,0,0,.75);
}
.gmr-quiz .gmr-quiz-game-heading small{
  color:#e8d9f2;
  font-size:.9rem;
  font-weight:700;
  text-align:right;
}
.gmr-quiz .gmr-quiz-stats{
  width:min(100%,980px);
  margin:0 auto 10px!important;
  gap:10px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.gmr-quiz .gmr-quiz-stats>div{
  min-height:70px;
  padding:10px 12px!important;
  background:linear-gradient(145deg,rgba(38,20,54,.94),rgba(20,10,34,.94))!important;
  border:2px solid rgba(209,164,235,.29)!important;
  border-radius:15px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 7px 20px rgba(0,0,0,.2);
}
.gmr-quiz .gmr-quiz-stats span{
  color:#d6a8ef!important;
  font-size:.74rem!important;
  letter-spacing:.065em!important;
}
.gmr-quiz .gmr-quiz-stats strong{
  color:#fff!important;
  font-size:1.28rem!important;
  line-height:1.15;
}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-progress{
  width:min(100%,980px);
  height:10px!important;
  margin:0 auto 14px!important;
  padding:2px;
  overflow:hidden;
  background:rgba(25,11,38,.92)!important;
  border:1px solid rgba(196,132,232,.34);
  border-radius:999px;
  box-shadow:inset 0 2px 5px rgba(0,0,0,.45);
}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-progress span{
  border-radius:999px;
  background:linear-gradient(90deg,#a44be1,#f6c956,#fff1a4)!important;
  box-shadow:0 0 14px rgba(237,190,80,.52);
}
.gmr-quiz .gmr-quiz-question-card{
  position:relative;
  width:min(100%,980px);
  min-height:190px;
  margin:0 auto 14px;
  padding:20px clamp(20px,4vw,48px) 26px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 18%,rgba(150,70,220,.25),transparent 34%),
    linear-gradient(145deg,rgba(49,19,77,.96),rgba(24,10,40,.97));
  border:2px solid rgba(180,93,236,.65);
  border-radius:24px;
  box-shadow:inset 0 0 35px rgba(169,76,232,.12),0 12px 30px rgba(0,0,0,.28);
}
.gmr-quiz .gmr-quiz-question-card::after{
  content:"✦   ✧   ◆   ✧   ✦";
  position:absolute;
  left:50%;
  bottom:7px;
  transform:translateX(-50%);
  color:rgba(226,181,255,.34);
  font-size:.72rem;
  letter-spacing:.45em;
  white-space:nowrap;
}
.gmr-quiz .gmr-quiz-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:4px;
}
.gmr-quiz .gmr-quiz-tags span{
  padding:7px 13px;
  color:#f5eafa;
  background:rgba(235,211,248,.12);
  border:1px solid rgba(221,184,243,.24);
  border-radius:999px;
  font-size:.78rem;
  font-weight:850;
}
.gmr-quiz .gmr-quiz-question-icon{
  margin:3px 0 2px;
  font-size:clamp(2.6rem,5vw,3.7rem);
  line-height:1;
  filter:drop-shadow(0 0 15px rgba(205,112,255,.48));
}
.gmr-quiz .gmr-quiz-question-card .gmr-question{
  max-width:880px;
  margin:9px auto 0!important;
  color:#fff!important;
  font-size:clamp(1.65rem,3.2vw,2.35rem)!important;
  line-height:1.2!important;
  text-shadow:0 3px 10px rgba(0,0,0,.72);
}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-answers{
  width:min(100%,980px);
  margin:0 auto;
  gap:12px!important;
}
.gmr-quiz .gmr-answer-btn{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:74px;
  padding:12px 18px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(62,34,82,.97),rgba(34,18,49,.98))!important;
  border:2px solid rgba(211,177,230,.31)!important;
  border-radius:17px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 7px 18px rgba(0,0,0,.18);
  font-size:clamp(1rem,1.7vw,1.12rem)!important;
  line-height:1.35;
  text-align:left;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.gmr-quiz .gmr-answer-btn:hover:not(:disabled){
  transform:translateY(-2px) scale(1.006);
  border-color:#cb72ff!important;
  box-shadow:0 0 0 2px rgba(185,83,247,.12),0 10px 24px rgba(0,0,0,.25);
}
.gmr-quiz .gmr-answer-letter{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  color:#fff;
  background:linear-gradient(145deg,#74409a,#4c2769);
  border:1px solid rgba(255,255,255,.13);
  border-radius:13px;
  font-size:1rem;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}
.gmr-quiz .gmr-answer-btn.correct{
  color:#effff4!important;
  background:linear-gradient(145deg,rgba(29,112,66,.98),rgba(16,66,43,.98))!important;
  border-color:#72e39d!important;
  box-shadow:0 0 20px rgba(74,211,130,.24);
  animation:gmrQuizCorrect .48s ease;
}
.gmr-quiz .gmr-answer-btn.correct .gmr-answer-letter{background:#277d4c}
.gmr-quiz .gmr-answer-btn.wrong{
  color:#fff1f3!important;
  background:linear-gradient(145deg,rgba(133,42,62,.98),rgba(75,24,39,.98))!important;
  border-color:#ff8799!important;
  animation:gmrQuizWrong .38s ease;
}
.gmr-quiz .gmr-answer-btn.wrong .gmr-answer-letter{background:#96394f}
@keyframes gmrQuizCorrect{50%{transform:scale(1.025)}}
@keyframes gmrQuizWrong{20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-feedback{
  width:min(100%,980px);
  margin:16px auto 0!important;
  padding:18px 20px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(37,21,52,.98),rgba(22,12,34,.98))!important;
  border:2px solid rgba(205,162,231,.38)!important;
  border-left-width:7px!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(0,0,0,.26);
}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-feedback.correct{border-left-color:#5cdb91!important}
.gmr-quiz .gmr-screen[data-screen="game"]>.gmr-feedback.wrong{border-left-color:#ff778f!important}
.gmr-quiz .gmr-feedback h3{color:#fff!important;font-size:1.3rem!important}
.gmr-quiz .gmr-feedback p{margin:4px 0;color:#eee5f4!important}
.gmr-quiz .gmr-feedback .gmr-fact{
  margin-top:9px!important;
  padding-top:9px;
  color:#f6dd9b!important;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:.95rem!important;
  line-height:1.5;
}
.gmr-quiz .gmr-screen[data-screen="game"]>[data-action="next"]{
  display:block;
  min-width:min(100%,300px);
  margin:16px auto 0!important;
  padding:14px 25px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ae45df,#7021a5)!important;
  border:2px solid #f6d25d!important;
  border-radius:15px!important;
  box-shadow:0 0 0 3px rgba(255,215,74,.1),0 9px 24px rgba(0,0,0,.3)!important;
}
.gmr-quiz .gmr-quiz-sparkles{
  width:min(100%,980px);
  margin:12px auto 0;
  color:rgba(220,171,250,.55);
  text-align:center;
  letter-spacing:1em;
}
@media(max-width:760px){
  .gmr-quiz .gmr-quiz-game-heading{display:block;text-align:center}
  .gmr-quiz .gmr-quiz-game-heading small{display:block;margin-top:4px;text-align:center}
  .gmr-quiz .gmr-quiz-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gmr-quiz .gmr-screen[data-screen="game"]>.gmr-answers{grid-template-columns:1fr!important}
}
@media(max-width:480px){
  .gmr-quiz .gmr-screen[data-screen="game"]{padding:18px 12px 26px!important}
  .gmr-quiz .gmr-quiz-question-card{padding:17px 14px 25px}
  .gmr-quiz .gmr-answer-btn{grid-template-columns:40px minmax(0,1fr);min-height:68px;padding:10px 12px!important}
  .gmr-quiz .gmr-answer-letter{width:38px;height:38px}
}

/* v4.0.4 rewards, motion, and results polish */
.gmr-quiz .gmr-quiz-question-card{animation:gmrCardShimmer 7s ease-in-out infinite}
@keyframes gmrCardShimmer{0%,100%{box-shadow:inset 0 0 35px rgba(169,76,232,.12),0 12px 30px rgba(0,0,0,.28)}50%{box-shadow:inset 0 0 48px rgba(211,137,255,.22),0 12px 34px rgba(0,0,0,.3),0 0 20px rgba(156,61,220,.14)}}
.gmr-quiz .gmr-answer-btn:active:not(:disabled){transform:translateY(1px) scale(.99)}
.gmr-crystal-burst{position:absolute;left:50%;top:47%;z-index:20;width:1px;height:1px;pointer-events:none}
.gmr-crystal-burst i{position:absolute;font-style:normal;color:#ffe780;text-shadow:0 0 12px #fff;animation:gmrBurst .85s ease-out forwards}
.gmr-crystal-burst i:nth-child(1){--x:-115px;--y:-70px}.gmr-crystal-burst i:nth-child(2){--x:95px;--y:-85px}.gmr-crystal-burst i:nth-child(3){--x:-145px;--y:20px}.gmr-crystal-burst i:nth-child(4){--x:130px;--y:25px}.gmr-crystal-burst i:nth-child(5){--x:-60px;--y:-125px}.gmr-crystal-burst i:nth-child(6){--x:45px;--y:-135px}
@keyframes gmrBurst{0%{opacity:0;transform:translate(0,0) scale(.3)}25%{opacity:1}100%{opacity:0;transform:translate(var(--x),var(--y)) scale(1.4)}}
.gmr-quiz .gmr-quiz-results-screen{position:relative;overflow:hidden;min-height:670px;padding:34px clamp(18px,4vw,46px)!important;color:#fff;background:linear-gradient(180deg,rgba(9,3,17,.7),rgba(8,3,15,.94)),url('../images/crystal-quiz-lobby-cave.jpg') center/cover no-repeat!important}
.gmr-quiz .gmr-quiz-results-screen::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 16%,rgba(166,75,229,.34),transparent 32%)}
.gmr-quiz .gmr-quiz-results-screen>*{position:relative}.gmr-quiz .gmr-result-badge{display:inline-grid;place-items:center;gap:4px;margin-bottom:4px;padding:14px 24px;border:1px solid rgba(244,205,89,.58);border-radius:22px;background:linear-gradient(145deg,rgba(96,42,134,.82),rgba(28,12,43,.92));box-shadow:0 0 28px rgba(188,89,239,.22)}
.gmr-quiz .gmr-result-badge .gmr-result-icon{font-size:3.4rem;line-height:1}.gmr-quiz .gmr-result-badge span{color:#f7d96a;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.gmr-quiz .gmr-quiz-results-screen .gmr-eyebrow{margin:12px 0 2px;color:#d9b7ee;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.gmr-quiz .gmr-quiz-results-screen [data-field="rank"]{margin:2px 0;color:#fff!important;font-size:clamp(2rem,4vw,3.2rem)!important;text-shadow:0 0 18px rgba(188,95,240,.45)}
.gmr-quiz .gmr-stars{margin:4px 0 8px;font-size:1.8rem;letter-spacing:.14em}.gmr-quiz .gmr-result-message{margin:0 auto 18px;color:#eadff0;max-width:720px}.gmr-quiz .gmr-reward-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:min(100%,980px);margin:0 auto 14px}
.gmr-quiz .gmr-reward-grid>div{padding:14px;border:2px solid rgba(215,177,235,.28);border-radius:16px;background:linear-gradient(145deg,rgba(49,25,68,.95),rgba(24,12,36,.96));box-shadow:0 8px 20px rgba(0,0,0,.2)}.gmr-quiz .gmr-reward-grid span{display:block;color:#d6a8ef;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gmr-quiz .gmr-reward-grid strong{display:block;margin-top:3px;color:#fff;font-size:1.4rem}
.gmr-quiz .gmr-level-progress{width:min(100%,820px);margin:0 auto 16px;padding:14px 16px;border:1px solid rgba(208,155,237,.3);border-radius:15px;background:rgba(25,11,38,.88)}.gmr-quiz .gmr-level-progress>div:first-child{display:flex;justify-content:space-between;gap:20px;color:#f1e7f7;font-size:.85rem;font-weight:800}.gmr-quiz .gmr-level-track{height:11px;margin-top:8px;overflow:hidden;border-radius:999px;background:#160b20}.gmr-quiz .gmr-level-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9f43df,#f5c94f,#fff1a7);box-shadow:0 0 13px rgba(245,201,79,.45);transition:width .8s ease}
.gmr-quiz .gmr-specimen-reward{display:flex;align-items:center;gap:18px;width:min(100%,760px);margin:0 auto 18px;padding:18px 22px;text-align:left;border:2px solid #f3cc53;border-radius:20px;background:linear-gradient(145deg,rgba(94,38,130,.96),rgba(35,15,52,.97));box-shadow:0 0 0 4px rgba(243,204,83,.08),0 12px 34px rgba(0,0,0,.28);animation:gmrRewardIn .55s ease}@keyframes gmrRewardIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
.gmr-quiz .gmr-specimen-glow{display:grid;place-items:center;min-width:76px;height:76px;font-size:3rem;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2),rgba(168,72,226,.25));filter:drop-shadow(0 0 14px rgba(230,154,255,.55))}.gmr-quiz .gmr-specimen-reward small{color:#f6d75f;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gmr-quiz .gmr-specimen-reward h4{margin:2px 0;color:#fff!important;font-size:1.5rem!important}.gmr-quiz .gmr-specimen-reward p{margin:0;color:#eadff0}
.gmr-quiz .gmr-category-results-bars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;width:min(100%,880px);margin:0 auto 16px}.gmr-quiz .gmr-category-result-row{padding:12px 14px;border:1px solid rgba(208,164,233,.24);border-radius:14px;background:rgba(30,16,43,.9)}.gmr-quiz .gmr-category-result-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#f2e7f7;font-weight:800}.gmr-quiz .gmr-category-result-head strong{color:#f4d66c}.gmr-quiz .gmr-category-result-track{height:8px;overflow:hidden;border-radius:999px;background:#12091b}.gmr-quiz .gmr-category-result-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9840d4,#dd7bf2,#f3d05c)}
.gmr-quiz .gmr-result-summary{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin:8px auto 17px;color:#e9dff0;font-size:.9rem}.gmr-quiz .gmr-result-summary b{color:#fff}
@media(max-width:760px){.gmr-quiz .gmr-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmr-quiz .gmr-category-results-bars{grid-template-columns:1fr}.gmr-quiz .gmr-specimen-reward{align-items:flex-start}}@media(max-width:480px){.gmr-quiz .gmr-reward-grid{grid-template-columns:1fr 1fr}.gmr-quiz .gmr-specimen-reward{display:block;text-align:center}.gmr-quiz .gmr-specimen-glow{margin:0 auto 10px}}@media(prefers-reduced-motion:reduce){.gmr-quiz .gmr-quiz-question-card,.gmr-crystal-burst i,.gmr-quiz .gmr-specimen-reward{animation:none!important}}
