@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--navy:#1e3a5f;--navy-dark:#152a45;--slate:#64748b;--white:#fff;--grey:#f8fafc;--border:#e2e8f0;--text:#0f172a;--muted:#64748b;--green:#16a34a;--yellow:#d97706;--warning:#d97706;--red:#dc2626;--shadow:0 2px 8px #00000014;--shadow-hover:0 4px 14px #0000001a;--radius:8px;--font:"Inter",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8fafc;background:var(--grey);color:#0f172a;color:var(--text);font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:15px;line-height:1.5}a{color:#1e3a5f;color:var(--navy);font-weight:500}code{background:#f8fafc;background:var(--grey);border-radius:4px;font-size:.9em;padding:2px 6px}.sfo-layout{display:flex;min-height:100vh}.sfo-sidebar{background:#1e3a5f;background:var(--navy);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);color:#fff;color:var(--white);display:flex;flex-direction:column;inset:0 auto 0 0;position:fixed;transition:transform .2s ease;width:240px;z-index:40}.sfo-sidebar-brand{border-bottom:1px solid #ffffff1f;padding:20px 18px}.sfo-logo{font-size:1.15rem;font-weight:700;letter-spacing:.02em}.sfo-tenant{font-size:.85rem;margin-top:6px;opacity:.95}.sfo-subdomain-hint{font-size:11px;margin-top:4px;opacity:.65;word-break:break-all}.sfo-nav{flex:1 1;overflow-y:auto;padding:12px 8px}.sfo-nav-item{background:#0000;border:none;border-radius:8px;color:#ffffffd9;cursor:pointer;display:block;font:inherit;margin-bottom:4px;padding:10px 12px;text-align:left;transition:background .15s;width:100%}.sfo-nav-item:hover{background:#ffffff14}.sfo-nav-item.active{background:#ffffff24;color:#fff;color:var(--white);font-weight:600}.sfo-sidebar-footer{border-top:1px solid #ffffff1f;padding:16px}.sfo-user{font-size:12px;margin-bottom:10px;opacity:.9}.sfo-user strong{display:block;font-size:13px}.sfo-user span{opacity:.75;text-transform:capitalize}.sfo-main{display:flex;flex:1 1;flex-direction:column;margin-left:240px;min-height:100vh}.sfo-main-inner{flex:1 1;min-width:0;width:100%}.sfo-page{margin:0 auto;max-width:1120px;padding:24px 20px 48px}.sfo-page-header{margin-bottom:20px}.sfo-page-header h1{color:#1e3a5f;color:var(--navy);font-size:1.5rem;font-weight:700}.sfo-muted{color:#64748b;color:var(--muted)}.sfo-financial-data-notice{background:#f0f7ff;border:1px solid #c5ddf5;border-radius:8px;border-radius:var(--radius);color:#1e3a5f;color:var(--navy);font-size:14px;line-height:1.45;margin-bottom:16px;padding:12px 16px}.sfo-financial-data-notice strong{color:#0f172a}.sfo-financial-page-sub{color:#64748b;color:var(--muted);font-size:13px;margin:0 0 4px}.sfo-dscr-about{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#0f172a;color:var(--text,#334155);font-size:13px;margin:0 0 12px;padding:10px 12px}.sfo-dscr-about summary{color:#1e3a5f;color:var(--navy);cursor:pointer;font-weight:600;list-style:none}.sfo-dscr-about summary::-webkit-details-marker{display:none}.sfo-dscr-about ul{margin:10px 0 0;padding-left:1.2rem}.sfo-dscr-about li{margin-bottom:6px}.sfo-ltv-pct{border-radius:4px;display:inline-block;font-weight:600;min-width:3.5rem;padding:3px 8px;text-align:right}.sfo-ltv-pct--green{background:#dcfce7;color:#166534}.sfo-ltv-pct--yellow{background:#fef9c3;color:#854d0e}.sfo-ltv-pct--red{background:#fee2e2;color:#991b1b}.sfo-ltv-explainer{color:#64748b;color:var(--muted);font-size:13px;line-height:1.45;margin:0 0 12px}.sfo-small{font-size:13px}.sfo-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px) and (max-width:1023px){.sfo-grid{grid-template-columns:repeat(2,1fr)}.sfo-span-2{grid-column:span 2}}@media (min-width:1024px){.sfo-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.sfo-span-2{grid-column:span 2}}.sfo-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);max-width:100%;overflow-x:auto;padding:20px;transition:box-shadow .15s ease;width:100%}.sfo-card:hover{box-shadow:0 4px 14px #0000001a;box-shadow:var(--shadow-hover)}.sfo-card h3{color:#1e3a5f;color:var(--navy);font-size:16px;font-weight:700;margin:0 0 12px}.sfo-card-header-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:8px}.sfo-card-header-row h3{margin-bottom:0}.sfo-btn-sm{font-size:13px;padding:6px 12px}.sfo-stat-row{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.sfo-stat-row:last-child{border-bottom:none}.sfo-pm-bar{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.sfo-progress{background:#e2e8f0;background:var(--border);border-radius:999px;height:10px;margin:10px 0;overflow:hidden}.sfo-progress-fill{background:linear-gradient(90deg,#1e3a5f,#3b5f8f);background:linear-gradient(90deg,var(--navy),#3b5f8f);border-radius:999px;height:100%}.sfo-activity ul{list-style:none}.sfo-activity li{grid-gap:4px;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:grid;gap:4px;padding:10px 0}.sfo-activity time{color:#64748b;color:var(--muted);font-size:12px}.sfo-activity-action{font-weight:600}.sfo-form label{color:#0f172a;color:var(--text);display:block;font-size:13px;font-weight:500;margin-bottom:6px}.sfo-form input,.sfo-form select,.sfo-form textarea{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;font:inherit;margin-bottom:12px;padding:10px 12px;width:100%}.sfo-form-grid{grid-gap:0 12px;gap:0 12px}.sfo-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.sfo-btn-primary,.sfo-btn-secondary{border:none;border-radius:8px;cursor:pointer;font:inherit;font-weight:600;padding:10px 16px}.sfo-btn-primary{background:#1e3a5f;background:var(--navy);color:#fff;color:var(--white)}.sfo-btn-primary:disabled{cursor:not-allowed;opacity:.6}.sfo-btn-secondary{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);color:#1e3a5f;color:var(--navy)}.sfo-error{background:#fef2f2;border-radius:8px;color:#dc2626;color:var(--red);font-size:14px;margin-bottom:10px;padding:10px 12px}.sfo-loading{color:#64748b;color:var(--muted);padding:40px;text-align:center}.sfo-table td,.sfo-table th{padding:10px 8px}.sfo-mono{font-family:ui-monospace,monospace;font-size:12px}.badge{background:#f8fafc;background:var(--grey);border-radius:999px;color:#0f172a;color:var(--text);display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;text-transform:capitalize}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#991b1b}.sfo-list{list-style:none}.sfo-list li{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:8px 0}.sfo-auth-page{background:linear-gradient(160deg,#f8fafc,#e8eef5);background:linear-gradient(160deg,var(--grey),#e8eef5);display:flex;flex-direction:column;min-height:100vh}.sfo-auth-wrap{align-items:center;display:flex;flex:1 1;justify-content:center;padding:24px}.sfo-auth-page .sfo-app-footer{margin-top:auto}.sfo-auth-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);max-width:440px;padding:28px;width:100%}.sfo-auth-card h1{color:#1e3a5f;color:var(--navy);font-size:1.35rem;margin-bottom:8px}.sfo-auth-footer{color:#64748b;color:var(--muted);font-size:14px;margin-top:16px}.sfo-table-wrap{margin-top:8px;overflow-x:auto}.sfo-table td,.sfo-table th{padding:8px 10px}.sfo-table th{background:#f8fafc;background:var(--grey)}.sfo-banner,.sfo-table th{color:#1e3a5f;color:var(--navy)}.sfo-banner{background:#eff6ff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:12px 14px}.sfo-btn{background:#1e3a5f;background:var(--navy);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;display:inline-block;font-weight:600;margin-top:8px;padding:10px 16px}.sfo-btn:disabled{cursor:not-allowed;opacity:.6}.sfo-btn-outline{background:#fff;background:var(--white);border:1px solid #1e3a5f;border:1px solid var(--navy);color:#1e3a5f;color:var(--navy)}.sfo-btn-block{display:block;text-align:center;text-decoration:none;width:100%}.sfo-mb{margin-bottom:1rem}.sfo-mt{margin-top:12px}.sfo-dot{border-radius:50%;display:inline-block;height:12px;width:12px}.sfo-dot-green{background:#16a34a;background:var(--green)}.sfo-dot-yellow{background:#d97706;background:var(--yellow)}.sfo-dot-red{background:#dc2626;background:var(--red)}.sfo-text-red{color:#dc2626;color:var(--red);font-weight:600}.sfo-text-profit{color:#16a34a;font-weight:600}.sfo-text-loss{color:#dc2626;font-weight:600}.sfo-text-warn{color:#d97706;font-weight:600}.sfo-progress-elevated{border-radius:999px;height:14px}.sfo-portal .sfo-grid{gap:16px}.sfo-file-label input[type=file]{display:none}.sfo-file-label{cursor:pointer;text-align:center}.sfo-link-back{display:inline-block;font-size:14px;margin-bottom:12px}.sfo-unit{color:#1e3a5f;color:var(--navy);font-size:1.5rem;font-weight:700}.sfo-card-elevated{border:1px solid #e2e8f0;border:1px solid var(--border);box-shadow:0 4px 20px #1e3a5f14}.sfo-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:12px}.sfo-form-grid label{color:#64748b;color:var(--muted);display:flex;flex-direction:column;font-size:13px;gap:6px}.sfo-form-grid input,.sfo-form-grid select,.sfo-form-grid textarea{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;font:inherit;padding:10px 12px}.sfo-form-actions{grid-column:1/-1}.sfo-check{align-items:center;flex-direction:row!important;gap:8px!important}.sfo-metric-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:12px}.sfo-empty{color:#64748b;color:var(--muted);font-size:14px;padding:12px 0}.sfo-btn-inline{background:#0000;border:none;color:#1e3a5f;color:var(--navy);cursor:pointer;font-weight:600;text-decoration:underline}.sfo-result-badges{margin-bottom:8px}.sfo-chart-box{min-height:260px}.sfo-row-flex{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.sfo-gap{gap:16px}.sfo-row-active{background:#eff6ff!important}.sfo-photo-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sfo-photo-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:12px}.sfo-photo-card h4{color:#1e3a5f;color:var(--navy);font-size:13px;margin-bottom:8px;text-transform:capitalize}.sfo-compare-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:8px}.sfo-compare-img{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;max-height:120px;object-fit:cover;width:100%}.sfo-ph{align-items:center;background:#f8fafc;background:var(--grey);border-radius:6px;display:flex;justify-content:center;min-height:80px}.sfo-ph,.sfo-tiny{color:#64748b;color:var(--muted)}.sfo-tiny{font-size:11px}.sfo-link-inline{display:inline-block;font-weight:600;margin-top:10px}.sfo-nav-toggle{align-items:center;background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);color:#1e3a5f;color:var(--navy);cursor:pointer;display:none;font-size:1.25rem;height:44px;justify-content:center;left:12px;position:fixed;top:12px;width:44px;z-index:45}.sfo-nav-overlay{background:#0f172a73;inset:0;position:fixed;z-index:35}@media (max-width:1023px){.sfo-nav-toggle{display:flex}.sfo-main{margin-left:0;padding-top:56px}.sfo-sidebar{transform:translateX(-100%);width:min(280px,88vw)}.sfo-sidebar.sfo-sidebar--open{transform:translateX(0)}}@media (min-width:1024px){.sfo-nav-overlay,.sfo-nav-toggle{display:none!important}}.sfo-app-footer{align-items:center;background:#fff;background:var(--white);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#64748b;color:var(--muted);display:flex;flex-wrap:wrap;font-size:13px;gap:12px;justify-content:space-between;margin-top:auto;padding:16px 20px}.sfo-app-footer a{color:#1e3a5f;color:var(--navy);font-weight:600}.sfo-app-footer__left{flex:1 1 280px;min-width:0}.sfo-app-footer__right{flex:0 0 auto;text-align:right}@media (max-width:767px){.sfo-app-footer{align-items:flex-start;flex-direction:column}.sfo-app-footer__right{text-align:left}}.modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:200}.modal.sfo-modal{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px #0000001a;box-shadow:var(--shadow-hover);max-width:440px;padding:24px;width:100%}.modal-title{color:#1e3a5f;color:var(--navy);font-size:1.15rem;font-weight:700;margin-bottom:8px}.sfo-checkbox-row{align-items:flex-start;cursor:pointer;display:flex;font-size:.95rem;gap:10px;line-height:1.4}.sfo-checkbox-row input{flex-shrink:0;margin-top:4px}.sfo-legal-scroll{background:#f8fafc;background:var(--grey);font-size:.85rem;line-height:1.45;margin-bottom:12px;margin-top:8px;max-height:280px;min-height:160px;overflow:auto;padding:12px;white-space:pre-wrap}.sfo-legal-scroll,.sfo-page .sfo-form input{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);width:100%}.sfo-page .sfo-form input{font:inherit;margin-top:6px;padding:10px 12px}.sfo-chart-box{min-height:200px;width:100%}@media (max-width:767px){.sfo-page{padding-left:16px;padding-right:16px}.sfo-form input,.sfo-form select,.sfo-form textarea{max-width:100%}}.sfo-h3{color:#1e3a5f;color:var(--navy);font-size:.95rem;font-weight:600;margin:16px 0 8px}.sfo-exec-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.sfo-exec-col h2{color:#1e3a5f;color:var(--navy);font-size:1rem;margin-bottom:12px}.sfo-exec-hero{background:#f8fafc;background:var(--grey);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-bottom:12px;padding:16px}.sfo-exec-hero--green{background:#f0fdf4;border-color:#16a34a73}.sfo-exec-hero__label{color:#64748b;color:var(--muted);display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.sfo-exec-hero__value{color:#1e3a5f;color:var(--navy);font-size:2rem;font-weight:700}.sfo-exec-hero__badge{color:#16a34a;color:var(--green);display:inline-block;font-size:12px;font-weight:600;margin-top:6px}.sfo-kv{list-style:none;margin:0;padding:0}.sfo-kv li{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;font-size:14px;gap:12px;justify-content:space-between;padding:8px 0}.sfo-kv li span{color:#64748b;color:var(--muted)}.sfo-warn{color:#dc2626;color:var(--red)}.sfo-exec-outlook{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:12px}.sfo-exec-outlook strong{color:#1e3a5f;color:var(--navy);display:block;font-size:1.25rem}.sfo-table{border-collapse:collapse;font-size:14px;width:100%}.sfo-table td,.sfo-table th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:10px 12px;text-align:left}.sfo-table th{color:#64748b;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.sfo-pre{background:#f8fafc;background:var(--grey);border-radius:8px;border-radius:var(--radius);font-size:12px;max-height:280px;overflow:auto;padding:12px}.sfo-wizard-steps{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.sfo-wizard-step{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;color:#64748b;color:var(--muted);cursor:pointer;font-size:12px;padding:6px 10px}.sfo-wizard-step.active{border-color:#1e3a5f;border-color:var(--navy);color:#1e3a5f;color:var(--navy);font-weight:600}.sfo-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.sfo-checklist{list-style:none;margin:0;padding:0}.sfo-checklist li{margin-bottom:8px}.sfo-bank-hero{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.sfo-bank-score{color:#1e3a5f;color:var(--navy);font-size:3rem;font-weight:800;line-height:1}.sfo-ol{padding-left:1.25rem}.sfo-ol li{margin-bottom:8px}.sfo-done{opacity:.65}.sfo-portal-strip{align-items:center;background:linear-gradient(135deg,#1e3a5f,#2d4a6f);background:linear-gradient(135deg,var(--navy) 0,#2d4a6f 100%);border-radius:0 0 8px 8px;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);color:#fff;color:var(--white);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:-8px -8px 16px;padding:12px 16px;position:sticky;top:0;z-index:20}.sfo-portal-strip strong{font-size:1.1rem}.sfo-pwa-install{background:#ffffff26;border:1px solid #ffffff59;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:13px;padding:8px 12px}.sfo-about{background:#f8fafc;background:var(--grey);color:#0f172a;color:var(--text);min-height:100vh}.sfo-about__hero{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);background:linear-gradient(135deg,var(--navy) 0,#2d4a6f 100%);color:#fff;color:var(--white);padding:56px 24px 48px}.sfo-about__inner{margin:0 auto;max-width:900px}.sfo-about__hero h1{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.25;margin-bottom:12px}.sfo-about__sub{font-size:1.05rem;margin-bottom:20px;max-width:640px;opacity:.95}.sfo-about__section{padding:40px 24px}.sfo-about__section--alt{background:#fff;background:var(--white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-top:1px solid #e2e8f0;border-top:1px solid var(--border)}.sfo-about__section h2{color:#1e3a5f;color:var(--navy);font-size:1.25rem;margin-bottom:12px}.sfo-about__features{line-height:1.6;margin:0;padding-left:1.25rem}.sfo-about__features li{margin-bottom:10px}.sfo-about__pricing{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:16px}.sfo-about__price-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow);padding:20px}.sfo-about__price{color:#1e3a5f;color:var(--navy);font-size:1.5rem;font-weight:800;margin:8px 0}.sfo-about__section--cta{padding-bottom:48px;text-align:center}.sfo-about__footer{background:#fff;background:var(--white);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#64748b;color:var(--muted);font-size:13px;padding:24px;text-align:center}.sfo-emergency-btn{align-items:center;background:#dc2626;background:var(--red);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;display:inline-flex;font-weight:700;font:inherit;gap:8px;padding:10px 14px;text-decoration:none}
/*# sourceMappingURL=main.8630897a.css.map*/