body{margin:0;padding:40px 20px;background:#f0eeff;min-height:100vh}#wrap{max-width:960px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 48px rgba(79,70,229,.15);overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}#lf{font-family:'DM Sans',system-ui,sans-serif;background:#fff;width:100%;display:flex;flex-direction:column;min-height:680px}#lf-bar{height:60px;background:#fff;border-bottom:2px solid #f0eeff;display:flex;align-items:center;padding:0 48px;gap:0;flex-shrink:0}.lf-logo{font-size:18px;font-weight:900;color:#1a1a2e;letter-spacing:-.5px;margin-right:32px;flex-shrink:0}.lf-logo em{color:#ff385c;font-style:normal}.lf-step-pill{display:flex;align-items:center;gap:8px;background:#f6f4ff;border-radius:99px;padding:5px 14px 5px 6px;flex-shrink:0}.lf-step-circle{width:26px;height:26px;border-radius:50%;background:#4f46e5;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.lf-step-text{font-size:12px;font-weight:700;color:#4f46e5;white-space:nowrap}.lf-prog-track{flex:1;height:4px;background:#f0eeff;border-radius:2px;overflow:hidden;margin:0 24px}.lf-prog-fill{height:4px;background:linear-gradient(90deg,#4f46e5,#ff385c);border-radius:2px;transition:width .5s cubic-bezier(.4,0,.2,1)}.lf-wp-badge{display:flex;align-items:center;gap:7px;border:2px solid #e0e7ff;border-radius:99px;padding:5px 14px;flex-shrink:0;background:#fff}.lf-wp-dot{width:7px;height:7px;border-radius:50%;background:#ff385c;animation:blink 2s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.lf-wp-label{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.lf-wp-val{font-size:15px;font-weight:800;color:#4f46e5;min-width:36px;text-align:right}#lf-canvas{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 48px 0;max-width:840px;width:100%;margin:0 auto}.lf-screen{display:none;flex-direction:column;align-items:center;width:100%}.lf-screen.on{display:flex}.lf-illus{margin-bottom:20px}.lf-q-head{font-size:34px;font-weight:800;color:#0f0c1e;text-align:center;letter-spacing:-.7px;line-height:1.2;margin-bottom:8px;max-width:640px}.lf-q-sub{font-size:15px;color:#8b8fa8;text-align:center;font-weight:400;line-height:1.5;max-width:500px;margin-bottom:8px}.lf-enforce{font-size:13px;color:#7c3aed;text-align:center;background:#faf9ff;border-radius:8px;padding:8px 20px;margin-bottom:24px;max-width:520px;font-weight:500;line-height:1.5}.lf-enforce strong{color:#4f46e5}.lf-sel-wrap{position:relative;width:100%;max-width:460px;margin-bottom:4px}.lf-sel{width:100%;padding:15px 48px 15px 20px;font-size:16px;font-weight:600;border:2px solid #e0e7ff;border-radius:14px;background:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;font-family:'DM Sans',system-ui,sans-serif;outline:none;transition:border-color .15s;line-height:1.4}.lf-sel:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.lf-sel[data-empty="true"]{color:#94a3b8}.lf-sel:not([data-empty="true"]){color:#0f0c1e}.lf-sel option{color:#0f0c1e;font-weight:500}.lf-sel-arr{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#a78bfa}.lf-yesno{display:flex;gap:12px;width:100%;max-width:460px;margin-bottom:4px}.lf-yn{flex:1;padding:14px 20px;border-radius:14px;border:2px solid #e0e7ff;font-size:16px;font-weight:700;cursor:pointer;background:#fff;color:#374151;transition:all .15s;text-align:center;user-select:none}.lf-yn:hover{border-color:#4f46e5;color:#4f46e5;background:#f6f4ff}.lf-yn.on{border-color:#4f46e5;background:#4f46e5;color:#fff;box-shadow:0 4px 14px rgba(79,70,229,.25)}.lf-yn.red.on{border-color:#ff385c;background:#ff385c;color:#fff}.lf-yn.red:hover{border-color:#ff385c;color:#ff385c;background:#fff5f7}.lf-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:100%;max-width:640px;margin-bottom:4px}.lf-chip{padding:12px 18px;border-radius:12px;border:2px solid #e0e7ff;font-size:14px;font-weight:600;cursor:pointer;background:#fff;color:#374151;transition:all .15s;user-select:none;display:flex;align-items:center;gap:8px}.lf-chip:hover{border-color:#4f46e5;color:#4f46e5;background:#f6f4ff}.lf-chip.on{border-color:#4f46e5;background:#f6f4ff;color:#4f46e5}.lf-chip-box{width:17px;height:17px;border-radius:5px;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex-shrink:0}.lf-chip.on .lf-chip-box::after{content:'✓'}.lf-upload-wrap{margin-top:12px;width:100%;max-width:460px}.lf-upload-btn{display:flex;align-items:center;gap:10px;padding:12px 20px;border:2px dashed #c7d2fe;border-radius:12px;background:#f8f7ff;color:#4f46e5;font-size:14px;font-weight:600;cursor:pointer;width:100%;font-family:'DM Sans',system-ui,sans-serif;transition:all .15s}.lf-upload-btn:hover{border-color:#4f46e5;background:#f0eeff}.lf-upload-note{font-size:11px;color:#a78bfa;margin-top:5px;text-align:center}.lf-upload-done{display:none;align-items:center;gap:6px;font-size:13px;color:#059669;font-weight:600;margin-top:6px}.lf-upload-done.on{display:flex}.lf-inp-group{width:100%;max-width:500px;display:flex;flex-direction:column;gap:12px}.lf-inp-row{display:flex;gap:12px}.lf-inp{flex:1;padding:14px 18px;font-size:15px;font-weight:500;border:2px solid #e0e7ff;border-radius:12px;background:#fff;color:#0f0c1e;outline:none;font-family:'DM Sans',system-ui,sans-serif;transition:border-color .15s}.lf-inp:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.lf-inp::placeholder{color:#c4c9d4;font-weight:400}.lf-dq{background:#fff5f5;border:2px solid #fecaca;border-radius:10px;padding:11px 18px;font-size:14px;color:#dc2626;display:none;text-align:center;max-width:480px;line-height:1.5;margin-top:4px}.lf-dq.on{display:block}
.lf-field-err{font-size:11px;color:#dc2626;margin-top:4px;display:none;font-family:'DM Sans',system-ui,sans-serif;line-height:1.4}
#lf-nav{padding:18px 48px 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-top:2px solid #f8f7ff;margin-top:auto}.lf-trust{display:flex;gap:20px}.lf-trust-i{font-size:12px;color:#c4b5fd;font-weight:600;display:flex;align-items:center;gap:5px}.lf-trust-i::before{content:'';width:5px;height:5px;border-radius:50%;background:#4ade80;display:block}.lf-nav-btns{display:flex;align-items:center;gap:10px}.lf-back-btn{padding:11px 22px;font-size:14px;font-weight:700;border:2px solid #e0e7ff;border-radius:12px;background:#fff;color:#a78bfa;cursor:pointer;font-family:'DM Sans',system-ui,sans-serif;transition:all .15s}.lf-back-btn:hover{border-color:#4f46e5;color:#4f46e5;background:#f6f4ff}.lf-continue{padding:14px 40px;font-size:15px;font-weight:800;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;cursor:pointer;font-family:'DM Sans',system-ui,sans-serif;transition:all .2s;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px rgba(79,70,229,.3)}.lf-continue:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translateY(-1px);box-shadow:0 8px 24px rgba(79,70,229,.4)}#lf-results{display:none;padding:32px 40px 40px;max-width:780px;width:100%;margin:0 auto}
#lf-results.on{display:block}

.r-hero{text-align:center;margin-bottom:22px}
.r-ai-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5;background:#eef2ff;padding:5px 12px;border-radius:99px;margin-bottom:12px}
.r-hero-title{font-size:26px;font-weight:800;color:#0f0c1e;letter-spacing:-.5px;line-height:1.2;margin-bottom:4px}
.r-hero-sub{font-size:13px;color:#8b8fa8;font-weight:400}

.r-scores{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.r-score-card{border-radius:14px;padding:20px 22px;text-align:center}
.rsc-ind{background:#eef2ff;border:1px solid #c7d2fe}
.rsc-grn{background:#f0fdf4;border:1px solid #bbf7d0}
.rsc-lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:6px}
.rsc-ind .rsc-lbl{color:#6366f1}
.rsc-grn .rsc-lbl{color:#059669}
.rsc-num{font-size:42px;font-weight:900;letter-spacing:-2px;line-height:1;color:#4f46e5}
.rsc-grn .rsc-num{color:#059669}
.rsc-val{font-size:24px;margin-top:4px;letter-spacing:-1px}
.rsc-sub{font-size:11px;color:#6b7280;margin-top:8px;font-weight:400;line-height:1.4}
.r-wp-track{height:5px;background:#c7d2fe;border-radius:3px;margin:10px 0 8px;overflow:hidden}
.r-wp-track-fill{height:5px;border-radius:3px;background:#4f46e5;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}

.r-sw-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.r-panel{border-radius:12px;padding:16px 18px}
.r-panel-str{background:#f0fdf4;border:1px solid #bbf7d0}
.r-panel-wk{background:#fff8f0;border:1px solid #fed7aa}
.r-panel-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.r-panel-str .r-panel-title{color:#15803d}
.r-panel-wk .r-panel-title{color:#c2410c}
.r-flag{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:flex-start;gap:8px}
.r-flag:last-child{border-bottom:none}
.r-compliment{font-size:12px;color:#c2410c;font-style:italic;padding:8px 0;line-height:1.5}

.r-report-block{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f8f7ff;border:1px solid #e0e7ff;border-radius:14px;padding:18px 20px;margin-bottom:16px}
.r-report-left{flex:1}
.r-report-title{font-size:14px;font-weight:700;color:#0f0c1e;margin-bottom:4px}
.r-report-sub{font-size:12px;color:#6b7280;line-height:1.5}
.r-report-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#4f46e5;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:'DM Sans',system-ui,sans-serif;flex-shrink:0;transition:background .15s}
.r-report-btn:hover{background:#4338ca}

.r-next-section{background:#0f0c1e;border-radius:14px;padding:22px 24px;margin-bottom:14px}
.r-next-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;margin-bottom:16px}
.r-steps{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.r-step{display:flex;align-items:flex-start;gap:12px}
.r-step-num{width:24px;height:24px;border-radius:50%;background:#4f46e5;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.r-step-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}
.r-step-desc{font-size:12px;color:rgba(255,255,255,.55);line-height:1.5}
.r-cta-badges{display:flex;gap:8px;flex-wrap:wrap}
.r-cta-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:99px;padding:5px 12px;font-size:11px;font-weight:600;color:rgba(255,255,255,.7)}

.r-reset{width:100%;padding:12px;font-size:13px;font-weight:600;background:transparent;border:1px solid #e0e7ff;border-radius:10px;cursor:pointer;color:#94a3b8;font-family:'DM Sans',system-ui,sans-serif;transition:all .15s;margin-top:2px}
.r-reset:hover{background:#f6f4ff;color:#4f46e5;border-color:#c7d2fe}

#disclaimer-nav-wrap{display:none}

@media(max-width:580px){
  #lf-results{padding:20px 18px 28px}
  .r-scores,.r-sw-grid{grid-template-columns:1fr}
  .r-hero-title{font-size:22px}
  .rsc-num{font-size:34px}
  .r-report-block{flex-direction:column;align-items:flex-start}
  .r-report-btn{width:100%;justify-content:center}
}
