.article-detail-page {
    background: #f5f8ff;
}

.article-hub {
    padding-top: calc(var(--header-height) + 36px);
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    background:
        radial-gradient(circle at top left, rgba(63, 124, 255, 0.16) 0, rgba(63, 124, 255, 0) 38%),
        radial-gradient(circle at top right, rgba(15, 26, 48, 0.08) 0, rgba(15, 26, 48, 0) 32%),
        linear-gradient(180deg, #eef4ff 0%, #f7faff 100%);
}

.article-hub-shell {
    width: min(1280px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.article-hub-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 34px;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow: 0 24px 54px rgba(24, 44, 82, 0.08);
}

.article-hub-panel::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 104, 255, 0.14) 0%, rgba(37, 104, 255, 0) 72%);
    pointer-events: none;
}

.article-hub-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: 28px;
    align-items: stretch;
}

.article-hub-copy {
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-hub-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(37, 104, 255, 0.08);
    color: #2358d6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-hub-copy h1 {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.04;
    color: #10192f;
}

.article-hub-copy p {
    margin: 0;
    max-width: 760px;
    color: #5c6d89;
    font-size: 1.04rem;
    line-height: 1.82;
}

.article-hub-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.article-hub-intro-card {
    padding: 18px 20px;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.article-hub-intro-card strong {
    display: block;
    color: #10192f;
    font-size: 1rem;
    line-height: 1.35;
}

.article-hub-intro-card p {
    margin-top: 10px;
    max-width: none;
    color: #61738f;
    font-size: 0.96rem;
    line-height: 1.72;
}

.article-hub-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.article-hub-metric {
    padding: 16px 18px;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.article-hub-metric span {
    display: block;
    color: #6f7f98;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-hub-metric strong {
    display: block;
    margin-top: 8px;
    color: #10192f;
    font-size: 1rem;
    line-height: 1.45;
}

.article-hub-highlight {
    border: 1px solid rgba(14, 22, 40, 0.1);
    border-radius: 28px;
    padding: 26px;
    background:
        radial-gradient(circle at top right, rgba(74, 169, 255, 0.16) 0%, rgba(74, 169, 255, 0) 34%),
        linear-gradient(180deg, #111c31 0%, #182848 100%);
    box-shadow: 0 22px 48px rgba(15, 26, 48, 0.16);
}

.article-hub-highlight-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #d7e7ff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-hub-highlight h2 {
    margin: 18px 0 12px;
    color: #ffffff;
    font-size: clamp(1.7rem, 2.2vw, 2.3rem);
    line-height: 1.12;
}

.article-hub-highlight-copy {
    margin: 0;
    color: rgba(227, 236, 255, 0.82);
    line-height: 1.82;
}

.article-hub-highlight-grid {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.article-hub-highlight-item {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.article-hub-highlight-item strong {
    display: block;
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.35;
}

.article-hub-highlight-item p {
    margin: 10px 0 0;
    color: rgba(227, 236, 255, 0.82);
    line-height: 1.76;
}

.article-hub-highlight-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.article-hub-highlight-foot span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #dce8ff;
    font-size: 0.82rem;
    font-weight: 600;
}

.article-listing {
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 54px;
    padding-left: 20px;
    background: #f7faff;
}

.article-listing-shell {
    width: min(1280px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.article-empty {
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 26px;
    padding: 42px 30px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.08);
    text-align: center;
}

.article-empty h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    color: #10192f;
    font-size: 2rem;
}

.article-empty p {
    margin: 0;
    color: #5c6d89;
    line-height: 1.8;
}

.article-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    align-items: stretch;
    gap: 24px;
    margin-bottom: 26px;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 30px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.08);
}

.article-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-chip {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(37, 104, 255, 0.08);
    color: #2358d6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-feature-copy h2 {
    margin-top: 18px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
    color: #10192f;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.article-feature-copy p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #5c6d89;
    line-height: 1.85;
}

.article-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.article-meta-row span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #60708d;
    font-size: 0.85rem;
    font-weight: 600;
}

.article-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 12px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2568ff, #4aa9ff);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 104, 255, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.article-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37, 104, 255, 0.2);
    opacity: 0.96;
}

.article-feature-image {
    min-height: 360px;
}

.article-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1080px) {
    .article-hub-grid {
        grid-template-columns: 1fr;
    }

    .article-hub-intro-grid {
        grid-template-columns: 1fr;
    }

    .article-hub-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.article-card {
    overflow: hidden;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.08);
}

.article-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.article-card-copy {
    padding: 22px;
}

.article-card-copy h3 {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    color: #10192f;
    font-size: 1.4rem;
    line-height: 1.24;
}

.article-card-copy p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #5c6d89;
    line-height: 1.8;
}

.article-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 20px;
    color: #2358d6;
    font-weight: 700;
    text-decoration: none;
}

.article-link:hover {
    color: #163ea2;
}

@media (max-width: 720px) {
    .article-hub-panel {
        padding: 22px;
        border-radius: 26px;
    }

    .article-hub-metrics {
        grid-template-columns: 1fr;
    }

    .article-hub-highlight {
        padding: 20px;
    }

    .article-side-share-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: start;
    }
}

.article-detail-hero {
    padding-top: calc(var(--header-height) + 28px);
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    background: #f5f8ff;
}

.article-detail-shell {
    width: min(1280px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.article-detail-hero .article-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    align-items: center;
    gap: 26px;
}

.article-detail-copy {
    min-width: 0;
}

.article-detail-copy h1 {
    margin-top: 18px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
    color: #10192f;
    font-size: clamp(2.4rem, 5vw, 3rem);
    line-height: 1.03;
}

.article-detail-copy p {
    margin: 0;
    max-width: 720px;
    color: #5c6d89;
    font-size: 1.05rem;
    line-height: 1.9;
}

.article-detail-image {
    min-height: 380px;
}

.article-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.1);
}

.article-detail-body-wrap {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 56px;
    padding-left: 20px;
    background: #f5f8ff;
}

.article-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 312px;
    align-items: start;
    gap: 24px;
}

.article-detail-main {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.article-reading-card {
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 28px;
    padding: 28px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.08);
}

.article-reading-card h2[id],
.article-reading-card h3[id] {
    scroll-margin-top: calc(var(--header-height) + 36px);
}

.article-reading-media {
    margin-bottom: 24px;
}

.article-reading-media img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.article-reading-card h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
    color: #10192f;
    font-size: 2rem;
    line-height: 1.16;
}

.article-reading-card h3 {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    color: #10192f;
    font-size: 1.34rem;
    line-height: 1.22;
}

.article-reading-card p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
    color: #44536d;
    line-height: 1.9;
}

.article-reading-card ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
    padding-left: 22px;
    color: #44536d;
}

.article-reading-card ol {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
    padding-left: 22px;
    color: #44536d;
}

.article-reading-card li {
    margin-bottom: 10px;
    line-height: 1.82;
}

.article-reading-card figure {
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
}

.article-reading-card figure img {
    width: 100%;
    border-radius: 22px;
}

.article-reading-card figcaption {
    margin-top: 10px;
    color: #71809a;
    font-size: 0.92rem;
    text-align: center;
}

.article-reading-card table {
    width: 100%;
    margin-top: 22px;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 20px;
}

.article-reading-card th {
    padding: 14px 16px;
    background: #eef4ff;
    color: #10192f;
    text-align: left;
    border: 1px solid rgba(30, 53, 100, 0.08);
}

.article-reading-card td {
    padding: 14px 16px;
    background: #ffffff;
    color: #44536d;
    text-align: left;
    border: 1px solid rgba(30, 53, 100, 0.08);
}

.article-reading-card pre {
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
    padding: 18px;
    overflow: auto;
    border-radius: 20px;
    background: #111c30;
    color: #eef5ff;
}

.article-reading-card code {
    font-family: Consolas, monospace;
}

.article-detail-side {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    align-self: start;
    max-height: calc(100vh - var(--header-height) - 32px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.article-detail-side::-webkit-scrollbar {
    display: none;
}

.article-side-card {
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 24px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 44, 82, 0.08);
    display: grid;
    gap: 18px;
}

.article-side-head h3 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    color: #10192f;
    font-size: 1.4rem;
}

.article-side-head p {
    margin: 0;
    color: #667793;
    line-height: 1.72;
}

.article-side-meta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.article-side-mini {
    padding: 12px;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
}

.article-side-mini span,
.article-side-section span {
    display: block;
    color: #71809a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-side-mini strong {
    display: block;
    margin-top: 6px;
    color: #10192f;
    line-height: 1.6;
}

.article-side-section {
    padding-top: 18px;
    border-top: 1px solid rgba(30, 53, 100, 0.08);
}

.article-side-share-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.article-side-share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: 1px solid rgba(30, 53, 100, 0.08);
    border-radius: 18px;
    background: #f7faff;
    color: #1d335f;
    font-size: 1.22rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.article-side-share-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(24, 44, 82, 0.08);
    opacity: 0.96;
}

.article-side-share-link-facebook {
    background: rgba(24, 119, 242, 0.12);
    color: #1877f2;
    border-color: rgba(24, 119, 242, 0.18);
}

.article-side-share-link-x {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
    border-color: rgba(17, 17, 17, 0.12);
}

.article-side-share-link-whatsapp {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
    border-color: rgba(37, 211, 102, 0.18);
}

.article-side-share-link-linkedin {
    background: rgba(10, 102, 194, 0.12);
    color: #0a66c2;
    border-color: rgba(10, 102, 194, 0.18);
}

.article-side-share-link-telegram {
    background: rgba(36, 162, 224, 0.12);
    color: #24a2e0;
    border-color: rgba(36, 162, 224, 0.18);
}

.article-side-share-link i {
    line-height: 1;
}

.article-side-action-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.article-side-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #2d6eff;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 104, 255, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.article-side-action-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37, 104, 255, 0.22);
    opacity: 0.96;
}

.article-side-action-link-secondary {
    background: #f7faff;
    color: #1d335f;
    border: 1px solid rgba(30, 53, 100, 0.08);
    box-shadow: none;
}

.article-side-action-link-secondary:hover {
    box-shadow: 0 10px 20px rgba(24, 44, 82, 0.08);
}

.article-side-outline-wrap {
    padding-bottom: 6px;
}

.article-side-outline {
    list-style: none;
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    color: #44536d;
    display: grid;
    gap: 10px;
}

.article-side-outline li {
    margin-bottom: 0;
    line-height: 1.72;
}

.article-side-outline-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f7faff;
    color: #44536d;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.article-side-outline-link::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 9px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #2d6eff;
    box-shadow: 0 0 0 6px rgba(45, 110, 255, 0.1);
}

.article-side-outline-link:hover {
    background: #eef4ff;
    color: #1d335f;
    transform: translateX(2px);
}

.article-related {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 64px;
    padding-left: 20px;
    background: #f5f8ff;
}

.article-section-head {
    margin-bottom: 18px;
}

.article-section-head h2 {
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #10192f;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.08;
}

@media (max-width: 1180px) {
    .article-feature-card {
        grid-template-columns: 1fr;
    }

    .article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-detail-hero .article-detail-shell {
        grid-template-columns: 1fr;
    }

    .article-detail-layout {
        grid-template-columns: 1fr;
    }

    .article-detail-side {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 760px) {
    .article-hub {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-listing {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-detail-hero {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-detail-body-wrap {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-related {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-hub-shell {
        width: 100%;
    }

    .article-listing-shell {
        width: 100%;
    }

    .article-detail-shell {
        width: 100%;
    }

    .article-feature-card {
        padding: 18px;
        border-radius: 24px;
    }

    .article-card-copy {
        padding: 18px;
    }

    .article-grid {
        grid-template-columns: 1fr;
    }

    .article-reading-card {
        padding: 20px;
        border-radius: 22px;
    }

    .article-side-card {
        padding: 20px;
        border-radius: 22px;
    }

    .article-side-meta-row {
        grid-template-columns: 1fr;
    }

    .article-detail-copy h1 {
        font-size: 2.4rem;
    }
}
