/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 327:0 Unexpected "<"

**/
<style>
/* === IMPORT MAXIPOWER DISPLAY FONT (same as main page title) === */
@font-face {
  font-family: "Maxipower";
  src: url("/cdn/shop/files/Maxipower-Regular.woff2?v=1740354013")
       format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== AI LAB BACKGROUND WRAP ===== */
.mv-ai-lab-wrap {
  min-height: 100vh;
  padding: 40px 16px 80px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  /* dark multiverse lab gradient */
  background:
    radial-gradient(circle at top center, #00f5ff 0%, #00111b 35%, #000000 80%),
    radial-gradient(circle at bottom center, #ff005c 0%, #000000 55%);
  background-blend-mode: screen, normal;
}

/* faint grid overlay */
.mv-ai-lab-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.45;
  pointer-events: none;
}

/* glowing animated lab aura */
.mv-ai-lab-wrap::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 10%;
  width: 80%;
  height: 120%;
  background:
    radial-gradient(circle at 0% 10%, rgba(0,245,255,0.35), transparent 60%),
    radial-gradient(circle at 100% 40%, rgba(255,0,92,0.35), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
  animation: mvLabGlow 9s ease-in-out infinite alternate;
}

/* ===== MAIN PANEL ===== */
.mv-ai-page {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 22px 40px;
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(6, 10, 20, 0.94); /* dark panel */
  box-shadow:
    0 0 0 1px rgba(148, 163, 184, 0.25),
    0 24px 80px rgba(0, 0, 0, 0.9);
  color: #e5e7eb;
  z-index: 1;
}

/* animated neon frame */
.mv-ai-page::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0,245,255,0.9), rgba(255,0,92,0.9));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.3;
  pointer-events: none;
  animation: mvFramePulse 6s ease-in-out infinite alternate;
}

/* ===== LIVE LAB BADGE ===== */
.mv-ai-lab-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.5);
  margin-bottom: 18px;
}

.mv-ai-lab-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34,197,94,0.9);
  animation: mvDotPulse 1.2s ease-in-out infinite;
}

/* ===== TYPOGRAPHY ===== */
/* Section headings INSIDE the lab use Maxipower (matches page title) */
.mv-ai-page h2,
.mv-ai-page h3 {
  font-family: "Maxipower", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: none;
  text-align: left;
}

.mv-ai-page h2 {
  font-size: 22px;
  margin-top: 26px;
  border-left: 4px solid #00f5ff;
  padding-left: 10px;
}

.mv-ai-page h3 {
  font-size: 17px;
  margin-top: 22px;
  border-left: 3px solid #ff005c;
  padding-left: 8px;
}

/* Body text/paragraphs – inherit your theme body font (NCL) */
.mv-ai-page p,
.mv-ai-page li,
.mv-ai-figure figcaption,
.mv-ai-page .mv-note {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
  color: #e5e7eb;
}

.mv-ai-page li { margin-bottom: 6px; }

/* LINKS */
.mv-ai-page a {
  color: #00f5ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 245, 255, 0.4);
  padding-bottom: 1px;
}
.mv-ai-page a:hover {
  color: #ff005c;
  border-color: #ff005c;
}

/* LIST WRAPPER */
.mv-ai-page ul {
  padding-left: 20px;
  margin-bottom: 18px;
}

/* CALLOUT BOX */
.mv-ai-callout {
  background: radial-gradient(circle at left, rgba(0,245,255,0.14), transparent 60%);
  border-left: 3px solid #ff005c;
  padding: 12px 14px;
  border-radius: 10px;
  margin: 20px 0;
  color: #f9fafb;
}

/* PRODUCT LIST */
.mv-ai-products ul { padding-left: 0; }
.mv-ai-products li {
  list-style: none;
  background: rgba(15, 23, 42, 0.8);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: 0.18s ease;
}
.mv-ai-products li:hover {
  transform: translateX(4px);
  border-color: #00f5ff;
  box-shadow: 0 0 24px rgba(0, 245, 255, 0.25);
}

/* CHARACTER CHIPS – BASE */
.mv-ai-character-grid ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mv-ai-character-grid li {
  list-style: none;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
  transition: 0.16s ease;
}

/* === PER-CHARACTER HEX COLORS === */
/* 1. Zane – CYAN #00F0FF */
.mv-ai-character-grid li:nth-child(1) {
  color: #00F0FF;
  border-color: rgba(0, 240, 255, 0.85);
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.35);
}
/* 2. Cyndra – PURPLE #800080 */
.mv-ai-character-grid li:nth-child(2) {
  color: #F5E1FF;
  border-color: rgba(128, 0, 128, 0.9);
  box-shadow: 0 0 18px rgba(128, 0, 128, 0.45);
}
/* 3. Rebel – FLAME ORANGE #ff4f00 */
.mv-ai-character-grid li:nth-child(3) {
  color: #ff4f00;
  border-color: rgba(255, 79, 0, 0.9);
  box-shadow: 0 0 18px rgba(255, 79, 0, 0.45);
}

/* 4. Tokai X – BLUE (TECH) #0084FF */
.mv-ai-character-grid li:nth-child(4) {
  color: #DDEEFF;
  border-color: rgba(0, 132, 255, 0.95);
  box-shadow: 0 0 18px rgba(0, 132, 255, 0.45);
}
/* 5. Asher – VOID WHITE #F4F4F5 */
.mv-ai-character-grid li:nth-child(5) {
  color: #F4F4F5;
  border-color: rgba(244, 244, 245, 0.9);
  box-shadow: 0 0 18px rgba(244, 244, 245, 0.4);
}
/* 6. Nyrah – GOLD #FFC700 */
.mv-ai-character-grid li:nth-child(6) {
  color: #FFF6D6;
  border-color: rgba(255, 199, 0, 0.95);
  box-shadow: 0 0 18px rgba(255, 199, 0, 0.5);
}
.mv-ai-character-grid li:hover {
  transform: translateY(-1px);
  background: rgba(15, 23, 42, 1);
}

/* IMAGE BLOCKS */
.mv-ai-figure {
  margin: 24px 0 20px;
  text-align: center;
}
.mv-ai-figure img {
  max-width: 100%;
  border-radius: 18px;
  display: block;
  margin: 0 auto 8px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow:
    0 0 30px rgba(0,245,255,0.18),
    0 0 60px rgba(255,0,92,0.1);
}

/* HERO FIGURE WITH SCAN-LINE */
.mv-ai-figure--hero { position: relative; overflow: hidden; }
.mv-ai-figure--hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 35%;
  top: -40%;
  background: linear-gradient(
    to bottom,
    rgba(0,245,255,0) 0%,
    rgba(0,245,255,0.22) 50%,
    rgba(0,245,255,0) 100%
  );
  mix-blend-mode: screen;
  opacity: 0.4;
  pointer-events: none;
  animation: mvScanDown 5s linear infinite;
}

/* SMALL TEXT */
.mv-ai-page .mv-note {
  font-size: 13px;
  color: #9ca3af;
}

/* MOBILE */
@media (max-width: 768px) {
  .mv-ai-lab-wrap { padding: 24px 10px 60px; }
  .mv-ai-page { padding: 22px 14px 28px; border-radius: 18px; }
  .mv-ai-page h2 { font-size: 20px; }
  .mv-ai-page h3 { font-size: 16px; }
}

/* ===== KEYFRAMES ===== */
@keyframes mvLabGlow { 0% { opacity: 0.5; transform: translateY(0); } 100% { opacity: 1; transform: translateY(10px); } }
@keyframes mvFramePulse { 0% { opacity: 0.15; } 100% { opacity: 0.35; } }
@keyframes mvDotPulse {
  0% { transform: scale(1); box-shadow: 0 0 6px rgba(34,197,94,0.8); }
  50% { transform: scale(1.3); box-shadow: 0 0 14px rgba(34,197,94,1); }
  100% { transform: scale(1); box-shadow: 0 0 6px rgba(34,197,94,0.8); }
}
@keyframes mvScanDown { 0% { top: -40%; } 100% { top: 120%; } }
</style>