.detail_root__JJxrt {
    max-width: 1800px;
    margin: 0 auto;
    padding: 60px var(--PagePadding);
}

.detail_topHeader__HRvm7 {
    margin-bottom: 32px;
}

.detail_mainLayout__Iea8v {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
    gap: 48px;
    align-items: flex-start;
}

.detail_sidebar__ja8fc {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    min-width: 0;
}

.detail_header__EyehW {
    flex: 1 1;
    margin: 0 auto;
}

.detail_breadcrumb__jX0k9 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: var(--TextColor13);
}

.detail_breadcrumbLink__RC8PP {
    color: var(--TextColor12);
    cursor: pointer;
    transition: opacity 0.2s;
}

.detail_breadcrumbLink__RC8PP:hover {
    opacity: 0.7;
}

.detail_breadcrumbCurrent__A9HD1 {
    color: var(--TextColor13);
    flex: 1 1;
}

.detail_meta__T1gv6 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--TextColor13);
    margin-bottom: 24px;
}

.detail_title__FtDU3 {
    margin: 0 0 24px;
    color: var(--TextColor11);
    line-height: 1.3;
}

.detail_summary__UPGqU {
    margin: 0;
    color: var(--TextColor13);
    line-height: 1.8;
}

.detail_taxonomy__MCsQF {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.detail_categoryPill__1S6rf,
.detail_tagPill__0lWHM {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 4px;
    background: var(--FillColor3);
    color: var(--TextColor12);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.detail_categoryPill__1S6rf:hover,
.detail_tagPill__0lWHM:hover {
    opacity: 0.7;
}

.detail_caseViewWrap__sC64l {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid var(--PrimaryColor11);
    height: calc(100vh - 160px);
}

.detail_caseViewWrap__sC64l > div {
    width: 100%;
    justify-content: center;
}

.detail_caseViewLoading__KgxQb {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid var(--PrimaryColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 160px);
    box-sizing: border-box;
}

.detail_coverWrap__cj0dL {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--FillColor15);
}

.detail_cover__jOJ6Q {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.detail_content__TRZ7c {
    margin: 0 auto;
    flex: 1 1;
    min-width: 0;
    color: var(--TextColor11);
    line-height: 1.8;
    overflow-x: hidden;
    overflow-wrap: anywhere;
}

.detail_content__TRZ7c *,
.detail_content__TRZ7c *::before,
.detail_content__TRZ7c *::after {
    max-width: 100%;
    box-sizing: border-box;
}

.detail_content__TRZ7c img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    border-radius: 8px;
}

.detail_content__TRZ7c td img {
    max-width: 100% !important;
}

.detail_content__TRZ7c em {
    display: block;
    text-align: center;
}

.detail_videoEmbed__9B2Bw {
    position: relative;
    width: 80%;
    padding-bottom: 56.25%;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 8px;
}

.detail_videoEmbed__9B2Bw iframe,
.detail_videoEmbed__9B2Bw video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.detail_content__TRZ7c video,
.detail_content__TRZ7c canvas,
.detail_content__TRZ7c svg {
    max-width: 100%;
    height: auto;
}

.detail_content__TRZ7c a {
    color: var(--PrimaryColor11);
    text-decoration: underline;
}

.detail_content__TRZ7c blockquote {
    border-left: 4px solid var(--Primary);
    padding-left: 16px;
    margin: 24px 0;
    color: var(--TextColor13);
    font-style: italic;
}

.detail_content__TRZ7c pre {
    background: var(--FillColor2);
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
}

.detail_content__TRZ7c table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.detail_content__TRZ7c h2,
.detail_content__TRZ7c h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.detail_content__TRZ7c h1 {
    margin-top: 44px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.detail_content__TRZ7c h4,
.detail_content__TRZ7c h5,
.detail_content__TRZ7c h6 {
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.detail_content__TRZ7c p {
    margin-bottom: 16px;
}

.detail_content__TRZ7c ul,
.detail_content__TRZ7c ol {
    padding-left: 28px;
    margin: 16px 0;
}

.detail_content__TRZ7c li {
    margin: 8px 0;
}

.detail_content__TRZ7c li > p {
    margin-bottom: 8px;
}

.detail_content__TRZ7c code {
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--FillColor2);
    font-size: 0.92em;
}

.detail_content__TRZ7c pre code {
    padding: 0;
    background: transparent;
    font-size: inherit;
}

.detail_content__TRZ7c th,
.detail_content__TRZ7c td {
    padding: 10px 12px;
    border: 1px solid rgba(151, 160, 180, 0.2);
    text-align: left;
}

.detail_content__TRZ7c hr {
    height: 1px;
    border: none;
    margin: 32px 0;
    background: rgba(151, 160, 180, 0.14);
}

.detail_notFound__CYOZj {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 0 var(--PagePadding);
    color: var(--TextColor13);
    font-size: 20px;
}

.detail_floatingBtn__wKKdA {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: fixed;
    bottom: 32px;
    right: 24px;
    padding: 14px 24px;
    border: none;
    border-radius: 100px;
    background: var(--PrimaryColor6, #6366f1);
    color: #fff;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
    animation: detail_pulseGlow__QODcO 3s ease-in-out infinite;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.detail_floatingBtn__wKKdA:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.55);
    animation: none;
}

.detail_floatingBtn__wKKdA:active {
    transform: scale(0.96);
}

.detail_floatingBtn__wKKdA svg {
    flex-shrink: 0;
}

@keyframes detail_pulseGlow__QODcO {
    0% {
        box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4), 0 0 0 0 rgba(99, 102, 241, 0.3);
    }
    50% {
        box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4), 0 0 0 12px rgba(99, 102, 241, 0);
    }
    100% {
        box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4), 0 0 0 0 rgba(99, 102, 241, 0);
    }
}

.detail_drawerContent__g9FrL {
    padding: 16px;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
}

.detail_drawerClose__V0Ucp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: var(--FillColor3, rgba(0, 0, 0, 0.06));
    color: var(--TextColor11, #333);
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 768px) {
    .detail_root__JJxrt {
        padding-top: 28px;
        padding-bottom: 72px;
    }

    .detail_header__EyehW {
        margin-bottom: 20px;
    }

    .detail_coverWrap__cj0dL {
        margin-top: 22px;
    }

    .detail_breadcrumbCurrent__A9HD1 {
        flex-basis: 100%;
    }

    .detail_mainLayout__Iea8v {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .detail_caseViewWrap__sC64l {
        padding: 0px;
    }

    .detail_caseViewLoading__KgxQb {
        padding: 0px;
        height: calc(100vh - 200px);
    }

    .detail_content__TRZ7c {
        max-width: 100%;
    }
}

.detail_imageOverlay__fL3KC {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    cursor: zoom-out;
    padding: 40px;
}

.detail_imageOverlayContent___922z {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    cursor: default;
}

.detail_imageOverlayClose__cDAZD {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.detail_imageOverlayClose__cDAZD:hover {
    background: rgba(255, 255, 255, 0.35);
}

