.fp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fpFadeIn .3s ease-out}@keyframes fpFadeIn{0%{opacity:0}to{opacity:1}}.fp-modal{background:#fff;border-radius:20px;max-width:450px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 90px rgba(0,0,0,.5);animation:fpSlideUp .4s ease-out}@keyframes fpSlideUp{0%{transform:translateY(60px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.fp-header{background:linear-gradient(150deg,#0d2b1e,#0a3d2e 60%,#1a4a35);padding:20px 24px 24px;position:relative;flex-shrink:0}.fp-close{position:absolute;top:12px;right:14px;background:rgba(255,255,255,.12);border:none;width:30px;height:30px;border-radius:50%;font-size:18px;color:rgba(255,255,255,.7);cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s}.fp-close:hover{background:rgba(255,255,255,.22);color:#fff}.fp-header-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f0b429;margin:0 0 14px}.fp-progress{display:flex;gap:7px;margin-bottom:6px}.fp-dot{width:9px;height:9px;border-radius:50%;border:2px solid rgba(255,255,255,.25);background:transparent;padding:0;cursor:pointer;transition:all .2s}.fp-dot--active{border-color:#f0b429;background:#f0b429;transform:scale(1.25)}.fp-dot--done{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.5)}.fp-dot--done.fp-dot--active{border-color:#f0b429;background:#f0b429}.fp-step-label{font-size:11px;color:rgba(255,255,255,.45);margin:0 0 12px;font-weight:600;letter-spacing:.04em}.fp-question{font-family:var(--font-display,"Fraunces",serif);font-size:19px;font-weight:800;color:#fff;margin:0;line-height:1.3}.fp-body{padding:22px 24px 20px;overflow-y:auto;flex:1}.fp-body::-webkit-scrollbar{width:4px}.fp-body::-webkit-scrollbar-track{background:#f0f4f5}.fp-body::-webkit-scrollbar-thumb{background:#c0cdd5;border-radius:4px}.fp-radio-list{display:flex;flex-direction:column;gap:8px}.fp-radio-list--scroll{max-height:220px;overflow-y:auto}.fp-radio-row{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;border:1.5px solid #e8edf0;background:#fff;cursor:pointer;transition:all .18s}.fp-radio-row:hover{border-color:#b0c8d0;background:#f4f9fb}.fp-radio-row--active{border-color:#f0b429;background:#fffbee}.fp-radio-circle{width:20px;height:20px;border-radius:50%;border:2px solid #c0cdd5;flex-shrink:0;transition:all .18s}.fp-radio-circle--active{border-color:#f0b429;border-width:6px;background:#fff}.fp-radio-label{font-size:14px;font-weight:500;color:#1a2e3b}.fp-radio-row--active .fp-radio-label{font-weight:700;color:#0d1117}.fp-input-area{display:flex;flex-direction:column;gap:10px}.fp-select,.fp-text-input{width:100%;padding:11px 14px;border:1.5px solid #e8edf0;border-radius:12px;font-size:14px;color:#1a2e3b;background:#f8fafb;outline:none;transition:border-color .2s}.fp-select:focus,.fp-text-input:focus{border-color:#f0b429}.fp-dual-radio{display:flex;gap:10px;align-items:flex-start}.fp-dual-radio-col{flex:1;min-width:0}.fp-dual-radio-label{font-size:10px;font-weight:700;color:#7a8d9a;text-transform:uppercase;letter-spacing:.07em;margin:0 0 6px}.fp-dual-radio-vs{font-size:11px;font-weight:800;color:#c0cdd5;padding-top:26px;flex-shrink:0}.fp-result-area{min-height:80px}.fp-your-vote{font-size:13px;color:#5b7a85;margin:0 0 14px}.fp-your-vote strong{color:#0d1117}.fp-skipped{text-align:center;font-size:13px;color:#7a8d9a;font-style:italic;padding:24px 0}.fp-bars{display:flex;flex-direction:column;gap:10px}.fp-bar-top{display:flex;justify-content:space-between;margin-bottom:4px}.fp-bar-name{font-size:12.5px;color:#3a5568;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-bar-pct{font-size:11.5px;font-weight:700;color:#7a8d9a;flex-shrink:0}.fp-bar-track{height:8px;background:#edf2f7;border-radius:4px;overflow:hidden}.fp-bar-fill{height:100%;background:#2d6a7a;border-radius:4px;transition:width .5s ease}.fp-bar-row--mine .fp-bar-name{font-weight:700;color:#0d1117}.fp-bar-row--mine .fp-bar-fill{background:#f0b429}.fp-total{font-size:11px;color:#7a8d9a;margin:6px 0 0;text-align:right}.fp-footer{margin-top:20px;padding-top:16px;border-top:1px solid #edf2f7}.fp-footer .fp-progress{justify-content:center;margin-bottom:4px}.fp-footer .fp-step-label{text-align:center;color:#7a8d9a;margin:0 0 12px}.fp-footer .fp-dot{border-color:#d0dce3}.fp-footer .fp-dot--done{border-color:#2d6a7a;background:#2d6a7a}.fp-nav{display:flex;justify-content:space-between;align-items:center}.fp-nav-btn{background:none;border:none;font-size:13px;font-weight:600;color:#7a8d9a;cursor:pointer;padding:7px 14px;border-radius:8px;transition:all .2s}.fp-nav-btn:hover:not(:disabled){color:#0d1117;background:#f0f4f5}.fp-nav-btn:disabled{opacity:.3;cursor:not-allowed}.fp-nav-btn--next{color:#2d6a7a;font-weight:700}.fp-nav-btn--next:hover{color:#1a4a5a;background:#e8f4f8}.fp-nav-btn--submit{color:#0d1117;background:#f0b429;padding:10px 22px;border-radius:12px;font-weight:700;font-size:14px}.fp-nav-btn--submit:hover:not(:disabled){background:#ffc94d}.fp-nav-btn--submit:disabled{opacity:.45}.fp-nav-btn--done{color:#fff;background:#2d6a7a;padding:10px 22px;border-radius:12px;font-weight:700}.fp-nav-btn--done:hover{background:#1a4a5a}.fp-section{background:rgba(240,180,41,.04);padding:56px 24px;position:relative;overflow:hidden}.fp-section-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.fp-section-card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 40px rgba(0,0,0,.3)}.fp-section-card .fp-header{background:linear-gradient(150deg,#0d2b1e,#0a3d2e 60%,#1a4a35);text-align:center;padding:28px 28px 24px}.fp-section-card .fp-header-eyebrow{font-size:13px;letter-spacing:.12em;margin-bottom:12px}.fp-section-card .fp-progress{justify-content:center}.fp-section-card .fp-step-label{text-align:center}.fp-section-card .fp-question{text-align:center;font-size:20px}.fp-section-card .fp-body{padding:24px 32px 28px}.fp-section-card .fp-nav{justify-content:center;gap:16px}@media (max-width:480px){.fp-modal{border-radius:16px}.fp-section{padding:32px 14px}.fp-section-card .fp-body{padding:0 20px 22px}.fp-header{padding:18px 18px 20px}.fp-body{padding:18px 18px 16px}.fp-question{font-size:17px}.fp-dual-radio{flex-direction:column;gap:16px}.fp-dual-radio-vs{padding-top:0;text-align:center;width:100%}}