:root{font-family:Inter,Arial,sans-serif;color:#21162a;background:#f6f4f7;font-synthesis:none;--purple: #51156b;--purple-dark: #361044;--purple-soft: #f4ebf7;--orange: #f58a1f;--coral: #f04f49;--green: #138b61;--ink: #21162a;--muted: #746b7c;--line: #e6e0e8;--surface: #fff;--shadow: 0 12px 32px rgba(54, 16, 68, .08)}*{box-sizing:border-box}html{min-height:100%;background:#fff}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:#f8f7f8}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(245,138,31,.35);outline-offset:2px}.app{min-height:100vh;min-height:100dvh;padding-bottom:86px;background:radial-gradient(circle at 90% 3%,rgba(240,79,73,.055),transparent 24%),#fbfafb}.app-header{height:76px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#fffffff7;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.logo-button{border:0;background:none;padding:0;height:54px;display:grid;place-items:center}.logo{width:108px;height:58px;object-fit:contain}.logo.compact{width:88px;height:48px}.app-header nav{display:flex;gap:34px}.app-header nav button{border:0;background:transparent;color:#514758;font-weight:600;font-size:13px;padding:10px 0}.app-header nav button:hover{color:var(--purple)}.header-actions{display:flex;align-items:center;gap:7px}.icon-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;display:inline-grid;place-items:center;color:#514758;padding:0}.icon-button svg{width:19px}.alert-dot{position:relative}.alert-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--coral);position:absolute;right:4px;top:3px;border:2px solid #fff}.profile-wrap{position:relative}.profile-button{border:0;background:transparent;display:flex;gap:8px;align-items:center;color:var(--ink);font-size:13px;font-weight:600}.profile-button>span:first-child{width:35px;height:35px;border-radius:50%;background:var(--purple-soft);display:grid;place-items:center;color:var(--purple);font-weight:800}.profile-menu{position:absolute;right:0;top:45px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:6px;width:190px;padding:6px;z-index:60}.profile-menu button{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:11px;border-radius:4px;text-align:left;color:var(--ink);font-size:13px}.profile-menu button:hover{background:#f7f3f8}.mobile-menu{display:none}.saving-indicator{position:fixed;top:81px;right:20px;z-index:70;border-radius:20px;background:var(--purple-dark);color:#fff;padding:7px 11px;font-size:11px}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--purple);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Inter,Arial,sans-serif;letter-spacing:0}.start-screen{max-width:1320px;margin:0 auto;padding:48px clamp(28px,5vw,72px) 30px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:60px;position:relative}.hero-copy{padding:38px 0 0;position:relative;min-height:530px}.hero-copy h1{font-size:clamp(42px,4vw,64px);line-height:1.04;margin:17px 0 20px;color:var(--purple-dark)}.hero-copy h1 em{color:var(--orange);font-style:normal}.hero-copy>p{max-width:630px;color:var(--muted);font-size:17px;line-height:1.65}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#443b48;font-size:12px;font-weight:600;position:relative;z-index:2}.trust-row span{display:inline-flex;align-items:center;gap:6px}.trust-row svg{width:16px;color:var(--green)}.hero-art{position:absolute;bottom:-10px;left:8%;width:70%;max-height:290px;object-fit:contain;mix-blend-mode:multiply}.eligibility-panel{align-self:start;background:#fff;border:1px solid var(--line);border-top:4px solid var(--purple);box-shadow:var(--shadow);padding:27px 30px 24px;border-radius:7px}.panel-heading>span{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.panel-heading h2{font-size:25px;margin:8px 0 5px;color:var(--purple-dark)}.panel-heading p{font-size:13px;color:var(--muted);line-height:1.5}.quick-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.recommendation{margin:17px 0;background:#faf6fb;border:1px solid #e8d8ec;border-radius:5px;padding:13px;display:grid;gap:3px;position:relative}.recommendation strong{color:var(--purple);font-size:14px}.recommendation>span:last-child{font-size:11px;color:var(--muted)}.match-badge{position:absolute;right:10px;top:10px;color:var(--green);font-weight:700;font-size:10px;display:flex;align-items:center;gap:3px}.button{min-height:43px;border:1px solid var(--purple);border-radius:5px;padding:10px 20px;background:var(--purple);color:#fff;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px);box-shadow:0 7px 16px #51156b2e;background:#421157}.button.secondary{background:#fff;color:var(--purple);border-color:#d9cddd;box-shadow:none}.button.secondary:hover{background:#faf6fb}.button.danger{color:#aa2431;border-color:#e9c5c8;background:#fff}.button.full{width:100%}.center-note{display:flex;justify-content:center;align-items:center;gap:5px;color:var(--muted);font-size:10px;margin-top:12px}.products-band{grid-column:1/-1;margin-top:20px}.section-title{text-align:center}.section-title>span{color:var(--orange);font-weight:800;font-size:10px;letter-spacing:.12em}.section-title h2{margin:7px 0 20px;color:var(--purple-dark);font-size:25px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px;text-align:left;color:var(--ink);transition:.2s ease;display:grid;gap:15px}.product-card:hover,.product-card.selected{border-color:#b783c5;box-shadow:0 10px 26px #36104417;transform:translateY(-2px)}.product-card.selected{box-shadow:inset 0 3px var(--purple),0 10px 26px #36104417}.product-icon{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--purple-soft);color:var(--purple)}.product-card h3{font-size:16px;margin:0 0 6px;color:var(--purple-dark)}.product-card p{font-size:11px;color:var(--muted);line-height:1.55;margin:0;min-height:50px}.product-card dl{display:flex;margin:0;gap:25px}.product-card dl div{display:grid;gap:3px}.product-card dt{font-size:9px;color:var(--muted);text-transform:uppercase}.product-card dd{margin:0;font-size:11px;font-weight:700}.learn-link,.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--purple);font-weight:700;font-size:11px;border:0;background:none;padding:0}.progress-shell{position:fixed;bottom:0;left:0;right:0;height:76px;background:#fffffff5;border-top:1px solid var(--line);z-index:45;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;place-items:center;padding:0 24px env(safe-area-inset-bottom)}.progress-inner{width:min(1080px,100%);display:grid;grid-template-columns:repeat(8,1fr);position:relative}.progress-inner:before{content:"";height:2px;background:#e4dfe6;position:absolute;left:6%;right:6%;top:13px}.progress-step{position:relative;border:0;background:transparent;color:#9a939f;font-size:9px;display:grid;justify-items:center;gap:7px;z-index:1;padding:0 3px}.step-dot{width:28px;height:28px;border:2px solid #d9d3dc;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:10px}.progress-step.active{color:var(--purple);font-weight:800}.progress-step.active .step-dot{background:var(--purple);color:#fff;border-color:var(--purple);box-shadow:0 0 0 5px #f1e7f4}.progress-step.complete{color:#504657}.progress-step.complete .step-dot{background:var(--green);color:#fff;border-color:var(--green)}.flow-page{max-width:1160px;margin:0 auto;padding:40px 36px 35px}.page-heading{margin-bottom:25px}.page-heading h1{font-size:32px;color:var(--purple-dark);margin:8px 0 7px}.page-heading p{color:var(--muted);font-size:14px;margin:0}.page-heading.center{text-align:center}.flow-grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}.form-panel{background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 7px 25px #3610440a;overflow:hidden}.form-section{padding:25px 28px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0}.form-section>h3{display:flex;align-items:center;gap:9px;color:var(--purple-dark);margin:0 0 5px;font-size:16px}.form-section>h3 svg{color:var(--purple);width:19px}.form-section>p{color:var(--muted);font-size:11px;margin-bottom:20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.field{display:grid;gap:7px;min-width:0;color:#4c4052;font-size:11px;font-weight:700}.field.wide{grid-column:1/-1}.field input,.field select,.field textarea,.review-card textarea{width:100%;border:1px solid #dcd5df;border-radius:4px;background:#fff;color:var(--ink);min-height:42px;padding:10px 12px;font-size:12px;font-weight:500}.field textarea{min-height:85px;resize:vertical}.select-wrap{position:relative;display:block}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:32px}.select-wrap svg{position:absolute;right:10px;top:13px;color:#766b7b;pointer-events:none}.summary-aside{background:#fff;border:1px solid var(--line);border-radius:6px;padding:23px;box-shadow:0 7px 25px #3610440a;position:sticky;top:95px}.aside-eyebrow{font-size:9px;letter-spacing:.12em;color:#8b818f;font-weight:800}.summary-aside h3{font-size:16px;margin:8px 0 18px;color:var(--purple-dark)}.summary-amount{display:flex;align-items:end;justify-content:space-between;padding-bottom:14px}.summary-amount span{font-size:10px;color:var(--muted)}.summary-amount strong{font-size:20px;color:var(--purple)}.mini-progress{height:5px;background:#eee9f0;border-radius:5px;overflow:hidden}.mini-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--orange))}.summary-aside>small{display:block;text-align:right;margin-top:5px;color:var(--muted);font-size:9px}.checklist{list-style:none;margin:22px 0;padding:0;display:grid;gap:13px}.checklist li{display:flex;align-items:center;gap:10px;color:#908791;font-size:11px}.checklist li>span{width:22px;height:22px;border-radius:50%;border:1px solid #ddd6e0;display:grid;place-items:center;font-size:9px}.checklist li.current{color:var(--purple);font-weight:700}.checklist li.current>span{border-color:var(--purple)}.checklist li.done{color:#3b313f}.checklist li.done>span{background:var(--green);color:#fff;border-color:var(--green)}.advisor-card{background:#faf7fb;border:1px solid #ebdfed;border-radius:5px;padding:13px;display:flex;gap:10px;align-items:center}.advisor-avatar{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--purple),#8d3a96);color:#fff;display:grid;place-items:center;font-weight:800;font-size:11px}.advisor-card div{display:grid;gap:2px}.advisor-card strong{font-size:11px}.advisor-card small{color:var(--muted);font-size:9px}.advisor-card button{border:0;background:none;color:var(--purple);font-size:9px;font-weight:700;padding:4px 0 0;display:flex;align-items:center;gap:4px}.save-note{display:flex;gap:9px;padding:16px 0 4px;color:var(--green)}.save-note span{display:grid}.save-note strong{font-size:10px}.save-note small{font-size:9px;color:var(--muted)}.aside-next{display:block;margin-top:14px;border-top:1px solid var(--line);padding-top:14px;color:var(--muted);font-size:9px}.flow-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:22px}.flow-actions .button:first-child{justify-self:start}.flow-actions .button:last-child{justify-self:end}.flow-actions>span{color:var(--muted);font-size:10px}.owner-heading{padding:22px 28px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.owner-heading+.field-grid{padding:25px 28px}.owner-heading div{flex:1}.owner-heading h3{margin:0 0 2px;font-size:15px}.owner-heading p{margin:0;color:var(--muted);font-size:10px}.owner-number{width:30px;height:30px;border-radius:50%;background:var(--purple);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.tag{padding:4px 7px;border-radius:3px;background:#f0e4f3;color:var(--purple);font-size:9px;font-weight:700;white-space:nowrap}.tag.muted{color:#736a78;background:#f1eff1}.info-box{margin:0 28px 22px;padding:14px;border-radius:5px;background:#f6f2fa;display:flex;gap:11px;color:var(--purple)}.info-box svg{flex:0 0 auto}.info-box strong{font-size:11px}.info-box p{margin:3px 0 0;color:var(--muted);line-height:1.5;font-size:10px}.add-owner{margin:0 28px 22px;width:calc(100% - 56px);min-height:48px;border:1px dashed #baaabe;background:#fff;color:var(--purple);border-radius:5px;font-size:11px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:7px}.additional-owner{margin:0 28px 22px;border:1px solid var(--line);padding:12px;display:flex;align-items:center;gap:12px;border-radius:5px}.additional-owner div{flex:1}.additional-owner strong{font-size:12px}.additional-owner p{margin:2px 0 0;font-size:10px;color:var(--muted)}.consent-row{border-top:1px solid var(--line);padding:17px 28px;display:flex;gap:10px;align-items:start}.consent-row input{accent-color:var(--purple);margin-top:2px}.consent-row span{display:grid;gap:3px}.consent-row strong{font-size:10px}.consent-row small{color:var(--muted);font-size:9px;line-height:1.45}.benefit-strip{margin:22px 28px 0;background:linear-gradient(100deg,#4a125e,#712177);color:#fff;border-radius:5px;padding:16px;display:flex;align-items:center;gap:13px}.benefit-strip>svg{color:#ffb337}.benefit-strip div{display:grid;gap:3px}.benefit-strip strong{font-size:12px}.benefit-strip span{font-size:10px;color:#e7d8ea}.connection-section{border-bottom:1px solid var(--line)!important}.provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.provider-card{border:1px solid var(--line);border-radius:5px;background:#fff;padding:13px;display:flex;align-items:center;gap:11px;text-align:left;color:var(--ink);min-width:0}.provider-card.connected{border-color:#91c9b4;background:#fbfefd}.provider-card.provider-wide{width:100%}.provider-logo{width:36px;height:36px;border-radius:5px;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800;flex:0 0 auto}.provider-logo.green{background:#239b59}.provider-logo.blue{background:#2d9dcc}.provider-logo.lime{background:#7cad27}.provider-logo.red{background:#b42e2b}.provider-logo.navy{background:#1b4e83}.provider-card>span:nth-child(2){display:grid;gap:3px;flex:1;min-width:0}.provider-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-card small{font-size:9px;color:var(--muted)}.provider-action{font-size:9px;color:var(--purple);font-weight:700;display:flex;align-items:center;gap:4px;white-space:nowrap}.provider-action svg{width:14px}.connected .provider-action{color:var(--green)}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:21px 28px;gap:12px}.security-grid>span{display:grid;grid-template-columns:27px 1fr;column-gap:7px}.security-grid svg{grid-row:1/3;color:var(--purple);width:20px}.security-grid strong{font-size:9px}.security-grid small{font-size:8px;color:var(--muted);line-height:1.4}.document-status{padding:19px 25px;display:flex;align-items:center;gap:12px;background:#f9f6fa;border-bottom:1px solid var(--line)}.document-status>span:first-child{width:39px;height:39px;border-radius:50%;background:#e8f6ef;color:var(--green);display:grid;place-items:center}.document-status div{flex:1;display:grid;gap:3px}.document-status strong{font-size:12px}.document-status p{margin:0;color:var(--muted);font-size:9px}.ready-tag{color:var(--green);background:#e5f5ee;padding:5px 8px;border-radius:3px;font-size:9px;font-weight:700}.doc-list{padding:7px 25px}.doc-row{min-height:70px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.doc-row:last-child{border:0}.doc-icon{width:38px;height:38px;border-radius:5px;background:var(--purple-soft);color:var(--purple);display:grid;place-items:center}.doc-icon svg{width:18px}.doc-copy{display:grid;gap:4px;flex:1;min-width:0}.doc-copy strong{font-size:11px}.doc-copy small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploaded{color:var(--green);font-size:9px;font-weight:700;display:flex;align-items:center;gap:4px}.uploaded svg{width:15px}.upload-button{border:1px solid #d8ccd9;border-radius:4px;color:var(--purple);padding:7px 10px;font-size:9px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer}.upload-button input,.drop-zone input{display:none}.drop-zone{margin:8px 25px 20px;min-height:105px;border:1px dashed #bbaabe;background:#fbf9fc;display:grid;place-items:center;align-content:center;gap:5px;color:var(--purple);border-radius:5px;cursor:pointer}.drop-zone svg{width:25px}.drop-zone strong{font-size:10px}.drop-zone span{font-size:9px;color:var(--muted)}.precheck{margin:0 25px 22px;border:1px solid #b6dacb;background:#f5fbf8;border-radius:5px;padding:13px;display:flex;align-items:center;gap:11px;color:var(--green)}.precheck div{flex:1}.precheck strong{font-size:10px}.precheck p{margin:2px 0 0;font-size:9px;color:#61746c}.precheck>span{font-size:9px;font-weight:700}.underwriter-page{min-height:100vh;background:#f3f2f4;display:grid;grid-template-columns:196px 1fr;color:#29212f}.uw-sidebar{background:#351044;color:#fff;padding:18px 12px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.uw-sidebar .logo{filter:brightness(0) invert(1);object-position:left}.workspace-label{font-size:8px;letter-spacing:.13em;color:#bfaec5;padding:10px 12px 13px}.uw-sidebar>button{border:0;background:transparent;color:#d8cadc;padding:11px 12px;display:flex;align-items:center;gap:10px;border-radius:4px;font-size:11px;text-align:left}.uw-sidebar>button svg{width:17px}.uw-sidebar>button.active{background:#5c2070;color:#fff}.uw-user{margin-top:auto;border-top:1px solid #5b3b64;padding:17px 7px 0;display:flex;gap:9px;align-items:center}.uw-user>span{width:31px;height:31px;border-radius:50%;background:#f1dced;color:var(--purple);display:grid;place-items:center;font-size:9px;font-weight:800}.uw-user div{display:grid}.uw-user strong{font-size:9px}.uw-user small{font-size:8px;color:#bfaec5}.uw-main{min-width:0}.uw-topbar{height:57px;background:#fff;border-bottom:1px solid var(--line);padding:0 25px;display:flex;align-items:center;justify-content:space-between}.uw-topbar>div{display:flex;align-items:center;gap:12px}.uw-topbar strong{font-size:11px}.internal-badge{background:#f2e9f4;color:var(--purple);font-size:8px;letter-spacing:.08em;font-weight:800;padding:5px 7px;border-radius:3px}.uw-topbar .icon-button{width:32px;height:32px}.uw-title{background:#fff;padding:20px 27px 16px;display:flex;justify-content:space-between;gap:20px;align-items:end}.uw-title>div:first-child>button{border:0;background:none;padding:0;color:var(--purple);font-size:9px;display:flex;align-items:center;gap:4px}.uw-title>div:first-child>button svg{width:13px}.uw-title h1{margin:7px 0 2px;font-size:24px;color:var(--purple-dark)}.uw-title>div:first-child>span{font-size:10px;color:var(--muted)}.uw-actions{display:flex;gap:7px}.uw-actions .button{min-height:35px;padding:7px 11px;font-size:9px}.uw-tabs{background:#fff;border-top:1px solid #f2eef2;border-bottom:1px solid var(--line);display:flex;padding:0 27px;gap:24px}.uw-tabs button{border:0;border-bottom:2px solid transparent;background:none;color:var(--muted);padding:12px 2px;font-size:9px;font-weight:700}.uw-tabs button.active{color:var(--purple);border-color:var(--purple)}.uw-content{padding:18px 24px 28px}.metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:13px}.metric{background:#fff;border:1px solid var(--line);border-radius:5px;padding:14px;display:grid;gap:5px}.metric>span{font-size:9px;color:var(--muted)}.metric>strong{font-size:20px;color:var(--purple-dark)}.metric small{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:4px}.metric small svg{width:12px}.positive{color:var(--green)!important}.review-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:13px}.review-card{background:#fff;border:1px solid var(--line);border-radius:5px;padding:16px;min-width:0}.review-card.wide-card{grid-column:1/-1}.card-title{display:flex;align-items:start;justify-content:space-between;margin-bottom:13px}.card-title>div{display:grid;gap:3px}.card-title h3{font-size:12px;margin:0}.card-title span{font-size:8px;color:var(--muted)}.card-title>svg{color:var(--orange)}.live-tag{color:var(--green)!important;background:#e8f6ef;padding:4px 6px;border-radius:3px;font-weight:700}.chart-wrap{display:grid;grid-template-columns:1fr 210px;gap:20px}.bar-chart{height:135px;display:flex;gap:8px;align-items:end;border-bottom:1px solid #dad3dc;padding:0 8px}.bar-chart>span{flex:1;background:linear-gradient(#7e3f91,#51156b);border-radius:3px 3px 0 0;min-height:15px;position:relative}.bar-chart i{position:absolute;bottom:-17px;left:50%;font-style:normal;font-size:7px;color:var(--muted)}.chart-stats{display:grid;align-content:center;gap:11px}.chart-stats span{display:flex;justify-content:space-between;border-bottom:1px solid #eee9ef;padding-bottom:8px}.chart-stats small{font-size:8px;color:var(--muted)}.chart-stats strong{font-size:10px}.memo{font-size:9px;line-height:1.6;color:#564d5a}.memo-row{background:#f7f2f8;padding:10px;display:grid;gap:3px;margin:12px 0}.memo-row span{font-size:8px;color:var(--muted)}.memo-row strong{font-size:10px;color:var(--purple)}.policy-list{list-style:none;padding:0;margin:0;display:grid;gap:9px}.policy-list li{font-size:9px;display:flex;align-items:center;gap:7px}.policy-list svg{width:15px;color:var(--green)}.score-ring{width:31px;height:31px;border:3px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green)!important;font-weight:800}.no-flags{min-height:140px;display:grid;place-items:center;align-content:center;text-align:center;gap:5px}.no-flags svg{color:var(--green);width:30px;height:30px}.no-flags strong{font-size:10px}.no-flags span{font-size:8px;color:var(--muted)}.review-card textarea{min-height:100px;resize:vertical;font-size:9px;line-height:1.5;margin-bottom:8px}.review-list{max-width:850px}.review-list-row{display:flex;align-items:center;gap:11px;border-top:1px solid var(--line);padding:13px 0}.review-list-row>span{width:34px;height:34px;border-radius:4px;background:var(--purple-soft);color:var(--purple);display:grid;place-items:center}.review-list-row div{flex:1;display:grid;gap:3px}.review-list-row strong{font-size:10px}.review-list-row small{font-size:8px;color:var(--muted)}.review-list-row>svg{color:var(--green)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a0c1e8c;z-index:100;display:grid;place-items:center;padding:20px}.modal{width:min(480px,100%);background:#fff;border-radius:7px;padding:30px;position:relative;box-shadow:0 28px 90px #0003}.modal-close{position:absolute;right:14px;top:14px}.modal-icon{width:42px;height:42px;border-radius:50%;background:var(--purple-soft);color:var(--purple);display:grid;place-items:center}.modal h2{font-size:20px;margin:15px 0 7px}.modal>p{font-size:11px;color:var(--muted);line-height:1.5}.modal .field{margin-top:17px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.offer-page,.finalize-page{max-width:1120px;margin:0 auto;padding:34px 34px 35px}.approval-hero{min-height:230px;background:#fff;border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:1fr 1.3fr;align-items:center;overflow:hidden;box-shadow:var(--shadow)}.approval-hero img{width:100%;height:230px;object-fit:cover;mix-blend-mode:multiply}.approval-hero>div{padding:27px}.approved-pill{display:inline-flex;align-items:center;gap:5px;background:#e8f7f0;color:var(--green);padding:6px 9px;border-radius:20px;font-size:9px;font-weight:800}.approval-hero h1{font-size:30px;color:var(--purple-dark);margin:12px 0 2px}.approval-hero h2{font-size:20px;color:var(--orange);margin-bottom:9px}.approval-hero p{font-size:11px;color:var(--muted);line-height:1.6;max-width:480px}.offer-grid{display:grid;grid-template-columns:1fr 300px;gap:20px;margin-top:20px}.offer-builder,.next-panel{background:#fff;border:1px solid var(--line);border-radius:6px;padding:25px;box-shadow:0 7px 25px #3610440a}.offer-header{display:flex;justify-content:space-between;align-items:start;padding-bottom:17px;border-bottom:1px solid var(--line)}.offer-header span{font-size:8px;letter-spacing:.12em;color:var(--muted);font-weight:800}.offer-header h2{font-size:17px;margin:5px 0 0;color:var(--purple-dark)}.offer-header>svg{color:var(--green)}.amount-heading{display:flex;justify-content:space-between;align-items:end;margin-top:22px}.amount-heading span{font-size:10px;font-weight:700}.amount-heading strong{font-size:28px;color:var(--purple)}.range{width:100%;accent-color:var(--purple);margin:17px 0 4px}.range-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:8px}.term-label{display:flex;justify-content:space-between;margin:23px 0 10px}.term-label span{font-size:10px;font-weight:700}.term-label small{font-size:8px;color:var(--muted)}.term-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.term-options button{border:1px solid var(--line);border-radius:4px;background:#fff;padding:10px;color:var(--ink);display:grid;gap:2px}.term-options button strong{font-size:14px}.term-options button span{font-size:8px;color:var(--muted)}.term-options button.active{border-color:var(--purple);background:#f8f2fa;color:var(--purple);box-shadow:inset 0 0 0 1px var(--purple)}.payment-summary{margin-top:20px;background:#f7f4f8;display:grid;grid-template-columns:repeat(3,1fr);padding:15px;border-radius:5px}.payment-summary span{display:grid;gap:5px;text-align:center;border-right:1px solid #ded6e0}.payment-summary span:last-child{border:0}.payment-summary small{font-size:8px;color:var(--muted)}.payment-summary strong{font-size:13px}.offer-note{display:flex;gap:8px;align-items:center;margin-top:17px;color:var(--green)}.offer-note span{display:grid}.offer-note strong{font-size:9px}.offer-note small{font-size:8px;color:var(--muted)}.next-panel>.aside-eyebrow{display:block;margin-bottom:20px}.next-row{display:flex;gap:12px;position:relative;padding-bottom:22px}.next-row>span{width:28px;height:28px;flex:0 0 auto;border-radius:50%;background:var(--purple);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.next-row:not(:nth-last-child(2)):after{content:"";width:1px;height:20px;background:#d8ceda;position:absolute;left:14px;top:30px}.next-row strong{font-size:10px}.next-row p{font-size:8px;line-height:1.5;color:var(--muted);margin:3px 0 0}.next-panel .advisor-card{margin-top:6px}.offer-actions .text-link{justify-self:center}.finalize-page>.page-heading{margin-bottom:22px}.sign-grid{display:grid;grid-template-columns:1fr 310px;gap:20px}.document-viewer{background:#edeaee;border:1px solid var(--line);border-radius:6px;overflow:hidden}.viewer-toolbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:8px 16px}.viewer-toolbar .field{grid-template-columns:auto 210px;align-items:center}.viewer-toolbar>div{display:flex;gap:6px}.paper{width:86%;min-height:590px;background:#fff;margin:20px auto;padding:35px 42px;box-shadow:0 5px 18px #2216261f;color:#3d3541}.paper-logo{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--purple);padding-bottom:11px}.paper-logo>span{font-size:8px;font-weight:800;color:var(--purple);letter-spacing:.1em}.paper h3{text-align:center;font-size:17px;margin:24px 0 4px}.legal-meta{text-align:center;color:var(--muted);font-size:8px}.legal-columns{display:grid;grid-template-columns:1fr 1fr;background:#f7f4f8;padding:14px;margin:22px 0}.paper p{font-size:9px;line-height:1.8}.signature-line{border:1px dashed var(--purple);background:#fcf9fd;padding:16px;margin-top:25px;display:grid;gap:5px;color:var(--purple)}.signature-line span{font-size:10px;font-weight:700;display:flex;align-items:center;gap:5px}.signature-line small{font-size:8px;color:var(--muted)}.signing-panel{background:#fff;border:1px solid var(--line);border-radius:6px;padding:22px;align-self:start;position:sticky;top:95px}.signing-panel>.aside-eyebrow{display:block;margin-bottom:14px}.signing-panel>button:not(.button){width:100%;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--line);background:#fff;padding:12px 4px;text-align:left;color:var(--ink)}.signing-panel>button.active{color:var(--purple);background:#fbf8fc}.signing-panel>button>span{width:22px;height:22px;border-radius:50%;background:#eee8f0;display:grid;place-items:center;font-size:8px;font-weight:700}.signing-panel>button div{display:grid;gap:3px;flex:1}.signing-panel>button strong{font-size:9px}.signing-panel>button small{font-size:8px;color:var(--muted)}.signing-panel>button svg{width:14px}.signing-panel .consent-row{padding:16px 3px;border:0}.signing-panel .center-note{font-size:8px}.funding-success{max-width:900px;margin:0 auto}.funding-banner{background:linear-gradient(120deg,#f2fbf7,#fff);border:1px solid #b4dac9;border-radius:7px;padding:23px;display:flex;align-items:center;gap:15px}.funding-banner>span{width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}.funding-banner>div{flex:1}.funding-banner h2{font-size:19px;margin:0 0 5px;color:#146f50}.funding-banner p{font-size:10px;color:#52685e;margin:0}.funding-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.funding-grid>div{background:#fff;border:1px solid var(--line);border-radius:5px;padding:18px;display:flex;gap:10px;align-items:center}.funding-grid svg{color:var(--purple)}.funding-grid span{display:grid;gap:4px}.funding-grid small{font-size:8px;color:var(--muted)}.funding-grid strong{font-size:11px}.ongoing{background:#fff;border:1px solid var(--line);border-radius:6px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.ongoing h2{font-size:22px;margin:7px 0}.ongoing p{font-size:10px;color:var(--muted);line-height:1.6}.loan-snapshot{display:grid;grid-template-columns:1fr 1fr;background:#f8f5f9;padding:10px}.loan-snapshot span{padding:14px;display:grid;gap:5px;border-bottom:1px solid #e5dee7}.loan-snapshot small{font-size:8px;color:var(--muted)}.loan-snapshot strong{font-size:11px}@media(max-width:1024px){.app-header{padding:0 25px}.app-header nav{gap:18px}.start-screen{padding:32px 32px 25px;gap:32px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}.hero-copy{min-height:500px}.hero-art{width:85%;left:0}.product-grid{grid-template-columns:1fr 1fr}.products-band{margin-top:0}.flow-page{padding:32px 28px}.offer-page,.finalize-page{padding:27px}.uw-sidebar{width:170px}.underwriter-page{grid-template-columns:170px 1fr}.uw-title{align-items:start}.uw-title,.uw-topbar{padding-left:20px;padding-right:20px}.uw-actions{flex-wrap:wrap;justify-content:end}.uw-content{padding:15px}.metrics-row{gap:8px}.metric{padding:11px}.review-grid{gap:9px}.approval-hero{grid-template-columns:.9fr 1.3fr}}@media(min-width:821px)and (max-width:1250px){.start-screen{padding-top:28px}.hero-copy{min-height:445px;padding-top:20px}.hero-copy h1{font-size:48px;margin-top:13px}.hero-art{max-height:245px}.products-band{margin-top:4px}}@media(max-width:820px){.app-header nav,.profile-name{display:none}.start-screen{grid-template-columns:1fr}.hero-copy{min-height:auto;padding-top:10px}.hero-art{position:static;width:100%;height:220px}.eligibility-panel{order:-1}.products-band{grid-column:1}.flow-grid,.offer-grid,.sign-grid{grid-template-columns:1fr}.summary-aside,.signing-panel{position:static}.summary-aside{display:none}.underwriter-page{grid-template-columns:1fr}.uw-sidebar{display:none}.metrics-row{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr}.review-card.wide-card{grid-column:1}.uw-title{display:block}.uw-actions{margin-top:15px;justify-content:start}.chart-wrap,.approval-hero{grid-template-columns:1fr}.approval-hero img{display:none}.offer-grid{grid-template-columns:1fr}.progress-step>span:last-child{display:none}.sign-grid,.funding-grid,.ongoing{grid-template-columns:1fr}.flow-actions{grid-template-columns:1fr 1fr}.flow-actions>span{display:none}}@media(max-width:560px){.app-header{height:66px;padding:0 16px}.logo{width:88px}.mobile-menu{display:grid}.header-actions>.icon-button,.profile-button{display:none}.start-screen{padding:22px 16px}.quick-form,.field-grid,.provider-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}.product-grid{grid-template-columns:1fr}.hero-copy h1{font-size:38px}.flow-page,.offer-page,.finalize-page{padding:24px 15px}.form-section,.owner-heading{padding-left:18px;padding-right:18px}.owner-heading+.field-grid{padding:20px 18px}.info-box{margin-left:18px;margin-right:18px}.add-owner{margin-left:18px;margin-right:18px;width:calc(100% - 36px)}.security-grid,.payment-summary,.term-options{grid-template-columns:1fr 1fr}.document-status{align-items:start}.ready-tag{display:none}.doc-row{flex-wrap:wrap;padding:12px 0}.flow-actions{gap:8px}.flow-actions .button{padding:9px 11px}.progress-shell{height:66px}.progress-step{gap:4px}.step-dot{width:25px;height:25px}.approval-hero>div{padding:22px}.approval-hero h1{font-size:25px}.uw-title h1{font-size:20px}.uw-actions .button{flex:1}.uw-tabs{overflow-x:auto;padding:0 14px}.metrics-row{grid-template-columns:1fr}.paper{width:96%;padding:25px 22px}.viewer-toolbar .field{grid-template-columns:1fr}.funding-banner{align-items:start;flex-wrap:wrap}.funding-banner .button{width:100%}.loan-snapshot{grid-template-columns:1fr}.profile-name{display:none}}@media(prefers-reduced-motion:no-preference){.flow-page,.start-screen,.offer-page,.finalize-page,.uw-content{animation:rise-in .36s ease both}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}@media(min-width:821px){.app{padding-bottom:92px}.app-header{height:70px;padding:0 34px}.app-header .logo{width:105px;height:58px}.app-header nav{margin-left:auto;margin-right:34px;gap:34px}.sign-in-button{min-width:72px;height:40px;border:1px solid var(--purple);border-radius:5px;background:#fff;color:var(--purple);font-weight:700;font-size:12px}.progress-shell{height:92px;display:grid;grid-template-columns:300px minmax(0,1fr);padding:0 34px;gap:20px}.progress-message{display:flex;align-items:center;gap:12px}.progress-message>span{width:42px;height:42px;border-radius:50%;background:#f5e8f5;color:var(--purple);display:grid;place-items:center}.progress-message svg{width:20px}.progress-message div{display:grid;gap:4px}.progress-message strong{font-size:11px}.progress-message small{font-size:9px;color:var(--muted)}.progress-inner{width:100%}.progress-step{font-size:8px}.step-dot{width:25px;height:25px}.progress-inner:before{top:12px}.start-screen{max-width:none;height:calc(100vh - 162px);min-height:700px;padding:32px 34px 24px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(355px,.82fr);gap:30px;overflow:hidden}.hero-copy{min-height:0;padding:0;display:grid;grid-template-rows:auto auto auto 1fr;align-content:start}.hero-copy .eyebrow{justify-self:start;background:#f5e7f4;border-radius:18px;padding:6px 10px;font-size:8px}.hero-copy h1{font-size:45px;line-height:1.08;margin:12px 0 10px}.hero-copy>p{max-width:390px;font-size:11px;line-height:1.55;margin:0}.hero-art{top:0;bottom:auto;left:38%;width:58%;height:250px;max-height:none;object-fit:contain;opacity:.86}.products-band{margin:28px 0 0;position:relative;z-index:2;align-self:end}.section-title{text-align:left}.section-title h2{font-family:Inter,Arial,sans-serif;font-size:11px;color:var(--ink);margin:0 0 11px}.product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-card{min-height:126px;padding:13px;grid-template-columns:38px 1fr 15px;grid-template-rows:1fr auto;gap:7px 10px;align-items:start}.product-card.selected{box-shadow:0 8px 20px #36104414}.product-icon{width:36px;height:36px;grid-row:1}.product-icon svg{width:19px}.product-card h3{font-size:12px;margin-bottom:3px}.product-card p{font-size:8px;min-height:0;line-height:1.45}.product-chevron{width:14px;color:var(--purple)}.product-card dl{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:8px;border-top:1px solid var(--line)}.product-card dt{font-size:7px}.product-card dd{font-size:8px}.eligibility-panel{height:100%;max-height:620px;padding:22px 24px;border-top:1px solid var(--line);align-self:stretch}.panel-heading{display:flex;align-items:center;gap:12px;padding-bottom:17px;border-bottom:1px solid var(--line)}.eligibility-icon{width:43px;height:43px;border-radius:50%;background:#f2e5f5;color:var(--purple);display:grid;place-items:center}.panel-heading h2{font-size:18px;margin:0 0 3px}.panel-heading p{margin:0;font-size:9px}.quick-form{grid-template-columns:1fr;gap:13px;margin-top:17px}.eligibility-panel .field{gap:5px;font-size:9px}.eligibility-panel .field input,.eligibility-panel .field select{min-height:39px;font-size:10px}.eligibility-panel .button{margin-top:18px}.flow-page,.reference-page{max-width:none;height:calc(100vh - 162px);min-height:700px;padding:25px 34px 18px;overflow:auto}.page-heading{margin-bottom:15px}.page-heading h1{font-size:30px;margin:5px 0 4px}.page-heading p{font-size:10px}.page-heading>small{color:var(--muted);font-size:8px}.flow-grid,.reference-grid{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:24px;align-items:stretch}.form-panel{box-shadow:0 6px 18px #3610440d}.business-profile-fields{padding:21px}.business-profile-fields .field-grid{gap:13px 18px}.business-profile-fields .field input,.business-profile-fields .field select{min-height:37px}.summary-aside{position:static;padding:19px}.flow-actions{margin-top:14px}.back-link{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:var(--purple);padding:0;font-size:9px;font-weight:700;margin-bottom:10px}.back-link svg{width:14px}.reference-page .reference-grid{min-height:500px}.owner-form{display:flex;flex-direction:column}.owner-form .owner-heading{padding:17px 20px}.owner-form .owner-heading+.field-grid{padding:18px 20px;gap:12px 16px}.owner-form .field input,.owner-form .field select{min-height:37px}.check-field{display:flex;align-items:center;gap:8px;font-size:9px}.check-field input{accent-color:var(--purple)}.check-field span{display:grid;gap:2px}.check-field small{color:var(--muted);font-size:7px}.additional-owner-row{margin-top:auto;border-top:1px solid var(--line);padding:14px 20px;display:flex;justify-content:space-between;align-items:center}.additional-owner-row>div{display:flex;align-items:center;gap:10px}.additional-owner-row>div>svg{color:#db2a91}.additional-owner-row span{display:grid;gap:2px}.additional-owner-row strong{font-size:9px}.additional-owner-row small{font-size:7px;color:var(--muted)}.verification-aside{background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow);padding:22px}.shield-illustration{width:72px;height:72px;margin:8px auto 15px;border-radius:50%;background:#faf2f9;color:var(--purple);display:grid;place-items:center}.shield-illustration svg{width:31px;height:31px}.verification-aside>h3{text-align:center;font-size:13px;margin:0 0 7px}.verification-aside>p{text-align:center;color:var(--muted);font-size:8px;line-height:1.5;padding-bottom:14px;border-bottom:1px solid var(--line)}.security-item{display:flex;gap:9px;padding:12px 0;border-bottom:1px solid #f0ecf1}.security-item>svg{color:#d5238d;width:18px;flex:0 0 auto}.security-item span{display:grid;gap:3px}.security-item strong{font-size:8px}.security-item small{font-size:7px;color:var(--muted);line-height:1.45}.secure-footer{margin-top:12px;padding:11px;background:#faf6fb;color:var(--purple);font-size:7px;display:flex;align-items:center;gap:5px}.financial-page{position:relative}.financial-page .page-heading{max-width:650px}.financial-art{position:absolute;top:32px;right:330px;color:var(--purple);width:140px;height:70px;display:grid;place-items:center;background:radial-gradient(circle,#efe1f3 0 35%,transparent 36%)}.financial-art svg{width:38px;height:38px}.consent-panel{padding:18px 20px}.consent-panel>h3{font-size:10px;margin:0 0 10px}.consent-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 24px}.consent-grid label{display:grid;grid-template-columns:14px 24px 1fr;align-items:start;gap:7px}.consent-grid input{accent-color:var(--purple)}.consent-grid svg{width:20px;color:#d42991}.consent-grid span{display:grid;gap:2px}.consent-grid strong{font-size:8px}.consent-grid small{font-size:7px;color:var(--muted);line-height:1.35}.connect-title{margin-top:16px!important}.provider-grid.horizontal{grid-template-columns:repeat(5,1fr);gap:7px}.provider-grid.horizontal .provider-card{display:grid;justify-items:center;text-align:center;gap:5px;padding:9px 5px}.provider-grid.horizontal .provider-card>span:nth-child(2){width:100%}.provider-grid.horizontal .provider-action{width:100%;justify-content:center;background:var(--purple);color:#fff;border-radius:3px;padding:5px}.provider-grid.horizontal .connected .provider-action{background:#eaf7f0;color:var(--green)}.provider-grid.horizontal .provider-logo{width:29px;height:29px}.read-only-note{margin-top:12px;color:var(--muted);font-size:7px;display:flex;align-items:center;gap:5px}.security-aside>h3,.security-aside>p{text-align:left}.documents-page .reference-grid{min-height:505px}.documents-page .doc-list{padding:4px 20px}.documents-page .doc-row{min-height:66px}.documents-page .doc-row .button{min-height:29px;padding:5px 12px;font-size:8px}.documents-page .drop-zone{min-height:88px;margin-bottom:14px}.uploaded-tag{background:#e5f6ed;color:var(--green)}.needed-tag{background:#fde8f3;color:#cf2583}.precheck-title{display:flex;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}.precheck-title>svg{color:var(--purple)}.precheck-title h3{font-size:12px;margin:0}.precheck-title p{font-size:7px;margin:2px 0 0;color:var(--muted)}.precheck-row{display:flex;gap:9px;padding:13px 0;border-bottom:1px solid #f0ecf1;align-items:start}.precheck-row>span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff}.precheck-row>span.done{background:var(--green)}.precheck-row>span.pending{background:var(--orange)}.precheck-row svg{width:12px}.precheck-row div{display:grid;gap:3px}.precheck-row strong{font-size:8px}.precheck-row small{font-size:7px;color:var(--muted)}.underwriter-page{grid-template-columns:204px 1fr;height:calc(100vh - 92px);min-height:740px;overflow:hidden}.uw-sidebar{width:auto;height:100%;padding:14px 11px;background:#fff;color:#2c1842;border-right:1px solid var(--line)}.uw-sidebar .logo{filter:none;margin:0 9px 18px;object-position:left}.uw-sidebar>button{color:#39264d;padding:10px 13px;font-size:10px;position:relative}.uw-sidebar>button.active{background:#f1e3f7;color:var(--purple)}.uw-sidebar>button b{margin-left:auto;background:var(--purple);color:#fff;border-radius:12px;padding:3px 6px;font-size:8px}.uw-sidebar .collapse-button{margin-top:auto}.uw-main{overflow:auto;background:#fbfbfc}.uw-topbar{height:62px;padding:0 20px;background:#fff}.uw-topbar .help-button{border:0;background:none;color:#352143;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:700}.uw-topbar .help-button svg{width:15px}.uw-profile{border-left:1px solid var(--line);padding-left:14px;display:flex;align-items:center;gap:9px}.uw-profile>span{width:34px;height:34px;border-radius:50%;background:#eedcf7;color:var(--purple);display:grid;place-items:center;font-size:9px;font-weight:800}.uw-profile>strong{display:grid;font-size:8px}.uw-profile small{color:var(--muted);font-weight:500;margin-top:2px}.uw-flow{height:48px;background:#fff;display:grid;grid-template-columns:repeat(8,1fr);align-items:center;padding:0 24px;border-top:1px solid var(--line)}.uw-flow span{color:#746d79;font-size:7px;display:flex;align-items:center;gap:5px;white-space:nowrap;position:relative}.uw-flow span:not(:last-child):after{content:"";height:1px;background:#d9d4dd;width:22px;margin-left:auto}.uw-flow b{width:20px;height:20px;border:1px solid #d9d4dd;border-radius:50%;display:grid;place-items:center}.uw-flow .active{color:var(--purple);font-weight:800}.uw-flow .active b{background:var(--purple);color:#fff;border-color:var(--purple)}.uw-title{padding:12px 24px 8px;background:#fbfbfc;display:flex;align-items:center}.uw-title h1{font-size:23px;margin:0}.uw-title>span{font-size:8px;color:#504856;display:flex;align-items:center;gap:6px}.uw-title .icon-button{width:28px;height:28px}.uw-content{padding:0 24px 15px}.uw-business-summary{background:#fff;border:1px solid var(--line);border-radius:5px;padding:13px 16px;display:grid;grid-template-columns:48px minmax(230px,1.2fr) repeat(5,1fr);align-items:center;gap:10px}.business-avatar{width:42px;height:42px;border-radius:50%;background:#f1e4f6;color:var(--purple);display:grid;place-items:center}.uw-business-summary h2{font-size:14px;margin:0}.uw-business-summary p{font-size:8px;margin:2px 0}.uw-business-summary>div small{font-size:7px;color:var(--muted)}.uw-business-summary>span:not(.business-avatar){display:grid;gap:5px}.uw-business-summary>span small{font-size:7px;color:var(--muted)}.uw-business-summary>span strong{font-size:9px}.metrics-row.six{grid-template-columns:repeat(6,1fr);gap:9px;margin:11px 0}.metrics-row.six .metric{height:135px;padding:12px}.metric>span{display:flex;justify-content:space-between}.metric>span svg{width:11px}.metrics-row.six .metric>strong{font-size:16px}.sparkline{height:45px;display:flex;gap:2px;align-items:end;margin-top:auto;border-bottom:1px solid #bfc0cb}.sparkline i{flex:1;background:#6420b3}.sparkline.green i{background:#13af72}.mini-gauge{width:65px;height:33px;border:7px solid #e8e9e9;border-bottom:0;border-radius:70px 70px 0 0;margin:8px auto 0;position:relative}.mini-gauge i{position:absolute;inset:-7px 25px auto -7px;height:7px;background:var(--green);border-radius:7px}.mini-gauge b{position:absolute;top:14px;left:0;right:0;text-align:center;font-size:7px}.review-grid.reference-review{grid-template-columns:1.35fr 1.12fr 1.25fr;gap:9px}.reference-review .review-card{padding:12px}.reference-review .card-title{margin-bottom:8px}.reference-review .card-title h3{display:flex;align-items:center;gap:5px;font-size:10px}.reference-review .card-title svg{width:15px;color:var(--purple)}.reference-review .card-title b{font-size:6px;background:#f1e2f6;color:var(--purple);padding:3px 5px;border-radius:3px}.memo-card .memo{font-size:7px;margin:0 0 8px}.confidence{display:flex;align-items:center;gap:7px;font-size:7px}.confidence b{background:#f3e5f7;color:var(--purple);padding:4px}.memo-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.memo-columns span{display:grid;gap:4px}.memo-columns strong{font-size:7px}.memo-columns small{font-size:6px;color:#425044}.memo-columns span:last-child small{color:#9a5c24}.policy-list.detailed{gap:0}.policy-list.detailed li{justify-content:space-between;border-bottom:1px solid #eeeaf0;padding:5px 0;font-size:7px}.policy-list li span{display:flex;align-items:center;gap:4px;font-weight:700}.policy-list .pass,.document-review-list .pass{color:var(--green)}.policy-list .fail,.document-review-list .fail{color:#e52f3e}.document-review-list{list-style:none;padding:0;margin:0}.document-review-list li{display:flex;align-items:center;gap:7px;border-bottom:1px solid #eeeaf0;padding:5px 0}.document-review-list>li>svg{width:15px;color:#bc2992}.document-review-list span{display:grid;gap:2px;flex:1}.document-review-list strong{font-size:7px}.document-review-list small{font-size:6px;color:var(--muted)}.document-review-list b{font-size:6px;display:flex;align-items:center;gap:3px}.document-review-list b svg{width:11px}.risk-row{display:grid;grid-template-columns:15px 1fr 1.4fr auto;align-items:center;gap:5px;padding:5px;background:#fff0f1;border-bottom:1px solid #f4dadd}.risk-row svg{width:12px;color:#ef3846}.risk-row strong,.risk-row small,.risk-row b{font-size:6px}.risk-row b{color:#e94a27}.notes-card textarea{min-height:57px}.notes-card p,.action-card p{font-size:6px;line-height:1.5}.decision-buttons{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:5px}.decision-buttons .button{padding:5px;min-height:34px;font-size:7px}.reference-review .text-link{font-size:7px;margin-top:6px}.reference-finalize{max-width:none;height:calc(100vh - 162px);min-height:700px;padding:26px 44px 18px;overflow:hidden}.finalize-heading{position:absolute;width:47%;padding-top:8px}.finalize-heading .eyebrow{background:#f3e2f4;border-radius:15px;padding:5px 9px}.finalize-heading h1{font-size:42px;margin:13px 0 8px;color:var(--purple-dark)}.finalize-heading p{font-size:11px;line-height:1.55;color:var(--muted);max-width:480px}.final-top-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:55px;align-items:end}.final-viewer{margin-top:155px;height:410px}.final-viewer .viewer-toolbar{height:48px}.final-viewer .viewer-toolbar strong{font-size:9px}.final-viewer .viewer-toolbar>div{display:flex;align-items:center;gap:14px}.final-viewer .viewer-toolbar button:not(.icon-button){border:0;background:none;color:var(--purple)}.final-viewer .paper{width:92%;height:285px;min-height:0;margin:14px auto 0;padding:18px 35px;overflow:hidden}.final-viewer .paper .logo{width:78px;height:42px;object-position:left}.final-viewer .paper h3{text-align:left;font-size:15px;margin:9px 0}.final-viewer .paper p{font-size:7px;line-height:1.65}.page-controls{height:40px;display:flex;align-items:center;justify-content:center;gap:12px}.page-controls button{border:0;background:none;color:var(--purple)}.page-controls button:first-child{transform:rotate(180deg)}.page-controls svg{width:14px}.page-controls strong{font-size:8px}.reference-signing{position:static;height:440px;padding:23px;margin-top:0}.reference-signing h2{font-size:19px;margin:0 0 5px}.reference-signing>p{font-size:9px;color:var(--muted);margin-bottom:14px}.signed-row{height:66px;border:1px solid var(--line);border-bottom:0;display:flex;align-items:center;gap:12px;padding:10px 16px}.signed-row:nth-of-type(4){border-bottom:1px solid var(--line)}.signed-row>span{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#e12487,#9e1b87);color:#fff;display:grid;place-items:center}.signed-row>span svg{width:17px}.signed-row div{display:grid;gap:3px;flex:1}.signed-row strong{font-size:10px}.signed-row small{font-size:8px;color:var(--muted)}.signed-row b{font-size:8px;color:#d72588}.reference-signing>.button{margin-top:15px;background:linear-gradient(90deg,#5c0b75,#76117f)}.final-bottom-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:18px;margin-top:18px}.funding-card{height:170px;border:1px solid #f2a61f;border-radius:6px;background:linear-gradient(110deg,#fff,#fff8ee);padding:20px;display:grid;grid-template-columns:58px 1fr 50px;grid-template-rows:1fr auto;align-items:center;position:relative}.funding-check{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#f78a23,#d82982);color:#fff;display:grid;place-items:center}.funding-copy h2{font-size:16px;margin:0 0 4px}.funding-copy p{font-size:10px;color:var(--muted);margin:0}.paper-plane{font-size:44px;color:#b3238f;transform:rotate(-25deg)}.funding-details{grid-column:1/-1;border-top:1px solid #eadfe6;padding-top:12px;display:grid;grid-template-columns:1fr 1.3fr 1.5fr}.funding-details span{display:grid;gap:4px;border-right:1px solid #e5dde5;padding-right:12px;margin-right:12px}.funding-details span:last-child{border:0}.funding-details small{font-size:7px;color:var(--muted)}.funding-details strong{font-size:10px}.funding-details b{color:#e89c17;background:#fff0cb;border-radius:10px;padding:4px;font-size:7px}.monitoring-card{height:170px;border:1px solid var(--line);border-radius:6px;padding:13px}.monitoring-card h3{font-size:11px;margin:0 0 2px}.monitoring-card>p{font-size:7px;color:var(--muted);margin-bottom:9px}.monitor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.monitor-grid>span{height:105px;border:1px solid var(--line);border-radius:5px;padding:9px;display:grid;grid-template-columns:16px 1fr;gap:3px 5px}.monitor-grid svg{width:14px;color:#c3268e}.monitor-grid strong{font-size:7px}.monitor-grid b,.monitor-grid small{grid-column:1/-1;font-size:8px}.monitor-grid small{font-size:6px;color:var(--muted);line-height:1.5}.monitor-grid em{color:var(--orange);font-style:normal;font-size:7px}}@media(min-width:821px){.reference-offer{max-width:none;height:calc(100vh - 162px);min-height:700px;padding:24px 34px 18px;overflow:hidden}.offer-layout{height:100%;display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:24px}.offer-left{min-width:0}.approved-heading{height:180px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;position:relative}.approved-heading>div{position:relative;z-index:2}.approved-heading .approved-pill{background:#e7f7ee;color:var(--green);text-transform:uppercase;font-size:7px;padding:5px 8px}.approved-heading h1{font-size:39px;margin:10px 0 5px;color:var(--purple-dark)}.approved-heading h1 em{font-style:normal;color:#0a9b5d}.approved-heading p{font-size:9px;line-height:1.55;color:var(--muted)}.approved-heading img{width:100%;height:175px;object-fit:cover;mix-blend-mode:multiply}.approved-summary{height:174px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:18px;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px;box-shadow:0 5px 18px #3610440d}.approved-summary>div:not(.offer-facts){display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:8px}.approved-summary>div>small{font-size:7px;color:var(--muted)}.approved-summary>div>strong{font-size:10px}.approved-amount{display:block!important}.approved-amount small{display:block}.approved-amount strong{display:block!important;color:var(--green);font-size:28px!important;margin-top:4px}.summary-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;grid-row:1/3}.summary-icon svg{width:17px}.summary-icon.orange{background:#fff0db;color:var(--orange)}.summary-icon.purple{background:#f2e5f7;color:var(--purple)}.offer-facts{grid-column:1/-1;border-top:1px solid var(--line);padding-top:12px;display:grid;grid-template-columns:repeat(4,1fr)}.offer-facts span{display:grid;grid-template-columns:20px 1fr;column-gap:5px}.offer-facts svg{width:15px;color:#c62a8d;grid-row:1/3}.offer-facts small{font-size:7px;color:var(--muted)}.offer-facts strong{font-size:8px}.customize-offer{height:238px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:16px 19px;margin-top:13px}.customize-offer h3{font-size:11px;margin:0 0 2px}.customize-offer>p{font-size:7px;color:var(--muted)}.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:13px}.custom-grid label{font-size:7px;font-weight:700}.custom-grid label strong{display:block;font-size:13px;margin-top:4px}.custom-grid .range{margin:8px 0 2px}.custom-grid .term-options{margin-top:12px}.custom-grid .term-options button{font-size:7px;padding:9px 4px}.custom-footer{margin-top:15px;background:#f8f5f9;padding:10px;display:grid;grid-template-columns:1fr 1fr 1fr 1.3fr;gap:8px}.custom-footer span{display:grid;gap:3px}.custom-footer small{font-size:6px;color:var(--muted)}.custom-footer strong{font-size:8px}.custom-footer button{border:0;background:none;color:var(--purple);font-size:6px;font-weight:700;display:flex;align-items:center}.custom-footer button svg{width:12px}.offer-valid{font-size:7px;color:var(--muted);display:flex;justify-content:center;align-items:center;gap:5px;margin-top:10px}.offer-valid svg{width:12px}.offer-next{height:100%;background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px;box-shadow:var(--shadow)}.offer-next h2{font-size:16px;margin:0 0 3px}.offer-next>p{font-size:8px;color:var(--muted);padding-bottom:12px;border-bottom:1px solid var(--line)}.requirement-row{display:flex;gap:9px;padding:12px 0;border-bottom:1px solid var(--line);align-items:start}.requirement-row>span{width:27px;height:27px;border-radius:50%;background:#f1e6f5;color:var(--purple);display:grid;place-items:center;flex:0 0 auto}.requirement-row svg{width:14px}.requirement-row div{display:grid;gap:3px;flex:1}.requirement-row strong{font-size:8px}.requirement-row small{font-size:6px;color:var(--muted);line-height:1.4}.requirement-row b{font-size:6px;color:var(--green)}.offer-side-summary{padding:14px 0}.offer-side-summary h3{font-size:10px;margin:0 0 7px}.offer-side-summary span{display:flex;justify-content:space-between;padding:4px 0}.offer-side-summary small{font-size:7px;color:var(--muted)}.offer-side-summary strong{font-size:7px}.offer-next>.button{min-height:36px;margin-top:7px;font-size:8px}.offer-next .center-note{font-size:6px}}@media(min-width:821px){.reference-signing>.button>span{width:auto;height:auto;border-radius:0;background:none;display:inline;color:inherit}}@media(min-width:821px){body{background:#fff}.app{width:min(100vw,133.5dvh);margin:0 auto;background:#fcfbfc;box-shadow:none;overflow-x:hidden}.progress-shell{width:min(100vw,133.5dvh);left:50%;right:auto;transform:translate(-50%)}.app-header{height:78px;padding:0 42px}.app-header .logo{width:116px;height:66px}.app-header nav{gap:40px;margin-right:38px}.app-header nav button{font-size:13px}.sign-in-button{min-width:78px;height:44px;font-size:13px}.app{padding-bottom:102px}.progress-shell{height:102px;grid-template-columns:325px minmax(0,1fr);padding:0 42px}.progress-message>span{width:48px;height:48px}.progress-message strong{font-size:12px}.progress-message small{font-size:10px}.progress-step{font-size:9px}.step-dot{width:28px;height:28px}.progress-inner:before{top:13px}.start-screen{height:calc(100dvh - 180px);min-height:0;padding:43px 48px 34px;grid-template-columns:minmax(0,1.78fr) minmax(390px,1fr);gap:34px}.hero-copy{height:100%;grid-template-rows:auto auto auto 1fr}.hero-copy .eyebrow{padding:7px 13px;font-size:9px}.hero-copy h1{font-size:54px;line-height:1.08;margin:20px 0 15px}.hero-copy h1 em{color:#9d168a}.hero-copy>p{max-width:430px;font-size:13px;line-height:1.65}.hero-art{top:12px;left:46%;width:54%;height:315px}.hero-gauge{position:absolute;z-index:3;top:40px;left:68%;width:74px;height:74px;border-radius:50%;background:#fff;color:#751475;display:grid;place-items:center;box-shadow:0 8px 24px #51156b24}.hero-gauge>svg{width:39px;height:39px}.hero-gauge i{position:absolute;right:-3px;bottom:5px;width:31px;height:22px;border-radius:15px;background:#c51e79;color:#fff;display:grid;place-items:center}.hero-gauge i svg{width:13px}.hero-finance-card{position:absolute;z-index:3;top:174px;left:57%;width:135px;min-height:86px;padding:14px;border-radius:6px;background:#fff;box-shadow:0 8px 22px #36104421;display:grid;grid-template-columns:1fr 42px}.hero-finance-card strong{font-size:13px}.hero-finance-card small{font-size:8px;color:var(--muted)}.hero-finance-card b{grid-column:2;grid-row:1/3;display:flex;align-items:end;gap:3px}.hero-finance-card b i{width:6px;background:linear-gradient(#ff9b22,#d42681);border-radius:2px}.hero-finance-card b i:nth-child(1){height:12px}.hero-finance-card b i:nth-child(2){height:20px}.hero-finance-card b i:nth-child(3){height:28px}.hero-finance-card b i:nth-child(4){height:38px}.hero-shield{position:absolute;z-index:3;top:183px;left:86%;width:47px;height:55px;color:#57106e;filter:drop-shadow(0 6px 10px rgba(81,21,107,.18))}.hero-shield svg{width:100%;height:100%;fill:#57106e;color:#fff}.products-band{margin-top:auto;align-self:end}.section-title h2{font-size:13px;margin-bottom:14px}.product-grid{gap:14px 17px}.product-card{min-height:185px;padding:17px;grid-template-columns:52px 1fr 18px;gap:9px 12px}.product-icon{width:50px;height:50px}.product-icon svg{width:25px;height:25px}.product-card h3{font-size:15px;margin-bottom:7px}.product-card p{font-size:10px;line-height:1.5}.product-card dl{padding-top:11px}.product-card dt{font-size:8px}.product-card dd{font-size:10px;margin-top:2px}.product-card.selected{border-color:var(--line);box-shadow:0 7px 20px #3610440d}.product-card:nth-child(2) .product-icon,.product-card:nth-child(4) .product-icon{background:#fff0d9;color:#f58218}.eligibility-panel{max-height:none;height:100%;padding:32px 31px 25px}.panel-heading{padding-bottom:22px;gap:16px}.eligibility-icon{width:57px;height:57px}.eligibility-icon svg{width:28px;height:28px}.panel-heading h2{font-size:22px}.panel-heading p{font-size:11px}.quick-form{gap:23px;margin-top:23px}.eligibility-panel .field{font-size:10px;gap:7px}.eligibility-panel .field input,.eligibility-panel .field select{min-height:48px;padding:12px 14px;font-size:11px}.eligibility-panel .button{min-height:52px;margin-top:27px;font-size:12px}.eligibility-icon{color:var(--purple)}.panel-heading>span.eligibility-icon{color:var(--purple)}.eligibility-panel .button svg{order:2;margin-left:auto}.eligibility-panel .button span{margin-left:auto}.flow-page,.reference-page{height:calc(100dvh - 180px);min-height:0;padding:30px 42px 20px}.page-heading{margin-bottom:20px}.page-heading h1{font-size:36px;margin:7px 0 6px}.page-heading p{font-size:11px}.flow-grid,.reference-grid{grid-template-columns:minmax(0,1fr) 270px;gap:25px;min-height:620px}.flow-page .flow-grid{height:620px}.business-profile-fields{height:100%;padding:26px}.business-profile-fields .field-grid{height:100%;align-content:space-between;gap:9px 20px}.business-profile-fields .field input,.business-profile-fields .field select{min-height:39px;font-size:11px}.business-profile-fields .field{font-size:10px}.summary-aside{height:100%;padding:24px}.summary-aside h3{font-size:18px}.summary-amount strong{font-size:22px}.summary-aside .checklist{gap:8px;margin:15px 0}.summary-aside .checklist li{font-size:9px}.summary-aside .checklist li>span{width:20px;height:20px}.summary-aside .advisor-card{padding:10px}.summary-aside .save-note{padding-top:10px}.summary-aside .aside-next{margin-top:8px;padding-top:8px}.owners-page .reference-grid{height:600px;min-height:600px}.owner-form .owner-heading{padding:20px 24px}.owner-form .owner-heading+.field-grid{grid-template-columns:repeat(3,1fr);height:100%;padding:20px 24px;align-content:space-between;gap:13px 18px}.owner-form .field input,.owner-form .field select{min-height:43px;font-size:10px}.owner-form .field{font-size:9px}.verification-aside{padding:26px}.verification-aside>h3{font-size:15px}.verification-aside>p{font-size:9px}.security-item strong{font-size:9px}.security-item small{font-size:8px}.additional-owner-row{padding:16px 24px}.financial-page .reference-grid{height:590px;min-height:590px}.consent-panel{height:100%;padding:23px 26px;display:flex;flex-direction:column}.consent-panel>h3{font-size:12px}.consent-grid{gap:17px 30px}.consent-grid label{grid-template-columns:16px 30px 1fr;gap:8px}.consent-grid svg{width:25px;height:25px}.consent-grid strong{font-size:9px}.consent-grid small{font-size:8px;line-height:1.45}.consent-grid label{min-height:48px}.connect-title{margin-top:auto!important}.provider-grid.horizontal .provider-card{min-height:112px;padding:11px 6px}.provider-grid.horizontal .provider-logo{width:35px;height:35px}.provider-grid.horizontal .provider-card strong{font-size:8px}.security-aside{height:100%}.security-aside .security-item{padding:17px 0}.security-aside .security-item>svg{width:24px;height:24px;padding:5px;border-radius:50%;background:#f8eaf4}.documents-page .reference-grid{height:610px;min-height:610px}.documents-page .doc-list{height:475px;padding:4px 24px;display:flex;flex-direction:column;justify-content:space-around}.documents-page .doc-row{min-height:72px}.documents-page .doc-icon{width:44px;height:44px}.documents-page .doc-copy strong{font-size:11px}.documents-page .doc-copy small{font-size:9px}.documents-page .drop-zone{min-height:95px;margin:10px 24px 18px}.precheck-aside{height:100%}.precheck-row{padding:16px 0}.precheck-row strong{font-size:9px}.precheck-row small{font-size:8px}.finalize-heading h1{font-size:48px}.finalize-heading p{font-size:12px}.reference-signing h2{font-size:22px}.signed-row strong{font-size:11px}.signed-row small{font-size:9px}.reference-review .risk-row{min-height:22px;padding:3px 5px}.reference-review .memo{font-size:8px;line-height:1.6}.eligibility-panel .center-note{font-size:9px;margin-top:15px}}@media(min-width:821px)and (max-aspect-ratio:4/3){.app,.progress-shell{width:100vw}}
