/* Manivo Provider Onboarding V2 — clean-room UI.
 * All selectors are scoped to .manivo-pov2 so legacy dashboard/profile styles
 * cannot control this experience.
 */
.manivo-pov2{--navy:#123d68;--navy-2:#0d3156;--teal:#14947e;--teal-soft:#eaf7f3;--ink:#102a43;--muted:#60758a;--line:#d8e3ec;--soft:#f5f8fb;--warn:#9b6400;--warn-bg:#fff7e3;--danger:#a02a2a;--danger-bg:#fff2f2;--ok:#196b4e;--ok-bg:#eef9f4;max-width:1240px;width:min(1240px,calc(100vw - 28px));margin:26px auto 48px;color:var(--ink);font-family:inherit;box-sizing:border-box}.manivo-pov2 *,.manivo-pov2 *:before,.manivo-pov2 *:after{box-sizing:border-box}.manivo-pov2 a{color:var(--navy)}.manivo-pov2-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 4px 18px}.manivo-pov2-brand{display:inline-flex;align-items:center}.manivo-pov2-brand img{display:block;width:188px;max-width:44vw;height:auto}.manivo-pov2-language{display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:800}.manivo-pov2-language a{text-decoration:none;color:var(--muted)}.manivo-pov2-language a.is-active{color:var(--teal)}.manivo-pov2-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:22px;align-items:start}.manivo-pov2-rail{position:sticky;top:18px;padding:22px 16px;background:linear-gradient(180deg,var(--navy),var(--navy-2));border-radius:18px;color:#fff;box-shadow:0 16px 40px rgba(13,49,86,.16)}.manivo-pov2-rail-title{font-size:15px;font-weight:900;letter-spacing:.02em;margin-bottom:16px}.manivo-pov2-rail-progress{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:#d9e8f4}.manivo-pov2-rail-progress strong{font-size:12px;color:#fff}.manivo-pov2-progress-bar{height:6px;background:rgba(255,255,255,.17);border-radius:999px;overflow:hidden;margin:8px 0 18px}.manivo-pov2-progress-bar i{display:block;height:100%;background:#27c5a7;border-radius:inherit}.manivo-pov2-rail-steps{display:grid;gap:5px}.manivo-pov2-rail-steps a{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;min-height:44px;padding:7px 8px;border-radius:10px;color:#eaf3f9;text-decoration:none;font-size:12px;font-weight:750}.manivo-pov2-rail-steps a:hover{background:rgba(255,255,255,.08)}.manivo-pov2-rail-steps a.is-current{background:rgba(255,255,255,.14);color:#fff}.manivo-pov2-rail-steps a.is-locked{opacity:.48;pointer-events:none}.manivo-pov2-rail-steps b{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:rgba(255,255,255,.12);font-size:11px}.manivo-pov2-rail-steps a.is-done b{background:#1eb596}.manivo-pov2-help{display:grid;gap:5px;margin-top:22px;padding:14px 10px;border-top:1px solid rgba(255,255,255,.14);font-size:11px}.manivo-pov2-help strong{margin-bottom:4px}.manivo-pov2-help a{color:#dff7f1;text-decoration:none}.manivo-pov2-main{min-width:0}.manivo-pov2-summary{display:grid;grid-template-columns:repeat(8,minmax(72px,1fr));gap:0;padding:16px 12px 12px;margin-bottom:12px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow-x:auto;box-shadow:0 8px 26px rgba(16,42,67,.05)}.manivo-pov2-summary-step{position:relative;display:grid;justify-items:center;gap:6px;min-width:74px;text-align:center;color:#8091a2}.manivo-pov2-summary-step:before{content:"";position:absolute;top:15px;right:50%;width:100%;height:2px;background:#e0e8ef;z-index:0}.manivo-pov2-summary-step:first-child:before{display:none}.manivo-pov2-summary-step span{position:relative;z-index:1;display:grid;place-items:center;width:31px;height:31px;border:2px solid #cfdbe4;border-radius:50%;background:#fff;font-size:11px;font-weight:900}.manivo-pov2-summary-step small{font-size:10px;line-height:1.2;font-weight:800}.manivo-pov2-summary-step.is-current span{border-color:var(--teal);background:var(--teal);color:#fff}.manivo-pov2-summary-step.is-current small{color:var(--ink)}.manivo-pov2-summary-step.is-done span{border-color:#a6dccf;background:var(--teal-soft);color:var(--teal)}.manivo-pov2-mobile-step{display:none}.manivo-pov2-step-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 38px rgba(16,42,67,.07);overflow:hidden}.manivo-pov2-step-header{padding:28px 32px 24px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff)}.manivo-pov2-step-header p{margin:0 0 7px;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--teal)}.manivo-pov2-step-header h1{margin:0 0 8px;font-size:clamp(28px,3vw,38px);line-height:1.08;color:var(--ink)}.manivo-pov2-step-header div{max-width:760px;color:var(--muted);font-size:16px;line-height:1.55}.manivo-pov2-form,.manivo-pov2-submit-form{padding:26px 32px 30px}.manivo-pov2-section{padding:22px;border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:18px}.manivo-pov2-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.manivo-pov2-section-title h2{margin:0;font-size:19px;line-height:1.2}.manivo-pov2-section-title h2 em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--soft);padding:4px 7px;border-radius:999px}.manivo-pov2-section-title p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.manivo-pov2 label{display:grid;gap:7px;margin:0;font-weight:750}.manivo-pov2 label>span,.manivo-pov2-label{font-size:13px;font-weight:800;color:var(--ink)}.manivo-pov2 input[type=text],.manivo-pov2 input[type=email],.manivo-pov2 input[type=tel],.manivo-pov2 input[type=password],.manivo-pov2 input[type=date],.manivo-pov2 input[type=time],.manivo-pov2 input[type=file],.manivo-pov2 select,.manivo-pov2 textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cfdbe4;border-radius:9px;background:#fff;color:var(--ink);font:inherit;box-shadow:none}.manivo-pov2 textarea{resize:vertical;min-height:92px}.manivo-pov2 select{-webkit-appearance:none;appearance:none;padding-right:42px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23123d68' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:16px 16px;cursor:pointer}.manivo-pov2 select:disabled{cursor:not-allowed;opacity:.7}.manivo-pov2-background-ack{padding:14px 15px!important;border:1px solid #b9ddd4;border-radius:10px;background:var(--teal-soft);color:#245b51}.manivo-pov2-background-ack input{margin-top:2px!important}.manivo-pov2 input:focus,.manivo-pov2 select:focus,.manivo-pov2 textarea:focus{outline:3px solid rgba(20,148,126,.13);border-color:var(--teal)}.manivo-pov2 small{font-weight:500;color:var(--muted);line-height:1.4}.manivo-pov2-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.manivo-pov2-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.manivo-pov2-helptext{margin:-4px 0 2px;font-size:12px;color:var(--muted)}.manivo-pov2-check{display:flex!important;align-items:flex-start;gap:9px!important;font-weight:600!important;line-height:1.4}.manivo-pov2-check input{flex:0 0 auto;margin-top:3px}.manivo-pov2-check-stack{display:grid;gap:10px}.manivo-pov2-inline-checks{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.manivo-pov2-radio{display:inline-flex!important;grid-template-columns:none!important;align-items:center;gap:6px!important;font-size:13px;font-weight:800!important}.manivo-pov2-fieldline{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}.manivo-pov2-fieldline>span{font-size:13px;font-weight:850;margin-right:4px}.manivo-pov2-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:0;border-radius:10px;background:var(--navy);color:#fff!important;text-decoration:none!important;font:inherit;font-weight:850;cursor:pointer;transition:.15s ease}.manivo-pov2-button:hover,.manivo-pov2-button:focus{background:#174a7d;transform:translateY(-1px)}.manivo-pov2-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.manivo-pov2-button-secondary{background:#fff;color:var(--navy)!important;border:1px solid #bfd0df}.manivo-pov2-button-secondary:hover{background:var(--soft)}.manivo-pov2-button-wide{width:100%}.manivo-pov2-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding-top:18px;border-top:1px solid var(--line)}.manivo-pov2-linkbutton{appearance:none;border:0;background:transparent;color:var(--navy);font-weight:850;padding:5px 0;cursor:pointer}.manivo-pov2-remove{border:1px solid #d4dee7;background:#fff;color:var(--navy);border-radius:8px;padding:8px 10px;font-size:11px;font-weight:850;cursor:pointer}.manivo-pov2-notice{padding:12px 15px;border-radius:10px;margin:0 0 12px;font-size:13px;font-weight:700}.manivo-pov2-notice.is-success{border:1px solid #bde3d4;background:var(--ok-bg);color:var(--ok)}.manivo-pov2-notice.is-error{border:1px solid #efc5c5;background:var(--danger-bg);color:var(--danger)}.manivo-pov2-welcome-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:24px;padding:28px 32px 32px;background:#fbfdff}.manivo-pov2-welcome-copy{padding:14px 8px}.manivo-pov2-welcome-copy h2{margin:0 0 10px;font-size:23px}.manivo-pov2-welcome-copy p{color:var(--muted);line-height:1.55}.manivo-pov2-welcome-copy ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:13px}.manivo-pov2-welcome-copy li{position:relative;padding-left:28px;line-height:1.45}.manivo-pov2-welcome-copy li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-size:11px;font-weight:900}.manivo-pov2-inner-card{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(16,42,67,.05)}.manivo-pov2-inner-card h2{margin:0 0 18px;font-size:21px}.manivo-pov2-inner-card .manivo-pov2-form{padding:0}.manivo-pov2-inner-card .manivo-pov2-grid-2{margin-bottom:14px}.manivo-pov2-terms{margin:7px 0 2px}.manivo-pov2-signin{margin:16px 0 0;text-align:center;font-size:13px;color:var(--muted)}.manivo-pov2-photo-row{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center}.manivo-pov2-photo{display:grid;place-items:center;width:104px;height:104px;border-radius:50%;overflow:hidden;background:#eef3f7;color:var(--muted);font-size:12px;font-weight:800}.manivo-pov2-photo img{width:100%;height:100%;object-fit:cover}.manivo-pov2-file{min-width:0}.manivo-pov2-repeat-row{display:grid;gap:10px;padding:14px;margin-bottom:10px;border:1px solid var(--line);border-radius:11px;background:#fbfdff}.manivo-pov2-language-row{grid-template-columns:1fr 1fr 1fr auto;align-items:end}.manivo-pov2-exception-row{grid-template-columns:repeat(4,minmax(120px,1fr));align-items:end}.manivo-pov2-exception-row .manivo-pov2-grow{grid-column:span 2}.manivo-pov2-self-gender{margin-top:12px}.manivo-pov2 .is-hidden{display:none!important}.manivo-pov2-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:8px 0 18px}.manivo-pov2-days label{display:block}.manivo-pov2-days input{position:absolute;opacity:0;pointer-events:none}.manivo-pov2-days span{display:flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #cfdae3;border-radius:8px;background:#fff;font-size:12px;font-weight:850;cursor:pointer}.manivo-pov2-days input:checked+span{border-color:var(--teal);background:var(--teal-soft);color:#08715f}.manivo-pov2-workload{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:7px}.manivo-pov2-accordion-list{display:grid;gap:10px;margin-bottom:16px}.manivo-pov2-accordion{border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden}.manivo-pov2-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:13px 15px;background:#f8fbfd;cursor:pointer;font-weight:850;list-style:none}.manivo-pov2-accordion summary::-webkit-details-marker{display:none}.manivo-pov2-accordion summary:after{content:"⌄";font-size:15px;color:var(--muted)}.manivo-pov2-accordion[open] summary:after{transform:rotate(180deg)}.manivo-pov2-accordion summary small{margin-left:auto;padding:4px 8px;background:#eef3f7;border-radius:999px;font-size:10px}.manivo-pov2-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;padding:15px}.manivo-pov2-selectall{grid-column:1/-1;padding-bottom:8px;margin-bottom:3px;border-bottom:1px dashed var(--line);color:var(--teal)}.manivo-pov2-choice-cards{display:grid;grid-template-columns:repeat(2,minmax(0,180px));gap:12px}.manivo-pov2-choice-cards label{display:block}.manivo-pov2-choice-cards input{position:absolute;opacity:0}.manivo-pov2-choice-cards span{display:grid;place-items:center;min-height:64px;border:1px solid #cfdae3;border-radius:10px;background:#fff;cursor:pointer}.manivo-pov2-choice-cards input:checked+span{border:2px solid var(--teal);background:var(--teal-soft);color:#08715f}.manivo-pov2-credential{padding:16px;margin-bottom:12px;border:1px solid var(--line);border-radius:12px;background:#fbfdff}.manivo-pov2-credential-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.manivo-pov2-credential>.manivo-pov2-check{margin-top:12px}.manivo-pov2-callout{margin:0 0 14px;padding:12px 14px;border-left:4px solid var(--teal);border-radius:8px;background:var(--teal-soft);color:#356a60;font-size:13px}.manivo-pov2-service-list{display:grid;padding:8px 15px 15px}.manivo-pov2-service-row{display:grid!important;grid-template-columns:22px 1fr;align-items:flex-start;gap:8px!important;padding:10px 3px;border-bottom:1px solid #edf2f6;font-weight:650!important}.manivo-pov2-service-row:last-child{border-bottom:0}.manivo-pov2-service-row input{margin-top:3px}.manivo-pov2-service-row>span{display:grid;gap:2px}.manivo-pov2-service-row strong{font-size:13px}.manivo-pov2-service-row small{font-size:10px;color:var(--warn)}.manivo-pov2-review{padding:26px 32px 6px}.manivo-pov2-review>h2{margin:0 0 16px;font-size:21px}.manivo-pov2-review-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:58px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;margin-bottom:9px}.manivo-pov2-review-status{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--ok-bg);color:var(--ok);font-weight:900}.manivo-pov2-review-row.needs-attention{border-color:#efd8a1;background:var(--warn-bg)}.manivo-pov2-review-row.needs-attention .manivo-pov2-review-status{background:#ffe7ad;color:var(--warn)}.manivo-pov2-review-row>div{display:grid}.manivo-pov2-review-row small{font-size:10px}.manivo-pov2-review-row a{font-size:12px;font-weight:850;text-decoration:none}.manivo-pov2-submit-form{padding-top:12px}.manivo-pov2-submit-help{text-align:right;margin:10px 0 0;color:var(--muted);font-size:11px}.manivo-pov2-submitted{padding:46px 32px 52px;text-align:center}.manivo-pov2-success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-size:28px;font-weight:900}.manivo-pov2-submitted h2{margin:0 0 10px;font-size:28px}.manivo-pov2-submitted p{max-width:650px;margin:0 auto 22px;color:var(--muted);line-height:1.6}.manivo-pov2-edit-after{display:block;margin-top:14px;font-size:12px;font-weight:800}.manivo-pov2-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.manivo-pov2-trust-strip span{display:flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:10px;line-height:1.3}.manivo-pov2-trust-strip strong{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--teal-soft);color:var(--teal)}.manivo-pov2 .manivo-onboarding-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:980px){.manivo-pov2{width:min(100% - 24px,980px);margin-top:18px}.manivo-pov2-layout{grid-template-columns:1fr}.manivo-pov2-rail{position:static;padding:13px 14px;border-radius:14px}.manivo-pov2-rail-title,.manivo-pov2-rail-progress,.manivo-pov2-progress-bar,.manivo-pov2-help{display:none}.manivo-pov2-rail-steps{display:flex;overflow-x:auto;gap:6px;padding-bottom:2px}.manivo-pov2-rail-steps a{min-width:max-content;min-height:38px;padding:5px 9px;grid-template-columns:24px auto}.manivo-pov2-rail-steps b{width:23px;height:23px}.manivo-pov2-summary{margin-top:0}.manivo-pov2-exception-row{grid-template-columns:repeat(2,minmax(0,1fr))}.manivo-pov2-exception-row .manivo-pov2-grow{grid-column:span 1}}
@media(max-width:720px){.manivo-pov2{width:100%;margin:0;padding:0;background:#f5f8fb}.manivo-pov2-topbar{padding:12px 14px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.manivo-pov2-brand img{width:142px}.manivo-pov2-language{font-size:11px;padding:6px 9px}.manivo-pov2-layout{gap:0}.manivo-pov2-rail{display:none}.manivo-pov2-main{padding:10px}.manivo-pov2-summary{display:none}.manivo-pov2-mobile-step{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;margin-bottom:9px;background:#fff;border:1px solid var(--line);border-radius:11px;font-size:11px;color:var(--muted)}.manivo-pov2-mobile-step strong{font-size:12px;color:var(--ink);text-align:right}.manivo-pov2-step-card{border-radius:14px}.manivo-pov2-step-header{padding:22px 18px 18px}.manivo-pov2-step-header h1{font-size:29px}.manivo-pov2-step-header div{font-size:14px}.manivo-pov2-form,.manivo-pov2-submit-form{padding:18px}.manivo-pov2-section{padding:16px}.manivo-pov2-grid-2,.manivo-pov2-grid-3{grid-template-columns:1fr}.manivo-pov2-welcome-grid{grid-template-columns:1fr;padding:18px}.manivo-pov2-welcome-copy{padding:0}.manivo-pov2-photo-row{grid-template-columns:82px 1fr}.manivo-pov2-photo{width:78px;height:78px}.manivo-pov2-language-row{grid-template-columns:1fr 1fr}.manivo-pov2-language-row label:nth-of-type(3){grid-column:1/2}.manivo-pov2-language-row .manivo-pov2-remove{align-self:end}.manivo-pov2-exception-row{grid-template-columns:1fr}.manivo-pov2-days{grid-template-columns:repeat(4,1fr)}.manivo-pov2-checkbox-grid{grid-template-columns:1fr}.manivo-pov2-inline-checks{grid-template-columns:1fr}.manivo-pov2-choice-cards{grid-template-columns:1fr 1fr}.manivo-pov2-actions{position:sticky;bottom:0;z-index:12;margin:18px -18px -18px;padding:12px 18px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);box-shadow:0 -7px 18px rgba(16,42,67,.08)}.manivo-pov2-actions .manivo-pov2-button{flex:1}.manivo-pov2-review{padding:20px 18px 4px}.manivo-pov2-review-row{grid-template-columns:28px 1fr auto}.manivo-pov2-submit-help{text-align:left}.manivo-pov2-submitted{padding:36px 20px}.manivo-pov2-trust-strip{grid-template-columns:1fr;margin:10px 0 20px}.manivo-pov2-trust-strip span{font-size:11px}}
@media(max-width:430px){.manivo-pov2-topbar{gap:8px}.manivo-pov2-brand img{width:124px}.manivo-pov2-language{gap:5px}.manivo-pov2-step-header h1{font-size:26px}.manivo-pov2-photo-row{grid-template-columns:1fr}.manivo-pov2-photo{margin:0 auto}.manivo-pov2-days{grid-template-columns:repeat(3,1fr)}.manivo-pov2-choice-cards{grid-template-columns:1fr}.manivo-pov2-review-row{grid-template-columns:26px 1fr}.manivo-pov2-review-row>a{grid-column:2/3}.manivo-pov2-actions{gap:8px}.manivo-pov2-button{padding-left:13px;padding-right:13px;font-size:13px}}
