.blog-shell { background: #fff; color: #202b38; font-family: "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
.blog-shell h1, .blog-shell h2, .blog-shell h3, .blog-shell h4 { letter-spacing: 0; overflow-wrap: anywhere; }
.blog-shell a { transition: color .18s ease, background-color .18s ease; }
.blog-shell a:focus-visible { outline: 3px solid #1261df; outline-offset: 5px; }
.blog-skip { position: fixed; top: -80px; left: 16px; padding: 12px 18px; background: #fff; z-index: 100; }
.blog-skip:focus { top: 12px; }
.blog-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid #e5e9ed; backdrop-filter: blur(12px); }
.blog-nav-inner { max-width: 1180px; margin: auto; padding: 14px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.blog-brand { display: flex; align-items: center; gap: 12px; min-width: 0; color: #172b38; }
.blog-brand .brand-logo { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 0; box-shadow: none; background: transparent; }
.blog-brand .brand-logo img { object-fit: contain; padding: 0; }
.blog-brand-name { font-size: 18px; font-weight: 750; overflow-wrap: anywhere; }
.blog-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.blog-links a { padding: 9px 10px; font-size: 13px; font-weight: 650; color: #465261; }
.blog-links a:hover { color: #0852c7; background: #f1f6fc; }
.blog-links .blog-cta { background: #0b56e8; color: #fff; padding: 11px 16px; border-radius: 6px; margin-left: 8px; }
.blog-links .blog-cta:hover { background: #0644bb; color: #fff; }
.blog-index { max-width: 1180px; margin: auto; padding: 52px 24px 80px; }
.blog-index-header { border-bottom: 1px solid #e0e6e9; padding-bottom: 32px; margin-bottom: 32px; }
.blog-eyebrow, .blog-aside-label { font-size: 11px; font-weight: 750; color: #087453; }
.blog-index-header h1 { font-size: 44px; line-height: 1.16; color: #152c24; margin: 12px 0 14px; font-weight: 750; }
.blog-index-header p { font-size: 18px; line-height: 1.7; color: #5d6975; margin: 0; max-width: 700px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.blog-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #dee5e6; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 4px 14px rgba(24,51,39,.035); transition: border-color .2s, box-shadow .2s; }
.blog-card:hover { border-color: #8dbdad; box-shadow: 0 10px 24px rgba(24,51,39,.08); }
.blog-card-image { display: block; aspect-ratio: 16 / 9; width: 100%; min-width: 0; background: #f1f5f3; overflow: hidden; border-bottom: 1px solid #e6ece8; }
.blog-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.blog-card-body { min-width: 0; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.blog-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: #6b7680; font-size: 12px; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px 14px; line-height: 1.6; }
.blog-categories span { color: #087453; font-size: 12px; font-weight: 650; overflow-wrap: anywhere; }
.blog-card h2 { font-size: 25px; line-height: 1.32; font-weight: 700; margin: 0; }
.blog-card h2 a { color: #162d26; }
.blog-card h2 a:hover { color: #0b56e8; }
.blog-card-body p { color: #596673; font-size: 15px; line-height: 1.8; margin: 0; overflow-wrap: anywhere; }
.blog-focus { font-size: 12px; color: #6b7680; }
.blog-read { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e8edeb; padding-top: 16px; font-size: 14px; font-weight: 700; color: #085b43; }
.blog-read span { font-size: 23px; line-height: 1; }
.blog-empty { grid-column: 1 / -1; padding: 40px 0; }
.blog-empty h2 { font-size: 26px; margin: 0 0 12px; }
.blog-empty p { color: #67727c; }
.blog-reader { max-width: 1120px; margin: auto; padding: 32px 24px 72px; }
.blog-article-header { max-width: 900px; margin: 0 auto; padding: 0 0 32px; }
.blog-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 12px; color: #7d858b; margin-bottom: 36px; }
.blog-breadcrumb a { color: #586875; }
.blog-breadcrumb [aria-current] { min-width: 0; overflow-wrap: anywhere; }
.blog-article-header h1 { color: #152c24; font-size: 44px; font-weight: 750; line-height: 1.2; margin: 12px 0 18px; }
.blog-intro { margin: 0 0 26px; color: #52616d; font-size: 18px; line-height: 1.8; overflow-wrap: anywhere; }
.blog-byline { display: flex; align-items: center; gap: 12px; }
.blog-byline img { object-fit: contain; }
.blog-byline strong, .blog-byline span { display: block; }
.blog-byline strong { font-size: 13px; font-weight: 650; color: #263e33; }
.blog-byline span { font-size: 12px; color: #718078; margin-top: 3px; }
.blog-byline b { padding: 0 8px; }
.blog-cover { margin: 0 auto 44px; max-width: 900px; }
.blog-cover img { display: block; width: 100%; height: auto; border-radius: 6px; }
.blog-reading-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 240px); gap: 56px; align-items: start; }
.blog-article { min-width: 0; background: transparent; border: 0; padding: 0; box-shadow: none; }
.blog-article-content { font-size: 17px; line-height: 1.95; color: #34424b; overflow-wrap: anywhere; }
.blog-article-content > :first-child, .blog-article-content > article > :first-child { margin-top: 0; }
.blog-article-content article { padding: 0; border: 0; box-shadow: none; background: none; min-width: 0; }
.blog-article-content h1 { font-size: 30px; line-height: 1.35; color: #1c352a; margin: 30px 0 20px; }
.blog-article-content h2 { font-size: 27px; line-height: 1.4; color: #1c352a; margin: 40px 0 16px; padding-top: 8px; }
.blog-article-content h3 { font-size: 21px; line-height: 1.5; color: #273c33; margin: 30px 0 12px; }
.blog-article-content h4 { font-size: 19px; line-height: 1.5; }
.blog-article-content [id] { scroll-margin-top: 100px; }
.blog-article-content p { margin: 0 0 20px; }
.blog-article-content a { color: #0856c9; text-decoration: underline; text-underline-offset: 3px; }
.blog-article-content strong { font-weight: 650; color: #283c33; }
.blog-article-content ul, .blog-article-content ol { padding-left: 24px; margin: 16px 0 26px; }
.blog-article-content li { padding-left: 4px; margin: 8px 0; }
.blog-article-content li::marker { color: #098b61; }
.blog-article-content figure { margin: 32px 0; }
.blog-article-content img { display: block; max-width: 100%; height: auto; margin: auto; border-radius: 4px; }
.blog-article-content figcaption { font-size: 13px; line-height: 1.6; color: #6c7b74; text-align: center; margin-top: 12px; }
.blog-article-content blockquote { margin: 28px 0; padding: 18px 24px; border-left: 3px solid #189e75; background: #f1f8f4; }
.blog-article-content table { display: block; max-width: 100%; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 26px 0; font-size: 14px; line-height: 1.7; }
.blog-article-content th, .blog-article-content td { min-width: 130px; padding: 14px 16px; text-align: left; border: 1px solid #dde5e0; vertical-align: top; }
.blog-article-content th { background: #edf5f0; color: #264335; font-weight: 700; }
.blog-article-content tr:nth-child(even) td { background: #fafcfb; }
.blog-article-content code { font-family: Consolas, monospace; font-size: .87em; color: #255340; background: #eff5f1; padding: 2px 5px; border-radius: 3px; }
.blog-article-content pre { max-width: 100%; overflow: auto; padding: 22px; background: #202e29; color: #e3f2e9; border-radius: 6px; font-size: 14px; line-height: 1.8; margin: 24px 0; }
.blog-article-content pre code { padding: 0; background: none; color: inherit; }
.blog-article-content .cta-box { border-block: 1px solid #c8e6d6; background: #eff9f3; border-radius: 0; padding: 28px 24px; margin: 32px 0; }
.blog-article-content .cta-box h2, .blog-article-content .cta-box h3 { margin: 0 0 12px; padding: 0; font-size: 24px; }
.blog-article-content .cta-box p:last-child { margin: 0; }
.blog-article-content .breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; font-size: 12px; color: #6b7b73; line-height: 1.7; margin-bottom: 24px; }
.blog-reading-aside { position: sticky; top: 110px; border-left: 1px solid #dce6df; padding-left: 24px; min-width: 0; }
.blog-reading-aside strong { display: block; font-size: 17px; line-height: 1.5; color: #263e33; margin: 12px 0; overflow-wrap: anywhere; }
.blog-reading-aside p { font-size: 13px; color: #5e7166; }
.blog-reading-aside small { display: block; font-size: 12px; line-height: 1.8; color: #7a867e; }
.blog-reading-aside a { display: block; color: #096746; font-size: 13px; font-weight: 650; margin-top: 24px; }
.blog-tags { display: flex; flex-wrap: wrap; gap: 10px 18px; border-top: 1px solid #e2e9e5; padding-top: 24px; margin-top: 36px; }
.blog-tags span { font-size: 13px; color: #467359; overflow-wrap: anywhere; }
.blog-back { display: inline-block; margin-top: 30px; font-size: 14px; font-weight: 700; color: #0b56e8; }
.blog-footer { border-top: 1px solid #dfe8e3; background: #f4f8f5; }
.blog-footer-inner { max-width: 1180px; margin: auto; padding: 32px 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.blog-footer strong { color: #284537; font-size: 16px; }
.blog-footer p { color: #6a7a70; font-size: 13px; margin: 6px 0 0; }
.blog-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.blog-footer a { color: #395e49; font-size: 13px; font-weight: 650; }
@media (max-width: 900px) {
    .blog-links a:not(.blog-cta) { display: none; }
    .blog-reading-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .blog-reading-aside { position: static; border-left: 0; border-top: 1px solid #dde6e0; padding: 24px 0 0; }
    .blog-grid { gap: 20px; }
    .blog-card-body { padding: 20px; }
}
@media (max-width: 620px) {
    .blog-nav-inner { padding: 10px 16px; gap: 12px; }
    .blog-brand { gap: 8px; }
    .blog-brand .brand-logo { width: 32px; height: 32px; flex-basis: 32px; }
    .blog-brand-name { font-size: 15px; }
    .blog-links .blog-cta { margin: 0; padding: 9px 10px; font-size: 11px; text-align: center; }
    .blog-index { padding: 34px 18px 50px; }
    .blog-index-header h1 { font-size: 34px; }
    .blog-index-header p { font-size: 16px; }
    .blog-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .blog-card h2 { font-size: 23px; }
    .blog-reader { padding: 22px 18px 50px; }
    .blog-breadcrumb { margin-bottom: 24px; font-size: 11px; }
    .blog-article-header h1 { font-size: 32px; }
    .blog-intro { font-size: 16px; line-height: 1.8; }
    .blog-cover { margin-bottom: 28px; }
    .blog-article-content { font-size: 16px; line-height: 1.9; }
    .blog-article-content h1 { font-size: 26px; }
    .blog-article-content h2 { font-size: 24px; margin-top: 32px; }
    .blog-article-content h3 { font-size: 20px; }
    .blog-article-content .cta-box { padding: 22px 18px; }
    .blog-footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 18px; }
}
@media (prefers-reduced-motion: reduce) { .blog-shell * { transition: none !important; scroll-behavior: auto !important; } }
