/* Bright Quest quality uplift: React Bits-inspired motion, OpenMontage-inspired progress clarity. */
:root {
  --bq-focus-ring: rgba(255, 213, 61, 0.56);
  --bq-spotlight: rgba(54, 197, 255, 0.16);
  --bq-card-rise: 0 16px 34px rgba(22, 29, 104, 0.12);
  --premium-ink: #10164f;
  --premium-blue: #176bff;
  --premium-sky: #4fd4ff;
  --premium-green: #21c46b;
  --premium-gold: #ffd34e;
  --premium-rose: #f25596;
  --premium-purple: #684de9;
  --premium-shadow: 0 24px 70px rgba(24, 47, 135, 0.18);
}

html,
body.bq-premium-shell {
  background:
    radial-gradient(circle at 11% 10%, rgba(255, 211, 78, 0.32), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(79, 212, 255, 0.30), transparent 26%),
    radial-gradient(circle at 78% 82%, rgba(104, 77, 233, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #eef8ff 42%, #fff9ed 100%) !important;
}

body.bq-premium-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 107, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 107, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), transparent 70%);
}

body.bq-premium-shell .app {
  width: min(1520px, 100%) !important;
}

body.bq-premium-shell .ambient {
  display: none;
}

body.bq-premium-shell .screen {
  position: relative;
}

body.bq-premium-shell .app-header,
body.bq-premium-shell .test-topbar {
  border: 0 !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(241,249,255,0.88)),
    #fff !important;
  box-shadow: var(--premium-shadow) !important;
  backdrop-filter: blur(18px);
}

body.bq-premium-shell .button,
body.bq-premium-shell .role-card,
body.bq-premium-shell .option-card,
body.bq-premium-shell .training-chip {
  border-radius: 18px !important;
}

body.bq-premium-shell .button-primary {
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-purple) 58%, var(--premium-rose)) !important;
  box-shadow:
    0 9px 0 rgba(17, 33, 120, 0.12),
    0 18px 34px rgba(23, 107, 255, 0.24) !important;
}

body.bq-premium-shell .button-soft {
  background: rgba(255,255,255,0.82) !important;
  border: 2px solid rgba(186, 220, 255, 0.9) !important;
}

body.bq-premium-shell .star-bank,
body.bq-premium-shell .timer {
  position: relative;
  overflow: hidden;
  min-width: 132px !important;
  border: 3px solid rgba(255,255,255,0.78) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(5,18,55,0.12)),
    url("assets/ui/score-time-instruments.svg") center / cover no-repeat,
    linear-gradient(135deg, #fff7d4, #fff) !important;
  box-shadow: 0 16px 30px rgba(23, 107, 255, 0.12), inset 0 0 0 1px rgba(255,255,255,0.65) !important;
}

body.bq-premium-shell .star-bank::before,
body.bq-premium-shell .timer::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.bq-premium-shell .star-bank span,
body.bq-premium-shell .star-bank small,
body.bq-premium-shell .timer span,
body.bq-premium-shell .timer small {
  position: relative;
  z-index: 1;
}

body.bq-premium-shell .timer.urgent {
  border-color: rgba(242,85,150,0.8) !important;
  box-shadow: 0 16px 30px rgba(242,85,150,0.18), inset 0 0 0 1px rgba(255,255,255,0.65) !important;
}

.premium-login-scene {
  grid-column: 1;
  grid-row: 1 / span 8;
  position: relative;
  width: 148px;
  aspect-ratio: 1;
  border-radius: 34px;
  background:
    url("assets/ui/login-quest-scene.svg") center / cover no-repeat,
    linear-gradient(145deg, #0e185e, #243dbf 58%, #6c4df4);
  box-shadow: 0 24px 46px rgba(28, 45, 144, 0.28);
  overflow: hidden;
}

.premium-login-scene + .bright-mascot-card {
  display: none !important;
}

.premium-login-scene span {
  display: none;
}

body.bq-premium-shell .role-card::before {
  content: "" !important;
  width: 96px !important;
  height: 74px !important;
  margin-bottom: 16px !important;
  border-radius: 22px !important;
  background:
    url("assets/ui/role-kid-adventure.svg") center / cover no-repeat,
    linear-gradient(135deg, #e6f9ff, #fff2b9) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.72),
    0 16px 28px rgba(23, 42, 126, 0.14) !important;
}

body.bq-premium-shell .role-card.parent::before {
  background:
    url("assets/ui/role-parent-cockpit.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff1f7) !important;
}

.premium-planet {
  border-radius: 50%;
  background: linear-gradient(135deg, #fff16a, #ff9d2f);
}

.planet-one {
  width: 58px;
  height: 58px;
  left: 18px;
  top: 20px;
  box-shadow: 0 0 28px rgba(255, 211, 78, 0.55);
}

.planet-two {
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 28px;
  background: linear-gradient(135deg, #53e3ff, #47c978);
}

.premium-path {
  inset: 24px 10px 16px;
  border: 3px solid rgba(255,255,255,0.34);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-24deg);
}

.premium-rocket {
  width: 38px;
  height: 22px;
  right: 30px;
  top: 54px;
  border-radius: 999px 999px 8px 8px;
  background:
    linear-gradient(90deg, transparent 0 20%, #fff 20% 36%, transparent 36% 64%, #fff 64% 80%, transparent 80%),
    linear-gradient(135deg, #ff6c91, #ffd34e);
  transform: rotate(28deg);
  animation: premium-rocket 4s ease-in-out infinite;
}

body.bq-premium-shell .role-panel,
body.bq-premium-shell #profileScreen .hero-panel {
  max-width: 1120px;
  border: 0 !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 211, 78, 0.35), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,249,255,0.92)) !important;
  box-shadow: 0 30px 90px rgba(21, 61, 155, 0.20) !important;
}

body.bq-premium-shell .role-panel h1,
body.bq-premium-shell #profileScreen .hero-panel h1 {
  background: linear-gradient(90deg, #171d72, #176bff 42%, #f25596 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.premium-dashboard {
  position: relative;
  isolation: isolate;
  padding-top: 2px;
}

.premium-canopy {
  position: absolute;
  inset: -34px -18px auto;
  height: 320px;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0 0 52px 52px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.0), rgba(255,255,255,0.42)),
    url("assets/ui/dashboard-canopy-scene.svg") center top / 100% 100% no-repeat;
}

.premium-canopy > span {
  display: none;
}

.canopy-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.62) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.62) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.46;
  transform: perspective(500px) rotateX(58deg) translateY(-90px);
}

.canopy-orbit {
  position: absolute;
  border: 5px solid rgba(23, 107, 255, 0.16);
  border-radius: 50%;
}

.orbit-a {
  width: 420px;
  height: 160px;
  left: 7%;
  top: 52px;
  transform: rotate(-13deg);
}

.orbit-b {
  width: 360px;
  height: 130px;
  right: 10%;
  top: 44px;
  border-color: rgba(242, 85, 150, 0.14);
  transform: rotate(12deg);
}

.canopy-spark {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--premium-gold);
  box-shadow: 0 0 0 8px rgba(255, 211, 78, 0.16);
  animation: premium-spark 3.8s ease-in-out infinite;
}

.spark-a { left: 12%; top: 84px; }
.spark-b { right: 22%; top: 124px; animation-delay: -1.1s; background: var(--premium-sky); }
.spark-c { left: 58%; top: 42px; animation-delay: -2.2s; background: var(--premium-rose); }

.premium-dashboard .reference-topbar {
  position: relative;
  grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1.08fr) minmax(360px, 0.94fr) !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
  padding: 22px 26px 18px !important;
  border: 0 !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(235,248,255,0.91)),
    #fff !important;
  box-shadow: var(--premium-shadow) !important;
}

.premium-dashboard .reference-title {
  transform: translateY(-3px);
}

.premium-dashboard .reference-title .b,
.premium-dashboard .reference-title .q {
  text-shadow: 0 6px 0 rgba(23, 107, 255, 0.10);
}

.premium-dashboard .reference-star-logo {
  width: 86px !important;
  height: 86px !important;
  border-radius: 26px !important;
  background:
    url("assets/ui/bright-quest-mark.svg") center / cover no-repeat !important;
}

.premium-dashboard .reference-star-logo span,
.premium-dashboard .reference-star-logo span::after {
  display: none !important;
}

.premium-dashboard .reference-layout {
  grid-template-columns: minmax(410px, 1.04fr) minmax(430px, 1.06fr) minmax(390px, 0.98fr) !important;
  gap: 18px !important;
}

.premium-dashboard .reference-panel {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 32px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(242,250,255,0.92)),
    #fff !important;
  box-shadow: var(--premium-shadow) !important;
}

.premium-dashboard .reference-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background:
    radial-gradient(circle at 20% 0%, rgba(79, 212, 255, 0.18), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(255, 211, 78, 0.16), transparent 24%);
}

.premium-dashboard .reference-panel-title {
  position: relative;
  z-index: 2;
  min-height: 76px !important;
  border-radius: 0 0 28px 28px !important;
  padding: 16px 18px !important;
  letter-spacing: 0 !important;
}

.premium-dashboard .adventure-island {
  min-height: 850px !important;
  margin: 16px !important;
  border-radius: 36px !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.32), transparent 13%),
    linear-gradient(180deg, #51d0ff 0 46%, #18b7d6 46% 68%, #0d9eb8 68% 100%) !important;
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.24),
    inset 0 -44px 80px rgba(14, 86, 143, 0.22);
}

.premium-dashboard .archipelago-art {
  filter: saturate(1.12) contrast(1.02);
}

.premium-dashboard .island-label {
  border: 4px solid rgba(255,255,255,0.95) !important;
  border-radius: 20px !important;
  box-shadow:
    0 14px 0 rgba(16, 28, 92, 0.12),
    0 24px 38px rgba(16, 28, 92, 0.22) !important;
  transition:
    transform 180ms cubic-bezier(0.2, 0.9, 0.18, 1),
    filter 180ms ease,
    box-shadow 180ms ease;
}

.premium-dashboard .island-label:hover,
.premium-dashboard .island-label:focus-visible {
  transform: translateY(-7px) scale(1.035);
  filter: saturate(1.14);
  box-shadow:
    0 18px 0 rgba(16, 28, 92, 0.11),
    0 32px 46px rgba(16, 28, 92, 0.24) !important;
}

.premium-dashboard .academy-card-grid-ref {
  gap: 14px !important;
}

.premium-dashboard .academy-card-ref,
.premium-dashboard .international-card-ref,
.premium-dashboard .game-card-ref,
.premium-dashboard .quick-action-ref span {
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.32),
    0 16px 28px rgba(23, 42, 126, 0.16) !important;
}

.premium-dashboard .academy-card-ref {
  position: relative;
  min-height: 172px !important;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 180ms cubic-bezier(0.2, 0.9, 0.18, 1),
    box-shadow 180ms ease,
    filter 180ms ease;
}

.premium-dashboard .academy-card-ref::after,
.premium-dashboard .game-card-ref::after,
.premium-dashboard .international-card-ref::after {
  content: "";
  position: absolute;
  inset: -60% -20% auto;
  height: 80%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,0.38), transparent);
  transform: translateX(-140%) rotate(8deg);
  transition: transform 560ms ease;
}

.premium-dashboard .premium-tile:hover,
.premium-dashboard .premium-tile:focus-visible {
  transform: translateY(-6px) scale(1.015);
  filter: saturate(1.12);
}

.premium-dashboard .premium-tile:hover::after,
.premium-dashboard .premium-tile:focus-visible::after {
  transform: translateX(140%) rotate(8deg);
}

.premium-dashboard .academy-player-strip,
.premium-dashboard .resume-quest-ref,
.premium-dashboard .progress-dials-ref > *,
.premium-dashboard .achievement-strip > *,
.premium-dashboard .world-hero-ref,
.premium-dashboard .arena-stats-ref {
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 28px rgba(22,29,104,0.10) !important;
}

.premium-dashboard .world-hero-ref {
  background:
    radial-gradient(circle at 84% 26%, rgba(255,255,255,0.34), transparent 18%),
    linear-gradient(135deg, #1433a8, #178af7 58%, #4fd4ff) !important;
}

.premium-dashboard .international-card-ref {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,249,255,0.95)) !important;
}

.premium-dashboard .quick-action-ref {
  transition: transform 170ms ease, filter 170ms ease;
}

.premium-dashboard .quick-action-ref:hover,
.premium-dashboard .quick-action-ref:focus-visible {
  transform: translateY(-5px);
  filter: saturate(1.16);
}

.test-focus-beam,
.parent-premium-frame {
  position: absolute;
  inset: -20px;
  z-index: -1;
  pointer-events: none;
  border-radius: 42px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 211, 78, 0.24), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(79, 212, 255, 0.24), transparent 26%);
}

body.bq-premium-shell #testScreen .question-stage {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 34px !important;
  padding-top: clamp(170px, 22vw, 238px) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(242,250,255,0.93)),
    #fff !important;
  box-shadow: var(--premium-shadow) !important;
}

body.bq-premium-shell #testScreen .question-stage::before {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  top: clamp(18px, 3vw, 28px);
  height: clamp(126px, 17vw, 188px);
  border-radius: 28px;
  background:
    url("assets/ui/test-workbench-scene.svg") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.74), 0 18px 38px rgba(14, 43, 97, 0.14);
  pointer-events: none;
}

body.bq-premium-shell #testScreen .question-stage > * {
  position: relative;
  z-index: 1;
}

body.bq-premium-shell #testScreen #questionPrompt {
  color: var(--premium-ink);
  font-size: clamp(2.1rem, 3.4vw, 3.55rem);
}

body.bq-premium-shell #testScreen .question-meta span {
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(23, 107, 255, 0.96), rgba(104, 77, 233, 0.96)) !important;
  box-shadow: 0 10px 20px rgba(23, 107, 255, 0.16);
}

body.bq-premium-shell .question-stepper {
  padding: 10px;
  border: 2px solid rgba(218, 236, 255, 0.9);
  border-radius: 20px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 14px 26px rgba(22,29,104,0.08);
}

body.bq-premium-shell .option-card {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  gap: 20px !important;
  padding: 16px 20px !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 12px 22px rgba(22,29,104,0.08);
}

body.bq-premium-shell .option-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 84px;
  opacity: .18;
  background:
    url("assets/ui/test-workbench-scene.svg") 10% 54% / 360px auto no-repeat;
  pointer-events: none;
}

body.bq-premium-shell .option-card span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px !important;
  height: 46px !important;
  place-items: center;
  border: 3px solid rgba(255,255,255,0.86) !important;
  border-radius: 17px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,0.78), transparent 24%),
    linear-gradient(135deg, #176bff, #684de9 62%, #f25596) !important;
  box-shadow: 0 12px 22px rgba(23, 107, 255, 0.18) !important;
}

body.bq-premium-shell .option-card strong {
  position: relative;
  z-index: 1;
  line-height: 1.25;
}

body.bq-premium-shell .option-card:hover,
body.bq-premium-shell .option-card:focus-visible,
body.bq-premium-shell .option-card.selected {
  transform: translateY(-4px);
  border-color: var(--premium-sky) !important;
  box-shadow: 0 20px 32px rgba(23, 107, 255, 0.16) !important;
}

body.bq-premium-shell .option-card.selected span {
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,0.78), transparent 24%),
    linear-gradient(135deg, #21c46b, #22c7d9) !important;
}

body.bq-premium-shell .game-stage {
  border: 0 !important;
  border-radius: 34px !important;
  box-shadow:
    0 28px 70px rgba(24, 47, 135, 0.18),
    inset 0 0 0 7px rgba(255,255,255,0.22) !important;
}

body.bq-premium-shell .game-stage .arcade-stage-chrome::before {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 1;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(5,18,55,0.16)),
    url("assets/ui/arcade-console-overlay.svg") center / cover no-repeat;
  opacity: .42;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34);
}

body.bq-premium-shell .game-stage .chrome-orbit,
body.bq-premium-shell .game-stage .chrome-mesh,
body.bq-premium-shell .game-stage .chrome-speedline {
  display: none !important;
}

body.bq-premium-shell .game-stage .chrome-badge {
  z-index: 2;
  border: 2px solid rgba(255,255,255,0.42);
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(5,18,55,0.18)),
    url("assets/ui/arcade-console-overlay.svg") 72% 20% / 340px auto no-repeat,
    linear-gradient(135deg, color-mix(in srgb, var(--game-accent, #22d3ee) 82%, #ffffff), #1d4ed8) !important;
}

body.bq-premium-shell .game-keyboard-hint {
  background: rgba(13, 24, 84, 0.72);
  box-shadow: 0 14px 28px rgba(13, 24, 84, 0.16);
}

body.bq-premium-shell #resultScreen .result-hero {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 34px !important;
  padding-top: clamp(185px, 24vw, 260px) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(242,250,255,0.93)),
    #fff !important;
  box-shadow: var(--premium-shadow) !important;
}

body.bq-premium-shell #resultScreen .result-hero::before {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  top: clamp(18px, 3vw, 28px);
  height: clamp(138px, 18vw, 205px);
  border-radius: 28px;
  background: url("assets/ui/result-celebration-scene.svg") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.74), 0 18px 38px rgba(14, 43, 97, 0.14);
  pointer-events: none;
}

body.bq-premium-shell #resultScreen .result-hero > * {
  position: relative;
  z-index: 1;
}

body.bq-premium-shell #resultScreen .result-score {
  position: relative;
  overflow: hidden;
  width: min(310px, 100%) !important;
  min-height: 178px !important;
  border: 4px solid rgba(255,255,255,0.82);
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(5,18,55,0.22)),
    url("assets/ui/result-celebration-scene.svg") center 48% / 620px auto no-repeat,
    linear-gradient(135deg, #176bff, #684de9 58%, #f25596) !important;
  box-shadow: 0 24px 46px rgba(23, 107, 255, 0.20) !important;
}

body.bq-premium-shell #resultScreen .result-score::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  background: rgba(9, 22, 72, 0.44);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

body.bq-premium-shell #resultScreen .result-score strong,
body.bq-premium-shell #resultScreen .result-score span {
  position: relative;
  z-index: 1;
  text-shadow: 0 3px 14px rgba(0,0,0,0.28);
}

body.bq-premium-shell #resultScreen .review-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 230, 255, 0.9) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(242,250,255,0.9)) !important;
  box-shadow: 0 14px 28px rgba(22,29,104,0.08);
}

body.bq-premium-shell #resultScreen .review-card::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 14px;
  width: 52px;
  border-radius: 18px;
  background:
    url("assets/ui/result-celebration-scene.svg") 20% 50% / 250px auto no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff5d8);
}

body.bq-premium-shell #resultScreen .review-card > * {
  position: relative;
  z-index: 1;
}

body.bq-premium-shell #resultScreen .review-card h3,
body.bq-premium-shell #resultScreen .review-card p,
body.bq-premium-shell #resultScreen .review-card .answer-note {
  margin-left: 70px;
}

body.bq-holistic-shell {
  --studio-ink: #122036;
  --studio-cyan: #1f9fc4;
  --studio-violet: #604ee8;
  --studio-leaf: #22a86f;
  --studio-sun: #f2b33d;
}

body.bq-holistic-shell .reference-dashboard {
  container-type: inline-size;
}

body.bq-holistic-shell .reference-topbar {
  overflow: visible;
}

body.bq-holistic-shell .learning-studio-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(220px, auto);
  gap: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  min-height: 250px;
  overflow: hidden;
  border-radius: 32px;
  padding: 28px 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 22, 61, 0.9), rgba(19, 68, 116, 0.72) 48%, rgba(12, 22, 61, 0.82)),
    url("assets/ui/quest-studio-backdrop.svg") center / cover;
  box-shadow: 0 30px 74px rgba(17, 42, 102, 0.22);
}

body.bq-holistic-shell .learning-studio-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 13, 39, 0.74), rgba(7, 13, 39, 0.22) 56%, rgba(7, 13, 39, 0.66)),
    linear-gradient(180deg, rgba(255,255,255,0.16), transparent 46%);
}

body.bq-holistic-shell .studio-shot-stack,
body.bq-holistic-shell .studio-actions {
  position: relative;
  z-index: 1;
}

body.bq-holistic-shell .studio-shot-stack {
  display: grid;
  justify-self: center;
  width: min(560px, 100%);
  min-height: 212px;
}

body.bq-holistic-shell .studio-shot {
  grid-area: 1 / 1;
  width: min(410px, 42vw);
  aspect-ratio: 16 / 10;
  border: 5px solid rgba(255,255,255,0.72);
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 42px rgba(0,0,0,0.28);
}

body.bq-holistic-shell .studio-shot.cave {
  background-image: url("assets/ui/quest-studio-collage.svg");
  transform: translate(16px, 6px) rotate(3deg);
}

body.bq-holistic-shell .studio-shot.treasure {
  background-image: url("assets/ui/grammar-notebook.svg");
  transform: translate(-34px, 62px) scale(0.82) rotate(-5deg);
}

body.bq-holistic-shell .studio-shot.street {
  background-image: url("assets/ui/progress-dashboard.svg");
  transform: translate(110px, 104px) scale(0.68) rotate(6deg);
}

body.bq-holistic-shell .studio-actions {
  display: grid;
  gap: 12px;
  min-width: 230px;
}

body.bq-holistic-shell .studio-actions .button {
  justify-content: center;
  min-height: 48px;
  white-space: nowrap;
}

body.bq-holistic-shell .studio-panel {
  outline: 1px solid rgba(255,255,255,0.72);
}

body.bq-holistic-shell .studio-interactive {
  transform-origin: 50% 85%;
}

body.bq-holistic-shell .studio-interactive:hover,
body.bq-holistic-shell .studio-interactive:focus-visible {
  transform: translateY(-8px) scale(1.025);
}

body.bq-holistic-shell .academy-tile-ref.grammar,
body.bq-holistic-shell .label-grammar {
  background:
    radial-gradient(circle at 86% 20%, rgba(255,255,255,0.28), transparent 22%),
    linear-gradient(135deg, #0f7d62, #20a6c7 56%, #604ee8) !important;
  color: #fff !important;
}

body.bq-holistic-shell .academy-tile-ref.grammar small,
body.bq-holistic-shell .academy-tile-ref.grammar i,
body.bq-holistic-shell .label-grammar small {
  color: rgba(255,255,255,0.88) !important;
}

body.bq-holistic-shell .reference-panel-title {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.18), transparent),
    linear-gradient(135deg, var(--studio-cyan), var(--studio-violet)) !important;
}

body.bq-holistic-shell .adventure-island .island-label {
  isolation: isolate;
  overflow: visible !important;
  transform: translateZ(0);
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease !important;
}

body.bq-holistic-shell .adventure-island .island-label.bq-spotlight {
  overflow: visible !important;
}

body.bq-holistic-shell .adventure-island .island-label:hover,
body.bq-holistic-shell .adventure-island .island-label:focus-visible {
  z-index: 24 !important;
  transform: translateY(-3px) translateZ(0) !important;
  filter: saturate(1.08) brightness(1.03) !important;
}

body.bq-holistic-shell .adventure-island .island-label::after {
  display: none !important;
}

body.bq-holistic-shell .academy-card-grid-ref {
  gap: 16px !important;
}

body.bq-holistic-shell .reference-layout .academy-card-grid-ref {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.bq-holistic-shell .academy-tile-ref {
  min-height: 176px !important;
  border-radius: 26px !important;
  overflow: hidden;
  padding: 18px 76px 58px 18px !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.34),
    0 18px 34px rgba(19, 36, 94, 0.18) !important;
}

body.bq-holistic-shell .academy-tile-ref::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 20%, rgba(255,255,255,0.34), transparent 18%),
    radial-gradient(circle at 12% 98%, rgba(255,255,255,0.22), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.18));
}

body.bq-holistic-shell .academy-tile-ref::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -12px;
  width: 118px;
  height: 96px;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(circle at 38% 50%, rgba(255,255,255,0.92) 0 13px, transparent 14px),
    radial-gradient(circle at 68% 48%, rgba(255,255,255,0.82) 0 10px, transparent 11px),
    linear-gradient(145deg, rgba(255,255,255,0.26), rgba(255,255,255,0.06));
  border: 4px solid rgba(255,255,255,0.38);
  border-radius: 28px;
  transform: rotate(-8deg);
}

body.bq-holistic-shell .academy-tile-ref.maths::after {
  background:
    linear-gradient(90deg, transparent 45%, rgba(255,255,255,0.8) 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255,255,255,0.8) 45% 55%, transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08));
}

body.bq-holistic-shell .academy-tile-ref.english::after {
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.88) 0 14px, transparent 15px),
    linear-gradient(90deg, rgba(255,255,255,0.72) 0 8px, transparent 9px 16px, rgba(255,255,255,0.72) 17px 25px, transparent 26px),
    linear-gradient(145deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08));
}

body.bq-holistic-shell .academy-tile-ref.grammar::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.9) 0 8px, transparent 8px 16px, rgba(255,255,255,0.9) 16px 24px, transparent 24px),
    linear-gradient(145deg, rgba(255,255,255,0.26), rgba(255,255,255,0.08));
}

body.bq-holistic-shell .academy-tile-ref.reason::after {
  background:
    radial-gradient(circle at 48% 34%, rgba(255,255,255,0.95) 0 13px, transparent 14px),
    radial-gradient(circle at 48% 70%, rgba(255,255,255,0.82) 0 5px, transparent 6px),
    linear-gradient(145deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08));
}

body.bq-holistic-shell .academy-tile-ref.world::after {
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 36%, #a7ef62 0 13px, transparent 14px),
    radial-gradient(circle at 64% 64%, #a7ef62 0 15px, transparent 16px),
    linear-gradient(145deg, #38c7ff, #176bff);
}

body.bq-holistic-shell .academy-tile-ref.arcade::after {
  background:
    radial-gradient(circle at 36% 42%, rgba(255,255,255,0.9) 0 8px, transparent 9px),
    radial-gradient(circle at 64% 42%, rgba(255,255,255,0.9) 0 8px, transparent 9px),
    linear-gradient(145deg, rgba(255,255,255,0.25), rgba(255,255,255,0.08));
}

body.bq-holistic-shell .academy-tile-ref > span,
body.bq-holistic-shell .academy-tile-ref > strong,
body.bq-holistic-shell .academy-tile-ref > small,
body.bq-holistic-shell .academy-tile-ref > i {
  position: relative;
  z-index: 2;
}

body.bq-holistic-shell .academy-tile-ref > span {
  opacity: 0.66;
  border-color: rgba(255,255,255,0.58) !important;
}

body.bq-holistic-shell .academy-tile-ref > i {
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

body.bq-holistic-shell .world-hero-ref {
  min-height: 180px !important;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11, 24, 70, 0.82), rgba(17, 107, 199, 0.38)),
    url("assets/ui/world-arena-dashboard.svg") center / cover !important;
}

body.bq-holistic-shell .world-hero-ref h3,
body.bq-holistic-shell .world-hero-ref p {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.28);
}

body.bq-holistic-shell .big-trophy {
  width: 116px;
  height: 116px;
  border-radius: 50% 50% 34px 34px;
  background:
    radial-gradient(circle at 42% 32%, rgba(255,255,255,0.36), transparent 18%),
    linear-gradient(145deg, #ffe16a, #ff9e18) !important;
  box-shadow:
    inset 0 -18px 0 rgba(168,96,0,0.14),
    0 18px 34px rgba(0,0,0,0.2);
}

body.bq-holistic-shell .intl-card-ref {
  border-radius: 24px !important;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(19,36,94,0.12) !important;
}

body.bq-holistic-shell .intl-art-ref {
  height: 172px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.0)),
    url("assets/ui/challenge-uk.svg") center / cover !important;
}

body.bq-holistic-shell .intl-2 .intl-art-ref {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.0)),
    url("assets/ui/challenge-us.svg") center / cover !important;
}

body.bq-holistic-shell .intl-3 .intl-art-ref {
  background:
    linear-gradient(180deg, rgba(66,39,160,0.06), rgba(66,39,160,0.0)),
    url("assets/ui/challenge-scholarship.svg") center / cover !important;
}

body.bq-holistic-shell .intl-art-ref::after {
  display: none !important;
}

body.bq-holistic-shell .intl-art-ref span {
  display: none !important;
}

body.bq-holistic-shell .intl-3 .intl-art-ref span {
  left: 24px !important;
  width: 82px !important;
  height: 82px !important;
}

/* Solid art pass: replace the prototype CSS island cluster with finished quest-world artwork. */
body.bq-holistic-shell .adventure-panel .adventure-island {
  isolation: isolate;
  min-height: 852px !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background:
    linear-gradient(180deg, rgba(6, 20, 61, 0.08), rgba(6, 20, 61, 0.34)),
    url("assets/ui/dashboard-adventure-map.svg") center / cover no-repeat !important;
  box-shadow:
    inset 0 0 0 6px rgba(255, 255, 255, 0.48),
    inset 0 -120px 120px rgba(7, 42, 88, 0.22),
    0 26px 58px rgba(13, 42, 92, 0.18) !important;
}

body.bq-holistic-shell .adventure-panel .adventure-island::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 40%, transparent 0 34%, rgba(4, 26, 68, 0.24) 74%),
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent 28%, rgba(5, 25, 62, 0.34));
}

body.bq-holistic-shell .adventure-panel .adventure-island::after {
  content: "";
  position: absolute;
  left: 17%;
  top: 18%;
  width: 66%;
  height: 62%;
  z-index: 2;
  display: block !important;
  pointer-events: none;
  border: 8px dashed rgba(255, 255, 255, 0.72);
  border-left-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.28);
  border-radius: 52% 48% 46% 54%;
  filter: drop-shadow(0 8px 12px rgba(0, 67, 118, 0.18));
  transform: rotate(-8deg);
}

body.bq-holistic-shell .adventure-panel .archipelago-art {
  display: none !important;
}

body.bq-holistic-shell .adventure-panel .student-badge,
body.bq-holistic-shell .adventure-panel .map-pill,
body.bq-holistic-shell .adventure-panel .side-quests,
body.bq-holistic-shell .adventure-panel .island-label,
body.bq-holistic-shell .adventure-panel .island-progress {
  z-index: 5 !important;
}

body.bq-holistic-shell .adventure-panel .student-badge {
  left: 22px !important;
  top: 22px !important;
  right: 22px !important;
  width: auto !important;
  border: 1px solid rgba(255,255,255,0.62) !important;
  background: rgba(8, 23, 65, 0.76) !important;
  color: #fff !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 34px rgba(6, 21, 66, 0.22) !important;
}

body.bq-holistic-shell .adventure-panel .student-badge small {
  color: rgba(255,255,255,0.78) !important;
}

body.bq-holistic-shell .adventure-panel .map-pill {
  top: 106px !important;
  min-width: 126px !important;
  border: 1px solid rgba(255,255,255,0.58) !important;
  color: #101c4f !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(235,248,255,0.82)),
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 26px rgba(9, 30, 86, 0.18) !important;
}

body.bq-holistic-shell .adventure-panel .star-pill {
  left: 28px !important;
}

body.bq-holistic-shell .adventure-panel .streak-pill {
  left: auto !important;
  right: 28px !important;
}

body.bq-holistic-shell .adventure-panel .island-label {
  min-width: 206px !important;
  max-width: 236px !important;
  min-height: 82px !important;
  grid-template-columns: 50px 1fr !important;
  gap: 8px 10px !important;
  padding: 12px 16px 12px 12px !important;
  border: 1px solid rgba(255,255,255,0.62) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(235, 248, 255, 0.82)) !important;
  color: #101c4f !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 0 rgba(6, 25, 77, 0.08),
    0 24px 38px rgba(6, 25, 77, 0.22) !important;
}

body.bq-holistic-shell .adventure-panel .island-label span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1f9fc4, #604ee8) !important;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.34);
}

body.bq-holistic-shell .adventure-panel .island-label strong {
  color: #101c4f !important;
  font-size: 0.9rem !important;
  line-height: 1.05 !important;
  text-shadow: none !important;
}

body.bq-holistic-shell .adventure-panel .island-label small {
  color: #42627f !important;
  font-size: 0.74rem !important;
}

body.bq-holistic-shell .adventure-panel .island-label:hover,
body.bq-holistic-shell .adventure-panel .island-label:focus-visible {
  transform: translateY(-5px) translateZ(0) !important;
  background:
    linear-gradient(135deg, #ffffff, rgba(245, 252, 255, 0.92)) !important;
  box-shadow:
    0 16px 0 rgba(6, 25, 77, 0.07),
    0 30px 46px rgba(6, 25, 77, 0.26) !important;
}

body.bq-holistic-shell .adventure-panel .label-maths {
  left: 36px !important;
  top: 194px !important;
}

body.bq-holistic-shell .adventure-panel .label-english {
  right: 32px !important;
  top: 232px !important;
}

body.bq-holistic-shell .adventure-panel .label-grammar {
  left: 30px !important;
  top: 410px !important;
}

body.bq-holistic-shell .adventure-panel .label-reason {
  right: 30px !important;
  top: 442px !important;
}

body.bq-holistic-shell .adventure-panel .label-world {
  left: 40px !important;
  bottom: 142px !important;
}

body.bq-holistic-shell .adventure-panel .label-arcade {
  right: 36px !important;
  bottom: 120px !important;
}

body.bq-holistic-shell .adventure-panel .island-progress {
  right: 26px !important;
  bottom: 24px !important;
  border: 1px solid rgba(255,255,255,0.64) !important;
  border-radius: 16px !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(19, 156, 102, 0.94), rgba(38, 196, 132, 0.9)) !important;
  box-shadow: 0 18px 30px rgba(6, 25, 77, 0.22) !important;
}

body.bq-holistic-shell .adventure-panel .side-quests {
  top: 328px !important;
  right: 22px !important;
  gap: 10px !important;
}

body.bq-holistic-shell .adventure-panel .side-quests span {
  position: relative;
  overflow: hidden;
  width: 86px !important;
  height: 54px !important;
  border: 1px solid rgba(255,255,255,0.66) !important;
  border-radius: 18px !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(7, 18, 54, 0.84), rgba(7, 18, 54, 0.34)),
    url("assets/ui/map-mission-tabs.svg") center / cover no-repeat !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.34);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 24px rgba(6, 25, 77, 0.20) !important;
}

body.bq-holistic-shell .adventure-panel .side-quests span:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(7, 18, 54, 0.84), rgba(7, 18, 54, 0.30)),
    url("assets/ui/reading-forest.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .adventure-panel .side-quests span:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(7, 18, 54, 0.84), rgba(7, 18, 54, 0.30)),
    url("assets/ui/achievement-super-solver.svg") center / cover no-repeat !important;
}

/* First-screen map polish: make the adventure sidebar a finished illustration, not a stack of CSS props. */
body.bq-holistic-shell .reference-layout .adventure-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(236,249,255,0.95)) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island {
  min-height: 872px !important;
  border: 7px solid rgba(255,255,255,0.92) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(3, 19, 51, 0.20) 78%, rgba(3, 20, 52, 0.28)),
    url("assets/ui/dashboard-adventure-map.svg") center / 100% 100% no-repeat !important;
  box-shadow:
    inset 0 0 0 1px rgba(18, 117, 178, 0.36),
    inset 0 -96px 120px rgba(1, 70, 105, 0.18),
    0 22px 50px rgba(14, 58, 112, 0.18) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 28%, rgba(2, 22, 56, 0.12)),
    radial-gradient(circle at 50% 50%, transparent 0 58%, rgba(4, 20, 58, 0.16) 100%);
}

body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island::after {
  content: "";
  position: absolute;
  left: 54px;
  right: 54px;
  top: 158px;
  bottom: 130px;
  z-index: 2;
  display: block !important;
  pointer-events: none;
  border: 0;
  border-radius: 38px;
  background: none;
  opacity: 0;
}

body.bq-holistic-shell .reference-layout .adventure-panel .archipelago-art,
body.bq-holistic-shell .reference-layout .adventure-panel .landmass,
body.bq-holistic-shell .reference-layout .adventure-panel .coast-reef,
body.bq-holistic-shell .reference-layout .adventure-panel .map-road,
body.bq-holistic-shell .reference-layout .adventure-panel .map-bridge,
body.bq-holistic-shell .reference-layout .adventure-panel .map-prop,
body.bq-holistic-shell .reference-layout .adventure-panel .tree-cluster,
body.bq-holistic-shell .reference-layout .adventure-panel .map-boat {
  display: none !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .student-badge,
body.bq-holistic-shell .reference-layout .adventure-panel .map-pill,
body.bq-holistic-shell .reference-layout .adventure-panel .side-quests,
body.bq-holistic-shell .reference-layout .adventure-panel .island-label,
body.bq-holistic-shell .reference-layout .adventure-panel .island-progress {
  position: absolute !important;
  z-index: 6 !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .student-badge {
  background: rgba(7, 20, 60, 0.82) !important;
  border-color: rgba(255,255,255,0.66) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label {
  min-width: 214px !important;
  max-width: 238px !important;
  border: 1px solid rgba(255,255,255,0.72) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(233,247,255,0.88)) !important;
  color: #10164f !important;
  opacity: 1 !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label::after {
  display: none !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label:hover,
body.bq-holistic-shell .reference-layout .adventure-panel .island-label:focus-visible,
body.bq-holistic-shell .reference-layout .adventure-panel .island-label.bq-spotlight {
  opacity: 1 !important;
  transform: translateY(-6px) scale(1.015) !important;
  box-shadow:
    0 0 0 5px rgba(255, 213, 61, 0.30),
    0 18px 0 rgba(8, 24, 72, 0.07),
    0 30px 46px rgba(6, 25, 77, 0.28) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-maths {
  left: 40px !important;
  top: 182px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-english {
  right: 34px !important;
  top: 244px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-grammar {
  left: 36px !important;
  top: 418px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-reason {
  right: 34px !important;
  top: 468px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-world {
  left: 46px !important;
  bottom: 148px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-arcade {
  right: 42px !important;
  bottom: 132px !important;
}

@media (max-width: 980px) {
  body.bq-holistic-shell .adventure-panel .adventure-island {
    min-height: 720px !important;
    background-position: 50% 50% !important;
  }

  body.bq-holistic-shell .adventure-panel .island-label {
    min-width: 184px !important;
    max-width: 214px !important;
  }

  body.bq-holistic-shell .adventure-panel .label-maths { left: 24px !important; top: 176px !important; }
  body.bq-holistic-shell .adventure-panel .label-english { right: 24px !important; top: 206px !important; }
  body.bq-holistic-shell .adventure-panel .label-grammar { left: 24px !important; top: 362px !important; }
  body.bq-holistic-shell .adventure-panel .label-reason { right: 24px !important; top: 392px !important; }
  body.bq-holistic-shell .adventure-panel .label-world { left: 28px !important; bottom: 108px !important; }
  body.bq-holistic-shell .adventure-panel .label-arcade { right: 28px !important; bottom: 88px !important; }
}

/* Graphics pass: replace obvious CSS-symbol treatments with real illustrated assets. */
body.bq-premium-shell .role-panel,
body.bq-premium-shell #profileScreen .hero-panel {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.97) 0 50%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.12)),
    url("assets/ui/quest-studio-backdrop.svg") 70% 50% / cover no-repeat !important;
}

body.bq-premium-shell .role-panel::after,
body.bq-premium-shell #profileScreen .hero-panel::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  z-index: -1;
  width: min(420px, 38vw);
  aspect-ratio: 16 / 11;
  border: 6px solid rgba(255,255,255,0.7);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(5, 20, 56, 0.05), rgba(5, 20, 56, 0.18)),
    url("assets/ui/world-arena-dashboard.svg") center / cover no-repeat;
  box-shadow: 0 26px 58px rgba(14, 43, 97, 0.24);
  transform: rotate(2deg);
}

.premium-login-scene {
  width: 172px;
  border: 5px solid rgba(255,255,255,0.72);
  border-radius: 28px;
  background:
    url("assets/ui/login-quest-scene.svg") center / cover no-repeat,
    linear-gradient(145deg, #0e185e, #243dbf 58%, #6c4df4) !important;
  box-shadow: 0 24px 46px rgba(28, 45, 144, 0.22);
}

.premium-login-scene span {
  display: none !important;
}

body.bq-holistic-shell .academy-tile-ref::after {
  right: -18px;
  bottom: -20px;
  width: 146px;
  height: 118px;
  opacity: 1;
  border: 4px solid rgba(255,255,255,0.48);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(5, 18, 55, 0.2)),
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat !important;
  transform: rotate(-6deg);
  box-shadow: 0 18px 28px rgba(7, 24, 73, 0.2);
}

body.bq-holistic-shell .academy-tile-ref.maths::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.22)),
    url("assets/ui/maths-mountain.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.english::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.2)),
    url("assets/ui/reading-forest.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.grammar::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.14)),
    url("assets/ui/grammar-notebook.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.reason::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(5,18,55,0.2)),
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.world::after {
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(5,18,55,0.22)),
    url("assets/ui/world-challenge.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.arcade::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(5,18,55,0.18)),
    url("assets/ui/arcade-rewards.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .big-trophy {
  width: 132px;
  height: 132px;
  border-radius: 26px;
  background:
    url("assets/ui/arcade-rewards.svg") center / contain no-repeat !important;
  box-shadow: 0 22px 34px rgba(0,0,0,0.18);
}

body.bq-holistic-shell .game-card-ref span,
body.bq-holistic-shell .achievement span,
body.bq-holistic-shell .bot-face,
body.bq-holistic-shell .mini-globe {
  border: 3px solid rgba(255,255,255,0.62);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.16)),
    url("assets/ui/arcade-rewards.svg") center / contain no-repeat,
    rgba(255,255,255,0.18) !important;
  box-shadow: 0 12px 20px rgba(7, 24, 73, 0.18);
}

/* Reward game cards: distinct illustrated covers instead of repeated badge bars. */
body.bq-holistic-shell .game-card-ref {
  position: relative;
  min-height: 116px !important;
  overflow: hidden;
  align-items: end !important;
  padding: 18px 20px 18px 92px !important;
  border: 1px solid rgba(255,255,255,0.64) !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 16px 32px rgba(20, 40, 105, 0.18) !important;
}

body.bq-holistic-shell .game-card-ref::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 18, 54, 0.82), rgba(7, 18, 54, 0.42) 54%, rgba(7, 18, 54, 0.08)),
    linear-gradient(180deg, transparent, rgba(7, 18, 54, 0.34));
}

body.bq-holistic-shell .game-card-ref.game-1 {
  background-image: url("assets/ui/reward-cave-river.svg") !important;
}

body.bq-holistic-shell .game-card-ref.game-2 {
  background-image: url("assets/ui/reward-street-rescue.svg") !important;
}

body.bq-holistic-shell .game-card-ref.game-3 {
  background-image: url("assets/ui/reward-logic-lab.svg") !important;
}

body.bq-holistic-shell .game-card-ref span {
  position: absolute;
  left: 22px;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px !important;
  transform: translateY(-50%);
  background:
    rgba(255,255,255,0.18) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.bq-holistic-shell .game-card-ref span::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.9);
  mask: url("assets/ui/arcade-rewards.svg") center / contain no-repeat;
}

body.bq-holistic-shell .game-card-ref strong,
body.bq-holistic-shell .game-card-ref small {
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.44);
}

body.bq-holistic-shell .achievement span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

/* Achievement badges: illustrated mini-cards rather than tiny generic icon tiles. */
body.bq-holistic-shell .achievement {
  position: relative;
  overflow: hidden;
  min-height: 112px !important;
  padding-top: 54px !important;
  border: 1px solid rgba(255,255,255,0.68) !important;
  background-position: center 0 !important;
  background-size: cover !important;
  box-shadow: 0 16px 30px rgba(19, 36, 94, 0.14) !important;
}

body.bq-holistic-shell .achievement::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.0) 0 42%, rgba(255,255,255,0.94) 72%);
}

body.bq-holistic-shell .achievement.trophy {
  background-image: url("assets/ui/achievement-super-solver.svg") !important;
}

body.bq-holistic-shell .achievement.fire {
  background-image: url("assets/ui/achievement-streak.svg") !important;
}

body.bq-holistic-shell .achievement.clock {
  background-image: url("assets/ui/achievement-time-warrior.svg") !important;
}

body.bq-holistic-shell .achievement.gem {
  background-image: url("assets/ui/achievement-perfect-score.svg") !important;
}

body.bq-holistic-shell .achievement span {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 38px !important;
  height: 38px !important;
  border: 2px solid rgba(255,255,255,0.82) !important;
  background: rgba(255,255,255,0.22) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.bq-holistic-shell .achievement span::before {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  mask: url("assets/ui/bright-quest-mark.svg") center / contain no-repeat;
}

body.bq-holistic-shell .achievement strong,
body.bq-holistic-shell .achievement small {
  position: relative;
  z-index: 1;
}

body.bq-holistic-shell .achievement:nth-child(2) span {
  background:
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat,
    rgba(255,255,255,0.2) !important;
}

body.bq-holistic-shell .achievement:nth-child(3) span {
  background:
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat,
    rgba(255,255,255,0.2) !important;
}

body.bq-holistic-shell .achievement:nth-child(4) span {
  background:
    url("assets/ui/world-challenge.svg") center / cover no-repeat,
    rgba(255,255,255,0.2) !important;
}

body.bq-holistic-shell .bot-face {
  background:
    url("assets/ui/bright-quest-mark.svg") center / 76% auto no-repeat,
    rgba(255,255,255,0.18) !important;
}

body.bq-holistic-shell .mini-globe {
  width: 108px;
  height: 86px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(4, 20, 58, 0.18)),
    url("assets/ui/world-challenge.svg") center / cover no-repeat !important;
}

/* Graphics pass 2: remove the remaining small glyphs, faces, and orbit-like PowerPoint symbols. */
body.bq-premium-shell .role-panel .quest-mark,
body.bq-premium-shell #profileScreen .quest-mark {
  display: none !important;
}

body.bq-premium-shell .role-card::before {
  content: "" !important;
  width: 96px !important;
  height: 74px !important;
  border: 3px solid rgba(255,255,255,0.72);
  border-radius: 22px !important;
  background:
    url("assets/ui/role-kid-adventure.svg") center / cover no-repeat,
    linear-gradient(135deg, #e6f9ff, #fff2b9) !important;
  box-shadow: 0 14px 24px rgba(13, 34, 92, 0.14);
}

body.bq-premium-shell .role-card.parent::before {
  background:
    url("assets/ui/role-parent-cockpit.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff1f7) !important;
}

body.bq-holistic-shell .academy-tile-ref.maths::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.15)),
    url("assets/ui/maths-mountain.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.english::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.12)),
    url("assets/ui/reading-forest.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.reason::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.12)),
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.world::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.15)),
    url("assets/ui/world-challenge.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-tile-ref.arcade::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(5,18,55,0.12)),
    url("assets/ui/arcade-rewards.svg") center / cover no-repeat !important;
}

/* Cover-card pass: make academy modules read as graphics, not colored tiles with pasted thumbnails. */
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref {
  min-height: 166px !important;
  padding: 18px 18px 68px !important;
  border: 1px solid rgba(255,255,255,0.64) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.2),
    0 18px 34px rgba(19, 36, 94, 0.18) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref::before {
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(6, 18, 52, 0.08), rgba(6, 18, 52, 0.12) 38%, rgba(6, 18, 52, 0.84) 100%) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref::after {
  inset: auto 14px 14px auto !important;
  width: 58px !important;
  height: 44px !important;
  opacity: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths {
  background-image: url("assets/ui/maths-mountain.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths-training {
  background-image:
    linear-gradient(180deg, rgba(5, 14, 48, 0.05), rgba(5, 14, 48, 0.2) 42%, rgba(5, 14, 48, 0.88) 100%),
    url("assets/ui/blackboard-lesson.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english {
  background-image: url("assets/ui/reading-forest.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.grammar {
  background-image: url("assets/ui/grammar-notebook.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.reason {
  background-image: url("assets/ui/reasoning-lab.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.world {
  background-image: url("assets/ui/world-challenge.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.arcade {
  background-image: url("assets/ui/arcade-rewards.svg") !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > span {
  opacity: 1;
  background: rgba(8, 21, 63, 0.74) !important;
  border-color: rgba(255,255,255,0.66) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > small {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.44);
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > strong {
  align-self: end;
  max-width: calc(100% - 56px);
  margin-top: auto;
  font-size: 1rem !important;
  line-height: 1.02 !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > small {
  max-width: calc(100% - 56px);
  font-size: 0.76rem !important;
  line-height: 1.08 !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > i {
  position: absolute;
  left: 18px;
  bottom: 16px;
  background: rgba(255,255,255,0.94) !important;
  color: #10164f !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

body.bq-holistic-shell .student-face {
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.7);
  background:
    url("assets/ui/bright-quest-mark.svg") center / 72% auto no-repeat,
    linear-gradient(180deg, #e9f7ff, #b9e5ff) !important;
  box-shadow: 0 12px 22px rgba(7, 24, 73, 0.18);
}

body.bq-holistic-shell .academy-player-strip .student-face,
body.bq-holistic-shell .student-badge .student-face {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
}

body.bq-holistic-shell .dial-card span {
  position: relative;
  overflow: hidden;
  width: 76px !important;
  height: 76px !important;
  border: 3px solid rgba(255,255,255,0.82);
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.0), rgba(5,18,55,0.24)),
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat !important;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.42);
  box-shadow: 0 16px 24px rgba(13, 34, 92, 0.16);
}

body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(2) span {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.0), rgba(5,18,55,0.24)),
    url("assets/ui/reading-forest.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(3) span {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.0), rgba(5,18,55,0.2)),
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card.tests span {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(5,18,55,0.24)),
    url("assets/ui/world-challenge.svg") center / cover no-repeat !important;
}

/* Progress cards: readable gauges with artwork accents instead of numbers over thumbnails. */
body.bq-holistic-shell .progress-dials-ref .dial-card {
  position: relative;
  overflow: hidden;
  min-height: 140px;
  padding: 16px 10px 12px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,248,255,0.9)) !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(5,18,55,0.12)),
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat;
}

body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(2)::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(5,18,55,0.12)),
    url("assets/ui/reading-forest.svg") center / cover no-repeat;
}

body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(3)::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(5,18,55,0.12)),
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat;
}

body.bq-holistic-shell .progress-dials-ref .dial-card.tests::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(5,18,55,0.12)),
    url("assets/ui/world-challenge.svg") center / cover no-repeat;
}

body.bq-holistic-shell .progress-dials-ref .dial-card span,
body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(2) span,
body.bq-holistic-shell .progress-dials-ref .dial-card:nth-child(3) span {
  display: grid;
  place-items: center;
  width: 68px !important;
  height: 68px !important;
  margin: 0 auto 8px;
  border: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 52%, transparent 53%),
    conic-gradient(#24c77b var(--pct, 0%), #dfeafe 0) !important;
  color: #10164f !important;
  font-size: 0.92rem !important;
  font-weight: 1000 !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.88),
    0 12px 24px rgba(13, 34, 92, 0.14) !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card.tests span {
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, #ffffff, #edf7ff) !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card strong,
body.bq-holistic-shell .progress-dials-ref .dial-card small {
  position: relative;
  z-index: 1;
}

body.bq-holistic-shell .progress-dials-ref .dial-card strong {
  color: #10164f !important;
}

body.bq-holistic-shell .progress-dials-ref .dial-card small {
  color: #5d6d83 !important;
}

/* Core test strip: graphic route instead of a row of plain numbered boxes. */
body.bq-holistic-shell .core-tests-ref {
  position: relative;
  overflow: hidden;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 10px !important;
  padding: 14px !important;
  border: 1px solid rgba(187, 220, 255, 0.92) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.80), rgba(255,255,255,0.68)),
    url("assets/ui/core-test-path.svg") center / cover no-repeat !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
}

body.bq-holistic-shell .core-tests-ref .games-head-ref {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  align-self: center;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 6px 2px;
  color: #10164f;
}

body.bq-holistic-shell .core-test-chip-ref {
  position: relative;
  z-index: 1;
  min-height: 86px !important;
  justify-items: center;
  align-content: center;
  gap: 4px !important;
  border: 1px solid rgba(255,255,255,0.72) !important;
  border-radius: 18px !important;
  padding: 9px 7px !important;
  background: rgba(255,255,255,0.78) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center !important;
  box-shadow: 0 12px 22px rgba(13, 34, 92, 0.12) !important;
}

body.bq-holistic-shell .core-test-chip-ref span {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,0.8), transparent 24%),
    linear-gradient(135deg, #176bff, #6b4ee8) !important;
  box-shadow: 0 8px 18px rgba(23, 107, 255, 0.24);
}

body.bq-holistic-shell .core-test-chip-ref strong {
  max-width: 92px;
  color: #10164f !important;
  font-size: 0.7rem !important;
}

body.bq-holistic-shell .core-test-chip-ref small {
  color: #5d6d83 !important;
  font-size: 0.58rem !important;
}

/* Legacy academy hero: replace the CSS sun/pins/map props with a finished hub illustration. */
body.bq-premium-shell .academy-hero:not(.reference-panel) {
  border: 1px solid rgba(190, 226, 255, 0.9) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,249,255,0.9)) !important;
  box-shadow: var(--premium-shadow) !important;
}

body.bq-premium-shell .academy-map-art {
  min-height: 430px !important;
  border: 6px solid rgba(255,255,255,0.72) !important;
  border-radius: 30px !important;
  background:
    url("assets/ui/academy-hub-illustration.svg") center / cover no-repeat !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.66), 0 22px 52px rgba(14, 43, 97, 0.18) !important;
}

body.bq-premium-shell .academy-map-art::before,
body.bq-premium-shell .academy-map-art::after,
body.bq-premium-shell .academy-map-art .map-sun,
body.bq-premium-shell .academy-map-art .map-path,
body.bq-premium-shell .academy-map-art .map-pin {
  display: none !important;
}

body.bq-holistic-shell .intl-art-ref span {
  display: none !important;
  width: 96px !important;
  height: 64px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.72) !important;
}

body.bq-holistic-shell .intl-1 .intl-art-ref span {
  background: rgba(255,255,255,0.72) !important;
}

body.bq-holistic-shell .intl-3 .intl-art-ref span {
  transform: none !important;
  background: rgba(255,255,255,0.72) !important;
}

body.bq-premium-shell .recommendation-orbit,
body.bq-premium-shell .writing-score-ring {
  overflow: hidden;
  border: 5px solid rgba(255,255,255,0.75) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(5,18,55,0.2)),
    url("assets/ui/parent-insight-console.svg") center / cover no-repeat,
    rgba(255,255,255,0.86) !important;
}

body.bq-premium-shell .recommendation-orbit::before,
body.bq-premium-shell .recommendation-orbit::after,
body.bq-premium-shell .cockpit-snapshot-card::after {
  display: none !important;
}

body.bq-premium-shell .cockpit-snapshot-card {
  overflow: hidden;
}

body.bq-premium-shell .cockpit-snapshot-card::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 72px;
  height: 56px;
  border-radius: 16px;
  opacity: 0.82;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.0), rgba(5,18,55,0.18)),
    url("assets/ui/parent-insight-console.svg") center / cover no-repeat;
}

/* Parent cockpit: replace orbit/blob stats with meaningful dashboard artwork. */
body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-recommendation {
  grid-template-columns: minmax(0, 1fr) auto minmax(150px, 210px) !important;
  border-radius: 26px;
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .recommendation-orbit {
  width: min(210px, 22vw) !important;
  min-width: 150px;
  height: 124px !important;
  border: 5px solid rgba(255,255,255,0.72) !important;
  border-radius: 24px !important;
  background:
    url("assets/ui/parent-insight-console.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff4dd) !important;
  box-shadow: 0 18px 34px rgba(13, 34, 92, 0.16);
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .recommendation-orbit::before,
body.bq-premium-shell #parentScreen.parent-cockpit-redesign .recommendation-orbit::after,
body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card::after {
  display: none !important;
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card {
  min-height: 134px !important;
  border: 1px solid rgba(210, 230, 255, 0.92) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(242,250,255,0.9)) !important;
  box-shadow: 0 14px 28px rgba(22,29,104,0.08);
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card::before {
  left: auto;
  right: 14px;
  top: 14px;
  bottom: auto;
  width: 78px;
  height: 64px;
  border: 3px solid rgba(255,255,255,0.72);
  border-radius: 18px;
  opacity: .9;
  background:
    url("assets/ui/parent-insight-console.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff4dd) !important;
  box-shadow: 0 12px 22px rgba(13, 34, 92, 0.12);
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card:nth-child(2)::before {
  background:
    url("assets/ui/progress-dashboard.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #eaf7ff) !important;
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card:nth-child(3)::before {
  background:
    url("assets/ui/reasoning-lab.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff4dd) !important;
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card:nth-child(4)::before {
  background:
    url("assets/ui/grammar-notebook.svg") center / cover no-repeat,
    linear-gradient(135deg, #eaf8ff, #fff1f7) !important;
}

body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card strong,
body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card span,
body.bq-premium-shell #parentScreen.parent-cockpit-redesign .cockpit-snapshot-card small {
  max-width: calc(100% - 96px);
}

@keyframes premium-rocket {
  0%, 100% { transform: translate(0, 0) rotate(28deg); }
  50% { transform: translate(9px, -8px) rotate(34deg); }
}

@keyframes premium-spark {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.42); opacity: 1; }
}

.bq-reveal {
  opacity: 1;
  transform: none;
}

.bq-reveal.bq-revealed {
  animation: bq-reveal-in 520ms cubic-bezier(0.2, 0.9, 0.18, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

.bq-spotlight {
  position: relative;
  overflow: hidden;
}

.bq-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at var(--spot-x, 50%) var(--spot-y, 50%),
    var(--bq-spotlight),
    transparent 42%
  );
  transition: opacity 180ms ease;
}

.bq-spotlight:hover::after,
.bq-spotlight:focus-within::after {
  opacity: 1;
}

.button,
.role-card,
.level-node,
.training-chip,
.option-card,
.game-tile,
.academy-zone,
.quick-action-ref,
.island-label {
  will-change: transform;
}

.button:focus-visible,
.role-card:focus-visible,
.level-node:focus-visible,
.training-chip:focus-visible,
.option-card:focus-visible,
.game-tile button:focus-visible,
.academy-zone:focus-visible,
.quick-action-ref:focus-visible,
.island-label:focus-visible {
  outline: 4px solid var(--bq-focus-ring) !important;
  outline-offset: 3px;
}

.english-grammar-action span,
.blackboard-action span {
  color: transparent !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(5,18,55,0.18)),
    url("assets/ui/grammar-notebook.svg") center / cover no-repeat !important;
}

.blackboard-action span {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(5,18,55,0.18)),
    url("assets/ui/blackboard-lesson.svg") center / cover no-repeat !important;
}

.games-action span {
  color: transparent !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(5,18,55,0.18)),
    url("assets/ui/arcade-console-overlay.svg") center / cover no-repeat !important;
}

.kid-action span::before,
.kid-action span::after,
.grammar-action span::before,
.grammar-action span::after {
  display: none !important;
  content: none !important;
}

.question-stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34px, 1fr));
  gap: 7px;
  margin: 12px 0 16px;
}

.question-stepper button {
  min-height: 34px;
  border: 2px solid #dcecff;
  border-radius: 12px;
  background: #fff;
  color: var(--bq-navy, #161d68);
  font-size: 0.78rem;
  font-weight: 1000;
  box-shadow: 0 5px 0 rgba(22, 29, 104, 0.06);
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background 150ms ease,
    box-shadow 150ms ease;
}

.question-stepper button:hover,
.question-stepper button:focus-visible {
  transform: translateY(-2px);
  border-color: #8fd8ff;
  outline: 3px solid rgba(255, 213, 61, 0.46);
}

.question-stepper button.active {
  border-color: #1288f6;
  color: #fff;
  background: linear-gradient(135deg, #1594ff, #7554dc);
}

.question-stepper button.answered:not(.active) {
  border-color: #bceecf;
  background: #effdf4;
}

.question-stepper button.writing:not(.active) {
  border-color: #e7d6ff;
  background: #f8f3ff;
}

.question-stepper button::after {
  content: attr(data-status);
  display: block;
  margin-top: 1px;
  font-size: 0.56rem;
  font-weight: 900;
  opacity: 0.72;
}

.test-progress {
  margin-bottom: 0 !important;
}

.game-stage {
  outline: 0;
}

.game-keyboard-hint {
  position: absolute;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 6;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(16, 24, 68, 0.52);
  font-size: 0.78rem;
  font-weight: 1000;
  backdrop-filter: blur(10px);
}

.game-keyboard-hint kbd {
  min-width: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 3px 7px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
}

.game-stage.burst .game-keyboard-hint {
  display: none;
}

.production-chip {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 2px solid #dff0ff;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--bq-navy, #161d68);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 1000;
  box-shadow: 0 8px 18px rgba(22, 29, 104, 0.08);
}

.production-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1fbd68;
  box-shadow: 0 0 0 5px rgba(31, 189, 104, 0.16);
}

@keyframes bq-reveal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 720px) {
  .question-stepper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .question-stepper button {
    min-height: 32px;
    padding: 2px;
  }

  .game-keyboard-hint {
    display: none;
  }
}

@media (max-width: 980px) {
  body.bq-holistic-shell .learning-studio-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.bq-holistic-shell .studio-shot-stack {
    min-height: 260px;
  }

  body.bq-holistic-shell .studio-shot {
    width: min(440px, 72vw);
  }

  .premium-dashboard .reference-topbar,
  .premium-dashboard .reference-layout {
    grid-template-columns: 1fr !important;
  }

  .premium-dashboard .reference-topbar {
    padding-top: 82px !important;
  }

  .premium-dashboard .reference-title {
    font-size: clamp(3.8rem, 17vw, 6rem) !important;
    text-align: left !important;
  }

  .premium-dashboard .reference-title small {
    text-align: left !important;
  }

  .premium-dashboard .adventure-island {
    min-height: 860px !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  .bq-reveal,
  .bq-reveal.bq-revealed {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* 2026-06-17 subject-card art pass: richer backgrounds with protected readable labels. */
body.bq-premium-shell .academy-zone.maths,
body.bq-premium-shell .academy-zone.english {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-shadow: none !important;
}

body.bq-premium-shell .academy-zone.maths {
  background-image:
    linear-gradient(180deg, rgba(5, 14, 48, 0.04), rgba(5, 14, 48, 0.18) 42%, rgba(5, 14, 48, 0.88) 100%),
    url("assets/ui/maths-mountain.svg") !important;
}

body.bq-premium-shell .academy-zone.english {
  background-image:
    linear-gradient(180deg, rgba(5, 14, 48, 0.02), rgba(5, 14, 48, 0.2) 42%, rgba(5, 14, 48, 0.9) 100%),
    url("assets/ui/reading-forest.svg") !important;
}

body.bq-premium-shell .academy-zone.maths .academy-card-scene,
body.bq-premium-shell .academy-zone.english .academy-card-scene {
  display: none !important;
}

body.bq-premium-shell .academy-zone.maths strong,
body.bq-premium-shell .academy-zone.maths small,
body.bq-premium-shell .academy-zone.english strong,
body.bq-premium-shell .academy-zone.english small {
  display: block;
  width: max-content;
  max-width: calc(100% - 56px);
  border-radius: 12px;
  padding: 4px 8px !important;
  color: #ffffff !important;
  background: rgba(5, 14, 48, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55) !important;
}

body.bq-premium-shell .academy-zone.maths strong,
body.bq-premium-shell .academy-zone.english strong {
  font-size: 1.15rem !important;
  line-height: 1.05 !important;
}

body.bq-premium-shell .academy-zone.maths small,
body.bq-premium-shell .academy-zone.english small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.92) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english {
  background-position: center !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths::before,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english::before {
  background:
    linear-gradient(180deg, rgba(5, 14, 48, 0.02), rgba(5, 14, 48, 0.22) 42%, rgba(5, 14, 48, 0.92) 100%) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english > small {
  display: block;
  width: max-content;
  max-width: calc(100% - 58px);
  border-radius: 12px;
  padding: 4px 8px;
  color: #ffffff !important;
  background: rgba(5, 14, 48, 0.64);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.58) !important;
}

/* 2026-06-17 clean-picture pass: one strong picture per column, spaced icon controls on top. */
body.bq-holistic-shell .reference-layout {
  align-items: stretch !important;
  gap: 22px !important;
}

body.bq-holistic-shell .reference-panel {
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,252,255,0.86)) !important;
  border: 1px solid rgba(156, 200, 226, 0.72) !important;
  box-shadow: 0 24px 54px rgba(20, 47, 91, 0.14) !important;
}

body.bq-holistic-shell .reference-panel-title {
  min-height: 72px !important;
  padding: 14px 28px !important;
  border-radius: 28px !important;
  letter-spacing: 0 !important;
}

body.bq-holistic-shell .reference-panel-title strong {
  font-size: clamp(1.15rem, 1.5vw, 1.55rem) !important;
  line-height: 1.02 !important;
}

body.bq-holistic-shell .reference-panel-title em {
  font-size: clamp(0.72rem, 0.86vw, 0.92rem) !important;
  opacity: 0.92 !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island {
  min-height: 872px !important;
  margin: 18px 18px 16px !important;
  border: 7px solid rgba(255,255,255,0.95) !important;
  border-radius: 34px !important;
  background:
    linear-gradient(180deg, rgba(6, 18, 52, 0.04), rgba(6, 18, 52, 0.18) 72%, rgba(6, 18, 52, 0.34)),
    url("assets/ui/dashboard-adventure-backdrop.svg") center / cover no-repeat !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.56),
    0 28px 54px rgba(6, 39, 72, 0.2) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island::before,
body.bq-holistic-shell .reference-layout .adventure-panel .adventure-island::after,
body.bq-holistic-shell .reference-layout .adventure-panel .archipelago-art {
  display: none !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .student-badge {
  left: 42px !important;
  right: 42px !important;
  top: 34px !important;
  width: auto !important;
  min-height: 74px !important;
  padding: 14px 18px !important;
  border-radius: 22px !important;
  background: rgba(12, 25, 72, 0.9) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.bq-holistic-shell .reference-layout .adventure-panel .map-pill {
  min-width: 116px !important;
  padding: 12px 16px !important;
  border-radius: 18px !important;
  color: #10164f !important;
  background: rgba(255,255,255,0.88) !important;
  box-shadow: 0 14px 28px rgba(12, 25, 72, 0.14) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .star-pill {
  left: 44px !important;
  top: 128px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .streak-pill {
  right: 44px !important;
  top: 128px !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .side-quests {
  display: none !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 14px !important;
  align-items: center !important;
  min-width: 0 !important;
  width: 248px !important;
  max-width: 248px !important;
  min-height: 86px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,0.82) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,0.9) !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow:
    0 18px 34px rgba(7, 28, 76, 0.16),
    inset 0 0 0 1px rgba(255,255,255,0.72) !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label span,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,0.42), transparent 24%),
    linear-gradient(135deg, #2c9df2, #6152f4) !important;
  border: 1px solid rgba(255,255,255,0.76) !important;
  box-shadow: 0 10px 22px rgba(48, 73, 196, 0.28) !important;
  opacity: 1 !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label strong,
body.bq-holistic-shell .reference-layout .adventure-panel .island-label small {
  grid-column: 2 !important;
  color: #111b4f !important;
  text-shadow: none !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label strong {
  font-size: 0.95rem !important;
  line-height: 1.05 !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .island-label small {
  margin-top: 3px !important;
  color: #3f5d7a !important;
  font-size: 0.74rem !important;
}

body.bq-holistic-shell .reference-layout .adventure-panel .label-maths { left: 82px !important; top: 238px !important; }
body.bq-holistic-shell .reference-layout .adventure-panel .label-english { right: 58px !important; top: 350px !important; }
body.bq-holistic-shell .reference-layout .adventure-panel .label-grammar { left: 96px !important; top: 520px !important; }
body.bq-holistic-shell .reference-layout .adventure-panel .label-reason { right: 58px !important; top: 632px !important; }
body.bq-holistic-shell .reference-layout .adventure-panel .label-world { left: 96px !important; bottom: 154px !important; }
body.bq-holistic-shell .reference-layout .adventure-panel .label-arcade { right: 58px !important; bottom: 48px !important; }

body.bq-holistic-shell .reference-layout .adventure-panel .island-progress {
  right: 42px !important;
  bottom: 26px !important;
  min-height: 48px !important;
  padding: 10px 22px !important;
  border-radius: 18px !important;
}

body.bq-holistic-shell .academy-panel-ref {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(242,250,255,0.86)),
    url("assets/ui/dashboard-training-backdrop.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .academy-panel-ref::before,
body.bq-holistic-shell .world-panel-ref::before {
  content: "";
  position: absolute;
  inset: 92px 16px 16px;
  border-radius: 30px;
  pointer-events: none;
  background: rgba(255,255,255,0.42);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

body.bq-holistic-shell .academy-panel-ref > *,
body.bq-holistic-shell .world-panel-ref > * {
  position: relative;
  z-index: 1;
}

body.bq-holistic-shell .academy-player-strip,
body.bq-holistic-shell .resume-quest-ref {
  background: rgba(16, 22, 79, 0.9) !important;
  border: 1px solid rgba(255,255,255,0.48) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.bq-holistic-shell .academy-card-grid-ref {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref {
  display: grid !important;
  grid-template-columns: 60px minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 14px !important;
  row-gap: 4px !important;
  min-height: 118px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,0.72) !important;
  color: #111b4f !important;
  background: rgba(255,255,255,0.84) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow:
    0 18px 34px rgba(18, 38, 87, 0.14),
    inset 0 0 0 1px rgba(255,255,255,0.64) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths-training,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.grammar,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.reason,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.world,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.arcade {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(238, 249, 255, 0.78)) !important;
  background-image:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(238, 249, 255, 0.78)) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref::before,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref::after {
  display: none !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > i {
  position: static !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 !important;
  color: #111b4f !important;
  background: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > span {
  position: static !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > strong {
  grid-column: 2 / 4 !important;
  font-size: 1.03rem !important;
  line-height: 1.02 !important;
  justify-self: start !important;
  align-self: end !important;
  text-align: left !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > small {
  grid-column: 2 / 4 !important;
  color: #52647d !important;
  font-size: 0.78rem !important;
  justify-self: start !important;
  align-self: start !important;
  text-align: left !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > i {
  grid-column: 3 !important;
  grid-row: 1 / 3 !important;
  align-self: center !important;
  justify-self: end !important;
  min-width: 72px !important;
  padding: 9px 12px !important;
  border-radius: 999px !important;
  background: rgba(236, 247, 255, 0.96) !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref > i b {
  color: #111b4f !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths > span { background: linear-gradient(135deg, #2f80ed, #654fe8) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths-training > span { background: linear-gradient(135deg, #176bff, #21c46b) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english > span { background: linear-gradient(135deg, #10a560, #26c987) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.grammar > span { background: linear-gradient(135deg, #0b91b9, #6152f4) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.reason > span { background: linear-gradient(135deg, #624fe8, #ffd34d) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.world > span { background: linear-gradient(135deg, #0c7edc, #2ec7d3) !important; }
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.arcade > span { background: linear-gradient(135deg, #f56a77, #ffb12b) !important; }

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths-training > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.grammar > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.reason > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.world > strong,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.arcade > strong {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: #111b4f !important;
  background: transparent !important;
  text-shadow: none !important;
}

body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.maths-training > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.english > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.grammar > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.reason > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.world > small,
body.bq-holistic-shell .academy-card-grid-ref .academy-tile-ref.arcade > small {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: #52647d !important;
  background: transparent !important;
  text-shadow: none !important;
}

body.bq-holistic-shell .world-panel-ref {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(243,250,255,0.84)),
    url("assets/ui/dashboard-world-backdrop.svg") center / cover no-repeat !important;
}

body.bq-holistic-shell .world-hero-ref {
  min-height: 176px !important;
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,0.52) !important;
  background:
    linear-gradient(90deg, rgba(7, 24, 80, 0.94), rgba(8, 89, 166, 0.72)),
    url("assets/ui/dashboard-world-backdrop.svg") center 30% / cover no-repeat !important;
}

body.bq-holistic-shell .big-trophy {
  background:
    radial-gradient(circle at 50% 34%, #ffe479 0 30%, transparent 31%),
    linear-gradient(180deg, #ffbd34, #f18622) !important;
  box-shadow: 0 18px 34px rgba(8, 22, 64, 0.22) !important;
}

body.bq-holistic-shell .international-cards-ref {
  gap: 18px !important;
}

body.bq-holistic-shell .intl-card-ref {
  border: 1px solid rgba(255,255,255,0.78) !important;
  background: rgba(255,255,255,0.88) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.bq-holistic-shell .intl-art-ref {
  height: 132px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0)),
    url("assets/ui/dashboard-world-backdrop.svg") center 55% / cover no-repeat !important;
}

body.bq-holistic-shell .intl-1 .intl-art-ref,
body.bq-holistic-shell .intl-2 .intl-art-ref,
body.bq-holistic-shell .intl-3 .intl-art-ref {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0)),
    url("assets/ui/dashboard-world-backdrop.svg") center 55% / cover no-repeat !important;
}
