
:root {
  --aa-canvas:#fff; --aa-soft:#f5f7f8; --aa-editorial:#fbfaf7; --aa-trust:#eef5f7;
  --aa-risk-bg:#fff5ee; --aa-success-bg:#f1f7f3; --aa-text:#17212b; --aa-muted:#5c6974;
  --aa-line:#dde4e8; --aa-line-strong:#bcc9d0; --aa-action:#246b87; --aa-action-hover:#1d5870;
  --aa-focus:#0e7490; --aa-risk:#a5522d; --aa-success:#3f745c; --aa-shadow:0 8px 24px rgba(23,33,43,.06);
  --aa-shell:1280px; --aa-article:740px; --aa-wide:1120px;
}
*{box-sizing:border-box}
html{scroll-padding-top:92px}
body.site-v2{margin:0;min-width:0;background:var(--aa-canvas);color:var(--aa-text);font-family:"IBM Plex Sans",Inter,system-ui,sans-serif;font-size:16px;line-height:1.65;overflow-wrap:anywhere}
body.site-v2 h1,body.site-v2 h2,body.site-v2 h3,body.site-v2 .site-header__brand strong{font-family:Onest,"IBM Plex Sans",system-ui,sans-serif;color:var(--aa-text);letter-spacing:-.025em}
body.site-v2 h1{font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.04;max-width:17ch;margin:.3em 0 .45em}
body.site-v2 h2{font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.12;margin:.25em 0 .55em}
body.site-v2 h3{font-size:1.15rem;line-height:1.3;margin:.15em 0 .45em}
body.site-v2 p{color:var(--aa-muted)}
body.site-v2 img{max-width:100%;height:auto}
body.site-v2 .container{width:min(calc(100% - 64px),var(--aa-shell));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:8px;z-index:1000;transform:translateY(-180%);padding:10px 14px;background:var(--aa-text);color:#fff;border-radius:8px;text-decoration:none}
.skip-link:focus{transform:none}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.site-v2 :is(a,button,input,summary,[tabindex]):focus-visible{outline:3px solid var(--aa-focus)!important;outline-offset:3px!important}
body.site-v2 .button,body.site-v2 .btn,body.site-v2 button,body.site-v2 input{font:inherit}
body.site-v2 .button,body.site-v2 .btn{min-height:48px;border-radius:12px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:650;text-decoration:none;border:1px solid transparent;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s}
body.site-v2 .button--primary,body.site-v2 .btn--primary{background:var(--aa-action);color:#fff!important;box-shadow:0 8px 18px rgba(36,107,135,.16)}
body.site-v2 .button--ghost{background:#fff;color:var(--aa-text);border-color:var(--aa-line-strong)}
@media (hover:hover) and (pointer:fine){body.site-v2 .button--primary:hover,body.site-v2 .btn--primary:hover{background:var(--aa-action-hover);transform:translateY(-1px)}body.site-v2 .button--ghost:hover{border-color:var(--aa-action);color:var(--aa-action);transform:translateY(-1px)}}
body.site-v2 .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--aa-line);box-shadow:none;backdrop-filter:saturate(130%) blur(12px)}
body.site-v2 .site-header__inner{min-height:76px;display:flex;align-items:center;gap:24px}
body.site-v2 .site-header__brand{min-height:48px;display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
body.site-v2 .site-header__brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--aa-trust);color:var(--aa-action);border:1px solid #cfe1e7}
body.site-v2 .site-header__brand-mark svg{width:23px;height:23px}
body.site-v2 .site-header__brand-copy{display:grid;line-height:1.15}
body.site-v2 .site-header__brand-copy strong{font-size:1.04rem}
body.site-v2 .site-header__brand-copy small{font-size:.78rem;color:var(--aa-muted);margin-top:4px}
body.site-v2 .site-header__nav{display:flex;align-items:center;gap:4px;margin-left:auto;min-width:0;overflow-x:auto;scrollbar-width:none}
body.site-v2 .site-header__nav::-webkit-scrollbar{display:none}
body.site-v2 .site-header__nav a{min-height:44px;display:inline-flex;align-items:center;padding:8px 10px;border-radius:8px;color:var(--aa-muted);font-size:.92rem;font-weight:600;text-decoration:none;white-space:nowrap}
@media (hover:hover) and (pointer:fine){body.site-v2 .site-header__nav a:hover{background:var(--aa-soft);color:var(--aa-text)}}
body.site-v2 .theme-toggle{flex:0 0 44px;width:44px;height:44px;border-radius:12px;border:1px solid var(--aa-line);background:var(--aa-canvas);color:var(--aa-text)}
body.site-v2 .trust-ribbon{background:var(--aa-soft);border-bottom:1px solid var(--aa-line)}
body.site-v2 .trust-ribbon__inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:26px;overflow-x:auto;scrollbar-width:none}
body.site-v2 .trust-ribbon__item{white-space:nowrap;font-size:.84rem;color:var(--aa-muted)}
body.site-v2 .hero{padding:64px 0 70px;background:linear-gradient(180deg,#fbfdfe 0%,#fff 100%);border-bottom:1px solid var(--aa-line)}
body.site-v2 .hero__inner{display:grid;grid-template-columns:minmax(0,7fr) minmax(330px,5fr);gap:64px;align-items:center}
body.site-v2 .hero__content{min-width:0}
body.site-v2 .hero__eyebrow,body.site-v2 .section-heading__eyebrow,body.site-v2 .eyebrow,body.site-v2 .blog-kicker{font-size:.78rem;line-height:1.3;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--aa-action)}
body.site-v2 .hero__lead,body.site-v2 .editorial-hero__lead,body.site-v2 .blog-article-head__lead{font-size:1.14rem;line-height:1.56;max-width:64ch;color:var(--aa-muted)}
body.site-v2 .hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
body.site-v2 .hero__sources{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
body.site-v2 .hero__sources span{padding:5px 9px;border:1px solid var(--aa-line);border-radius:8px;background:#fff;color:var(--aa-muted);font-size:.83rem}
body.site-v2 .hero__panel-card,body.site-v2 .router{border-radius:18px}
body.site-v2 .hero__panel-card{padding:28px;background:#fff;border:1px solid var(--aa-line);box-shadow:var(--aa-shadow)}
body.site-v2 .hero__panel-title{font-family:Onest,sans-serif;font-size:1.15rem;color:var(--aa-text);font-weight:650;margin:0 0 16px}
body.site-v2 .router{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
body.site-v2 .router__label{font-weight:650;color:var(--aa-text);display:block;margin-bottom:8px}
body.site-v2 .router__input{width:100%;min-height:52px;padding:12px 14px;border:1px solid var(--aa-line-strong);border-radius:12px;background:#fff;color:var(--aa-text)}
body.site-v2 .router__status{min-height:28px;margin-top:8px;font-size:.9rem;color:var(--aa-muted)}
body.site-v2 .router__actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
body.site-v2 .router__quick{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}
body.site-v2 .router__chip{min-height:44px;border:1px solid var(--aa-line);border-radius:10px;background:var(--aa-soft);color:var(--aa-muted);padding:8px 10px}
body.site-v2 .page-section{padding:68px 0;background:#fff}
body.site-v2 .page-section+.page-section{border-top:1px solid #edf1f3}
body.site-v2 .page-section--accent{background:var(--aa-trust)}
body.site-v2 .article-shell{max-width:var(--aa-wide)}
body.site-v2 .article-card{border:1px solid var(--aa-line);border-radius:18px;background:#fff;padding:clamp(24px,3vw,38px);box-shadow:none}
body.site-v2 .related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.site-v2 .related-card{min-width:0;border:1px solid var(--aa-line);border-radius:16px;background:#fff;padding:24px;box-shadow:none}
body.site-v2 .related-card__title{color:var(--aa-text);font-weight:700}
body.site-v2 .checklist__list{padding-left:1.25em}
body.site-v2 .checklist__list li::marker{color:var(--aa-success)}
body.site-v2 .faq-list{display:grid;gap:10px}
body.site-v2 .faq-item{border:1px solid var(--aa-line);border-radius:12px;background:#fff;overflow:clip}
body.site-v2 .faq-item summary{min-height:52px;display:flex;align-items:center;padding:12px 16px;color:var(--aa-text);font-weight:650;cursor:pointer}
body.site-v2 .faq-item__answer{padding:0 16px 16px;color:var(--aa-muted)}
body.site-v2 .editorial-trust{width:min(calc(100% - 64px),var(--aa-wide));margin:0 auto 70px;padding:24px 28px;border:1px solid #cfe1e7;border-radius:16px;background:var(--aa-trust)}
body.site-v2 .editorial-trust__head{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap}
body.site-v2 .editorial-trust__links{display:flex;gap:10px 16px;flex-wrap:wrap}
body.site-v2 .site-footer{border-top:1px solid var(--aa-line);background:var(--aa-soft);padding:42px 0}
body.site-v2 .site-footer__inner{display:grid;grid-template-columns:minmax(260px,1fr) 2fr;gap:40px}
body.site-v2 .site-footer__nav{display:flex;flex-wrap:wrap;align-content:start;gap:8px 18px}
body.site-v2 .site-footer a{min-height:44px;display:inline-flex;align-items:center;color:var(--aa-muted)}
/* Home: selectable stage map, not a generic card wall. */
.site-v2-home .stage-map-section{background:var(--aa-editorial)}
.site-v2-home .stage-map-section .related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--aa-line);border-radius:18px;overflow:hidden;background:#fff}
.site-v2-home .stage-card{position:relative;border:0;border-right:1px solid var(--aa-line);border-radius:0;padding:28px 24px 26px;min-height:270px;display:flex;flex-direction:column}
.site-v2-home .stage-card:last-child{border-right:0}
.site-v2-home .stage-card::before{content:attr(data-stage-number);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--aa-trust);color:var(--aa-action);font-family:Onest,sans-serif;font-weight:700;margin-bottom:30px}
.site-v2-home .stage-card::after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:transparent}
.site-v2-home .stage-card:has(a:focus-visible)::after,.site-v2-home .stage-card[data-current="true"]::after{background:var(--aa-action)}
.site-v2-home .stage-card .button{margin-top:auto;align-self:flex-start}
.site-v2-home .page-section--accent .offer-card{max-width:900px;margin-inline:auto}
/* Money: five strict gates, residual-risk summary, then the one report action. */
.site-v2-check .hero{background:linear-gradient(180deg,#fffaf6 0%,#fff 100%)}
.site-v2-check .gate-sequence-section{background:var(--aa-editorial)}
.site-v2-check .gate-sequence-section .article-card{padding:0;border:0;background:transparent}
.gate-sequence{list-style:none;padding:0;margin:0 0 36px;counter-reset:gate;display:grid;gap:0}
.gate-sequence li{counter-increment:gate;position:relative;padding:4px 24px 34px 78px;border-left:2px solid var(--aa-line);margin-left:25px;min-height:116px}
.gate-sequence li:last-child{border-left-color:transparent;padding-bottom:8px}
.gate-sequence li::before{content:counter(gate);position:absolute;left:-27px;top:0;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--aa-action);color:var(--aa-action);font-family:Onest,sans-serif;font-weight:700;box-shadow:0 0 0 8px var(--aa-editorial)}
.gate-sequence li h3{font-size:1.25rem}.gate-sequence li p{margin:.35em 0 0;max-width:68ch}
.decision-summary-section{padding:36px 0!important;background:#fff8f3!important}
.decision-summary{max-width:900px;margin:auto;padding:30px;border-left:4px solid var(--aa-risk);background:var(--aa-risk-bg);border-radius:0 16px 16px 0}
.decision-summary h2{font-size:clamp(1.6rem,2.6vw,2.1rem)!important}
.site-v2-check [data-late-report-cta="true"]{background:var(--aa-trust)!important}
.site-v2-check [data-late-report-cta="true"] .offer-card{max-width:900px;margin-inline:auto;border-color:#cfe1e7}
.site-v2-check [data-late-report-cta="true"] .js-report-cta{position:static!important}
/* Shared local-overflow contracts. */
body.site-v2 .blog-table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;border-radius:14px}
body.site-v2 table{border-collapse:collapse;width:100%}
body.site-v2 th,body.site-v2 td{padding:14px 16px;border:1px solid var(--aa-line);text-align:left;vertical-align:top}
body.site-v2 th{background:var(--aa-soft);color:var(--aa-text)}
@media (max-width:1100px){body.site-v2 .site-header__brand-copy small{display:none}body.site-v2 .site-header__inner{gap:12px}.site-v2-home .stage-map-section .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-v2-home .stage-card:nth-child(2){border-right:0}.site-v2-home .stage-card:nth-child(-n+2){border-bottom:1px solid var(--aa-line)}}
@media (max-width:820px){
 body.site-v2 .container,body.site-v2 .editorial-trust{width:min(calc(100% - 32px),var(--aa-shell))}
 body.site-v2 .site-header__inner{min-height:66px;flex-wrap:wrap;padding-block:8px}
 body.site-v2 .site-header__nav{order:3;width:100%;margin:0;padding-bottom:2px}
 body.site-v2 .theme-toggle{margin-left:auto}
 body.site-v2 .trust-ribbon__inner{justify-content:flex-start}
 body.site-v2 .hero{padding:42px 0 48px}
 body.site-v2 .hero__inner{grid-template-columns:1fr;gap:28px}
 body.site-v2 .hero__panel{min-width:0}
 body.site-v2 .page-section{padding:50px 0}
 body.site-v2 .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.site-v2 .site-footer__inner{grid-template-columns:1fr}
}
@media (max-width:560px){
 html{scroll-padding-top:126px}
 body.site-v2{font-size:16px}
 body.site-v2 h1{font-size:clamp(1.9rem,8.2vw,2.15rem);line-height:1.12;margin-top:.25em}
 body.site-v2 h2{font-size:1.62rem;line-height:1.23}
 body.site-v2 .site-header__brand-mark{width:36px;height:36px}
 body.site-v2 .site-header__nav a{padding:7px 9px}
 body.site-v2 .hero{padding-top:30px}
 body.site-v2 .hero__lead{font-size:1.05rem}
 body.site-v2 .hero__actions{display:grid;grid-template-columns:1fr;margin-top:22px}
 body.site-v2 .hero__actions .button{width:100%;min-height:52px}
 body.site-v2 .hero__panel-card{padding:20px}
 body.site-v2 .router__actions{display:grid;grid-template-columns:1fr}
 body.site-v2 .router__actions>*{width:100%;min-height:52px}
 body.site-v2 .related-grid{grid-template-columns:1fr}
 .site-v2-home .stage-map-section .related-grid{grid-template-columns:1fr}
 .site-v2-home .stage-card{min-height:auto;border-right:0!important;border-bottom:1px solid var(--aa-line)!important;padding:22px 20px}
 .site-v2-home .stage-card:last-child{border-bottom:0!important}
 .site-v2-home .stage-card::before{margin-bottom:16px}
 .gate-sequence li{padding-left:58px;margin-left:19px}
 .gate-sequence li::before{left:-21px;width:40px;height:40px;box-shadow:0 0 0 6px var(--aa-editorial)}
 .decision-summary{padding:22px 20px}
 body.site-v2 .article-card{padding:22px 18px}
 body.site-v2 .editorial-trust{padding:20px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transform:none!important}}
html[data-theme="dark"] body.site-v2{--aa-canvas:#10171d;--aa-soft:#151f26;--aa-editorial:#161d21;--aa-trust:#14252d;--aa-risk-bg:#2b1d17;--aa-success-bg:#18271f;--aa-text:#edf4f6;--aa-muted:#b2c0c7;--aa-line:#2b3941;--aa-line-strong:#49606c;--aa-action:#69b4cf;--aa-action-hover:#85c7dc;background:var(--aa-canvas)}
html[data-theme="dark"] body.site-v2 :is(.site-header,.hero__panel-card,.article-card,.related-card,.faq-item,.router__input,.button--ghost,.stage-map-section .related-grid,.stage-card){background:var(--aa-canvas)}
html[data-theme="dark"] body.site-v2 .site-header{background:rgba(16,23,29,.96)}

body.site-v2 .editorial-trust__links a,
body.site-v2 .breadcrumbs a,
body.site-v2 .section-heading a,
body.site-v2 .extra-panel a,
body.site-v2 .offer-card a,
body.site-v2 .article-card>a,
body.site-v2 .article-card p>a:only-child{min-height:44px;display:inline-flex;align-items:center}
/* Final target-size corrections from CDP measurements. */
body.site-v2 .site-header__nav a,
body.site-v2 .site-footer__nav a,
body.site-v2 .breadcrumbs a,
body.site-v2 .blog-category-strip a,
body.site-v2 .editorial-trust__links a,
body.site-v2 .lookup-preview__btn,
body.site-v2 .js-free-check { min-width:44px; min-height:44px; }
body.site-v2 .lookup-preview__btn,
body.site-v2 .js-free-check { display:inline-flex; align-items:center; justify-content:center; }

/* CORE_PAGES_V2_REFERENCE_20260719:START */
html[data-theme="dark"] body.core-v2,body.core-v2{--core-teal:#006b78;--core-teal-dark:#00535e;--core-ink:#111416;--core-muted:#626b70;--core-line:#d9e0e3;--core-soft:#f6f8f9;--core-warm:#fbfaf7;--core-risk:#b34b37;background:#fff!important;color:var(--core-ink)!important;font-family:"IBM Plex Sans",Arial,sans-serif;line-height:1.5}
body.core-v2 *{box-sizing:border-box}body.core-v2 a{color:inherit}body.core-v2 :is(h1,h2,h3){font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#0c1011;letter-spacing:-.025em}body.core-v2 p{color:var(--core-muted)}
.core-shell{width:min(calc(100% - 48px),1120px);margin-inline:auto}.core-header{position:relative!important;top:auto!important;height:72px;background:#fff!important;border-bottom:1px solid var(--core-line)!important;backdrop-filter:none!important}.core-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.core-brand{min-height:48px;display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:22px;font-weight:700;letter-spacing:-.02em}.core-brand__mark{width:32px;height:38px;color:var(--core-teal);display:inline-flex}.core-brand__mark svg{width:100%;height:100%}.core-nav{justify-self:center;display:flex;align-items:stretch;height:100%;gap:28px;overflow:visible!important;margin:0!important}.core-nav a{position:relative;display:flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0!important;border-radius:0!important;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:15px!important;font-weight:400!important;white-space:nowrap;color:#111!important}.core-nav a.is-active{color:var(--core-teal)!important}.core-nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:var(--core-teal)}.core-header__actions{display:flex;align-items:center;gap:8px}.core-icon-button{width:44px!important;height:44px!important;min-width:44px;border:0!important;background:transparent!important;color:#111!important;display:grid;place-items:center;padding:9px!important;border-radius:0!important}.core-icon-button svg{width:25px;height:25px}.core-eyebrow{font-size:12px!important;line-height:1.3;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--core-teal)!important;margin:0 0 10px}.core-breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:13px;margin:0 0 18px;color:var(--core-muted)}.core-breadcrumbs a{min-height:44px;display:inline-flex;align-items:center;text-decoration:none}.core-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:5px;border:1px solid var(--core-teal);font-weight:600;text-decoration:none;font-size:15px}.core-button--primary{background:var(--core-teal);color:#fff!important}.core-button--outline{background:#fff;color:var(--core-teal)!important}.core-text-link{min-height:44px;display:inline-flex;align-items:center;gap:12px;color:var(--core-teal)!important;text-decoration:none;font-weight:600}.core-section-heading{margin-bottom:22px}.core-section-heading h2{font-size:36px;line-height:1.08;margin:0;max-width:22ch}
.home-opening,.money-opening{padding:54px 0 38px;background:#fff}.home-opening .core-shell,.money-opening .core-shell{max-width:900px;margin-left:calc((100% - min(calc(100% - 48px),1120px))/2)}.home-opening h1,.money-opening h1{font-size:clamp(42px,4.6vw,62px);line-height:1.02;margin:0 0 18px;max-width:16ch}.home-opening__lead,.money-opening__lead{font-size:19px;line-height:1.48;max-width:710px;margin:0 0 25px}.home-stage-section{padding:28px 0 44px}.home-stage-map{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--core-line);border-bottom:1px solid var(--core-line)}.home-stage{position:relative;min-height:142px;padding:22px 20px 18px;text-decoration:none;border-right:1px solid var(--core-line);display:grid;align-content:start;gap:6px}.home-stage:last-child{border-right:0}.home-stage>span{font-family:Georgia,"Times New Roman",serif;font-size:28px;color:var(--core-teal)}.home-stage>strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;font-weight:400}.home-stage>small{font-size:13px;color:var(--core-muted)}.home-stage.is-current{background:#f3f8f9}.home-stage.is-current::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--core-teal)}.home-stage-detail{display:grid;grid-template-columns:260px minmax(0,1fr);gap:36px;margin-top:24px;padding:30px 0;border-bottom:1px solid var(--core-line)}.home-stage-detail__title{display:flex;gap:18px;align-items:flex-start}.home-stage-detail__title>span{font-family:Georgia,"Times New Roman",serif;font-size:38px;color:var(--core-teal)}.home-stage-detail__title p{font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin:3px 0}.home-stage-detail__title h2{font-size:27px;line-height:1.12;margin:0}.home-stage-detail__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-stage-detail__grid section{padding-left:16px;border-left:1px solid var(--core-line)}.home-stage-detail__grid h3{font-size:18px;margin:0 0 7px}.home-stage-detail__grid p{font-size:14px;line-height:1.45;margin:0}.home-stage-detail>.core-text-link{grid-column:2;margin-top:4px}.home-lookup-section{padding:44px 0;background:var(--core-soft);border-block:1px solid var(--core-line)}.home-lookup{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:58px;align-items:center}.home-lookup h2{font-size:34px;line-height:1.08;margin:0 0 12px}.home-lookup__copy>p:last-child{font-size:15px;max-width:52ch}.home-lookup__form{padding:0!important;border:0!important;background:transparent!important}.home-lookup__form label,.money-inline-tool label{display:block;font-weight:600;color:var(--core-ink);margin-bottom:8px}.home-lookup__row,.money-inline-tool>div:first-of-type{display:grid;grid-template-columns:1fr auto;gap:9px}.core-v2 .router__input{min-height:52px;border:1px solid #aebcc2;border-radius:5px;padding:12px 14px;background:#fff;color:#111}.core-v2 .router__quick{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.core-v2 .router__chip{min-width:44px;min-height:44px;border:1px solid var(--core-line);background:#fff;border-radius:5px;color:var(--core-muted);padding:7px 10px}.core-v2 .router__status{font-size:13px;min-height:24px;margin-top:7px}.home-sources-section{padding:48px 0}.home-source-list{border-top:1px solid var(--core-line)}.home-source-list a{display:grid;grid-template-columns:90px minmax(0,1fr) 280px;gap:24px;align-items:center;min-height:72px;padding:13px 0;border-bottom:1px solid var(--core-line);text-decoration:none}.home-source-list span{color:var(--core-teal);font-weight:700;font-size:13px}.home-source-list strong{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:18px}.home-source-list small{font-size:14px;color:var(--core-muted)}.home-decision-section,.money-decision-section{padding:42px 0;background:var(--core-warm);border-block:1px solid var(--core-line)}.home-decision,.money-decision{max-width:900px}.home-decision h2,.money-decision h2{font-size:34px;line-height:1.08;margin:0 0 12px}.home-decision p:last-child,.money-decision p:last-child{font-size:16px;line-height:1.55;max-width:75ch}.home-report-section,.money-report-section,.home-after-section{padding:34px 0}.home-report,.money-report,.home-after{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:38px;align-items:center;border:1px solid #a9cbd1;border-radius:7px;padding:24px 28px}.home-report h2,.money-report h2,.home-after h2{font-size:27px;margin:0 0 8px}.home-report p:last-child,.money-report p:last-child,.home-after p:last-child{font-size:14px;margin:0;max-width:70ch}.home-after-section{background:var(--core-soft)}.core-faq-section{padding:48px 0}.core-faq-list{border-top:1px solid var(--core-line)}.core-faq-list details{border-bottom:1px solid var(--core-line)}.core-faq-list summary{min-height:52px;display:flex;align-items:center;cursor:pointer;font-family:Georgia,"Times New Roman",serif;font-size:18px}.core-faq-list details p{margin:0;padding:0 0 18px;max-width:760px}.core-editorial-trust{width:min(calc(100% - 48px),900px);margin:0 auto 48px;padding:20px 24px;border-left:3px solid var(--core-teal);background:var(--core-soft)}.core-editorial-trust>div{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.core-editorial-trust p{margin:8px 0 0;font-size:14px}.core-footer{border-top:1px solid var(--core-line);padding:28px 0}.core-footer .core-shell{display:flex;justify-content:space-between;align-items:center}.core-footer nav{display:flex;gap:22px;flex-wrap:wrap}.core-footer a{min-height:44px;display:inline-flex;align-items:center;color:var(--core-muted);text-decoration:none}
.money-warning{padding:0 0 28px}.money-warning__inner{display:flex;gap:16px;align-items:flex-start;padding:20px 22px;border:1px solid #e6c9bf;background:#fff8f5;border-radius:7px}.money-warning svg{width:25px;height:25px;color:var(--core-risk);flex:0 0 auto}.money-warning strong{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:400}.money-warning p{margin:5px 0 0;font-size:14px}.money-gates-section{padding:38px 0 48px;background:#fff}.money-gates{list-style:none;margin:0;padding:0;counter-reset:none}.money-gates>li{display:grid;grid-template-columns:82px minmax(0,1fr);position:relative;padding:0 0 36px}.money-gates>li::before{content:"";position:absolute;left:39px;top:54px;bottom:0;width:1px;background:var(--core-line)}.money-gates>li:last-child::before{display:none}.money-gate__number{width:54px;height:54px;border:1px solid var(--core-teal);border-radius:50%;display:grid;place-items:center;font-family:Georgia,"Times New Roman",serif;font-size:18px;color:var(--core-teal);background:#fff;z-index:1}.money-gate__content{padding:4px 0 0}.money-gate__content h3{font-size:29px;margin:0 0 8px}.money-gate__content>p{font-size:16px;max-width:74ch;margin:0 0 18px}.money-gate__meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--core-line);border-bottom:1px solid var(--core-line)}.money-gate__meta>div{padding:13px 18px 14px 0}.money-gate__meta>div+div{padding-left:18px;border-left:1px solid var(--core-line)}.money-gate__meta span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--core-teal);margin-bottom:4px}.money-gate__meta strong{font-size:14px;line-height:1.4;font-weight:500}.money-inline-tool{max-width:760px;padding:18px 20px!important;background:var(--core-soft)!important;border:1px solid var(--core-line)!important;border-radius:6px!important;margin:14px 0 18px}.money-source-links{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.money-source-links a{min-width:44px;min-height:44px;display:inline-flex;align-items:center;padding:7px 12px;border:1px solid var(--core-line);border-radius:5px;color:var(--core-teal);text-decoration:none}.money-matrix-section{padding:42px 0;background:var(--core-soft);border-block:1px solid var(--core-line)}.money-matrix-wrap{overflow-x:auto;border:1px solid var(--core-line);border-radius:7px;background:#fff}.money-matrix-wrap table{min-width:850px;border-collapse:collapse}.money-matrix-wrap th,.money-matrix-wrap td{padding:14px 16px;border:0;border-right:1px solid var(--core-line);border-bottom:1px solid var(--core-line);font-size:14px;line-height:1.38}.money-matrix-wrap th{background:#fafbfb;font-weight:600}.money-matrix-wrap tr:last-child td{border-bottom:0}.money-matrix-wrap :is(th,td):last-child{border-right:0}
@media (hover:hover) and (pointer:fine){.core-button:hover{transform:translateY(-1px)}.core-button--primary:hover{background:var(--core-teal-dark)}.home-stage:hover{background:#f7fafb}.home-source-list a:hover strong,.core-text-link:hover{color:var(--core-teal)}}
@media (max-width:940px){.core-nav{display:none}.core-header__inner{grid-template-columns:auto 1fr auto}.home-stage-map{grid-template-columns:repeat(2,minmax(0,1fr))}.home-stage:nth-child(2){border-right:0}.home-stage:nth-child(-n+2){border-bottom:1px solid var(--core-line)}.home-stage-detail{grid-template-columns:1fr}.home-stage-detail>.core-text-link{grid-column:1}.home-lookup{grid-template-columns:1fr}.home-source-list a{grid-template-columns:80px minmax(0,1fr)}.home-source-list small{grid-column:2}.money-opening .core-shell,.home-opening .core-shell{margin-inline:auto}.money-gate__meta{grid-template-columns:1fr}.money-gate__meta>div+div{border-left:0;border-top:1px solid var(--core-line);padding-left:0}}
@media (max-width:620px){.core-shell{width:calc(100% - 32px)}.core-header{height:66px}.core-header__inner{gap:12px}.core-brand{font-size:24px}.core-brand__mark{width:34px;height:40px}.core-header__actions{gap:2px}.core-icon-button{width:44px!important;height:44px!important;padding:8px!important}.home-opening,.money-opening{padding:28px 0 24px}.home-opening h1,.money-opening h1{font-size:clamp(36px,10vw,43px);line-height:1.05;max-width:none;margin-bottom:13px}.home-opening__lead,.money-opening__lead{font-size:17px;line-height:1.43;margin-bottom:20px}.core-button{width:100%;min-height:52px}.home-stage-section{padding:20px 0 30px}.core-section-heading h2{font-size:29px}.home-stage-map{grid-template-columns:1fr}.home-stage{min-height:68px;border-right:0!important;border-bottom:1px solid var(--core-line)!important;display:grid;grid-template-columns:48px 1fr;column-gap:12px;padding:12px 0}.home-stage:last-child{border-bottom:0!important}.home-stage>span{grid-row:1/3;font-size:29px}.home-stage>strong{font-size:17px}.home-stage>small{font-size:14px}.home-stage.is-current{background:transparent}.home-stage.is-current::after{left:-16px;width:3px;right:auto;top:8px;bottom:8px;height:auto}.home-stage-detail{display:block;margin-top:14px;padding:18px 0}.home-stage-detail__title{gap:12px}.home-stage-detail__title>span{font-size:31px}.home-stage-detail__title h2{font-size:23px}.home-stage-detail__grid{grid-template-columns:1fr;gap:0;margin:15px 0}.home-stage-detail__grid section{padding:11px 0;border-left:0;border-top:1px solid var(--core-line)}.home-stage-detail__grid h3{font-size:17px}.home-stage-detail__grid p{font-size:14px}.home-stage-detail>.core-text-link{font-size:14px}.home-lookup-section{padding:30px 0}.home-lookup{gap:20px}.home-lookup h2{font-size:28px}.home-lookup__row,.money-inline-tool>div:first-of-type{grid-template-columns:1fr}.home-lookup__row .core-button,.money-inline-tool .core-button{width:100%}.home-source-list a{grid-template-columns:60px 1fr;gap:10px;min-height:78px}.home-source-list strong{font-size:16px}.home-source-list small{font-size:13px}.home-decision-section,.money-decision-section{padding:30px 0}.home-decision h2,.money-decision h2{font-size:28px}.home-report,.money-report,.home-after{grid-template-columns:1fr;padding:20px;gap:18px}.home-report h2,.money-report h2,.home-after h2{font-size:24px}.core-faq-section{padding:36px 0}.core-faq-list summary{font-size:16px}.core-editorial-trust{width:calc(100% - 32px);margin-bottom:34px}.core-editorial-trust>div{display:grid}.core-footer .core-shell{display:grid;gap:12px}.core-footer nav{gap:8px 18px}.money-warning{padding-bottom:20px}.money-warning__inner{padding:16px}.money-gates-section{padding:28px 0 34px}.money-gates>li{grid-template-columns:48px 1fr;padding-bottom:28px}.money-gates>li::before{left:20px;top:42px}.money-gate__number{width:42px;height:42px;font-size:15px}.money-gate__content{padding-left:7px}.money-gate__content h3{font-size:24px}.money-gate__content>p{font-size:15px}.money-gate__meta>div{padding:12px 0}.money-gate__meta strong{font-size:14px}.money-inline-tool{padding:15px!important;margin-left:-55px}.money-source-links a{font-size:14px}.money-matrix-section{padding:32px 0}.money-matrix-wrap{margin-right:-16px}.core-breadcrumbs{font-size:12px;margin-bottom:12px}.core-footer{display:none}}
body.core-v2 :is(a,button,summary,input):focus-visible{outline:3px solid #087b8a!important;outline-offset:3px!important}
@media (prefers-reduced-motion:reduce){body.core-v2 *,body.core-v2 *::before,body.core-v2 *::after{animation:none!important;transition-duration:.01ms!important;transform:none!important;scroll-behavior:auto!important}}
/* CORE_PAGES_V2_EXISTING_VISUALS_20260719:START */
body.core-v2 .core-visual{margin:0;overflow:hidden;border:1px solid var(--core-line);border-radius:12px;background:linear-gradient(145deg,#f7fafb 0%,#eef5f6 100%)}
body.core-v2 .core-visual img{display:block;width:100%;height:100%;object-fit:contain}
body.core-v2 .home-opening .core-shell.home-opening__layout,body.core-v2 .money-opening .core-shell.money-opening__layout{width:min(calc(100% - 48px),1120px);max-width:none;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);gap:52px;align-items:center}
.home-opening__visual{height:360px;padding:18px 16px 0}.money-opening__visual{height:360px;background:#f7f8f8!important}.money-opening__visual img{object-fit:cover!important}
.home-lookup__intro{display:grid;gap:18px}.home-lookup__visual{height:220px;padding:10px 14px 0}.home-lookup__visual img{object-position:center bottom}
.home-decision{max-width:1120px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px;align-items:center}.home-decision__visual{height:220px;padding:10px 12px 0}
.money-gate__visual{height:250px;max-width:820px;margin:14px 0 20px;padding:10px 18px 0}.money-gate__visual img{object-position:center bottom}
body.core-v2 .money-report{grid-template-columns:220px minmax(0,1fr) auto}.money-report__visual{height:144px;padding:6px 10px 0}.money-report__copy{min-width:0}
@media (max-width:940px){body.core-v2 .home-opening .core-shell.home-opening__layout,body.core-v2 .money-opening .core-shell.money-opening__layout{grid-template-columns:1fr;gap:28px}.home-opening__visual,.money-opening__visual{height:300px}.home-decision{grid-template-columns:1fr}.home-decision__visual{height:250px}.home-lookup__visual{height:250px}body.core-v2 .money-report{grid-template-columns:180px minmax(0,1fr)}body.core-v2 .money-report>.core-button{grid-column:1/-1;justify-self:start}}
@media (max-width:620px){body.core-v2 .home-opening .core-shell.home-opening__layout,body.core-v2 .money-opening .core-shell.money-opening__layout{width:calc(100% - 32px);gap:20px}.home-opening__visual,.money-opening__visual{height:220px;border-radius:9px}.home-lookup__visual{height:190px}.home-decision__visual{height:190px}.money-gate__visual{height:190px;margin-left:-55px;padding:6px 8px 0}body.core-v2 .money-report{grid-template-columns:1fr}.money-report__visual{height:180px}body.core-v2 .money-report>.core-button{grid-column:auto;justify-self:stretch}}
/* CORE_PAGES_V2_EXISTING_VISUALS_20260719:END */
/* CORE_PAGES_V2_REFERENCE_20260719:END */
/* CORE_PAGES_V2_QA_FIX_20260719:START */
.core-footer nav a{min-width:44px;justify-content:center}
@media (max-width:940px){body.core-v2 .core-nav{display:none!important}}
/* CORE_PAGES_V2_QA_FIX_20260719:END */

/* STAGING_HEADER_TOOLS_20260719:START */
body.site-tool-open{overflow:hidden}
.core-menu-button{display:none!important}
.site-tool-panel[hidden]{display:none!important}
.site-tool-panel{position:fixed;inset:0;z-index:2000;font-family:"IBM Plex Sans",Arial,sans-serif;color:#111}
.site-tool-panel__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(9,18,21,.48);cursor:pointer}
.site-tool-panel__dialog{position:absolute;inset:0 0 0 auto;width:min(420px,100%);height:100%;overflow-y:auto;background:#fff;padding:22px 24px 30px;box-shadow:-18px 0 50px rgba(15,28,33,.2)}
.site-tool-panel__header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:52px;padding-bottom:14px;border-bottom:1px solid #d9e0e3}
.site-tool-panel__header strong{font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:400}
.site-tool-panel__close{width:48px;height:48px;min-width:48px;border:0;background:#f4f7f8;color:#111;border-radius:6px;font-size:32px;line-height:1;display:grid;place-items:center}
.site-tool-nav{display:grid;margin-top:8px}
.site-tool-nav a{min-height:58px;display:flex;align-items:center;border-bottom:1px solid #d9e0e3;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:20px;color:#111}
.site-tool-search{display:grid;gap:12px;margin-top:24px}
.site-tool-search label{font-weight:600}
.site-tool-search__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.site-tool-search input{min-width:0;min-height:52px;border:1px solid #aebcc2;border-radius:6px;padding:12px 14px;font:inherit;color:#111;background:#fff}
.site-tool-search button{min-width:96px;min-height:52px;border:1px solid #006b78;border-radius:6px;padding:11px 18px;background:#006b78;color:#fff;font-weight:600}
.site-tool-search p{margin:0;color:#626b70;font-size:14px}
.site-tool-panel :is(a,button,input):focus-visible{outline:3px solid #087b8a!important;outline-offset:3px!important}
@media (max-width:940px){.core-menu-button{display:grid!important}}
@media (max-width:620px){.site-tool-panel__dialog{width:100%;padding:14px 16px 24px}.site-tool-panel__header strong{font-size:22px}.site-tool-search__row{grid-template-columns:1fr}.site-tool-search button{width:100%}}
@media (prefers-reduced-motion:reduce){.site-tool-panel *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* STAGING_HEADER_TOOLS_20260719:END */


/* SITE_ROLLOUT_PACKET1_20260719:START */
body.site-v2 :is(h1,h2,h3){font-family:Georgia,"Times New Roman",serif;font-weight:400}
body.site-v2 .hero__inner,body.site-v2 .article-shell,body.site-v2 .section-heading,body.site-v2 .related-grid,body.site-v2 .offer-card,body.site-v2 .trust-grid,body.site-v2 .faq-list{min-width:0}
body.site-v2 .hero__panel{min-width:0}
body.site-v2 .hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.site-v2 .hero-metric{min-width:0;border:1px solid var(--aa-line);border-radius:12px;background:#fff;padding:14px}
body.site-v2 .hero-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--aa-line);border:1px solid var(--aa-line);border-radius:14px;overflow:hidden}
body.site-v2 .hero-track__item{min-width:0;background:#fff;padding:14px}
body.site-v2 .trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.site-v2 .trust-card{min-width:0;border:1px solid var(--aa-line);border-radius:14px;background:#fff;padding:20px}
body.site-v2 .offer-card{border:1px solid #c7dce2;border-radius:18px;background:#fff;padding:clamp(24px,3vw,38px)}
body.site-v2 .checklist{min-width:0}
body.site-v2 .checklist+.checklist{margin-top:22px}
body.site-v2 .button:active,body.site-v2 .btn:active{transform:none}
@media (max-width:820px){body.site-v2 .hero-metrics{grid-template-columns:1fr}body.site-v2 .hero-track{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){body.site-v2 .hero-track,body.site-v2 .trust-grid{grid-template-columns:1fr}body.site-v2 .hero-metric,body.site-v2 .hero-track__item,body.site-v2 .trust-card{padding:16px}}
/* SITE_ROLLOUT_PACKET1_20260719:END */

/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX_20260719:START */
@media (max-width:820px){
  body.site-v2 .hero-metrics,
  body.site-v2 .hero-track{display:none!important}
  body.site-v2 .hero__content{display:flex;flex-direction:column}
  body.site-v2 .hero__lead{margin-bottom:18px}
  body.site-v2 .hero__panel{margin-top:0}
}
@media (max-width:560px){
  body.site-v2 .site-header__nav,
  body.site-v2 .trust-ribbon__inner{overscroll-behavior-inline:contain}
  body.site-v2 .hero{padding-bottom:36px}
  body.site-v2 .hero__inner{gap:20px}
}
/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX_20260719:END */

/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX2_20260719:START */
@media (max-width:820px){
  body.site-v2 .hero__metrics,
  body.site-v2 .hero__track{display:none!important}
  body.site-v2 .hero__sources,
  body.site-v2 .hero__promise{max-width:100%;min-width:0}
  body.site-v2 .hero__sources>*{max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}
}
/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX2_20260719:END */

/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX3_20260719:START */
@media (max-width:820px){
  body.site-v2 .hero__promise{display:none!important}
}
/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_FIX3_20260719:END */

/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_COMPACT_20260719:START */
@media (max-width:560px){
  body.site-v2 .hero__eyebrow{display:none!important}
  body.site-v2 .hero__content{padding:18px!important}
  body.site-v2 .hero__title,
  body.site-v2 h1.hero__title,
  body.site-v2 .hero__content>h1{font-size:30px!important;line-height:1.06!important}
  body.site-v2 .hero__lead{margin-top:8px!important}
}
/* SITE_ROLLOUT_PACKET1_MOBILE_HERO_COMPACT_20260719:END */

/* LEGACY_VISUAL_V3_20260720:START */
body.legacy-visual-v3{--lv-text:#17212b;--lv-muted:#536270;--lv-line:#dce3e7;--lv-soft:#f5f7f8;--lv-action:#17637b}
body.legacy-visual-v3 .hero{padding:38px 0 54px!important;background:#fff!important}
body.legacy-visual-v3 .hero__inner{width:min(calc(100% - 48px),1120px)!important;max-width:none!important;margin:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,380px)!important;gap:44px!important;align-items:start!important}
body.legacy-visual-v3 .hero__content{min-width:0!important;padding:34px 0 24px!important;border:0!important;border-radius:0!important;color:var(--lv-text)!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.legacy-visual-v3 .hero__content::before,body.legacy-visual-v3 .hero__content::after,body.legacy-visual-v3 .hero__panel-card::before,body.legacy-visual-v3 .hero__panel-card::after{display:none!important;content:none!important}
body.legacy-visual-v3 .hero__eyebrow{display:inline-flex!important;width:auto!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-radius:0!important;color:var(--lv-action)!important;background:transparent!important;font-size:12px!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase!important}
body.legacy-visual-v3 .breadcrumbs,body.legacy-visual-v3 .breadcrumbs a{color:#667580!important}
body.legacy-visual-v3 .breadcrumbs{margin:0 0 16px!important;font-size:13px!important}
body.legacy-visual-v3 .hero__title,body.legacy-visual-v3 .hero__content>h1{max-width:18ch!important;margin:0 0 20px!important;color:var(--lv-text)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(42px,4.5vw,64px)!important;font-weight:400!important;line-height:1.02!important;letter-spacing:-.035em!important}
body.legacy-visual-v3 .hero__lead{max-width:64ch!important;color:var(--lv-muted)!important;font-size:18px!important;line-height:1.62!important}
body.legacy-visual-v3 .hero__actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:26px 0 0!important}
body.legacy-visual-v3 .hero__actions :is(.button,.btn){min-height:48px!important;padding:12px 18px!important;border-radius:10px!important;box-shadow:none!important}
body.legacy-visual-v3 .hero__actions :is(.button--primary,.btn--primary){border-color:var(--lv-action)!important;color:#fff!important;background:var(--lv-action)!important}
body.legacy-visual-v3 .hero__actions :is(.button--ghost,.btn--ghost){border:1px solid #bcc8ce!important;color:var(--lv-text)!important;background:#fff!important}
body.legacy-visual-v3 .hero__sources{display:flex!important;flex-wrap:wrap!important;gap:8px 14px!important;margin:22px 0 0!important;padding:0!important;overflow:visible!important}
body.legacy-visual-v3 .hero__sources :is(span,a){min-height:auto!important;padding:0!important;border:0!important;border-radius:0!important;color:#60717d!important;background:transparent!important;font-size:12px!important;font-weight:700!important;letter-spacing:.035em!important;text-transform:uppercase!important}
body.legacy-visual-v3 :is(.hero__promise,.hero__metrics,.hero-metrics,.hero__track,.hero-track,.ux-hero-more){display:none!important}
body.legacy-visual-v3 .hero__panel{min-width:0!important;margin:0!important;padding:0!important;order:initial!important;align-self:start!important}
body.legacy-visual-v3 .hero__panel-card,body.legacy-visual-v3 .hero__panel .ux-hero-panel-shell{height:auto!important;min-height:0!important;margin:0!important;padding:26px!important;border:1px solid var(--lv-line)!important;border-radius:16px!important;color:var(--lv-text)!important;background:var(--lv-soft)!important;box-shadow:none!important;overflow:visible!important}
body.legacy-visual-v3 .hero__panel-kicker{margin:0 0 10px!important;color:var(--lv-action)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.09em!important;text-transform:uppercase!important}
body.legacy-visual-v3 .hero__panel-title{margin:0 0 14px!important;color:var(--lv-text)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:30px!important;font-weight:400!important;line-height:1.1!important}
body.legacy-visual-v3 .hero__panel :is(p,li){color:#536270!important}
body.legacy-visual-v3 .router__trust{margin-top:20px!important;padding-top:16px!important;border-top:1px solid var(--lv-line)!important}
body.legacy-visual-v3 .router__trust-badge{display:inline!important;padding:0!important;border:0!important;color:#60717d!important;background:transparent!important;font-size:12px!important;font-weight:700!important}
@media(max-width:1023px){body.legacy-visual-v3 .hero__inner{grid-template-columns:1fr!important;gap:24px!important}body.legacy-visual-v3 .hero__panel{order:initial!important}body.legacy-visual-v3 .hero__title,body.legacy-visual-v3 .hero__content>h1{max-width:20ch!important}}
@media(max-width:620px){body.legacy-visual-v3 .hero{padding:20px 0 34px!important}body.legacy-visual-v3 .hero__inner{width:calc(100% - 32px)!important;gap:18px!important}body.legacy-visual-v3 .hero__content{padding:18px 0 8px!important}body.legacy-visual-v3 .hero__title,body.legacy-visual-v3 .hero__content>h1{max-width:none!important;margin-bottom:14px!important;font-size:clamp(34px,10.5vw,46px)!important;line-height:1.04!important}body.legacy-visual-v3 .hero__lead{font-size:16px!important;line-height:1.55!important}body.legacy-visual-v3 .hero__actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;margin-top:20px!important}body.legacy-visual-v3 .hero__actions :is(.button,.btn){width:100%!important;justify-content:center!important}body.legacy-visual-v3 .hero__sources{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important}body.legacy-visual-v3 .hero__sources :is(span,a){flex:0 0 auto!important}body.legacy-visual-v3 .hero__panel-card,body.legacy-visual-v3 .hero__panel .ux-hero-panel-shell{padding:20px!important;border-radius:14px!important}body.legacy-visual-v3 .hero__panel-title{font-size:26px!important}}
/* LEGACY_VISUAL_V3_20260720:END */

/* LEGACY_FULL_SURFACE_FIX_20260720:START */
body.legacy-visual-v3 .page-section{
  background:#fff!important;
  color:#17212b!important;
}
body.legacy-visual-v3 .page-section--accent,
body.legacy-visual-v3 .page-section--cards,
body.legacy-visual-v3 .page-section--preview{
  background:#f5f7f8!important;
}
body.legacy-visual-v3 :is(.article-card,.checklist,.offer-card,.related-card,.faq-item,.extra-panel){
  border:1px solid #dce3e7!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
}
body.legacy-visual-v3 .checklist--soft{
  background:#f5f7f8!important;
}
body.legacy-visual-v3 :is(.section-heading h2,.article-card h2,.article-card h3,.checklist h3,.offer-card__title,.related-card__title,.faq-item summary){
  color:#17212b!important;
}
body.legacy-visual-v3 :is(.article-card__intro,.article-card p,.article-card li,.checklist__list li,.offer-card__copy,.offer-card__mini-list,.offer-card__mini-list li,.offer-card__note,.related-card__copy,.faq-item__answer,.extra-panel p){
  color:#536270!important;
}
body.legacy-visual-v3 .offer-card__badge{
  color:#42525e!important;
  border-color:#dce3e7!important;
  background:#f5f7f8!important;
}
body.legacy-visual-v3 .offer-card::before{
  height:3px!important;
}
body.legacy-visual-v3 .article-card__columns{
  align-items:stretch!important;
}
body.legacy-visual-v3 .sticky-bar{
  background:rgba(16,23,29,.96)!important;
}

html[data-theme="dark"] body.legacy-visual-v3{
  --lv-text:#edf4f6;
  --lv-muted:#b2c0c7;
  --lv-line:#2b3941;
  --lv-soft:#151f26;
  --lv-action:#69b4cf;
  background:#10171d!important;
  color:#edf4f6!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .site-header{
  background:rgba(16,23,29,.97)!important;
  border-color:#2b3941!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .hero{
  background:linear-gradient(180deg,#111b22 0%,#10171d 100%)!important;
  border-color:#2b3941!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .hero__content{
  color:#edf4f6!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.hero__title,.hero__content>h1,.hero__panel-title){
  color:#edf4f6!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.hero__lead,.hero__panel p,.hero__panel li,.breadcrumbs,.breadcrumbs a){
  color:#b2c0c7!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .hero__panel-card,
html[data-theme="dark"] body.legacy-visual-v3 .hero__panel .ux-hero-panel-shell{
  color:#edf4f6!important;
  border-color:#2b3941!important;
  background:#151f26!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .page-section{
  background:#10171d!important;
  color:#edf4f6!important;
  border-color:#24323a!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.page-section--accent,.page-section--cards,.page-section--preview){
  background:#14252d!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.article-card,.checklist,.offer-card,.related-card,.faq-item,.extra-panel,.editorial-trust){
  color:#edf4f6!important;
  border-color:#2b3941!important;
  background:#151f26!important;
  background-image:none!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .checklist--soft{
  background:#18242b!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.section-heading h2,.article-card h2,.article-card h3,.checklist h3,.offer-card__title,.related-card__title,.faq-item summary){
  color:#edf4f6!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.article-card__intro,.article-card p,.article-card li,.checklist__list li,.offer-card__copy,.offer-card__mini-list,.offer-card__mini-list li,.offer-card__note,.related-card__copy,.faq-item__answer,.extra-panel p){
  color:#b2c0c7!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .offer-card__badge{
  color:#c9d5da!important;
  border-color:#344650!important;
  background:#1c2a32!important;
}
html[data-theme="dark"] body.legacy-visual-v3 :is(.button--ghost,.btn--ghost){
  color:#edf4f6!important;
  border-color:#49606c!important;
  background:#151f26!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .site-footer{
  color:#b2c0c7!important;
  border-color:#2b3941!important;
  background:#151f26!important;
}
/* LEGACY_FULL_SURFACE_FIX_20260720:END */

/* LEGACY_FULL_SURFACE_FIX_20260720_R2:START */
body.legacy-visual-v3 .trust-card{
  color:#17212b!important;
  border:1px solid #dce3e7!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
}
body.legacy-visual-v3 .trust-card__title{color:#17212b!important}
body.legacy-visual-v3 .trust-card__copy{color:#536270!important}
html[data-theme="dark"] body.legacy-visual-v3 .trust-card{
  color:#edf4f6!important;
  border-color:#2b3941!important;
  background:#151f26!important;
  background-image:none!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.legacy-visual-v3 .trust-card__title{color:#edf4f6!important}
html[data-theme="dark"] body.legacy-visual-v3 .trust-card__copy{color:#b2c0c7!important}
html[data-theme="dark"] body.legacy-visual-v3 :is(.hero__eyebrow,.section-heading__eyebrow,.eyebrow,.blog-kicker){color:#8bd2e7!important}
html[data-theme="dark"] body.legacy-visual-v3 :is(.ux-partner-note,.breadcrumbs,.breadcrumbs a){color:#b2c0c7!important}
/* LEGACY_FULL_SURFACE_FIX_20260720_R2:END */

/* SITE_SHELL_UNIFICATION_20260720:START */
/* One public shell for every route. The skip link is visible only for keyboard focus. */
.skip-link,
.skip-link:not(:focus-visible){
  position:fixed!important;
  left:8px!important;
  top:8px!important;
  z-index:3000!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  transform:none!important;
  border:0!important;
}
.skip-link:focus-visible{
  width:auto!important;
  height:auto!important;
  padding:10px 14px!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  border-radius:8px!important;
  background:#10171d!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.24)!important;
}
body.site-v2 > .site-header{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--aa-line)!important;
  border-radius:0!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:none!important;
  backdrop-filter:saturate(130%) blur(12px)!important;
}
body.site-v2 > .site-header .site-header__inner{
  width:min(calc(100% - 48px),1120px)!important;
  min-height:72px!important;
  margin-inline:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.site-v2 > .site-header .site-header__brand-copy strong{color:var(--aa-text)!important}
body.site-v2 > .site-header .site-header__nav a[aria-current="page"]{
  color:var(--aa-action)!important;
  background:var(--aa-trust)!important;
}
body.site-v2 > .trust-ribbon{
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--aa-line)!important;
  border-radius:0!important;
  background:var(--aa-soft)!important;
  box-shadow:none!important;
}
body.site-v2 > .trust-ribbon .trust-ribbon__inner{
  width:min(calc(100% - 48px),1120px)!important;
  min-height:40px!important;
  margin-inline:auto!important;
  padding:0!important;
  background:transparent!important;
}
html[data-theme="dark"] body.site-v2 > .site-header{
  background:rgba(16,23,29,.97)!important;
  border-color:#2b3941!important;
}
html[data-theme="dark"] body.site-v2 > .trust-ribbon{
  background:#151f26!important;
  border-color:#2b3941!important;
}
@media(max-width:820px){
  body.site-v2 > .site-header .site-header__inner{width:calc(100% - 32px)!important;min-height:66px!important;padding-block:8px!important}
  body.site-v2 > .site-header .site-header__nav{order:3;width:100%!important;margin:0!important;padding-bottom:3px!important}
  body.site-v2 > .trust-ribbon .trust-ribbon__inner{width:calc(100% - 32px)!important;justify-content:flex-start!important}
}
@media(max-width:560px){
  body.site-v2 > .site-header .site-header__brand-copy small{display:none!important}
  body.site-v2 > .site-header .site-header__nav a{padding:7px 9px!important}
}
/* Core pages previously forced white even when the stored theme was dark. */
html[data-theme="dark"] body.core-v2{
  --core-ink:#edf4f6;
  --core-muted:#b2c0c7;
  --core-line:#2b3941;
  --core-soft:#151f26;
  --core-warm:#182128;
  --core-teal:#69b4cf;
  --core-teal-dark:#85c7dc;
  background:#10171d!important;
  color:#edf4f6!important;
}
html[data-theme="dark"] body.core-v2 :is(h1,h2,h3){color:#edf4f6!important}
html[data-theme="dark"] body.core-v2 p{color:#b2c0c7!important}
html[data-theme="dark"] body.core-v2 :is(
  .home-opening,.money-opening,.home-stage-section,.home-sources-section,
  .home-report-section,.money-report-section,.core-faq-section,.money-warning,
  .money-gates-section,.core-footer
){background:#10171d!important;border-color:#2b3941!important}
html[data-theme="dark"] body.core-v2 :is(
  .home-lookup-section,.home-after-section,.home-decision-section,.money-decision-section,
  .money-matrix-section
){background:#151f26!important;border-color:#2b3941!important}
html[data-theme="dark"] body.core-v2 :is(
  .home-stage-map,.home-stage,.home-stage-detail,.home-source-list a,.home-report,.money-report,
  .home-after,.core-faq-list details,.core-editorial-trust,.money-warning__inner,.money-gate__number,
  .money-gate__meta,.money-inline-tool,.money-matrix-wrap,.core-visual,.router__input,.router__chip
){background:#151f26!important;border-color:#2b3941!important;color:#edf4f6!important}
html[data-theme="dark"] body.core-v2 .home-stage.is-current{background:#14252d!important}
html[data-theme="dark"] body.core-v2 :is(.core-button--outline,.core-icon-button){background:#151f26!important;color:#edf4f6!important;border-color:#49606c!important}
html[data-theme="dark"] body.core-v2 .money-matrix-wrap :is(th,td){background:#151f26!important;color:#edf4f6!important;border-color:#2b3941!important}
html[data-theme="dark"] body.core-v2 .money-matrix-wrap th{background:#1c2a32!important}
/* SITE_SHELL_UNIFICATION_20260720:END */

/* VALID_MODEL_REPORT_CARD_FIX_20260720:START */
body.site-v2.model-guide-page .offer-card--report{
  color:#fff!important;
  border-color:rgba(255,255,255,.10)!important;
  background:
    radial-gradient(520px 300px at 100% 0%,rgba(37,99,235,.46),transparent 66%),
    linear-gradient(145deg,#07111f 0%,#10264d 100%)!important;
  box-shadow:0 30px 80px rgba(15,23,42,.20)!important;
}
body.site-v2.model-guide-page .offer-card--report .offer-card__title{
  color:#fff!important;
}
body.site-v2.model-guide-page .offer-card--report :is(.offer-card__copy,.offer-card__note,.offer-card__mini-list li){
  color:rgba(255,255,255,.82)!important;
}
/* VALID_MODEL_REPORT_CARD_FIX_20260720:END */

/* VALID_DARK_ACTION_CONTRAST_20260720:START */
body.site-v2.model-guide-page .offer-card--report{
  background-color:#07111f!important;
}
html[data-theme="dark"] body.site-v2 :is(.button--primary,.btn--primary,.core-button--primary){
  color:#fff!important;
  border-color:#17637b!important;
  background:#17637b!important;
}
html[data-theme="dark"] body.site-v2 :is(.button--ghost,.btn--ghost,.core-button--outline){
  color:#edf4f6!important;
  border-color:#49606c!important;
  background:#151f26!important;
}
html[data-theme="dark"] body.model-guide-page .hero__panel-kicker{
  color:#69b4cf!important;
}
/* VALID_DARK_ACTION_CONTRAST_20260720:END */

/* VALID_MODEL_MOBILE_SUMMARY_DARK_20260720:START */
html[data-theme="dark"] body.model-guide-page .hero__panel .ux-hero-panel-shell > summary{
  color:#edf4f6!important;
}
/* VALID_MODEL_MOBILE_SUMMARY_DARK_20260720:END */
