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-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:40px 48px;max-width:840px;width:100%;margin:0 auto}#lf-results.on{display:block}.r-hero{text-align:center;margin-bottom:32px}.r-hero-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#a78bfa;margin-bottom:10px}.r-hero-title{font-size:36px;font-weight:900;color:#0f0c1e;letter-spacing:-.8px;line-height:1.2;margin-bottom:10px}.r-hero-sub{font-size:16px;color:#64748b;line-height:1.6;max-width:540px;margin:0 auto 20px}.r-hero-empower{background:linear-gradient(135deg,#f6f4ff,#fff0f5);border-radius:14px;padding:18px 24px;border:2px solid #e0e7ff;font-size:14px;color:#374151;line-height:1.7;max-width:600px;margin:0 auto}.r-hero-empower strong{color:#4f46e5}.r-scores{display:flex;gap:16px;margin:28px 0 20px;justify-content:center}.r-score-card{border-radius:18px;padding:24px 32px;text-align:center;min-width:180px}.rsc-ind{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.rsc-grn{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.rsc-lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:8px}.rsc-num{font-size:48px;font-weight:900;letter-spacing:-2px;line-height:1}.rsc-sub{font-size:12px;opacity:.75;margin-top:6px;font-weight:500}.r-divider{height:2px;background:#f8f7ff;margin:8px 0 24px}.r-sw-title{font-size:20px;font-weight:800;color:#0f0c1e;margin-bottom:4px;text-align:center}.r-sw-sub{font-size:14px;color:#94a3b8;text-align:center;margin-bottom:20px}.r-sw-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.r-panel{border-radius:16px;padding:20px}.r-panel-str{background:#f0fdf4;border:2px solid #bbf7d0}.r-panel-wk{background:#fff1f2;border:2px solid #fecdd3}.r-panel-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;display:flex;align-items:center;gap:7px}.r-pt-icon{width:22px;height:22px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;flex-shrink:0}.r-flag{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04);display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}.r-flag:last-child{border-bottom:none}.r-fdot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.r-cta{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:18px;padding:28px 32px;text-align:center;color:#fff;margin-bottom:16px}.r-cta-h{font-size:22px;font-weight:800;margin-bottom:6px}.r-cta-s{font-size:14px;opacity:.85;margin-bottom:20px;line-height:1.5}.r-cta-badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.r-cta-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:6px 16px;font-size:12px;font-weight:700}.r-reset{width:100%;padding:13px;font-size:14px;font-weight:700;background:#fff;border:2px solid #e0e7ff;border-radius:12px;cursor:pointer;color:#94a3b8;font-family:'DM Sans',system-ui,sans-serif}.r-reset:hover{background:#f6f4ff;color:#4f46e5;border-color:#c7d2fe}