
/* Editorial surfaces: white journal hub and narrow decision guide. */
body.staging-blog,body.staging-article{background:#fff}
body.staging-blog .editorial-page,body.staging-article .editorial-page{background:#fff}
body.staging-blog .editorial-shell,body.staging-article .editorial-shell{width:min(calc(100% - 64px),1280px);margin-inline:auto}
body.staging-blog .breadcrumbs,body.staging-article .breadcrumbs{font-size:.88rem;color:var(--aa-muted);margin-bottom:24px}
body.staging-blog .editorial-hero{padding:62px 0 48px;background:#fff;border-bottom:1px solid var(--aa-line)}
body.staging-blog .editorial-hero__inner{max-width:940px}
body.staging-blog .editorial-hero h1{max-width:19ch}
body.staging-blog .blog-category-strip{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:14px 0;border-bottom:1px solid var(--aa-line);background:#fff}
body.staging-blog .blog-category-strip a{min-height:44px;display:inline-flex;align-items:center;padding:8px 12px;border-radius:10px;white-space:nowrap;color:var(--aa-muted);text-decoration:none}
body.staging-blog .featured-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:0;margin:44px 0 64px;border-block:1px solid var(--aa-line);background:var(--aa-editorial)}
body.staging-blog .featured-story__media{min-height:360px;overflow:hidden}
body.staging-blog .featured-story__media img{width:100%;height:100%;object-fit:cover}
body.staging-blog .featured-story__body{padding:clamp(28px,4vw,54px);align-self:center}
body.staging-blog .featured-story h2{font-size:clamp(2rem,3vw,2.8rem)}
body.staging-blog .section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:14px;border-bottom:2px solid var(--aa-text);margin:52px 0 0}
body.staging-blog .task-category-grid{display:block}
body.staging-blog .task-category-card{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,2fr) auto;align-items:center;gap:24px;min-height:104px;padding:22px 4px;border-bottom:1px solid var(--aa-line);background:#fff;border-radius:0;box-shadow:none}
body.staging-blog .task-category-card :is(h2,h3,p){margin-top:0;margin-bottom:.25em}
body.staging-blog .task-category-card a{min-height:44px;display:inline-flex;align-items:center}
body.staging-blog .story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
body.staging-blog .story-card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--aa-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:none;min-width:0}
body.staging-blog .story-card__media{aspect-ratio:16/9;overflow:hidden}
body.staging-blog .story-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .18s}
body.staging-blog .story-card__body{padding:22px;display:flex;flex-direction:column}
body.staging-blog .story-card__link{margin-top:auto;min-height:44px;display:inline-flex;align-items:center;font-weight:650;color:var(--aa-action)}
@media (hover:hover) and (pointer:fine){body.staging-blog .story-card:has(.story-card__link:hover){border-color:var(--aa-line-strong);box-shadow:var(--aa-shadow);transform:translateY(-2px)}body.staging-blog .story-card:has(.story-card__link:hover) img{transform:scale(1.015)}}
body.staging-blog .compact-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin-top:24px}
body.staging-blog .compact-story{padding:18px 0;border-bottom:1px solid var(--aa-line)}
body.staging-blog .source-boundary{margin:58px 0 70px;padding:26px 28px;border-left:4px solid var(--aa-action);background:var(--aa-trust)}
/* Article */
body.staging-article .blog-category-strip{display:flex;gap:8px;overflow-x:auto;padding:14px 0;border-bottom:1px solid var(--aa-line)}
body.staging-article .article-frame{width:min(calc(100% - 64px),1280px);margin-inline:auto}
body.staging-article .blog-article-head{max-width:var(--aa-article);margin:60px auto 30px}
body.staging-article .blog-article-head h1{max-width:18ch}
body.staging-article .blog-article-head__meta{display:flex;gap:10px 20px;flex-wrap:wrap;font-size:.88rem;color:var(--aa-muted);padding-top:18px;border-top:1px solid var(--aa-line)}
body.staging-article .blog-article-cover{width:min(100%,1040px);margin:0 auto 42px;border-radius:16px;overflow:hidden;background:var(--aa-editorial)}
body.staging-article .blog-article-cover img{width:100%;display:block;max-height:560px;object-fit:cover}
body.staging-article .blog-toc{max-width:var(--aa-article);margin:0 auto 42px;padding:22px 26px;border:1px solid var(--aa-line);border-radius:14px;background:var(--aa-soft)}
body.staging-article .blog-toc a{min-height:38px;display:flex;align-items:center;color:var(--aa-muted)}
body.staging-article .article-prose{max-width:var(--aa-article);margin-inline:auto}
body.staging-article .article-prose>p,body.staging-article .article-prose>ul,body.staging-article .article-prose>ol{font-size:1.06rem}
body.staging-article .article-prose h2{margin-top:2em;padding-top:.4em}
body.staging-article .article-prose h3{margin-top:1.45em}
body.staging-article .article-wide{width:min(100%,var(--aa-wide));max-width:var(--aa-wide);margin:42px auto}
body.staging-article .blog-table-wrap{box-shadow:0 0 0 1px var(--aa-line);border-radius:14px}
body.staging-article .blog-panel{padding:28px 30px;background:var(--aa-trust);border:1px solid #cfe1e7;border-radius:16px}
body.staging-article .blog-checklist{padding-left:1.25em}
body.staging-article blockquote{margin:32px 0;padding:8px 0 8px 24px;border-left:4px solid var(--aa-action);font-size:1.16rem;color:var(--aa-text)}
body.staging-article .blog-offer{max-width:var(--aa-article);margin:56px auto;padding:30px;border:1px solid #cfe1e7;border-radius:16px;background:var(--aa-trust)}
body.staging-article .article-related-section{border-top:1px solid var(--aa-line);padding-top:34px}
body.staging-article .article-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.staging-article .article-related a{min-height:72px;padding:14px;border:1px solid var(--aa-line);border-radius:12px;display:flex;align-items:center;text-decoration:none}
@media (max-width:1100px){body.staging-blog .story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){body.staging-blog .editorial-shell,body.staging-article .editorial-shell,body.staging-article .article-frame{width:min(calc(100% - 32px),1280px)}body.staging-blog .featured-story{grid-template-columns:1fr}body.staging-blog .featured-story__media{min-height:260px}body.staging-blog .task-category-card{grid-template-columns:1fr auto}.task-category-card p{grid-column:1/-1}body.staging-article .article-related{grid-template-columns:1fr 1fr}}
@media (max-width:620px){body.staging-blog .editorial-hero{padding:36px 0 30px}body.staging-blog .featured-story{margin:28px 0 46px}body.staging-blog .featured-story__body{padding:24px 20px}body.staging-blog .task-category-card{display:block;padding:20px 0}body.staging-blog .story-grid,body.staging-blog .compact-story-grid{grid-template-columns:1fr}body.staging-article .blog-article-head{margin-top:34px}body.staging-article .blog-article-cover{border-radius:12px}body.staging-article .blog-toc{padding:18px}body.staging-article .article-related{grid-template-columns:1fr}
 body.staging-article table[data-responsive-contract="row-cards-mobile"] thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
 body.staging-article table[data-responsive-contract="row-cards-mobile"],body.staging-article table[data-responsive-contract="row-cards-mobile"] tbody,body.staging-article table[data-responsive-contract="row-cards-mobile"] tr,body.staging-article table[data-responsive-contract="row-cards-mobile"] td{display:block;width:100%}
 body.staging-article table[data-responsive-contract="row-cards-mobile"] tr{border-bottom:10px solid var(--aa-soft)}
 body.staging-article table[data-responsive-contract="row-cards-mobile"] td{display:grid;grid-template-columns:minmax(110px,.75fr) minmax(0,1.25fr);gap:14px;border:0;border-bottom:1px solid var(--aa-line);padding:13px 14px}
 body.staging-article table[data-responsive-contract="row-cards-mobile"] td::before{content:attr(data-label);font-weight:700;color:var(--aa-text)}
}

body.staging-article .blog-toc a{min-height:44px}
body.staging-article .article-prose :is(li,p)>a:not(.btn):not(.button){text-underline-offset:.16em}
/* Final measured touch-target fixes. */
body.staging-blog .section-head > a,
body.staging-blog .source-boundary > a,
body.staging-article .article-prose li > a { min-height:44px; display:inline-flex; align-items:center; }
body.staging-article .blog-panel .blog-checklist a { min-height:44px; display:inline-flex; align-items:center; }

/* ARTICLE_REFERENCE_REBUILD_20260718:START */
body.reference-article-page{--ref-teal:#006b78;--ref-ink:#101416;--ref-muted:#60686d;--ref-line:#d7dee1;--ref-soft:#f8fafb;--ref-danger:#ff3b2f;background:#fff;color:var(--ref-ink);font-family:"IBM Plex Sans",Arial,sans-serif;font-size:16px;line-height:1.38}
body.reference-article-page *{box-sizing:border-box}
body.reference-article-page :is(h1,h2,h3,.reference-toc summary,.reference-related__head h2){font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#080b0c}
body.reference-article-page a{color:inherit}
.reference-shell{width:min(calc(100% - 48px),1070px);margin-inline:auto}
.reference-header{height:52px;border-bottom:1px solid #e2e5e7;background:#fff;position:relative;z-index:5}
.reference-header__inner{width:min(calc(100% - 48px),1070px);height:100%;margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}
.reference-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:21px;font-weight:700;letter-spacing:-.02em}
.reference-brand__mark{width:25px;height:31px;color:var(--ref-teal);display:inline-flex}.reference-brand__mark svg{width:100%;height:100%}
.reference-header__nav{justify-self:center;display:flex;align-items:stretch;height:100%;gap:38px}
.reference-header__nav a{position:relative;display:flex;align-items:center;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:15px;white-space:nowrap}
.reference-header__nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--ref-teal)}
.reference-header__actions{display:flex;align-items:center;gap:14px}.reference-icon-button{width:34px;height:34px;border:0;background:transparent;color:#05090a;display:grid;place-items:center;padding:5px}.reference-icon-button svg{width:24px;height:24px}
.reference-section-bar{height:39px;border-bottom:1px solid #e3e6e8;background:#fafbfc}.reference-section-bar .reference-shell{height:100%;display:flex;align-items:center;gap:13px;font-family:Georgia,"Times New Roman",serif;font-size:12px}.reference-section-bar strong{font-weight:400}.reference-section-bar span{color:#6d7478}.reference-section-bar span::before{content:"•";margin-right:13px;color:#9aa0a4}
.reference-article{padding:14px 0 40px;background:#fff}.reference-breadcrumbs{display:flex;align-items:center;gap:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;color:#555d61;margin:0 0 12px}.reference-breadcrumbs a{text-decoration:none}.reference-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}
.reference-article__head{max-width:790px;margin:0 0 12px}.reference-article__head h1{font-size:34px;line-height:1.04;letter-spacing:-.035em;margin:0 0 10px}.reference-article__lead{max-width:690px;color:#5d6468;font-size:13px;line-height:1.38;margin:0 0 12px}.reference-article__meta{display:flex;align-items:center;gap:8px 15px;flex-wrap:wrap;color:#555d61;font-size:11px}.reference-article__meta a{color:var(--ref-teal);text-decoration:none}.reference-article__meta span+span::before,.reference-article__meta a+span::before{content:"•";margin-right:15px;color:#6d7478}
.reference-cover{width:660px;max-width:100%;margin:0 0 13px;border-radius:6px;overflow:hidden}.reference-cover img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.reference-summary-grid{display:grid;grid-template-columns:188px minmax(0,620px);gap:36px;align-items:start;margin-bottom:9px}
.reference-toc{border:1px solid var(--ref-line);border-radius:6px;background:#fff;padding:9px 12px}.reference-toc summary{list-style:none;font-size:13px;cursor:pointer;margin-bottom:5px}.reference-toc summary::-webkit-details-marker{display:none}.reference-toc ol{list-style:none;margin:0;padding:0}.reference-toc a{display:grid;grid-template-columns:21px 1fr;gap:8px;align-items:center;min-height:25px;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:10px}.reference-toc a span{color:var(--ref-teal);font-family:"IBM Plex Sans",sans-serif;font-weight:600;font-size:12px}
.reference-summary-main{min-width:0}.reference-numbered-section{margin:0 0 8px}.reference-numbered-section h2,.reference-matrix>h2,.reference-sources h2{display:flex;align-items:baseline;gap:13px;font-size:13px;line-height:1.25;margin:0 0 5px}.reference-numbered-section h2>span,.reference-matrix>h2>span,.reference-sources h2>span{color:var(--ref-teal);font-family:"IBM Plex Sans",sans-serif;font-size:12px;font-weight:600}.reference-numbered-section p,.reference-sources p{font-size:10px;line-height:1.35;margin:0;color:#24292c}.reference-stop{border:1px solid #ffb2ab;border-radius:6px;padding:9px 12px 9px 40px;position:relative}.reference-stop::before{content:"△";position:absolute;left:12px;top:10px;color:var(--ref-danger);font-size:20px;font-weight:700}.reference-stop ul{margin:0;padding-left:14px;font-size:10px;line-height:1.3}.reference-guide{padding-top:2px}
.reference-matrix{margin:3px 0 12px}.reference-matrix__desktop{border:1px solid var(--ref-line);border-radius:6px;overflow:hidden}.reference-matrix table{border-collapse:collapse;width:100%;font-size:10px;line-height:1.25}.reference-matrix th{font-weight:600;background:#fafbfb}.reference-matrix :is(th,td){border-right:1px solid var(--ref-line);border-bottom:1px solid var(--ref-line);padding:7px 12px;vertical-align:top}.reference-matrix tr:last-child td{border-bottom:0}.reference-matrix :is(th,td):last-child{border-right:0}.reference-matrix__mobile{display:none}
.reference-sources{margin:0 0 10px}.reference-report{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #b8d5db;border-radius:6px;padding:10px 13px;margin:0 0 14px}.reference-report__icon{color:var(--ref-teal);font-size:24px}.reference-report strong{display:block;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:12px}.reference-report p{font-size:10px;margin:3px 0 0;color:#40474b}.reference-report__button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ref-teal);border-radius:4px;color:var(--ref-teal);padding:7px 13px;text-decoration:none;font-size:10px;white-space:nowrap}
.reference-related__head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ref-line);padding-bottom:5px}.reference-related__head h2{font-size:13px;margin:0}.reference-related__head>a{color:var(--ref-teal);font-size:10px;text-decoration:none}.reference-related nav{display:flex;align-items:center;gap:0;flex-wrap:wrap;padding-top:7px}.reference-related nav>a{font-size:10px;color:var(--ref-teal);text-decoration:none;display:inline-flex;align-items:center}.reference-related nav>a+a::before{content:"•";margin:0 13px;color:#899195}.reference-related nav>a span{display:none}
.reference-full-guide{margin:24px 0 0;border-top:1px solid var(--ref-line);padding-top:16px}.reference-full-guide>summary{cursor:pointer;color:var(--ref-teal);font-weight:600}.reference-full-guide__content{max-width:760px;margin:24px auto;font-size:16px;line-height:1.65}.reference-full-guide__content h2{font-size:28px;margin-top:1.8em}.reference-full-guide__content h3{font-size:21px;margin-top:1.5em}.reference-full-guide__content .blog-table-wrap{overflow-x:auto}.reference-full-guide__content table{min-width:760px}
.reference-footer{border-top:1px solid var(--ref-line);padding:22px 0;margin-top:34px}.reference-footer .reference-shell{display:flex;justify-content:space-between}.reference-footer nav{display:flex;gap:22px}.reference-footer a{text-decoration:none;color:#5e666a}
@media (max-width:900px){.reference-header__nav{display:none}.reference-section-bar{display:none}.reference-shell,.reference-header__inner{width:min(calc(100% - 48px),760px)}.reference-header{height:76px}.reference-brand{font-size:26px}.reference-brand__mark{width:38px;height:45px}.reference-header__actions{gap:18px}.reference-icon-button{width:42px;height:42px}.reference-icon-button svg{width:30px;height:30px}.reference-article{padding-top:15px}.reference-breadcrumbs{font-size:14px;gap:11px;margin-bottom:18px;white-space:normal;flex-wrap:wrap}.reference-article__head{max-width:none;margin-bottom:15px}.reference-article__head h1{font-size:43px;line-height:1.07;letter-spacing:-.035em;margin-bottom:14px}.reference-article__lead{font-size:18px;line-height:1.32;max-width:none;margin-bottom:13px}.reference-article__meta{font-size:14px;line-height:1.3}.reference-cover{width:100%;margin-bottom:12px;border-radius:10px}.reference-summary-grid{display:block}.reference-toc{padding:11px 18px;margin-bottom:15px;border-radius:10px}.reference-toc summary{font-size:17px;position:relative}.reference-toc summary::after{content:"⌄";position:absolute;right:0;font-family:"IBM Plex Sans",sans-serif}.reference-toc a{min-height:29px;font-size:14px;grid-template-columns:29px 1fr}.reference-toc a span{font-size:16px}.reference-numbered-section{margin-bottom:14px}.reference-numbered-section h2,.reference-matrix>h2,.reference-sources h2{font-size:19px;gap:14px;margin-bottom:8px}.reference-numbered-section h2>span,.reference-matrix>h2>span,.reference-sources h2>span{font-size:18px}.reference-numbered-section p,.reference-sources p{font-size:16px;line-height:1.24}.reference-stop{padding:15px 17px 15px 70px;border-radius:10px}.reference-stop::before{left:18px;top:18px;font-size:34px}.reference-stop ul{font-size:15px;line-height:1.45;padding-left:18px}.reference-guide{display:none}.reference-matrix{margin:0 0 15px}.reference-matrix__desktop{display:none}.reference-matrix__mobile{display:block;border:1px solid var(--ref-line);border-radius:10px;overflow:hidden}.reference-matrix__mobile details{border-bottom:1px solid var(--ref-line)}.reference-matrix__mobile details:last-child{border-bottom:0}.reference-matrix__mobile summary{list-style:none;display:grid;grid-template-columns:42px 175px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:58px;padding:8px 13px}.reference-matrix__mobile summary::-webkit-details-marker{display:none}.reference-matrix__mobile summary::after{content:"⌄";font-size:20px}.reference-matrix__mobile .matrix-icon{color:var(--ref-teal);font-size:25px;text-align:center}.reference-matrix__mobile strong{font-size:15px}.reference-matrix__mobile summary>span:nth-of-type(2){font-size:14px;color:#41484c}.reference-matrix__mobile details p{margin:0;padding:10px 16px 13px 66px;background:var(--ref-soft);font-size:14px}.reference-report{grid-template-columns:42px 1fr auto;padding:14px 17px;border-radius:10px;gap:12px}.reference-report__icon{font-size:31px}.reference-report strong{font-size:15px}.reference-report p{font-size:14px;line-height:1.25}.reference-report__button{min-height:43px;font-size:14px;padding:8px 17px;border-radius:6px}.reference-related__head{padding-bottom:8px}.reference-related__head h2{font-size:18px}.reference-related__head>a{font-size:14px}.reference-related nav{display:block;padding:0}.reference-related nav>a{width:100%;min-height:35px;border-bottom:1px solid var(--ref-line);font-size:14px;justify-content:space-between}.reference-related nav>a+a::before{display:none}.reference-related nav>a span{display:inline}.reference-full-guide{margin-top:20px}.reference-footer{display:none}}
@media (max-width:620px){.reference-shell,.reference-header__inner{width:calc(100% - 32px)}.reference-header{height:66px}.reference-brand{font-size:24px}.reference-brand__mark{width:34px;height:40px}.reference-header__actions{gap:12px}.reference-icon-button{width:38px;height:38px}.reference-icon-button svg{width:27px;height:27px}.reference-article{padding-top:13px}.reference-breadcrumbs{font-size:12px;gap:8px;margin-bottom:14px}.reference-article__head h1{font-size:38px}.reference-article__lead{font-size:16px}.reference-article__meta{font-size:12px}.reference-toc{padding:10px 15px}.reference-toc summary{font-size:15px}.reference-toc a{font-size:13px;min-height:27px}.reference-numbered-section h2,.reference-matrix>h2,.reference-sources h2{font-size:17px}.reference-numbered-section p,.reference-sources p{font-size:14px}.reference-stop{padding-left:58px}.reference-stop::before{left:15px;font-size:29px}.reference-stop ul{font-size:13.5px}.reference-matrix__mobile summary{grid-template-columns:35px 145px minmax(0,1fr) 16px;gap:8px;min-height:54px;padding:7px 10px}.reference-matrix__mobile strong{font-size:13.5px}.reference-matrix__mobile summary>span:nth-of-type(2){font-size:12.5px}.reference-report{grid-template-columns:34px 1fr}.reference-report__button{grid-column:2;justify-self:start}.reference-related__head h2{font-size:16px}.reference-related__head>a,.reference-related nav>a{font-size:12.5px}}
@media (prefers-reduced-motion:reduce){body.reference-article-page *,body.reference-article-page *::before,body.reference-article-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
/* ARTICLE_REFERENCE_REBUILD_20260718:END */

/* ARTICLE_REFERENCE_POLISH_20260718:START */
body.reference-article-page .reference-brand,
body.reference-article-page .reference-header__nav a,
body.reference-article-page .reference-icon-button{min-height:44px}
body.reference-article-page .reference-icon-button{width:44px;height:44px;padding:10px}
body.reference-article-page .reference-stop::before{content:none}
body.reference-article-page .reference-stop__icon{position:absolute;left:12px;top:10px;width:21px;height:21px;color:var(--ref-danger);display:grid;place-items:center}
body.reference-article-page .reference-stop__icon svg,
body.reference-article-page .reference-matrix__mobile .matrix-icon svg,
body.reference-article-page .reference-report__icon svg{display:block;width:100%;height:100%}
body.reference-article-page .reference-matrix__mobile summary,
body.reference-article-page .reference-toc summary,
body.reference-article-page .reference-toc a,
body.reference-article-page .reference-related nav>a{min-height:44px}
body.reference-article-page .reference-report__button{min-height:48px}
body.reference-article-page :is(a,button,summary):focus-visible{outline:3px solid #087b8a!important;outline-offset:3px!important}
@media (max-width:900px){
  body.reference-article-page .reference-stop__icon{left:18px;top:18px;width:34px;height:34px}
  body.reference-article-page .reference-matrix__mobile .matrix-icon{width:28px;height:28px;display:block}
  body.reference-article-page .reference-report__icon{width:34px;height:34px;display:block}
  body.reference-article-page .reference-related__head>a{min-height:44px;display:inline-flex;align-items:center}
  body.reference-article-page .reference-report__button{min-height:48px}
}
@media (max-width:620px){
  body.reference-article-page .reference-article__head h1{font-size:clamp(32px,9.5vw,38px)}
  body.reference-article-page .reference-stop__icon{left:14px;width:30px;height:30px}
  body.reference-article-page .reference-matrix__mobile .matrix-icon{width:25px;height:25px}
  body.reference-article-page .reference-report__button{width:100%;justify-self:stretch}
}
/* ARTICLE_REFERENCE_POLISH_20260718:END */

/* ARTICLE_REFERENCE_TARGETS_20260718:START */
body.reference-article-page .reference-header__nav a{min-width:44px;justify-content:center}
body.reference-article-page .reference-related__head>a,
body.reference-article-page .reference-full-guide>summary,
body.reference-article-page .reference-footer nav a{min-width:44px;min-height:44px;display:inline-flex;align-items:center}
/* ARTICLE_REFERENCE_TARGETS_20260718:END */

/* ARTICLE_REFERENCE_FIDELITY_20260718:START */
body.reference-article-page .reference-article__head h1{max-width:none}
body.reference-article-page .reference-cover img{aspect-ratio:687/203;object-fit:cover}
/* ARTICLE_REFERENCE_FIDELITY_20260718:END */

/* ARTICLE_REFERENCE_DESKTOP_TYPE_20260718:START */
@media (min-width:901px){
  body.reference-article-page .reference-article__head{max-width:900px}
  body.reference-article-page .reference-article__head h1{font-size:34px;line-height:1.04;letter-spacing:-.035em}
}
/* ARTICLE_REFERENCE_DESKTOP_TYPE_20260718:END */

/* ARTICLE_READABILITY_ORDER_FIX_20260719:START */
@media (min-width:901px){
  body.reference-article-page .reference-section-bar .reference-shell{font-size:14px}
  body.reference-article-page .reference-breadcrumbs{font-size:13px;line-height:1.4}
  body.reference-article-page .reference-article__lead{max-width:820px;font-size:17px;line-height:1.5}
  body.reference-article-page .reference-article__meta{font-size:14px;line-height:1.4}
  body.reference-article-page .reference-cover{width:760px;margin-bottom:22px}
  body.reference-article-page .reference-summary-grid{grid-template-columns:240px minmax(0,760px);gap:42px;margin-bottom:26px}
  body.reference-article-page .reference-toc{padding:16px 18px}
  body.reference-article-page .reference-toc summary{font-size:18px;margin-bottom:8px}
  body.reference-article-page .reference-toc a{grid-template-columns:28px 1fr;gap:10px;min-height:44px;font-size:15px;line-height:1.35}
  body.reference-article-page .reference-toc a span{font-size:14px}
  body.reference-article-page .reference-numbered-section{margin-bottom:24px}
  body.reference-article-page .reference-numbered-section h2,
  body.reference-article-page .reference-matrix>h2,
  body.reference-article-page .reference-sources h2{font-size:30px;line-height:1.15;gap:14px;margin-bottom:12px}
  body.reference-article-page .reference-numbered-section h2>span,
  body.reference-article-page .reference-matrix>h2>span,
  body.reference-article-page .reference-sources h2>span{font-size:14px}
  body.reference-article-page .reference-numbered-section p,
  body.reference-article-page .reference-sources p{font-size:16px;line-height:1.55}
  body.reference-article-page .reference-stop{padding:22px 26px 22px 62px}
  body.reference-article-page .reference-stop__icon{left:18px;top:22px;width:28px;height:28px}
  body.reference-article-page .reference-stop ul{padding-left:20px;font-size:16px;line-height:1.55}
  body.reference-article-page .reference-matrix{margin:26px 0}
  body.reference-article-page .reference-matrix table{font-size:14px;line-height:1.4}
  body.reference-article-page .reference-matrix :is(th,td){padding:13px 14px}
  body.reference-article-page .reference-guide{display:block;margin:0 0 28px;padding-top:0}
  body.reference-article-page .reference-report strong{font-size:17px}
  body.reference-article-page .reference-report p{font-size:15px;line-height:1.45}
  body.reference-article-page .reference-report__button{font-size:14px}
  body.reference-article-page .reference-related__head h2{font-size:22px}
  body.reference-article-page .reference-related__head>a,
  body.reference-article-page .reference-related nav>a{font-size:14px}
}
@media (max-width:900px){
  body.reference-article-page .reference-guide{display:block}
}
/* ARTICLE_READABILITY_ORDER_FIX_20260719:END */


/* BLOG_HUB_V2_REFERENCE_20260719:START */
html[data-theme="dark"] body.bloghub-v2,body.bloghub-v2{--bh-teal:#006b78;--bh-ink:#111416;--bh-muted:#666d71;--bh-line:#dfe3e5;background:#fff!important;color:var(--bh-ink)!important;font-family:"IBM Plex Sans",Arial,sans-serif;line-height:1.45}
body.bloghub-v2 *{box-sizing:border-box}
body.bloghub-v2 :is(h1,h2,h3){font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.025em;color:#0d1011}
body.bloghub-v2 a{color:inherit}
.bloghub-shell{width:min(calc(100% - 64px),1180px);margin-inline:auto}
.bloghub-header{height:72px;border-bottom:1px solid var(--bh-line);background:#fff}
.bloghub-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}
.bloghub-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:25px;font-weight:700;letter-spacing:-.025em;min-height:48px}
.bloghub-brand__mark{display:block;width:34px;height:40px;color:var(--bh-teal)}.bloghub-brand__mark svg{display:block;width:100%;height:100%}
.bloghub-nav{justify-self:center;display:flex;align-items:stretch;height:100%;gap:34px}.bloghub-nav a{position:relative;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:16px;white-space:nowrap}.bloghub-nav a.is-active{color:var(--bh-teal)}.bloghub-nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:var(--bh-teal)}
.bloghub-header__actions{display:flex;align-items:center;gap:8px}.bloghub-icon-button{display:grid;place-items:center;width:46px;height:46px;border:0;background:#fff;color:#050708;padding:9px}.bloghub-icon-button svg{width:28px;height:28px}
.bloghub-main{padding:38px 0 72px;background:#fff}
.bloghub-intro{max-width:900px;margin-bottom:32px}.bloghub-intro h1{font-size:clamp(46px,5.4vw,74px);line-height:1.04;margin:0 0 18px}.bloghub-intro p{max-width:820px;margin:0;color:var(--bh-muted);font-size:20px;line-height:1.5}
.bloghub-feature{position:relative;margin-bottom:32px}.bloghub-feature__link,.bloghub-card__link{position:absolute;inset:0;z-index:2}.bloghub-feature__media{margin:0 0 18px;border-radius:8px;overflow:hidden}.bloghub-feature__media img{display:block;width:100%;aspect-ratio:16/6.6;object-fit:cover}.bloghub-feature__body{max-width:850px}.bloghub-kicker{margin:0 0 8px;color:var(--bh-teal);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.bloghub-feature h2{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0 0 12px}.bloghub-feature__meta{margin:0;color:var(--bh-muted);font-size:16px}.bloghub-feature__meta span{padding:0 8px}
.bloghub-routes{margin:10px 0 38px}.bloghub-routes>a{display:grid;grid-template-columns:74px 1px minmax(0,1fr);gap:24px;align-items:center;min-height:82px;border-bottom:1px solid var(--bh-line);text-decoration:none}.bloghub-routes>a::before{content:"";grid-column:2;width:1px;height:42px;background:var(--bh-teal)}.bloghub-route__number{grid-column:1;grid-row:1;color:var(--bh-teal);font-family:Georgia,"Times New Roman",serif;font-size:31px}.bloghub-route__copy{grid-column:3;grid-row:1;display:grid;gap:3px}.bloghub-route__copy strong{font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400}.bloghub-route__copy small{color:var(--bh-muted);font-size:16px}
.bloghub-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:38px 0 34px}.bloghub-card{position:relative;overflow:hidden;border:1px solid var(--bh-line);border-radius:9px;background:#fff;box-shadow:0 8px 24px rgba(20,27,30,.07)}.bloghub-card img{display:block;width:100%;aspect-ratio:16/6.8;object-fit:cover}.bloghub-card>div{padding:18px 20px 20px}.bloghub-card h3{font-size:29px;line-height:1.12;margin:0 0 10px}.bloghub-card>div>p:last-child{margin:0;color:var(--bh-muted);font-size:16px}
.bloghub-more{margin-top:16px}.bloghub-more__head{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--bh-line);padding-bottom:8px}.bloghub-more__head h2{font-size:32px;margin:0}.bloghub-more__head a{display:inline-flex;align-items:center;min-height:44px;color:var(--bh-teal);text-decoration:none;font-size:16px}.bloghub-more__head a span{font-size:25px;margin-left:8px}.bloghub-list article{border-bottom:1px solid var(--bh-line)}.bloghub-list a{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:22px;min-height:98px;padding:10px 0;text-decoration:none}.bloghub-list img{width:180px;aspect-ratio:16/8.3;object-fit:cover;border-radius:7px}.bloghub-list span{display:grid;gap:5px}.bloghub-list strong{font-size:20px;font-weight:500}.bloghub-list small{color:var(--bh-muted);font-size:15px}
.bloghub-footer{border-top:1px solid var(--bh-line);background:#fff;padding:28px 0}.bloghub-footer .bloghub-shell{display:flex;align-items:center;justify-content:space-between}.bloghub-footer nav{display:flex;gap:24px}.bloghub-footer a{text-decoration:none;color:var(--bh-muted);min-height:44px;display:inline-flex;align-items:center}
body.bloghub-v2 :is(a,button):focus-visible{outline:3px solid #087b8a!important;outline-offset:3px!important}
@media (hover:hover) and (pointer:fine){.bloghub-feature:hover h2,.bloghub-card:hover h3,.bloghub-routes>a:hover strong,.bloghub-list a:hover strong{color:var(--bh-teal)}.bloghub-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(20,27,30,.1)}}
@media (max-width:900px){.bloghub-shell{width:min(calc(100% - 40px),760px)}.bloghub-header{height:76px}.bloghub-nav{display:none}.bloghub-header__inner{grid-template-columns:auto 1fr auto}.bloghub-brand{font-size:27px}.bloghub-brand__mark{width:39px;height:46px}.bloghub-header__actions{grid-column:3}.bloghub-main{padding-top:28px}.bloghub-intro h1{font-size:clamp(43px,7vw,58px)}.bloghub-intro p{font-size:19px}.bloghub-feature__media img{aspect-ratio:16/7}.bloghub-routes>a{min-height:88px}.bloghub-cards{gap:20px}.bloghub-card h3{font-size:25px}}
@media (max-width:620px){.bloghub-shell{width:calc(100% - 32px)}.bloghub-header{height:66px}.bloghub-brand{font-size:24px;gap:9px}.bloghub-brand__mark{width:34px;height:40px}.bloghub-icon-button{width:44px;height:44px;padding:8px}.bloghub-icon-button svg{width:27px;height:27px}.bloghub-main{padding:24px 0 48px}.bloghub-intro{margin-bottom:20px}.bloghub-intro h1{font-size:clamp(39px,10.6vw,48px);line-height:1.05;margin-bottom:12px}.bloghub-intro p{font-size:17px;line-height:1.45}.bloghub-feature{margin-bottom:14px}.bloghub-feature__media{margin-bottom:13px;border-radius:6px}.bloghub-feature__media img{aspect-ratio:16/8.2}.bloghub-kicker{font-size:11px;margin-bottom:7px}.bloghub-feature h2{font-size:31px;line-height:1.1;margin-bottom:10px}.bloghub-feature__meta{font-size:15px}.bloghub-routes{margin:10px 0 26px}.bloghub-routes>a{grid-template-columns:46px 1px minmax(0,1fr);gap:14px;min-height:64px}.bloghub-routes>a::before{height:42px}.bloghub-route__number{font-size:29px}.bloghub-route__copy strong{font-size:17px}.bloghub-route__copy small{font-size:14px;line-height:1.25}.bloghub-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:26px 0 24px}.bloghub-card img{aspect-ratio:16/9}.bloghub-card>div{padding:11px 12px 13px}.bloghub-card h3{font-size:20px;line-height:1.13;margin-bottom:8px}.bloghub-card>div>p:last-child{font-size:13px}.bloghub-more__head h2{font-size:27px}.bloghub-more__head a{font-size:14px}.bloghub-list a{grid-template-columns:116px minmax(0,1fr);gap:14px;min-height:76px;padding:8px 0}.bloghub-list img{width:116px;aspect-ratio:16/8.5}.bloghub-list strong{font-size:16px;line-height:1.22}.bloghub-list small{font-size:13px}.bloghub-footer{display:none}}
@media (prefers-reduced-motion:reduce){body.bloghub-v2 *,body.bloghub-v2 *::before,body.bloghub-v2 *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* BLOG_HUB_V2_REFERENCE_20260719:END */

/* EDITORIAL_THEME_SYNC_20260720:START */
html[data-theme="dark"] body.bloghub-v2{--bh-ink:#edf4f6;--bh-muted:#b2c0c7;--bh-line:#2b3941;--bh-teal:#69b4cf;background:#10171d!important;color:#edf4f6!important}
html[data-theme="dark"] body.bloghub-v2 :is(h1,h2,h3){color:#edf4f6!important}
html[data-theme="dark"] body.bloghub-v2 :is(.bloghub-main,.bloghub-footer){background:#10171d!important;border-color:#2b3941!important}
html[data-theme="dark"] body.bloghub-v2 :is(.bloghub-card){background:#151f26!important;border-color:#2b3941!important}
html[data-theme="dark"] body.bloghub-v2 :is(.bloghub-routes>a,.bloghub-list article,.bloghub-more__head){border-color:#2b3941!important}
html[data-theme="dark"] body.reference-article-page{--ref-ink:#edf4f6;--ref-muted:#b2c0c7;--ref-line:#2b3941;--ref-soft:#151f26;--ref-teal:#69b4cf;background:#10171d!important;color:#edf4f6!important}
html[data-theme="dark"] body.reference-article-page :is(h1,h2,h3,.reference-toc summary,.reference-related__head h2){color:#edf4f6!important}
html[data-theme="dark"] body.reference-article-page :is(.reference-article,.reference-footer){background:#10171d!important;border-color:#2b3941!important}
html[data-theme="dark"] body.reference-article-page :is(.reference-toc,.reference-matrix__desktop,.reference-matrix__mobile,.reference-report){background:#151f26!important;border-color:#2b3941!important;color:#edf4f6!important}
html[data-theme="dark"] body.reference-article-page :is(.reference-numbered-section p,.reference-sources p,.reference-article__lead,.reference-article__meta,.reference-breadcrumbs,.reference-report p){color:#b2c0c7!important}
html[data-theme="dark"] body.reference-article-page .reference-matrix :is(th,td){background:#151f26!important;color:#edf4f6!important;border-color:#2b3941!important}
html[data-theme="dark"] body.reference-article-page .reference-matrix th{background:#1c2a32!important}
/* EDITORIAL_THEME_SYNC_20260720:END */

/* REFERENCE_ARTICLE_TABLE_THEME_SYNC_20260720:START */
html[data-theme="dark"] body.reference-article-page .blog-table-wrap{
  color:#edf4f6!important;
  border-color:#2b3941!important;
  background:#151f26!important;
  box-shadow:0 0 0 1px #2b3941!important;
}
html[data-theme="dark"] body.reference-article-page .blog-table-wrap :is(table,tbody,tr,td){
  color:#edf4f6!important;
  border-color:#2b3941!important;
  background:#151f26!important;
}
html[data-theme="dark"] body.reference-article-page .blog-table-wrap th{
  color:#c9d5da!important;
  border-color:#2b3941!important;
  background:#1c2a32!important;
}
/* REFERENCE_ARTICLE_TABLE_THEME_SYNC_20260720:END */
