.breadcrumbs__list{flex-wrap:wrap}.breadcrumbs__item,.breadcrumbs__list{display:flex;align-items:center;gap:8px}.breadcrumbs__current,.breadcrumbs__link{font-family:var(--font-ibm-plex-mono),"Helvetica",sans-serif;font-size:var(--fontSizeButton);font-weight:var(--fontWeightExtraLight)}.breadcrumbs__link{color:var(--copyTertiary);text-decoration:none;transition:color .14s ease-out}.breadcrumbs__link:hover{color:var(--copyPrimary)}.breadcrumbs__link:focus-visible{outline:2px solid var(--linkPrimary);outline-offset:2px}.breadcrumbs__current{color:var(--copySecondary)}.breadcrumbs__separator{color:var(--copyTertiary)}.blog-index{padding:clamp(40px,7vw,88px) 0 clamp(56px,9vw,104px)}.blog-index .breadcrumbs{margin-bottom:24px}.blog-index__header{display:flex;flex-direction:column;gap:14px;max-width:640px;padding-bottom:clamp(36px,5vw,56px)}.blog-index__eyebrow{font-family:var(--font-ibm-plex-mono),monospace;font-size:12px;font-weight:var(--fontWeightExtraLight);letter-spacing:.1em;text-transform:uppercase;color:var(--copyTertiary)}.blog-index__title{font-family:var(--fontFamilySerif);font-size:var(--fontSizeDisplay);font-weight:var(--fontWeightMedium);line-height:var(--lineHeightDisplay);letter-spacing:-.02em;color:var(--copyPrimary)}.blog-index__description{font-size:var(--fontSizeLead);font-weight:var(--fontWeightLight);color:var(--copySecondary)}.copy-link-button{align-self:flex-start;padding:0;border:none;background:none;font-family:inherit;font-size:14px;font-weight:var(--fontWeightLight);color:var(--copyPrimary);text-decoration:underline;-webkit-text-decoration-color:var(--borderStrong);text-decoration-color:var(--borderStrong);text-underline-offset:3px;cursor:pointer;transition:-webkit-text-decoration-color .14s ease-out;transition:text-decoration-color .14s ease-out;transition:text-decoration-color .14s ease-out,-webkit-text-decoration-color .14s ease-out}.copy-link-button:hover{-webkit-text-decoration-color:var(--copyPrimary);text-decoration-color:var(--copyPrimary)}.copy-link-button:focus-visible{outline:2px solid var(--linkPrimary);outline-offset:2px}.post-cover{overflow:hidden;width:100%;background-color:var(--surfaceSunken)}.post-cover__image{display:block;width:100%;height:100%;object-fit:cover}.post-cover--card{aspect-ratio:4/3}.post-cover--hero{aspect-ratio:3/2;border-radius:var(--borderRadiusCard)}.post-card{display:flex}.post-card__link{display:flex;flex-direction:column;overflow:hidden;width:100%;border:1px solid var(--borderSubtle);border-radius:var(--borderRadiusCard);background-color:var(--surfaceRaised);color:var(--copyPrimary);transition:border-color .18s ease-out,transform .18s ease-out}.post-card__link:focus-visible{outline:2px solid var(--linkPrimary);outline-offset:3px}@media(hover:hover)and (min-width:768px){.post-card__link:hover{border-color:var(--borderStrong);transform:translateY(-3px)}}.post-card__body{display:flex;flex-direction:column;flex:1 1;gap:10px;padding:20px}.post-card__date{font-size:var(--fontSizeMeta);font-weight:var(--fontWeightExtraLight);color:var(--copyTertiary)}.post-card__title{font-family:var(--fontFamilySerif);font-size:var(--fontSizeSubheading);font-weight:var(--fontWeightMedium);line-height:1.25;letter-spacing:-.01em}.post-card__category{margin-top:auto;padding-top:14px;font-size:var(--fontSizeMeta);font-weight:var(--fontWeightExtraLight);color:var(--copySecondary)}.post-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media only screen and (min-width:600px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1024px){.post-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}.post-meta{display:flex;flex-direction:column;gap:16px;flex-shrink:0;width:100%}@media only screen and (min-width:1024px){.post-meta{width:220px;padding-top:6px}}.post-meta__row{display:flex;flex-direction:column;gap:4px;padding-bottom:14px;border-bottom:1px solid var(--borderSubtle)}.post-meta__row:last-child{border-bottom:none}.post-meta__label{font-family:var(--font-ibm-plex-mono),monospace;font-size:11px;font-weight:var(--fontWeightExtraLight);letter-spacing:.08em;text-transform:uppercase;color:var(--copyTertiary)}.post-meta__value{font-size:14px;font-weight:var(--fontWeightLight);line-height:1.5;color:var(--copyPrimary)}.post-header{display:flex;flex-direction:column;gap:32px}@media only screen and (min-width:1024px){.post-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:48px}}.post-header__main{display:flex;flex-direction:column;gap:20px;max-width:var(--postContentWidth)}.post-header__title{font-family:var(--fontFamilySerif);font-size:var(--fontSizeTitle);font-weight:var(--fontWeightMedium);line-height:1.15;letter-spacing:-.015em;color:var(--copyPrimary)}.post-header__description{font-family:var(--fontFamilySerif);font-style:italic;font-size:var(--fontSizeLead);font-weight:var(--fontWeightLight);line-height:1.55;color:var(--copySecondary)}.post-body{font-family:var(--fontFamilySans);font-size:var(--fontSizeProse);line-height:var(--lineHeightProse);font-weight:var(--fontWeightLight);color:var(--copyPrimary)}.post-body>*+*{margin-top:var(--spaceBlock)}.post-body__heading{font-family:var(--fontFamilySerif);font-size:var(--fontSizeHeading);font-weight:var(--fontWeightMedium);line-height:1.2;letter-spacing:-.015em;scroll-margin-top:calc(var(--heightNav) + 24px)}.post-body>.post-body__heading{margin-top:calc(var(--spaceBlock)*1.9)}.post-body__subheading{font-family:var(--fontFamilySans);font-size:var(--fontSizeSubheading);font-weight:var(--fontWeightMedium);line-height:1.35;scroll-margin-top:calc(var(--heightNav) + 24px)}.post-body>.post-body__subheading{margin-top:calc(var(--spaceBlock)*1.4)}.post-body__list{display:flex;flex-direction:column;gap:12px;padding-left:22px;list-style:disc}.post-body__list--ordered{list-style:decimal}.post-body__list-item{padding-left:4px}.post-body__list-item::marker{color:var(--copyTertiary)}.post-body__code{overflow:hidden;border:1px solid var(--borderSubtle);border-radius:var(--borderRadiusCard);background-color:var(--surfaceSunken)}.post-body__code-language{padding:8px 16px;border-bottom:1px solid var(--borderSubtle);font-family:var(--font-ibm-plex-mono),monospace;font-size:11px;font-weight:var(--fontWeightExtraLight);letter-spacing:.08em;text-transform:uppercase;color:var(--copyTertiary)}.post-body__code-block{overflow-x:auto;padding:16px;font-family:var(--font-ibm-plex-mono),monospace;font-size:13.5px;line-height:1.65;font-weight:var(--fontWeightLight);color:var(--copyPrimary);-webkit-overflow-scrolling:touch}.post-body__code-block code{font-family:inherit}.post-body__callout{padding:20px 22px;border:1px solid var(--borderSubtle);border-left:2px solid var(--accentPeach);border-radius:var(--borderRadiusCard);background-color:var(--surfaceRaised)}.post-body__callout-title{padding-bottom:6px;font-family:var(--font-ibm-plex-mono),monospace;font-size:var(--fontSizeMeta);font-weight:var(--fontWeightMedium);letter-spacing:.02em;color:var(--copyPrimary)}.post-body__callout-copy{font-size:16px;color:var(--copySecondary)}.post-body .prose-code{padding:2px 5px;border-radius:5px;background-color:var(--surfaceRaised);font-family:var(--font-ibm-plex-mono),monospace;font-size:.88em;color:var(--copyPrimary)}.post-body .prose-link{color:var(--copyPrimary);text-decoration:underline;-webkit-text-decoration-color:var(--borderStrong);text-decoration-color:var(--borderStrong);text-underline-offset:3px;transition:-webkit-text-decoration-color .14s ease-out;transition:text-decoration-color .14s ease-out;transition:text-decoration-color .14s ease-out,-webkit-text-decoration-color .14s ease-out}.post-body .prose-link:hover{-webkit-text-decoration-color:var(--copyPrimary);text-decoration-color:var(--copyPrimary)}.post-body .prose-link:focus-visible{outline:2px solid var(--linkPrimary);outline-offset:2px}.related-posts{display:flex;flex-direction:column;gap:8px}.related-posts__title{font-family:var(--fontFamilySerif);font-size:var(--fontSizeHeading);font-weight:var(--fontWeightMedium);letter-spacing:-.01em}.related-posts__description{max-width:560px;padding-bottom:24px;font-size:15px;font-weight:var(--fontWeightLight);color:var(--copySecondary)}.post-article{padding-top:clamp(28px,6vw,56px);padding-bottom:clamp(56px,9vw,104px)}.post-article .wrapper--wide{display:flex;flex-direction:column}.post-article .wrapper--wide>*+*{margin-top:var(--spaceSection)}.post-article .wrapper--wide>.breadcrumbs+.post-header{margin-top:20px}.post-article__body{max-width:var(--postContentWidth)}