@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap";.rrd-quiz{--gradient-start: #6e1554;--gradient-mid: #c41c86;--gradient-end: #f02e96;--pill-bg: #fbdde6;--pill-bg-hover: #ffeaf1;--pill-shadow: rgba(70, 8, 44, .28);--checkbox-border: #d6337e;--answer-text: #2a2320;--question-text: #ffffff;--divider-color: rgba(255, 255, 255, .65);--card-bg: #fff6f9;--card-text: #2a2320;--cta-bg: #ffffff;--cta-text: #a51467;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;all:initial;font-family:var(--font-body);display:block;width:100%}.rrd-quiz *{box-sizing:border-box}.rrd-screen{min-height:520px;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:3rem 1.5rem;border-radius:20px;box-shadow:0 20px 50px #1e041659;position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 40% at 15% 10%,rgba(255,255,255,.12),transparent 60%),radial-gradient(ellipse 50% 35% at 85% 90%,rgba(255,255,255,.1),transparent 60%),linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-mid) 55%,var(--gradient-end) 100%)}.rrd-progress{width:100%;max-width:560px;display:flex;flex-direction:column;gap:.4rem;position:absolute;top:1.5rem;left:50%;transform:translate(-50%);padding:0 1.5rem}.rrd-progress-label{color:#ffffffd9;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;text-align:center}.rrd-progress-track{width:100%;height:6px;border-radius:999px;background:#ffffff40;overflow:hidden}.rrd-progress-fill{height:100%;background:#fff;border-radius:999px;transition:width .35s ease}.rrd-question{font-family:var(--font-display);font-weight:700;color:var(--question-text);font-size:clamp(1.4rem,3.2vw,2.1rem);text-align:center;line-height:1.3;text-wrap:balance;text-shadow:0 2px 8px rgba(0,0,0,.25);max-width:720px;margin:2.25rem 0 0}.rrd-divider{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--divider-color)}.rrd-divider-line{width:90px;height:1px;background:var(--divider-color)}.rrd-divider-dot{width:4px;height:4px;border-radius:50%;background:var(--divider-color)}.rrd-options{list-style:none;margin:0;padding:0;width:100%;max-width:640px;display:flex;flex-direction:column;gap:1rem}.rrd-option{display:flex;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.5rem;background:var(--pill-bg);border:none;border-radius:999px;box-shadow:0 4px 10px var(--pill-shadow);cursor:pointer;font-family:var(--font-body);font-size:1.05rem;color:var(--answer-text);text-align:left;transition:background .15s ease,transform .1s ease}.rrd-option:hover{background:var(--pill-bg-hover)}.rrd-option:active{transform:scale(.99)}.rrd-option:focus-visible{outline:3px solid #ffffff;outline-offset:2px}.rrd-option-box{flex-shrink:0;width:26px;height:26px;border-radius:8px;border:2.5px solid var(--checkbox-border);background:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.rrd-check{color:#fff;opacity:0;transform:scale(.4);transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}.rrd-options-locked .rrd-option{pointer-events:none}.rrd-options-locked .rrd-option:not(.rrd-option-selected){opacity:.5}.rrd-option-selected{background:var(--pill-bg-hover)}.rrd-option-selected .rrd-option-box{background:var(--checkbox-border);border-color:var(--checkbox-border)}.rrd-option-selected .rrd-check{opacity:1;transform:scale(1)}.rrd-cta{font-family:var(--font-body);font-weight:700;font-size:1.05rem;color:var(--cta-text);background:var(--cta-bg);border:none;border-radius:999px;padding:1rem 2.5rem;cursor:pointer;box-shadow:0 4px 14px #0003;transition:transform .1s ease;text-decoration:none;display:inline-block}.rrd-cta:hover{transform:translateY(-1px)}.rrd-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.rrd-cover{display:flex;flex-direction:column;align-items:center;gap:.9rem;width:100%;max-width:560px}.rrd-cover-title-image{max-width:380px;width:100%;display:block}.rrd-cover-body{font-size:1.02rem;line-height:1.5;text-align:center;max-width:46ch;color:var(--question-text);text-shadow:0 1px 4px rgba(0,0,0,.2);margin:0}.rrd-cover-body p{margin:0}.rrd-cover-body p+p{margin-top:.5em}.rrd-cover-body img{max-width:100%;border-radius:10px}.rrd-cover-body-strong{font-weight:700}.rrd-eyebrow{color:#ffffffd9;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;text-align:center}.rrd-lead-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:480px}.rrd-input{width:100%;padding:1rem 1.4rem;border-radius:999px;border:none;background:var(--pill-bg);font-family:var(--font-body);font-size:1rem;color:var(--answer-text)}.rrd-input::placeholder{color:#8a7a80}.rrd-input:focus-visible{outline:3px solid #ffffff;outline-offset:2px}.rrd-error{color:#fff0f5;background:#8c0a3c8c;border-radius:10px;padding:.6rem 1rem;font-size:.9rem;text-align:center}.rrd-preview-banner{background:#1a1a19;color:#ffd166;border:1px solid #ffd166;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-align:center;letter-spacing:.02em;margin-bottom:1rem;max-width:760px;margin-left:auto;margin-right:auto}.rrd-results{display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:620px;width:100%}.rrd-results-image{max-width:480px;width:100%;border-radius:14px;box-shadow:0 10px 26px #00000040}.rrd-results-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3.4vw,2.1rem);text-align:center;color:var(--question-text);text-shadow:0 2px 8px rgba(0,0,0,.25);margin:0}.rrd-results-body{font-size:1.02rem;line-height:1.65;text-align:center;max-width:60ch;color:var(--question-text);text-shadow:0 1px 4px rgba(0,0,0,.2)}.rrd-results-body p{margin:0}.rrd-results-body p+p{margin-top:.65em}.rrd-results-body img{max-width:100%;border-radius:10px}.rrd-score{display:flex;flex-direction:column;align-items:center;gap:.15rem}.rrd-score-label{color:#ffffffd9;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.rrd-score-value{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,9vw,4.5rem);line-height:1;color:#fff;text-shadow:0 4px 16px rgba(0,0,0,.3)}.rrd-score-max{font-size:1.4rem;font-weight:600;color:#ffffffb3;margin-left:.15rem}.rrd-results-cta{background:linear-gradient(135deg,var(--gradient-mid),var(--gradient-end));color:#fff}.rrd-ai-insight{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;max-width:56ch;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.25)}.rrd-ai-insight-body{font-size:.98rem;line-height:1.65;text-align:center;color:var(--question-text);text-shadow:0 1px 4px rgba(0,0,0,.2)}.rrd-ai-insight-body p{margin:0 0 .9em}.rrd-ai-insight-body p:last-child{margin-bottom:0}.rrd-age-section{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;margin-top:1.5rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.25)}.rrd-skip-link{background:none;border:none;color:#ffffffd9;text-decoration:underline;font-size:.9rem;cursor:pointer;font-family:var(--font-body)}.rrd-thankyou-text{color:var(--question-text);font-size:1.05rem;line-height:1.6;text-align:center;max-width:52ch;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:560px){.rrd-screen{padding:4.5rem 1.1rem 2.5rem;min-height:100vh;min-height:100dvh;border-radius:0;box-shadow:none;max-width:none}.rrd-option{padding:1rem 1.2rem;font-size:1rem}}
