#mq-bodyquiz{--cobalt:#3B66E8;--cobalt-dark:#2A4FCC;--cobalt-light:#5A82F0;--lime:#8AEF88;--lime-dark:#5CDC5A;--white:#FFFFFF;--bg:#F8F9FC;--surface:#FFFFFF;--text:#1A1D2E;--text-secondary:#5A5E73;--text-muted:#9498AD;--border:#E2E5EF;--correct:#8AEF88;--correct-bg:#E8FBE7;--wrong:#F87171;--wrong-bg:#FEF2F2;--shadow-sm:0 1px 3px rgba(26,29,46,0.06);--shadow-md:0 4px 16px rgba(26,29,46,0.08);--shadow-lg:0 8px 32px rgba(26,29,46,0.12);--radius:16px;--radius-sm:12px;--radius-xs:8px;--font:'General Sans','Inter',-apple-system,BlinkMacSystemFont,sans-serif;--transition:0.3s cubic-bezier(0.4, 0, 0.2, 1);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;overflow-x:hidden;width:100%}#mq-bodyquiz *{margin:0;padding:0;box-sizing:border-box}#mq-bodyquiz .container{max-width:480px;margin:0 auto;padding:0 20px;min-height:100vh;display:flex;flex-direction:column}#mq-bodyquiz .progress-bar{position:fixed;top:0;left:0;right:0;height:4px;background:var(--border);z-index:100;opacity:0;transition:opacity var(--transition)}#mq-bodyquiz .progress-bar.visible{opacity:1}#mq-bodyquiz .progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--cobalt),var(--lime));width:0%;transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:0 4px 4px 0}#mq-bodyquiz .top-bar{display:none;align-items:center;justify-content:space-between;padding:20px 0 16px;gap:12px}#mq-bodyquiz .top-bar.visible{display:flex}#mq-bodyquiz .back-btn{background:0 0;border:none;color:var(--text-secondary);cursor:pointer;padding:8px 12px;border-radius:var(--radius-sm);font-family:inherit;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;transition:background var(--transition),color var(--transition),opacity var(--transition);-webkit-tap-highlight-color:transparent}#mq-bodyquiz .back-btn:hover{background:var(--border);color:var(--text)}#mq-bodyquiz .back-btn:disabled{opacity:0;pointer-events:none}#mq-bodyquiz .back-btn svg{width:16px;height:16px}#mq-bodyquiz .progress-text{font-size:13px;font-weight:600;color:var(--text-muted);letter-spacing:.3px}#mq-bodyquiz .step{display:none;flex:1;padding:24px 0 40px;animation:.4s cubic-bezier(.4,0,.2,1) fadeSlideIn}#mq-bodyquiz .step.active{display:flex;flex-direction:column}@keyframes fadeSlideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#mq-bodyquiz .welcome{text-align:center;padding-top:60px}#mq-bodyquiz .logo-mark{width:56px;height:56px;background:var(--cobalt);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:var(--shadow-md)}#mq-bodyquiz .logo-mark svg{width:32px;height:32px}#mq-bodyquiz .welcome h1{font-size:28px;font-weight:700;line-height:1.25;margin-bottom:18px;letter-spacing:-.5px}#mq-bodyquiz .welcome h1 em{font-style:normal;background:linear-gradient(120deg,var(--cobalt),var(--cobalt-light));-webkit-background-clip:text;background-clip:text;color:transparent}#mq-bodyquiz .welcome p{font-size:16px;color:var(--text-secondary);margin-bottom:32px;max-width:380px;margin-left:auto;margin-right:auto}#mq-bodyquiz .welcome .meta-row{display:flex;justify-content:center;gap:24px;margin-bottom:28px;flex-wrap:wrap}#mq-bodyquiz .welcome .meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}#mq-bodyquiz .welcome .meta-num{font-size:22px;font-weight:700;color:var(--cobalt)}#mq-bodyquiz .welcome .meta-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}#mq-bodyquiz .powered-by{margin-top:24px;font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-weight:500}#mq-bodyquiz .btn-primary{background:var(--cobalt);color:var(--white);border:none;padding:16px 28px;border-radius:var(--radius);font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);width:100%;max-width:360px;box-shadow:var(--shadow-md);-webkit-tap-highlight-color:transparent}#mq-bodyquiz .btn-primary:hover{background:var(--cobalt-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}#mq-bodyquiz .btn-primary:active{transform:translateY(0)}#mq-bodyquiz .btn-primary:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;transform:none;box-shadow:none}#mq-bodyquiz .question-card{background:var(--surface);padding:28px 24px;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border)}#mq-bodyquiz .question-tag{font-size:12px;font-weight:600;color:var(--cobalt);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}#mq-bodyquiz .question-text{font-size:22px;font-weight:600;line-height:1.35;margin-bottom:24px;letter-spacing:-.3px}#mq-bodyquiz .options{display:flex;flex-direction:column;gap:10px}#mq-bodyquiz .option{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-sm);padding:16px 18px;cursor:pointer;transition:all var(--transition);text-align:left;font-family:inherit;font-size:15px;font-weight:500;color:var(--text);display:flex;align-items:flex-start;gap:12px;-webkit-tap-highlight-color:transparent}#mq-bodyquiz .option:hover:not(:disabled){border-color:var(--cobalt-light);background:#f4f6fe}#mq-bodyquiz .option-letter{width:28px;height:28px;border-radius:50%;background:var(--border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;transition:all var(--transition)}#mq-bodyquiz .option:hover .option-letter{background:var(--cobalt-light);color:var(--white)}#mq-bodyquiz .option.selected{border-color:var(--cobalt);background:#eef2fe}#mq-bodyquiz .option.selected .option-letter{background:var(--cobalt);color:var(--white)}#mq-bodyquiz .option.correct{border-color:var(--correct);background:var(--correct-bg)}#mq-bodyquiz .option.correct .option-letter{background:var(--lime-dark);color:var(--white)}#mq-bodyquiz .option.wrong{border-color:var(--wrong);background:var(--wrong-bg)}#mq-bodyquiz .option.wrong .option-letter{background:var(--wrong);color:var(--white)}#mq-bodyquiz .option:disabled{cursor:default}#mq-bodyquiz .option-text{flex:1;line-height:1.4}#mq-bodyquiz .feedback{margin-top:18px;padding:16px 18px;border-radius:var(--radius-sm);background:var(--correct-bg);border-left:3px solid var(--lime-dark);animation:.3s fadeSlideIn}#mq-bodyquiz .feedback.wrong{background:#fff7ed;border-left-color:#fb923c}#mq-bodyquiz .feedback-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--cobalt);margin-bottom:6px;display:flex;align-items:center;gap:6px}#mq-bodyquiz .feedback-text{font-size:14px;color:var(--text);line-height:1.55}#mq-bodyquiz .feedback-source{display:block;margin-top:8px;font-size:12px;color:var(--text-muted);font-style:italic}#mq-bodyquiz .feedback-next{margin-top:16px}#mq-bodyquiz .selling-slide{text-align:center;padding-top:20px}#mq-bodyquiz .selling-icon{width:64px;height:64px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:20px}#mq-bodyquiz .selling-icon.blue{background:#eef2fe}#mq-bodyquiz .selling-icon.green{background:var(--correct-bg)}#mq-bodyquiz .selling-icon.purple{background:#f3ebfe}#mq-bodyquiz .selling-tag{font-size:12px;font-weight:600;color:var(--cobalt);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}#mq-bodyquiz .selling-slide h2{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:14px;letter-spacing:-.3px}#mq-bodyquiz .selling-slide .body{font-size:15px;color:var(--text-secondary);margin-bottom:24px}#mq-bodyquiz .selling-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:22px}#mq-bodyquiz .selling-stat-num{font-size:32px;font-weight:700;color:var(--cobalt);line-height:1}#mq-bodyquiz .selling-stat-label{font-size:13px;color:var(--text-secondary);margin-top:6px;line-height:1.4}#mq-bodyquiz .selling-features{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px;text-align:left;display:flex;flex-direction:column;gap:14px}#mq-bodyquiz .selling-feature{display:flex;gap:12px;align-items:flex-start}#mq-bodyquiz .selling-feature-icon{flex-shrink:0;font-size:20px}#mq-bodyquiz .selling-feature-text{font-size:14px;color:var(--text);line-height:1.5}#mq-bodyquiz .selling-feature-text strong{font-weight:600}#mq-bodyquiz .results{text-align:center;padding-top:32px}#mq-bodyquiz .score-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--cobalt),var(--cobalt-light));display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;box-shadow:var(--shadow-lg)}#mq-bodyquiz .score-value{font-size:36px;font-weight:700;line-height:1}#mq-bodyquiz .archetype-badge{font-size:12px;font-weight:600;color:var(--cobalt);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}#mq-bodyquiz .archetype-name{font-size:26px;font-weight:700;margin-bottom:14px;letter-spacing:-.3px}#mq-bodyquiz .archetype-desc{font-size:15px;color:var(--text-secondary);margin-bottom:28px;max-width:380px;margin-left:auto;margin-right:auto}#mq-bodyquiz .gaps-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px 20px;margin-bottom:24px;text-align:left}#mq-bodyquiz .gaps-card h3{font-size:16px;font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:8px}#mq-bodyquiz .gap-item{font-size:14px;color:var(--text-secondary);padding:12px 0;border-top:1px solid var(--border);line-height:1.5}#mq-bodyquiz .gap-item:first-of-type{border-top:none;padding-top:4px}#mq-bodyquiz .gap-item strong{color:var(--text);font-weight:600}#mq-bodyquiz .plan-reveal{padding-top:24px}#mq-bodyquiz .plan-reveal-header{text-align:center;margin-bottom:24px}#mq-bodyquiz .plan-reveal-tag{font-size:12px;font-weight:600;color:var(--cobalt);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}#mq-bodyquiz .plan-reveal-header h2{font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.3px;margin-bottom:10px}#mq-bodyquiz .plan-reveal-header p{font-size:15px;color:var(--text-secondary)}#mq-bodyquiz .plan-reveal-header strong{color:var(--text);font-weight:600}#mq-bodyquiz .plan-days{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px 0;margin-bottom:24px}#mq-bodyquiz .plan-day{display:flex;gap:14px;align-items:flex-start;padding:14px 20px;border-top:1px solid var(--border)}#mq-bodyquiz .plan-day:first-child{border-top:none}#mq-bodyquiz .plan-day-num{min-width:48px;height:36px;padding:0 8px;border-radius:10px;background:#eef2fe;color:var(--cobalt);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0;letter-spacing:.3px}#mq-bodyquiz .plan-day-content{flex:1}#mq-bodyquiz .plan-day-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px}#mq-bodyquiz .plan-day-desc{font-size:13px;color:var(--text-muted);line-height:1.4}#mq-bodyquiz .lib-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px 0;margin-bottom:24px}#mq-bodyquiz .lib-item{display:flex;gap:12px;align-items:flex-start;padding:14px 18px;border-top:1px solid var(--border)}#mq-bodyquiz .lib-item:first-child{border-top:none}#mq-bodyquiz .lib-thumb{width:44px;height:44px;border-radius:10px;background:#eef2fe;color:var(--cobalt);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}#mq-bodyquiz .lib-thumb.podcast{background:#fff4e5;color:#c25a00}#mq-bodyquiz .lib-thumb.video{background:#e8f8e8;color:#1f6f1f}#mq-bodyquiz .lib-content{flex:1;min-width:0}#mq-bodyquiz .lib-type{font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--text-muted);text-transform:uppercase;margin-bottom:2px}#mq-bodyquiz .lib-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px;line-height:1.3}#mq-bodyquiz .lib-author{font-size:13px;color:var(--text-muted);margin-bottom:6px}#mq-bodyquiz .lib-tags{display:flex;flex-wrap:wrap;gap:5px}#mq-bodyquiz .lib-tag{font-size:11px;padding:2px 7px;border-radius:999px;border:1px solid var(--border);color:var(--text-muted)}#mq-bodyquiz .lib-tag.duration{background:#eef2fe;border-color:#eef2fe;color:var(--cobalt);font-weight:600}#mq-bodyquiz .lib-teaser-title{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin:4px 2px 12px;text-align:center}#mq-bodyquiz .lib-teaser{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}#mq-bodyquiz .lib-teaser-card{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}#mq-bodyquiz .lib-teaser-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}#mq-bodyquiz .lib-teaser-icon.ai{background:#eef2fe;color:var(--cobalt)}#mq-bodyquiz .lib-teaser-icon.mentors{background:#e8f8e8;color:#1f6f1f}#mq-bodyquiz .lib-teaser-icon.channel{background:#fff4e5;color:#c25a00}#mq-bodyquiz .lib-teaser-content{flex:1;min-width:0}#mq-bodyquiz .lib-teaser-head{display:flex;align-items:baseline;gap:8px;margin-bottom:3px;flex-wrap:wrap}#mq-bodyquiz .lib-teaser-name{font-size:14px;font-weight:700;color:var(--text)}#mq-bodyquiz .lib-teaser-badge{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--cobalt);background:#eef2fe;padding:2px 7px;border-radius:999px}#mq-bodyquiz .lib-teaser-text{font-size:13px;color:var(--text-secondary);line-height:1.45}#mq-bodyquiz .paywall{padding-top:28px}#mq-bodyquiz .paywall-header{text-align:center;margin-bottom:24px}#mq-bodyquiz .paywall-header h2{font-size:26px;font-weight:700;line-height:1.25;margin-bottom:12px;letter-spacing:-.3px}#mq-bodyquiz .paywall-header p{font-size:15px;color:var(--text-secondary)}#mq-bodyquiz .paywall-header p strong{color:var(--text);font-weight:600}#mq-bodyquiz .pricing-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}#mq-bodyquiz .pricing-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:18px 20px;cursor:pointer;transition:all var(--transition);position:relative;-webkit-tap-highlight-color:transparent}#mq-bodyquiz .pricing-card:hover{border-color:var(--cobalt-light)}#mq-bodyquiz .pricing-card.featured{border-color:var(--cobalt);background:linear-gradient(135deg,#f4f7fe,var(--surface))}#mq-bodyquiz .pricing-card.selected{border-color:var(--cobalt);background:#eef2fe}#mq-bodyquiz .pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--cobalt);color:var(--white);font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap}#mq-bodyquiz .pricing-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}#mq-bodyquiz .pricing-plan{font-size:16px;font-weight:700;color:var(--text)}#mq-bodyquiz .pricing-amount{font-size:22px;font-weight:700;color:var(--cobalt)}#mq-bodyquiz .pricing-amount small{font-size:13px;font-weight:500;color:var(--text-muted)}#mq-bodyquiz .pricing-desc{font-size:13px;color:var(--text-secondary);margin-bottom:6px}#mq-bodyquiz .pricing-save{display:inline-block;background:var(--correct-bg);color:var(--lime-dark);font-size:12px;font-weight:700;padding:3px 8px;border-radius:6px}#mq-bodyquiz .pricing-trial{display:inline-block;margin-left:6px;font-size:12px;color:var(--text-muted)}#mq-bodyquiz .features-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:18px}#mq-bodyquiz .features-list h4{font-size:14px;font-weight:600;margin-bottom:14px;color:var(--text)}#mq-bodyquiz .feature-item{display:flex;gap:10px;align-items:center;padding:6px 0}#mq-bodyquiz .feature-check{width:20px;height:20px;background:var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text)}#mq-bodyquiz .feature-check svg{width:12px;height:12px}#mq-bodyquiz .feature-item span{font-size:13.5px;color:var(--text)}#mq-bodyquiz .value-section{margin-bottom:22px}#mq-bodyquiz .value-section-title{text-align:center;font-size:18px;font-weight:700;color:var(--text);margin-bottom:4px;letter-spacing:-.2px}#mq-bodyquiz .value-section-sub{text-align:center;font-size:13px;color:var(--text-secondary);margin-bottom:18px}#mq-bodyquiz .value-pillar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:12px}#mq-bodyquiz .value-pillar-head{display:flex;gap:12px;align-items:center;margin-bottom:10px}#mq-bodyquiz .value-pillar-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}#mq-bodyquiz .value-pillar-icon.library{background:#eef2fe;color:var(--cobalt)}#mq-bodyquiz .value-pillar-icon.ai{background:linear-gradient(135deg,#3b66e8,#8aef88);color:#fff}#mq-bodyquiz .value-pillar-icon.mentors{background:#e8f8e8;color:#1f6f1f}#mq-bodyquiz .value-pillar-icon.channel{background:#fff4e5;color:#c25a00}#mq-bodyquiz .value-pillar-title{flex:1}#mq-bodyquiz .value-pillar-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:2px}#mq-bodyquiz .value-pillar-meta{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--cobalt)}#mq-bodyquiz .value-pillar-desc{font-size:13.5px;color:var(--text-secondary);line-height:1.5;margin-bottom:10px}#mq-bodyquiz .value-pillar-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}#mq-bodyquiz .value-pillar-bullets li{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--text);line-height:1.4}#mq-bodyquiz .value-pillar-bullets li::before{content:'';width:14px;height:14px;border-radius:50%;background:var(--lime);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2 6l3 3 5-5' stroke='%231a1a1a' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:center}#mq-bodyquiz .paywall-trust{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;margin-bottom:18px;display:flex;gap:14px;align-items:center}#mq-bodyquiz .paywall-trust-icon{width:32px;height:32px;background:#eef2fe;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}#mq-bodyquiz .paywall-trust-text{font-size:13px;color:var(--text-secondary);line-height:1.45}#mq-bodyquiz .paywall-trust-text strong{color:var(--text);font-weight:600}#mq-bodyquiz .paywall-footer-links{display:flex;justify-content:center;gap:20px;margin-top:16px}#mq-bodyquiz .paywall-footer-links a{font-size:12px;color:var(--text-muted);text-decoration:none;transition:color var(--transition)}#mq-bodyquiz .paywall-footer-links a:hover{color:var(--text-secondary)}#mq-bodyquiz .download{text-align:center;padding-top:40px}#mq-bodyquiz .download-icon{width:72px;height:72px;background:var(--cobalt);border-radius:18px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:var(--shadow-lg)}#mq-bodyquiz .download-icon svg{width:40px;height:40px}#mq-bodyquiz .download h2{font-size:26px;font-weight:700;line-height:1.3;margin-bottom:12px;letter-spacing:-.3px}#mq-bodyquiz .download p{font-size:15px;color:var(--text-secondary);margin-bottom:28px}#mq-bodyquiz .store-buttons{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:0 auto}#mq-bodyquiz .store-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:var(--radius);text-decoration:none;font-family:inherit;font-size:14.5px;font-weight:600;transition:all var(--transition);-webkit-tap-highlight-color:transparent}#mq-bodyquiz .store-btn.apple{background:var(--text);color:var(--white)}#mq-bodyquiz .store-btn.apple:hover{background:#000;transform:translateY(-2px);box-shadow:var(--shadow-lg)}#mq-bodyquiz .store-btn.google{background:var(--surface);color:var(--text);border:2px solid var(--border)}#mq-bodyquiz .store-btn.google:hover{border-color:var(--text-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}#mq-bodyquiz .store-btn svg{width:22px;height:22px;flex-shrink:0}#mq-bodyquiz .deep-link{display:block;margin-top:14px;font-size:14px;color:var(--cobalt);text-decoration:none;font-weight:500}#mq-bodyquiz .site-footer{text-align:center;padding:24px 0;margin-top:auto}#mq-bodyquiz .site-footer-text{font-size:12px;color:var(--text-muted)}@media (max-width:480px){#mq-bodyquiz .welcome h1{font-size:24px}#mq-bodyquiz .question-text{font-size:19px}#mq-bodyquiz .archetype-name,#mq-bodyquiz .download h2,#mq-bodyquiz .paywall-header h2{font-size:22px}#mq-bodyquiz .selling-slide h2{font-size:20px}#mq-bodyquiz .plan-reveal-header h2{font-size:22px}}@media (min-width:481px){#mq-bodyquiz .container{padding:0 24px}}@media (prefers-reduced-motion:reduce){#mq-bodyquiz *,#mq-bodyquiz ::after,#mq-bodyquiz ::before{animation-duration:0s!important;transition-duration:0s!important}}#mq-bodyquiz .subscribe{padding-top:28px;max-width:380px;margin:0 auto;width:100%}#mq-bodyquiz .subscribe-header{text-align:center;margin-bottom:24px}#mq-bodyquiz .subscribe-header h2{font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.3px;margin-bottom:12px}#mq-bodyquiz .subscribe-header p{font-size:15px;color:var(--text-secondary)}#mq-bodyquiz .subscribe-header p strong{color:var(--text);font-weight:600}#mq-bodyquiz .field{margin-bottom:14px}#mq-bodyquiz .field input{width:100%;height:56px;padding:0 18px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-family:inherit;font-size:15px;color:var(--text);transition:border-color var(--transition),box-shadow var(--transition);-webkit-tap-highlight-color:transparent}#mq-bodyquiz .field input::placeholder{color:var(--text-muted)}#mq-bodyquiz .field input:focus{outline:0;border-color:var(--cobalt);box-shadow:0 0 0 3px rgba(59,102,232,.12)}#mq-bodyquiz .field input.invalid{border-color:var(--wrong);box-shadow:0 0 0 3px rgba(248,113,113,.12)}#mq-bodyquiz .mq-chk{display:flex!important;align-items:flex-start;gap:10px;margin:0 0 12px;padding-left:2px;font-size:13.5px;line-height:1.45;color:var(--text);cursor:pointer}#mq-bodyquiz .mq-chk input[type=checkbox]{width:18px;height:18px;margin:1px 0 0;flex:0 0 18px;accent-color:var(--cobalt)}#mq-bodyquiz .mq-chk span{flex:1 1 auto}#mq-bodyquiz .mq-chk a{color:var(--cobalt);text-decoration:underline}#mq-bodyquiz .subscribe .btn-primary{margin-top:14px}#mq-bodyquiz .sub-error{font-size:13px;color:var(--wrong);margin:8px 2px 0}#mq-bodyquiz .sub-note{text-align:center;font-size:12px;color:var(--text-muted);margin-top:16px;line-height:1.5}#mq-bodyquiz .sub-skip{display:block;text-align:center;font-size:13px;color:var(--text-muted);text-decoration:underline;margin-top:14px}#mq-bodyquiz .lib-day{display:inline-block;background:var(--cobalt);color:var(--white);font-size:11px;font-weight:700;padding:2px 9px;border-radius:6px;margin-bottom:6px;letter-spacing:.3px}#mq-bodyquiz .trial{padding-top:22px}#mq-bodyquiz .trial-header{text-align:center;margin-bottom:28px}#mq-bodyquiz .trial-header h2{font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.3px}#mq-bodyquiz .trial-timeline{position:relative;padding-left:30px;margin-bottom:22px}#mq-bodyquiz .trial-step{position:relative;padding-bottom:26px}#mq-bodyquiz .trial-step:last-child{padding-bottom:0}#mq-bodyquiz .trial-step::before{content:'';position:absolute;left:-30px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--cobalt);z-index:1}#mq-bodyquiz .trial-step.free::before{background:var(--lime-dark)}#mq-bodyquiz .trial-step::after{content:'';position:absolute;left:-24px;top:16px;bottom:-2px;width:2px;background:var(--border)}#mq-bodyquiz .trial-step:last-child::after{display:none}#mq-bodyquiz .trial-when{font-size:15px;font-weight:700;color:var(--text);margin-bottom:3px}#mq-bodyquiz .trial-what{font-size:14px;color:var(--text-secondary);line-height:1.5}#mq-bodyquiz .trial-what strong{color:var(--text);font-weight:700}#mq-bodyquiz .trial-note{text-align:center;font-size:13px;color:var(--text-muted);margin-bottom:20px}#mq-bodyquiz .proof{padding-top:26px;text-align:center}#mq-bodyquiz .proof-eyebrow{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--cobalt);margin-bottom:22px}#mq-bodyquiz .proof-stats{display:flex;flex-direction:column;gap:12px;margin-bottom:26px}#mq-bodyquiz .proof-stat{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px 18px}#mq-bodyquiz .proof-stat-num{font-size:24px;font-weight:700;color:var(--cobalt);line-height:1.1}#mq-bodyquiz .proof-stat-num.stars{color:#f5b301;letter-spacing:2px;font-size:20px}#mq-bodyquiz .proof-stat-label{font-size:13px;color:var(--text-secondary);margin-top:4px}#mq-bodyquiz .checkout{padding-top:20px}#mq-bodyquiz .checkout-header{text-align:center;margin-bottom:20px}#mq-bodyquiz .checkout-header h2{font-size:22px;font-weight:700;letter-spacing:-.3px}#mq-bodyquiz .checkout-header p{font-size:13.5px;color:var(--text-secondary);margin-top:8px}#mq-bodyquiz #checkoutMount{min-height:220px}#mq-bodyquiz .checkout-err,#mq-bodyquiz .checkout-loading{text-align:center;padding:44px 12px;font-size:14px;color:var(--text-muted)}#mq-bodyquiz .checkout-err{color:var(--wrong)}#mq-bodyquiz .checkout-wrap{margin:18px 0 4px}#mq-bodyquiz .paywall-cols{display:block}@media (min-width:900px){#mq-bodyquiz .container{max-width:600px}#mq-bodyquiz .container:has(#step-paywall.active){max-width:820px}#mq-bodyquiz .paywall-cols{display:grid;grid-template-columns:1.05fr 1fr;gap:26px;align-items:start}#mq-bodyquiz .paywall-left{min-width:0}#mq-bodyquiz .paywall-right{min-width:0;position:sticky;top:64px}#mq-bodyquiz .paywall-right .checkout-wrap{margin:0}#mq-bodyquiz .paywall-foot{grid-column:1/-1;margin-top:4px}}