@charset "utf-8";
/**
 * iSumsoft Article & Guide System Stylesheet
 */
@import "./copy-btn.css";
@import "./sidebar-right.css";

.article-v2 {
    --article-primary: #1f59db;
    --article-primary-hover: #1548b5;
    --article-title: #152c57;
    --article-text: #2a3d60;
    --article-muted: #5c6f92;
    --article-border: #d9e4f6;
    --article-surface: #ffffff;
    --article-surface-soft: #f5f8ff;
    --article-shadow: 0 10px 28px rgba(21, 44, 87, 0.08);
    background: #eef3fb;
    color: var(--article-text);
}

.article-v2 .bread {
    background: transparent;
    border: none;
    padding-top: 10px;
}

.article-v2 .crumb {
    list-style: none;
    max-width: 1200px;
    margin: 0 auto 18px;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #5e6f8f;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

.article-v2 .crumb li {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.article-v2 .crumb li:not(:first-child)::before {
    content: "»";
    flex: 0 0 auto;
    color: #8ea0c1;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
}

.article-v2 .crumb a {
    display: inline-flex;
    align-items: center;
    color: #1a4ea8;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.article-v2 .crumb a:hover {
    color: var(--article-primary-hover);
    text-decoration: underline;
}

.article-v2 .crumb > a:first-of-type,
.article-v2 .breadcrumb-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #e6eeff;
    margin-right: 2px;
}

.article-v2 .crumb a img {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding-top: 0;
    margin-right: 0;
    opacity: 0.75;
}

.article-v2 .crumb big {
    font-size: 14px;
    font-weight: 600;
    color: #8ea0c1;
    padding: 0 5px;
}

.article-v2 .breadcrumb-separator {
    color: #8ea0c1;
    font-weight: 600;
    padding: 0 8px;
}

.article-v2 .product-main {
    background: transparent;
    overflow: visible;
    margin-bottom: 70px;
    box-sizing: border-box;
}

.article-v2 .product-content {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.article-v2 .product-content .left {
    float: none;
    width: calc(100% - 328px);
    min-width: 0;
    border-radius: 16px;
    border: 1px solid var(--article-border);
    background: var(--article-surface);
    box-shadow: var(--article-shadow);
    padding: 34px;
    box-sizing: border-box;
}

.article-v2 .product-content .left h1 {
    margin: 0 0 22px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--article-border);
    color: var(--article-title);
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.article-v2 .author-box {
    margin: 0 0 24px;
    padding: 12px 16px;
    border: 1px solid var(--article-border);
    border-radius: 12px;
    background: #f8fbff;
}

.article-v2 .author-info {
    color: #2055c7;
}

.article-v2 .author-info span {
    font-size: 18px;
    color: #153f95;
}

.article-v2 .product-content .left .author-info p {
    color: var(--article-muted);
}

.article-v2 .product-content .left>p {
    margin: 14px 0;
    font-size: 17px;
    line-height: 1.8;
    color: var(--article-text);
    word-break: break-word;
}

.article-v2 .product-content .left a {
    color: var(--article-primary);
    text-decoration: none !important;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 4px;
}

.article-v2 .product-content .left a:hover {
    color: var(--article-primary-hover);
    text-decoration: none !important;
}
.article-v2 .product-content .left .a-free{
    color: #ffffff;
}
.article-v2 .product-content .left .a-free:hover{
    color: #11c382;
}
.article-v2 .product-content .left p a:hover,
.article-v2 .product-content .left li a:hover {
    background-color: rgba(255, 255, 255, 1);
}

.article-v2 .product-content .left [id] {
    scroll-margin-top: 108px;
}

.article-v2 .left>.guide-ul {
    margin: 24px 0 30px;
    padding: 18px 22px;
    border-radius: 12px;
    border: 1px solid #cadcff;
    border-left: 5px solid var(--article-primary);
    background: var(--article-surface-soft);
}

.article-v2 .left .guide-ul li {
    list-style: none;
    line-height: 1.7;
    position: relative;
    padding: 8px 0 8px 20px;
}

.article-v2 .left .guide-ul li::marker {
    content: "";
}

.article-v2 .left .guide-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--article-primary);
}

.article-floating-toc {
    position: fixed;
    left: 12px;
    top: 100px;
    z-index: 1;
    width: 210px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    flex-direction: column;
    padding: 0;
    border: 1px solid #d5e1f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    box-shadow: 0 4px 16px rgba(21, 44, 87, 0.10);
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #c5d3ec transparent;
}

.article-floating-toc::-webkit-scrollbar {
    width: 3px;
}

.article-floating-toc::-webkit-scrollbar-track {
    background: transparent;
}

.article-floating-toc::-webkit-scrollbar-thumb {
    background: #c5d3ec;
    border-radius: 999px;
}

.article-floating-toc-title {
    padding: 12px 16px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #8a9bc0;
    border-bottom: 1px solid #e2eaf8;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.article-floating-toc-title:hover {
    color: #1f59db;
}

.article-floating-toc ul {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

.article-floating-toc li {
    margin: 0;
    padding: 0;
}

.article-floating-toc a {
    display: block;
    padding: 7px 14px 7px 15px;
    border-left: 3px solid transparent;
    color: #5c6f92;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-floating-toc a:hover {
    color: #1f59db;
    background: rgba(31, 89, 219, 0.05);
}

.article-floating-toc a.is-active {
    color: #1f59db;
    border-left-color: #1f59db;
    font-weight: 600;
    background: rgba(31, 89, 219, 0.07);
}

body.article-v2.has-floating-toc .article-floating-toc {
    display: flex;
}

body.article-v2.has-floating-toc .product-main {
    max-width: 1200px;
    padding-left: 0;
}

body.article-v2.has-floating-toc .left>.guide-ul {
    display: none;
}

.article-v2 .product-content .left>h2 {
    margin: 46px 0 18px;
    padding: 0 0 0 16px;
    border: none;
    background: transparent;
    color: var(--article-title);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
}

.article-v2 .product-content .left>h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 6px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c6ff0 0%, #1f59db 100%);
}

.article-v2 .product-content .left>h3 {
    margin: 30px 0 14px;
    padding: 0 0 0 14px;
    border: none;
    color: #1e3a6d;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}

.article-v2 .product-content .left>h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: #4f7fdd;
}

.article-v2 .product-content .left h4 {
    color: var(--article-title);
    font-size: 20px;
    font-weight: 700;
    margin: 22px 0 10px;
}

.article-v2 .product-content .left ul:not(.guide-ul),
.article-v2 .product-content .left ol {
    margin: 10px 0 16px;
    color: var(--article-text);
}

.article-v2 .product-content .left ul:not(.guide-ul) li,
.article-v2 .product-content .left ol li {
    padding: 4px 0;
    line-height: 1.8;
}

.article-v2 .product-content .left>p>img,
.article-v2 .product-content .left li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 8px auto;
    border-radius: 10px;
    border: 1px solid #e1e9f7;
    box-shadow: 0 6px 16px rgba(18, 42, 86, 0.09);
}

.article-v2 .product-content .left .article-image-watermark-wrap {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 8px auto;
    line-height: 0;
}

.article-v2 .product-content .left .article-image-watermark-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: min(34%, 126px);
    aspect-ratio: 239 / 41;
    background: url("../../images/common/isumsoft2.png") no-repeat center / contain;
    opacity: 0.24;
    pointer-events: none;
    filter: drop-shadow(0 1px 3px rgba(7, 17, 38, 0.25));
}

.article-v2 .product-content .left .article-image-watermark-wrap>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.article-v2 .product-content .left img.zoomable-image {
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-v2 .product-content .left img.zoomable-image:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(18, 42, 86, 0.16);
}

.article-v2 .step {
    background: linear-gradient(180deg, #2b67e7 0%, #1f59db 100%);
    border-radius: 999px;
    line-height: 1;
    padding: 7px 12px;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(31, 89, 219, 0.3);
}

.article-v2 .step::after {
    display: none;
}

.article-v2 .product-content .left p.is-step-line {
    margin: 16px 0;
    padding: 12px 14px;
    border: 1px solid #d9e5fa;
    border-radius: 10px;
    background: #f7faff;
}

.article-v2 .product-content .left p.is-step-line .step {
    margin-right: 8px;
    vertical-align: middle;
}

.article-v2 .notice-div {
    border: 1px solid #d8e4fa;
    border-left: 4px solid var(--article-primary);
    border-radius: 10px;
    background: #f5f9ff;
    padding: 14px 16px;
}

.article-v2 .bor-dashed {
    border-color: #c7d8f4;
    border-radius: 10px;
    background: #fafcff;
}

.article-v2 .critical-alerts-fix-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.article-v2 .critical-alerts-fix-table th,
.article-v2 .critical-alerts-fix-table td {
    border: 1px solid #b8d0f3;
    padding: 10px 12px;
    vertical-align: top;
}

.article-v2 .critical-alerts-fix-table th {
    background: #eef6ff;
    color: #0b2d5c;
    font-weight: 700;
    text-align: center;
}

.article-v2 .critical-alerts-fix-table tr:nth-child(even) td {
    background: #f8fbff;
}

.article-v2 .article-info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.article-v2 .article-info-table th,
.article-v2 .article-info-table td {
    border: 1px solid #b8d0f3;
    padding: 10px 12px;
    vertical-align: top;
}

.article-v2 .article-info-table th {
    background: #eef6ff;
    color: #0b2d5c;
    font-weight: 700;
    text-align: center;
}

.article-v2 .article-info-table tr:nth-child(even) td {
    background: #f8fbff;
}

.article-v2 .code-container {
    border: 1px solid #ccdaf5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 31, 58, 0.12);
}

.article-v2 .copy-btn {
    background: #215dd9;
    border: none;
    color: #ffffff;
}

.article-v2 .copy-btn:hover {
    background: #164cbc;
}

.article-v2 .product-content .left kbd {
    display: inline-block;
    padding: 1px 7px;
    margin: 0 2px;
    font-family: Consolas, "Segoe UI", monospace;
    font-size: 0.88em;
    line-height: 1.5;
    color: #0b2d5c;
    background: #eef6ff;
    border: 1px solid #b8d0f3;
    border-bottom-width: 2px;
    border-radius: 5px;
    white-space: nowrap;
}

.article-v2 .product-content .left h2[id*="faq" i] {
    margin-top: 48px;
}

.article-v2 .faq-container,
.article-v2 .cor-faq {
    margin: 22px 0 30px;
    border: 1px solid var(--article-border);
    border-radius: 12px;
    background: #f8fbff;
    padding: 10px;
}

.article-v2 .cor-faq>.change-q-a {
    margin: 10px 0;
    border: 1px solid #dae5f8;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px 16px;
}

.article-v2 .change-q-a>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--article-title);
}

.article-v2 .change-q-a>span {
    margin-top: 8px;
    color: var(--article-text);
    line-height: 1.75;
    font-size: 15px;
}

.article-v2 .sidebar-right {
    float: none;
    width: 300px;
    padding: 0;
    position: sticky;
    top: 92px;
}

.article-v2 .sidebar-right .title {
    margin: 0;
    padding: 15px 18px;
    border-radius: 12px 12px 0 0;
    border: 1px solid #d5e1f7;
    border-bottom: none;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    color: #1a4ea8;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow: none;
    text-shadow: none;
}

.article-v2 .sidebar-right .quick-links {
    margin: 0 0 26px;
    padding: 0;
    border: 1px solid #d5e1f7;
    border-radius: 0 0 12px 12px;
    border-top: none;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(21, 44, 87, 0.05);
    overflow: hidden;
}

.article-v2 .sidebar-right .quick-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-v2 .sidebar-right .quick-links li a {
    display: block;
    padding: 14px 18px;
    color: #405479;
    font-size: 14.5px;
    line-height: 1.5;
    background: #ffffff;
    border-bottom: 1px solid #edf2fb;
    border-radius: 0;
    transition: all 0.2s ease;
}

.article-v2 .sidebar-right .quick-links li:last-child a {
    border-bottom: none;
}

.article-v2 .sidebar-right .quick-links li a:hover {
    background: #f8fbff;
    color: var(--article-primary);
}

.article-v2 .product-content .left .related-articles {
    margin-top: 60px;
    padding: 28px 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #d5e1f7;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(21, 44, 87, 0.06);
}

.article-v2 .product-content .left .related-articles>h4 {
    margin: 0 0 24px;
    padding: 0;
    border: none;
    color: var(--article-title);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    background: transparent;
    text-align: center;
}

.article-v2 .product-content .left .related-articles ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-v2 .product-content .left .related-articles ul li {
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(213, 225, 247, 0.6);
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(21, 44, 87, 0.04);
}

.article-v2 .product-content .left .related-articles ul li:hover {
    transform: translateY(-3px);
    border-color: #bdd2fa;
    background: #fff;
    box-shadow: 0 8px 20px rgba(21, 44, 87, 0.08);
}

.article-v2 .product-content .left .related-articles span {
    height: 130px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #eef3fb;
}

.article-v2 .product-content .left .related-articles span img {
    object-fit: cover;
    height: 100%;
}

.article-v2 .product-content .related-articles a {
    color: #1a315a;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.article-v2 .product-content .related-articles a:hover {
    color: var(--article-primary);
    background-color: transparent;
}

body.article-lightbox-open {
    overflow: hidden;
}

.article-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.article-image-lightbox.is-open {
    display: flex;
}

.article-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 19, 39, 0.82);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.article-image-lightbox-figure {
    position: relative;
    z-index: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: min(1200px, 96vw);
    max-height: 90vh;
}

.article-image-lightbox-img {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    border-radius: 12px;
    border: 1px solid rgba(230, 238, 255, 0.45);
    background: #0c1e40;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.article-image-lightbox-caption {
    margin-top: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    max-width: 100%;
    color: #e8efff;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(12, 24, 50, 0.72);
    text-align: center;
    word-break: break-word;
}

.article-image-lightbox-hint {
    margin: 10px 0 0;
    color: rgba(228, 236, 255, 0.9);
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 1200px) {
    .article-floating-toc {
        display: none !important;
    }

    body.article-v2.has-floating-toc .product-main {
        max-width: 1200px;
        padding-left: 0;
    }

    body.article-v2.has-floating-toc .left>.guide-ul {
        display: block;
    }

    .article-v2 .product-main {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .article-v2 .crumb {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 1024px) {
    .article-v2 .crumb {
        margin-bottom: 14px;
        padding: 9px 0;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.45;
        gap: 4px 2px;
    }

    /* On phones/tablets, hide the current-page (article title) crumb and
       align the breadcrumb's left edge with the card's outer edge. The crumb's
       margin-left already matches .product-main's side padding, so dropping the
       crumb's own horizontal padding (above) lines the two left edges up. */
    .article-v2 .crumb li[aria-current="page"] {
        display: none;
    }

    .article-v2 .product-main {
        margin-bottom: 44px;
    }

    .article-v2 .product-content {
        display: block;
        width: 100%;
        padding: 0;
    }

    .article-v2 .product-content .left {
        width: 100% !important;
        padding: 26px 20px 30px;
        border-radius: 14px;
    }

    .article-v2 .product-content .left h1 {
        font-size: 31px;
    }

    .article-v2 .product-content .left>h2 {
        font-size: 27px;
    }

    .article-v2 .product-content .left>h3 {
        font-size: 22px;
    }

    .article-v2 .product-content .left [id] {
        scroll-margin-top: 92px;
    }

    .article-v2 .article-sidebar,
    .article-v2 .product-content .sidebar-right,
    .article-v2 .sidebar-right {
        display: none !important;
    }

    .article-v2 .product-content .left .related-articles ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .article-v2 .product-main {
        padding: 16px 0 0;
    }

    .article-v2 .product-content {
        width: auto !important;
        margin: 0 10px;
        padding: 0 !important;
    }

    .article-v2 .bread {
        padding-top: 6px;
    }

    .article-v2 .crumb {
        margin: 0 10px 10px;
        padding: 6px 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .article-v2 .crumb::-webkit-scrollbar {
        display: none;
    }

    .article-v2 .crumb li {
        flex: 0 0 auto;
    }

    .article-v2 .product-content .left {
        padding: 22px 16px 26px;
    }

    .article-v2 .product-content .left h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .article-v2 .product-content .left>h2 {
        margin-top: 36px;
        font-size: 24px;
    }

    .article-v2 .product-content .left>h3 {
        font-size: 20px;
    }

    .article-v2 .product-content .left>p {
        font-size: 16px;
    }

    .article-v2 .left>.guide-ul {
        padding: 14px 16px;
    }

    .article-v2 .product-content .left .related-articles>h4 {
        font-size: 24px;
    }

    .article-image-lightbox {
        padding: 12px;
    }

    .article-image-lightbox-figure {
        max-width: 100%;
    }

    .article-image-lightbox-img {
        max-height: 78vh;
        border-radius: 10px;
    }

    .article-image-lightbox-caption {
        margin-top: 8px;
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 1.45;
    }

    .article-image-lightbox-hint {
        margin-top: 8px;
        font-size: 11px;
    }

    .article-v2 .product-content .left .related-articles {
        margin-top: 48px;
        padding: 24px 16px;
        border-radius: 12px;
    }

    .article-v2 .product-content .left .related-articles>h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .article-v2 .product-content .left .article-image-watermark-wrap::after {
        right: 8px;
        bottom: 8px;
        width: min(42%, 112px);
        opacity: 0.2;
    }
}

@media (max-width: 576px) {
    .article-v2 .product-main {
        padding: 16px 0 0;
    }

    .article-v2 .product-content {
        margin: 0 8px;
    }



    .article-v2 .product-content .left h1 {
        font-size: 25px;
    }

    .article-v2 .product-content .left [id] {
        scroll-margin-top: 84px;
    }

    .article-v2 .product-content .left>h2 {
        font-size: 22px;
        padding-left: 14px;
    }

    .article-v2 .product-content .left>h2::before {
        width: 5px;
        height: 22px;
    }

    .article-v2 .product-content .left>h3 {
        font-size: 19px;
        padding-left: 12px;
    }

    .article-v2 .product-content .left .related-articles ul {
        grid-template-columns: 1fr;
    }

    .article-v2 .product-content .left .related-articles span {
        height: 160px;
    }
}

