.hlf-style-scope{--hlf-cyan:#61A0FF;--hlf-black:#1F2023;--hlf-grey:rgba(31,32,35,0.64);--hlf-light:#F5F6F7;--hlf-border:rgba(31,32,35,0.12);--hlf-white:#FFFFFF;--hlf-warn:#d9534f;--hlf-success:#28a745;--hlf-border-2:rgba(31,32,35,0.16);--hlf-track:rgba(31,32,35,0.06);--accent-tint:rgba(97,160,255,0.12);--accent-tint-2:rgba(97,160,255,0.28);--radius-small:0.5rem;--radius-default:0.75rem;--radius-large:1.25rem;--radius-full:100vw;--radius-input:0.5rem;--radius-button-base:0.5rem;--font-body:"StackSans text Variable",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"StackSans headline Variable","StackSans text Variable",sans-serif;--font-label:"Fragment Mono",ui-monospace,SFMono-Regular,Menlo,monospace;font-family:var(--font-body);color:var(--hlf-black);box-sizing:border-box!important;line-height:1.5}.hlf-style-scope *{box-sizing:border-box!important}#hlf-wrapper{width:100%;max-width:1050px;background:var(--hlf-white);border:1px solid var(--hlf-border);box-shadow:0 15px 40px rgba(31,32,35,.06);border-radius:var(--radius-default);display:block!important;height:auto!important;max-height:none!important;overflow:hidden!important;margin:20px auto;position:relative;padding-bottom:85px!important}@keyframes hlfFadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes hlfSpin{100%{transform:rotate(360deg)}}.hlf-style-scope .section-header{padding:25px 30px 15px 30px}.hlf-style-scope .brand-header{font-family:var(--font-heading);font-size:18px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;color:var(--hlf-black);border-left:5px solid var(--hlf-cyan);padding-left:15px;margin:0 0 5px 0;line-height:1.2}.hlf-style-scope .brand-sub{font-size:13px;color:var(--hlf-grey);margin:0 0 0 20px;font-weight:500}.hlf-style-scope .utility-bar{display:none;justify-content:center;gap:15px;padding:30px;background:var(--hlf-light);border-top:1px solid var(--hlf-border)}.hlf-style-scope .utility-bar.active{display:flex;animation:hlfFadeIn .5s ease forwards}.hlf-style-scope .util-btn{background:0 0;border:2px solid var(--hlf-black);color:var(--hlf-black);font-size:12px;font-weight:800;text-transform:uppercase;padding:12px 24px;border-radius:var(--radius-small);cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:250px;outline:0}.hlf-style-scope .util-btn:hover{background:var(--hlf-black);color:var(--hlf-white)}.hlf-style-scope .util-btn.primary-style{background:var(--hlf-black);border-color:var(--hlf-cyan);color:var(--hlf-white)}.hlf-style-scope .util-btn.primary-style:hover{background:var(--hlf-black);border-color:var(--hlf-black)}.hlf-style-scope .portfolio-section{padding:0 30px 20px 30px}.hlf-style-scope .prop-list{display:flex;flex-direction:column;gap:20px}.hlf-style-scope .prop-row{background:var(--hlf-light);padding:20px;border-radius:var(--radius-default);border:1px solid var(--hlf-border);position:relative;animation:hlfFadeIn .3s ease}.hlf-style-scope .prop-header-area{margin-bottom:15px;border-bottom:1px dashed var(--hlf-border-2);padding-bottom:15px}.hlf-style-scope .prop-title-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.hlf-style-scope .prop-title{font-size:15px;font-weight:900;color:var(--hlf-cyan);margin:0;text-transform:uppercase;letter-spacing:.5px}.hlf-style-scope .prop-title-append{color:var(--hlf-black)}.hlf-style-scope .prop-meta-links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.hlf-style-scope .val-link{font-size:11px;color:var(--hlf-cyan);font-weight:800;cursor:pointer;text-decoration:none;transition:.2s;display:inline-block}.hlf-style-scope .val-link:hover{color:var(--hlf-black);text-decoration:underline}.hlf-style-scope .prop-disclaimer{font-size:11px;color:#856404;background-color:#fff3cd;border:1px solid #ffeeba;padding:8px 12px;border-radius:var(--radius-input);font-weight:600;line-height:1.4;display:inline-block}.hlf-style-scope .prop-data-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr 1.3fr 0.8fr 1.2fr;gap:15px;align-items:start}.hlf-style-scope .input-group{display:flex;flex-direction:column;width:100%;justify-content:flex-end;height:100%}.hlf-style-scope .input-group label{font-size:10px;font-weight:800;color:var(--hlf-grey);text-transform:uppercase;margin-bottom:6px;line-height:1.2;display:flex;align-items:flex-end}.hlf-style-scope .currency-wrap{position:relative;width:100%}.hlf-style-scope .currency-symbol,.hlf-style-scope .percent-symbol{position:absolute;top:50%;transform:translateY(-50%);color:var(--hlf-grey);font-size:13px;pointer-events:none;font-weight:700}.hlf-style-scope .currency-symbol{left:10px}.hlf-style-scope .percent-symbol{right:10px}.hlf-style-scope input[type=email],.hlf-style-scope input[type=number],.hlf-style-scope input[type=text],.hlf-style-scope select{width:100%;height:40px;padding:0 10px;border:1px solid var(--hlf-border-2);border-radius:var(--radius-input);font-size:13px;background:var(--hlf-white);font-weight:600;font-variant-numeric:tabular-nums;transition:all .2s;color:var(--hlf-black);outline:0}.hlf-style-scope textarea{width:100%;padding:10px;border:1px solid var(--hlf-border-2);border-radius:var(--radius-input);font-size:13px;background:var(--hlf-white);font-weight:500;font-family:inherit;transition:all .2s;color:var(--hlf-black);outline:0;resize:vertical;box-sizing:border-box}.hlf-style-scope input.has-currency{padding-left:24px}.hlf-style-scope input.has-percent{padding-right:24px;text-align:right}.hlf-style-scope input:focus,.hlf-style-scope select:focus,.hlf-style-scope textarea:focus{border-color:var(--hlf-cyan);box-shadow:0 0 0 2px rgba(97,160,255,.1)}.hlf-style-scope input.read-only-box{background:#e8ecef;color:var(--hlf-black);border-color:var(--hlf-border);cursor:not-allowed;font-weight:900}.hlf-style-scope .remove-btn{background:var(--hlf-white);border:1px solid var(--hlf-warn);color:var(--hlf-warn);width:26px;height:26px;border-radius:50%;font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 0 2px 0;outline:0;transition:.2s;box-shadow:0 2px 4px rgba(31,32,35,.05)}.hlf-style-scope .remove-btn:hover{transform:scale(1.1);background:var(--hlf-warn);color:#fff}.hlf-style-scope .add-btn{background:var(--hlf-white);border:2px dashed var(--hlf-border-2);color:var(--hlf-grey);width:100%;padding:15px;border-radius:var(--radius-small);font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:.2s;margin-top:5px}.hlf-style-scope .add-btn:hover{border-color:var(--hlf-cyan);color:var(--hlf-cyan);background:rgba(97,160,255,.05)}.hlf-style-scope .next-purchase-section{background:#f0f7fa;border-top:2px solid var(--hlf-cyan);padding:30px;display:flex;flex-direction:column;gap:20px}.hlf-style-scope .next-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:end}.hlf-style-scope .oo-blocker-warning{font-size:14px;line-height:1.5;padding:15px 20px;border-radius:var(--radius-small);background:#fff5f5;border:2px solid var(--hlf-warn);color:#d9534f;margin:15px 0;display:none;font-weight:600;text-align:center;box-shadow:0 5px 15px rgba(217,83,79,.15)}.hlf-style-scope .crunch-btn-wrap{display:flex;justify-content:center;margin:20px 0}.hlf-style-scope .crunch-btn{background:var(--hlf-black);color:var(--hlf-white);border:none;padding:16px 40px;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);cursor:pointer;transition:.3s;box-shadow:0 10px 20px rgba(31,32,35,.16);display:flex;align-items:center;gap:10px}.hlf-style-scope .crunch-btn:hover{background:var(--hlf-black);transform:translateY(-2px);box-shadow:0 15px 25px rgba(31,32,35,.16);color:var(--hlf-black)}.hlf-style-scope .crunch-spinner{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:20px;height:20px;animation:hlfSpin 1s linear infinite;display:none}.hlf-style-scope .crunch-btn.loading .crunch-spinner{display:block}.hlf-style-scope .crunch-btn.loading{pointer-events:none;opacity:.9}.hlf-style-scope .dashboard-tier{display:none;grid-template-columns:1.2fr 0.8fr;border-top:1px solid var(--hlf-border);background:var(--hlf-white)}.hlf-style-scope .dashboard-tier.active{display:grid;animation:hlfFadeIn .5s ease forwards}.hlf-style-scope .result-card{padding:30px;display:flex;flex-direction:column;justify-content:center}.hlf-style-scope .lender-card{padding:30px;background:var(--hlf-light);border-left:1px solid var(--hlf-border)}.hlf-style-scope .sub-label{font-size:12px;color:var(--hlf-grey);font-weight:800;text-transform:uppercase;margin-bottom:5px;letter-spacing:.5px}.hlf-style-scope .hero-number{font-size:48px;font-weight:900;color:var(--hlf-black);line-height:1;letter-spacing:-1px;font-variant-numeric:tabular-nums;margin-bottom:5px}.hlf-style-scope .hero-number.success{color:var(--hlf-success)}.hlf-style-scope .hero-number.warn{color:var(--hlf-warn)}.hlf-style-scope .smart-notice{font-size:12px;line-height:1.5;padding:15px;border-radius:var(--radius-small);background:var(--accent-tint);border-left:4px solid var(--hlf-cyan);color:var(--hlf-black);margin-top:20px;font-weight:500}.hlf-style-scope .lender-breakdown-list{margin-top:15px;display:flex;flex-direction:column;gap:10px}.hlf-style-scope .lender-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:var(--hlf-white);border:1px solid var(--hlf-border);border-radius:var(--radius-input);font-size:13px;font-weight:700}.hlf-style-scope .lender-item span.lvr-badge{padding:4px 8px;border-radius:var(--radius-input);font-size:11px;font-weight:900;background:var(--hlf-border);color:var(--hlf-black)}.hlf-style-scope .lvr-badge.good{background:#e6f4ea;color:#1e8e3e}.hlf-style-scope .lvr-badge.bad{background:#fce8e6;color:#d93025}.hlf-style-scope .hlf-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(31,32,35,.6);z-index:2147483646;display:none;backdrop-filter:blur(3px)}.hlf-style-scope .hlf-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:var(--hlf-white);border-radius:var(--radius-default);z-index:2147483647;display:none;box-shadow:0 20px 50px rgba(31,32,35,.18);padding:30px;max-height:90vh;overflow-y:auto}.hlf-style-scope .modal-active{display:block!important;animation:hlfFadeIn .3s ease}.hlf-style-scope .modal-close{position:absolute;top:15px;right:15px;background:0 0;border:none;font-size:20px;cursor:pointer;color:var(--hlf-grey)}.hlf-style-scope .modal-title{font-size:18px;font-weight:900;margin-top:0;margin-bottom:10px;color:var(--hlf-black)}.hlf-style-scope .modal-text{font-size:12px;color:var(--hlf-grey);margin-bottom:20px;line-height:1.4}.hlf-style-scope .modal-btn{width:100%;background:var(--hlf-black);color:var(--hlf-white);border:none;padding:12px;font-size:14px;font-weight:800;border-radius:var(--radius-input);cursor:pointer;text-transform:uppercase;margin-top:10px;transition:.2s}.hlf-style-scope .modal-btn:hover{background:var(--hlf-black)}.hlf-style-scope .checkbox-wrap{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;background:var(--hlf-light);padding:12px;border-radius:var(--radius-small);border:1px solid rgba(31,32,35,.12)}.hlf-style-scope .checkbox-wrap input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--hlf-cyan);cursor:pointer}.hlf-style-scope .checkbox-wrap label{font-size:11px;color:var(--hlf-black);font-weight:600;line-height:1.4;cursor:pointer;text-transform:none;margin:0}.hlf-style-scope .floating-chat-btn{position:fixed;bottom:25px;right:25px;width:auto;height:auto;padding:12px 22px;background-color:var(--hlf-black);color:var(--hlf-white);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;text-transform:uppercase;box-shadow:0 8px 20px rgba(31,32,35,.16);cursor:pointer;z-index:2147483645;transition:all .3s cubic-bezier(.175, .885, .32, 1.275);border:none;outline:0}.hlf-style-scope .floating-chat-btn:hover{transform:scale(1.05) translateY(-3px);background-color:#1f2023;box-shadow:0 10px 25px rgba(31,32,35,.3)}@media (max-width:950px){.hlf-style-scope .prop-data-grid{grid-template-columns:1fr 1fr;gap:15px}.hlf-style-scope .next-inputs-grid{grid-template-columns:1fr;gap:15px}.hlf-style-scope .dashboard-tier{grid-template-columns:1fr;padding-bottom:0}.hlf-style-scope .lender-card{border-left:none;border-top:1px solid var(--hlf-border)}.hlf-style-scope .utility-bar{flex-direction:column;align-items:center;padding:25px;padding-bottom:85px}.hlf-style-scope .util-btn{max-width:100%}.hlf-style-scope .floating-chat-btn{bottom:15px;right:15px;font-size:12px;padding:10px 18px}}