@font-face {
    font-family: AlibabaPuHuiTiBlog;
    src: url('../fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: AlibabaPuHuiTiBlog;
    src: url('../fonts/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

.blog-site,
.blog-site * {
    box-sizing: border-box;
}

.blog-site {
    margin: 0;
    background: #fff;
    color: #202636;
    font-family: AlibabaPuHuiTiBlog, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.blog-smooth-scroll {
    scroll-behavior: smooth;
}

.blog-site a {
    color: inherit;
    text-decoration: none;
}

.blog-site button,
.blog-site a {
    -webkit-tap-highlight-color: transparent;
}

.blog-site a:focus-visible,
.blog-site button:focus-visible {
    outline: 3px solid rgba(24, 118, 255, 0.35);
    outline-offset: 3px;
}

.blog-main {
    min-height: 72vh;
    padding-top: 66px;
}

.blog-container {
    width: 1120px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
}

.blog-subnav {
    position: sticky;
    top: 66px;
    z-index: 80;
    height: 58px;
    pointer-events: auto;
    border-bottom: 1px solid #edf0f5;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.blog-subnav__inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.blog-subnav a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    z-index: 1;
    padding: 0 20px;
    color: #344054;
    cursor: pointer;
    font-size: 15px;
    pointer-events: auto;
    white-space: nowrap;
    transition: color 180ms ease;
}

.blog-subnav a > span {
    pointer-events: none;
}

.blog-subnav a:hover,
.blog-subnav a.is-active {
    color: #1876ff;
}

.blog-subnav a.is-active {
    font-weight: 700;
}

.blog-subnav a.is-active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: #1876ff;
    content: '';
}

.blog-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(24, 118, 255, 0.13), transparent 34%),
        radial-gradient(circle at 90% 15%, rgba(255, 167, 174, 0.17), transparent 34%),
        linear-gradient(112deg, #eaf7ff 0%, #f2ecff 53%, #fff3ed 100%);
    text-align: center;
}

.blog-hero .blog-container {
    position: relative;
    z-index: 1;
}

.blog-hero--home {
    padding: 62px 0 208px;
}

.blog-hero h1 {
    margin: 0;
    background: linear-gradient(90deg, #1876ff, #8057e8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-hero p {
    margin: 14px 0 0;
    color: #475467;
    font-size: 18px;
    line-height: 1.7;
}

.blog-hero .blog-eyebrow {
    margin: 0 0 10px;
    color: #1876ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.blog-home-content {
    position: relative;
    margin-top: -166px;
    padding-bottom: 88px;
}

.blog-section-heading {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.blog-section-heading h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #202636;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-section-heading > span {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(24, 118, 255, 0.52), rgba(128, 87, 232, 0.28));
}

.blog-section-heading > a {
    flex: 0 0 auto;
    color: #1876ff;
    font-size: 15px;
    font-weight: 600;
    transition: color 180ms ease;
}

.blog-section-heading > a:hover {
    color: #0a59c9;
}

.blog-section-heading b {
    display: inline-block;
    margin-left: 5px;
    transition: transform 180ms ease;
}

.blog-section-heading a:hover b {
    transform: translateX(3px);
}

.blog-feature__grid {
    display: grid;
    min-height: 490px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    overflow: hidden;
    border: 1px solid rgba(224, 229, 239, 0.9);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(42, 57, 91, 0.12);
}

.blog-feature__grid > .blog-large-card {
    border-right: 1px solid #eaecf0;
    border-radius: 0;
    box-shadow: none;
}

.blog-feature-side {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.blog-feature-side__item {
    min-height: 96px;
    flex: 1;
    border-bottom: 1px solid #eaecf0;
}

.blog-feature-side__item:last-child {
    border-bottom: 0;
}

.blog-feature-side__item a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    transition: background-color 180ms ease;
}

.blog-feature-side__item a:hover {
    background: #f8fbff;
}

.blog-feature-side__item h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0;
    color: #252b3b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-card-arrow {
    flex: 0 0 auto;
    color: #1876ff;
    font-size: 22px;
}

.blog-category-section {
    padding-top: 78px;
}

.blog-category-content {
    position: relative;
    margin-top: 0;
    padding-top: 32px;
}

.blog-category-featured {
    margin-bottom: 68px;
}

.blog-large-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.blog-large-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(42, 57, 91, 0.09);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.blog-large-card:hover {
    border-color: #bfd6ff;
    box-shadow: 0 16px 36px rgba(24, 118, 255, 0.14);
    transform: translateY(-3px);
}

.blog-large-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.blog-large-card__cover {
    position: relative;
    overflow: hidden;
    height: auto;
    aspect-ratio: 2.35 / 1;
    flex: 0 0 auto;
    background: linear-gradient(135deg, #eaf7ff, #efeaff);
}

.blog-large-card__cover img,
.blog-compact-card__cover img,
.blog-related-card__cover img,
.blog-detail__hero-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.blog-large-card:hover .blog-large-card__cover img {
    transform: scale(1.025);
}

.blog-large-card__body {
    display: flex;
    min-height: 222px;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px;
}

.blog-large-card h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 14px 0 10px;
    color: #202636;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #667085;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-large-card .blog-summary {
    font-size: 15px;
}

.blog-large-card .blog-meta {
    margin-top: auto;
    padding-top: 22px;
}

.blog-tag {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.blog-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 42px;
}

.blog-compact-card {
    min-width: 0;
}

.blog-compact-card > a {
    display: grid;
    min-height: 0;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
    border-radius: 12px;
    transition:
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.blog-compact-card > a:hover {
    background: #f8fbff;
    box-shadow: 0 0 0 10px #f8fbff;
}

.blog-compact-card__cover {
    position: relative;
    overflow: hidden;
    min-height: 0;
    height: auto;
    aspect-ratio: 2.35 / 1;
    align-self: start;
    border-radius: 10px;
    background: linear-gradient(135deg, #eaf7ff, #efeaff);
}

.blog-compact-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.blog-compact-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 7px;
    color: #202636;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-compact-card .blog-summary {
    font-size: 13px;
    -webkit-line-clamp: 1;
}

.blog-compact-card .blog-meta {
    margin-top: auto;
    padding-top: 8px;
}

.blog-latest {
    padding-bottom: 24px;
}

.blog-cover--empty,
.blog-image-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 80% 20%, rgba(128, 87, 232, 0.2), transparent 36%),
        linear-gradient(135deg, #eaf7ff, #efeaff);
    color: #6080ae;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.blog-image-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
}

[data-blog-image] {
    position: relative;
    z-index: 1;
}

[data-blog-image].is-error {
    display: none;
}

.blog-skeleton {
    overflow: hidden;
    min-height: 164px;
    padding: 14px;
    border-radius: 12px;
    background: #fff;
}

.blog-skeleton div,
.blog-skeleton span {
    display: block;
    border-radius: 7px;
    background: linear-gradient(90deg, #eef1f6 25%, #f7f8fa 50%, #eef1f6 75%);
    background-size: 200% 100%;
    animation: blog-shimmer 1.5s infinite;
}

.blog-skeleton div {
    height: auto;
    aspect-ratio: 2.35 / 1;
    margin-bottom: 14px;
}

.blog-skeleton span {
    height: 12px;
    margin: 10px 0;
}

.blog-skeleton span:nth-child(3) {
    width: 75%;
}

.blog-skeleton span:nth-child(4) {
    width: 48%;
}

.blog-skeleton--large {
    min-height: 420px;
}

.blog-skeleton--large div {
    height: auto;
}

@keyframes blog-shimmer {
    to {
        background-position: -200% 0;
    }
}

.blog-state {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px;
    text-align: center;
}

.blog-state__icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #1876ff;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 700;
}

.blog-state h2 {
    margin: 0 0 8px;
    color: #202636;
    font-size: 20px;
}

.blog-state p {
    margin: 0 0 18px;
    color: #667085;
    font-size: 15px;
}

.blog-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 23px;
    padding: 8px 25px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.blog-button--secondary {
    border-color: #1876ff;
    background: #fff;
    color: #1876ff;
}

.blog-button--secondary:hover {
    background: #1876ff;
    color: #fff;
}

.blog-button--secondary:disabled {
    cursor: wait;
    opacity: 0.65;
}

.blog-button--light {
    min-width: 112px;
    background: #fff;
    color: #1876ff;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 58px 0 30px;
}

.blog-pagination button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    cursor: pointer;
    font: inherit;
    transition:
        color 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.blog-pagination button:hover:not(:disabled),
.blog-pagination button.is-active {
    border-color: #1876ff;
    background: #1876ff;
    color: #fff;
}

.blog-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.blog-pagination span {
    margin-left: 12px;
    color: #667085;
    font-size: 14px;
}

.blog-list-end {
    margin: 48px 0 20px;
    color: #98a2b3;
    text-align: center;
}

.blog-invalid-state,
.blog-detail-shell {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-invalid-state > .blog-button {
    display: flex;
    width: 150px;
    margin: 0 auto;
}

.blog-detail__header {
    overflow: hidden;
    padding: 58px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(24, 118, 255, 0.14), transparent 34%),
        radial-gradient(circle at 92% 15%, rgba(128, 87, 232, 0.14), transparent 34%),
        linear-gradient(112deg, #f0f8ff, #f4f1ff 65%, #fff8f4);
}

.blog-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 66px;
}

.blog-detail__heading {
    min-width: 0;
}

.blog-back-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin: -12px 0 12px;
    color: #1876ff !important;
    font-size: 14px;
    font-weight: 600;
    transition: color 180ms ease;
}

.blog-back-link:hover {
    color: #0a59c9 !important;
}

.blog-detail__heading .blog-tag {
    display: flex;
    width: max-content;
    margin-bottom: 16px;
}

.blog-detail__heading h1 {
    margin: 0;
    color: #202636;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.blog-detail__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 16px 0 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-detail__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: 24px;
}

.blog-detail__meta-row .blog-meta {
    flex: 0 0 auto;
    padding-top: 0;
    color: #344054;
}

.blog-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 14px;
    white-space: nowrap;
}

.blog-detail__hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.blog-detail__hero-cta {
    min-width: 132px;
    background: #1268ea;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(24, 118, 255, 0.2);
}

.blog-detail__hero-cta span {
    color: inherit !important;
}

.blog-detail__hero-cta:hover {
    background: #0a59c9;
}

.blog-detail__download-cta {
    min-width: 132px;
    border-color: #1268ea;
    background: rgba(255, 255, 255, 0.78);
    color: #1268ea;
    box-shadow: 0 10px 22px rgba(24, 118, 255, 0.1);
}

.blog-detail__download-cta:hover {
    background: #1268ea;
    color: #fff;
}

.blog-download-modal[hidden] {
    display: none;
}

.blog-download-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.blog-download-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 40, 0.56);
    backdrop-filter: blur(4px);
}

.blog-download-modal__dialog {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: min(700px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(16, 24, 40, 0.28);
    transform: translateZ(0);
}

.blog-download-modal__content {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100vh - 48px);
    padding: 0;
    box-sizing: border-box;
}

.blog-download-modal__close {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e7ec;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #344054;
    cursor: pointer;
    font: inherit;
    font-size: 26px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.1);
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.blog-download-modal__close:hover {
    border-color: #bfd6ff;
    background: #f2f7ff;
    color: #1268ea;
}

body.blog-download-modal-open {
    overflow: hidden;
}

.blog-detail__hero-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2.35 / 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    background: linear-gradient(135deg, #dff2ff, #e9e3ff);
    box-shadow: 0 18px 42px rgba(51, 72, 126, 0.14);
}

.blog-detail__hero-cover.blog-cover--empty::before,
.blog-detail__hero-cover.blog-cover--empty::after {
    position: absolute;
    border-radius: 50%;
    content: '';
}

.blog-detail__hero-cover.blog-cover--empty::before {
    top: -20%;
    right: -8%;
    width: 58%;
    aspect-ratio: 1;
    background: rgba(128, 87, 232, 0.16);
}

.blog-detail__hero-cover.blog-cover--empty::after {
    bottom: -30%;
    left: -8%;
    width: 60%;
    aspect-ratio: 1;
    background: rgba(24, 118, 255, 0.18);
}

.blog-detail__hero-cover.blog-cover--empty span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    color: #1876ff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transform: translate(-50%, -50%);
}

.blog-detail__container {
    padding-top: 52px;
}

.blog-detail__layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 760px);
    justify-content: space-between;
    gap: 64px;
}

.blog-detail__layout--no-toc {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.blog-detail__aside {
    min-width: 0;
}

.blog-detail__aside-sticky {
    position: sticky;
    top: 148px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.blog-toc {
    position: static;
}

.blog-toc summary {
    display: none;
}

.blog-toc__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 12px;
    border-left: 1px solid #e4e9f2;
}

.blog-toc__link {
    display: block;
    border-radius: 8px;
    padding: 9px 12px;
    color: #475467 !important;
    font-size: 14px;
    line-height: 1.5;
    transition:
        color 180ms ease,
        background-color 180ms ease;
}

.blog-toc__link--sub {
    padding-left: 24px;
    font-size: 13px;
}

.blog-toc__link:hover {
    background: #f5f8ff;
    color: #1876ff !important;
}

.blog-toc__link.is-active {
    background: #edf5ff;
    color: #1268ea !important;
    font-weight: 700;
}

.blog-learn-more {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e3e8f1;
    border-radius: 16px;
    padding: 24px 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(128, 87, 232, 0.11), transparent 42%),
        #f7f9fc;
    color: #202636 !important;
    box-shadow: 0 12px 30px rgba(42, 57, 91, 0.08);
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.blog-learn-more:hover {
    border-color: #b9d2ff;
    background-color: #f2f7ff;
    box-shadow: 0 16px 34px rgba(24, 118, 255, 0.13);
}

.blog-learn-more__eyebrow {
    margin-bottom: 10px;
    color: #1876ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.blog-learn-more h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
}

.blog-learn-more p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 16px 0 20px;
    color: #475467;
    font-size: 14px;
    line-height: 1.55;
}

.blog-learn-more__button {
    display: inline-flex;
    min-width: 112px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 9px 18px;
    background: #1876ff;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 180ms ease;
}

.blog-learn-more__button span {
    color: inherit !important;
}

.blog-learn-more:hover .blog-learn-more__button {
    background: #0a59c9;
}

.blog-detail__content-column {
    min-width: 0;
}

.blog-detail__toolbar {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7eaf0;
    padding-bottom: 14px;
}

.blog-share-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-share-button {
    display: inline-flex;
    min-width: 72px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 8px;
    padding: 8px 10px;
    background: transparent;
    color: #667085;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    transition:
        color 180ms ease,
        background-color 180ms ease;
}

.blog-share-button:hover {
    background: #f2f6fd;
    color: #1876ff;
}

.blog-share-status {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    width: max-content;
    max-width: 250px;
    border-radius: 7px;
    padding: 7px 10px;
    background: #202636;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.blog-share-status.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.blog-share-status.is-error {
    background: #b42318;
}

.blog-article-content {
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 17px;
    line-height: 1.85;
}

.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    margin: 1.8em 0 0.7em;
    color: #202636;
    font-weight: 700;
    line-height: 1.4;
    scroll-margin-top: 158px;
}

.blog-article-content h1 *,
.blog-article-content h2 *,
.blog-article-content h3 *,
.blog-article-content h4 * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.blog-article-content h1 {
    font-size: 32px;
}

.blog-article-content h2 {
    font-size: 27px;
}

.blog-article-content h3 {
    font-size: 22px;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote,
.blog-article-content pre {
    margin: 1em 0;
}

.blog-article-content ul,
.blog-article-content ol {
    padding-left: 1.5em;
}

.blog-article-content li {
    margin: 0.45em 0;
    list-style: inherit;
}

.blog-article-content a {
    color: #1876ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-article-content a:hover {
    color: #0a59c9;
}

.blog-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 10px;
}

.blog-article-content blockquote {
    border-left: 4px solid #1876ff;
    border-radius: 0 8px 8px 0;
    padding: 14px 22px;
    background: #f6f9fd;
    color: #475467;
}

.blog-article-content pre {
    overflow-x: auto;
    border-radius: 10px;
    padding: 18px;
    background: #172033;
    color: #edf2ff;
}

.blog-article-content code {
    border-radius: 4px;
    padding: 0.15em 0.35em;
    background: #eef2f8;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: 0.92em;
}

.blog-article-content pre code {
    padding: 0;
    background: transparent;
}

.blog-article-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.blog-article-content th,
.blog-article-content td {
    min-width: 120px;
    border: 1px solid #dfe3ea;
    padding: 12px 14px;
    text-align: left;
}

.blog-article-content th {
    background: #f5f7fa;
}

.blog-related[hidden] {
    display: none;
}

.blog-related {
    margin-top: 92px;
}

.blog-related__heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
    text-align: center;
}

.blog-related__heading h2 {
    margin: 0;
    color: #202636;
    font-size: 32px;
    line-height: 1.35;
}

.blog-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.blog-related-card {
    min-width: 0;
}

.blog-related-card > a {
    display: grid;
    min-height: 0;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
    overflow: hidden;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    padding: 20px;
    background: #f7f8fa;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.blog-related-card > a:hover {
    border-color: #bfd6ff;
    background: #f2f7ff;
    box-shadow: 0 14px 30px rgba(24, 118, 255, 0.12);
}

.blog-related-card__cover {
    position: relative;
    overflow: hidden;
    min-height: 0;
    height: auto;
    aspect-ratio: 2.35 / 1;
    align-self: start;
    border-radius: 12px;
    background: linear-gradient(135deg, #eaf7ff, #efeaff);
}

.blog-related-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.blog-related-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 10px;
    color: #202636;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-related-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.blog-related-skeleton {
    display: grid;
    min-height: 0;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #f7f8fa;
}

.blog-related-skeleton > span,
.blog-related-skeleton i {
    display: block;
    border-radius: 9px;
    background: linear-gradient(90deg, #e9edf3 25%, #f7f8fa 50%, #e9edf3 75%);
    background-size: 200% 100%;
    animation: blog-shimmer 1.5s infinite;
}

.blog-related-skeleton > span {
    min-height: 0;
    height: auto;
    aspect-ratio: 2.35 / 1;
    align-self: start;
    border-radius: 12px;
}

.blog-related-skeleton div {
    padding-top: 5px;
}

.blog-related-skeleton i {
    height: 13px;
    margin-bottom: 14px;
}

.blog-related-skeleton i:nth-child(2) {
    width: 82%;
}

.blog-related-skeleton i:nth-child(3) {
    width: 54%;
    margin-top: 38px;
}

.blog-detail-offer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 280px));
    justify-content: center;
    gap: 16px;
    margin-top: 58px;
    margin-bottom: 80px;
    border-radius: 18px;
    padding: 30px;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.13), transparent 28%),
        linear-gradient(112deg, #1268ea, #5a74f8);
    box-shadow: 0 18px 40px rgba(24, 118, 255, 0.2);
}

.blog-detail-offer a {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 8px 20px rgba(19, 64, 160, 0.16);
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.blog-detail-offer a:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(19, 64, 160, 0.24);
    transform: translateY(-2px);
}

.blog-detail-offer a span,
.blog-detail-offer a strong,
.blog-detail-offer a i {
    color: inherit !important;
    font-size: inherit;
    line-height: inherit;
}

.blog-detail-offer a span,
.blog-detail-offer a strong {
    font-weight: 500;
}

.blog-detail-offer a i {
    margin: 0 10px;
    font-style: normal;
}

.blog-visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 1360px) {
    .blog-container {
        width: 1060px;
    }

    .blog-subnav__inner {
        gap: 0;
    }

    .blog-subnav a {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog-compact-card > a {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .blog-detail__hero {
        gap: 48px;
    }

    .blog-detail__layout {
        grid-template-columns: 230px minmax(0, 720px);
        gap: 44px;
    }

    .blog-related-card > a,
    .blog-related-skeleton {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px;
    }
}

@media (max-width: 1024px) {
    .blog-detail__hero {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
        gap: 36px;
    }

    .blog-detail__heading h1 {
        font-size: 36px;
    }

    .blog-detail__layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 36px;
    }

    .blog-learn-more {
        padding: 20px 18px;
    }

    .blog-learn-more h2 {
        font-size: 19px;
    }

    .blog-related-card > a,
    .blog-related-skeleton {
        grid-template-columns: 190px minmax(0, 1fr);
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-smooth-scroll {
        scroll-behavior: auto !important;
    }

    .blog-site *,
    .blog-site *::before,
    .blog-site *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
