.v2-fm-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.v2-fm-field-label{font-size:12px;font-weight:600;color:var(--text-muted)}.v2-fm-seg{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:3px;border:1px solid var(--border);border-radius:10px;background:var(--surface-1)}.v2-fm-seg-btn{padding:7px 8px;font-size:13px;font-weight:500;border:none;border-radius:7px;background:transparent;color:var(--text-muted);cursor:pointer}.v2-fm-seg-btn.on{background:var(--teal-soft);color:var(--teal);font-weight:600}.v2-fm-seg-btn:disabled{cursor:not-allowed;opacity:.6}.v2-fm-progress{display:flex;flex-direction:column;gap:6px}.v2-fm-progress-head{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.v2-fm-progress-track{height:6px;border-radius:999px;background:var(--surface-1);overflow:hidden}.v2-fm-progress-track>span{display:block;height:100%;background:var(--teal);transition:width 1s linear}.v2-fm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.v2-fm-review{margin:12px 0 0;font-size:12px;color:var(--text-muted)}.v2-fm-submit{width:100%;height:42px;font-size:14px}