.news-detail-page {
    background:
        radial-gradient(circle at top left, rgba(204, 26, 37, .06), transparent 340px),
        radial-gradient(circle at top right, rgba(12, 26, 46, .08), transparent 360px),
        var(--bg);
    min-height: 100vh;
}

.news-detail-shell {
    padding: 30px 0 70px;
}

.news-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.news-detail-main {
    min-width: 0;
}

.news-detail-card {
    background: var(--bg-card);
    border: 1px solid rgba(224, 221, 214, .85);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(12, 26, 46, .08);
    overflow: hidden;
    padding: 28px;
}

.news-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.news-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--text-3);
}

.news-breadcrumb a {
    color: var(--red);
    font-weight: 800;
}

.news-breadcrumb span {
    opacity: .5;
}

.news-breadcrumb em {
    font-style: normal;
    color: var(--text-3);
}

.news-cat-pill {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--cat-color, var(--red));
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(204, 26, 37, .18);
}

.column-label {
    display: flex;
    margin-bottom: 13px;
}

.column-label span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(200, 149, 42, .13);
    color: #8a5c00;
    font-size: 12px;
    font-weight: 900;
}

.column-label span::before {
    content: "✍️";
}

.column-label.video span {
    background: rgba(37, 99, 235, .12);
    color: #1d4ed8;
}

.column-label.video span::before {
    content: "▶";
}

.column-label.photo span {
    background: rgba(22, 163, 74, .12);
    color: #15803d;
}

.column-label.photo span::before {
    content: "📷";
}

.news-red-title {
    color: var(--red);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.news-detail-title {
    font-family: var(--fh);
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.045em;
    color: var(--navy);
    margin: 0 0 14px;
}

.news-detail-subtitle {
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-2);
    font-weight: 650;
    margin: 0 0 20px;
}

.news-meta-panel {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    padding: 15px;
    margin: 22px 0;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: linear-gradient(135deg, #fafafa, #f6f5f1);
}

.meta-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.meta-left span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    color: var(--text-2);
    font-weight: 800;
}

.meta-left b {
    font-size: 10px;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.meta-live {
    min-width: 110px;
    padding: 10px 13px;
    border-radius: 13px;
    background: var(--navy);
    color: #fff;
    text-align: center;
}

.meta-live span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .58);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.meta-live strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 950;
}

.news-tools {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.tool-btn {
    height: 40px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    padding: 0 14px;
    color: var(--text-2);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .18s;
}

.tool-btn:hover {
    transform: translateY(-1px);
    border-color: var(--red);
    color: var(--red);
    box-shadow: 0 8px 20px rgba(12, 26, 46, .08);
}

.tool-btn.active {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.tool-btn:disabled {
    opacity: .55;
    cursor: wait;
}

.news-video-box {
    margin: 24px 0;
    background: #05070c;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
}

.news-video-box iframe,
.news-video-box video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.news-hero-image {
    margin: 24px -28px 24px;
    background: #111;
}

.news-hero-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-hero-image figcaption {
    padding: 10px 28px 13px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

.news-summary-box {
    margin: 22px 0;
    padding: 22px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(204, 26, 37, .08), rgba(200, 149, 42, .08)),
        #fff;
    border-left: 5px solid var(--red);
    color: var(--navy);
    font-size: 18px;
    line-height: 1.72;
    font-weight: 760;
}

.news-content-body {
    font-size: 16px;
    line-height: 1.92;
    color: #202020;
    transition: font-size .16s;
}

.news-content-body p {
    margin: 0 0 21px;
}

.news-content-body h2,
.news-content-body h3,
.news-content-body h4 {
    font-family: var(--fh);
    color: var(--navy);
    line-height: 1.25;
    margin: 32px 0 14px;
}

.news-content-body h2 {
    font-size: 1.75em;
}

.news-content-body h3 {
    font-size: 1.42em;
}

.news-content-body blockquote {
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 5px solid var(--gold);
    background: #fbfaf6;
    color: var(--navy);
    font-family: var(--fh);
    font-weight: 800;
    border-radius: 0 16px 16px 0;
}

.news-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 22px 0;
    box-shadow: 0 12px 34px rgba(12, 26, 46, .10);
}

.news-content-body a {
    color: var(--red);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-tags-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
}

.news-tags-box a {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text-2);
    font-size: 12px;
    font-weight: 850;
    transition: .18s;
}

.news-tags-box a:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.news-reading-total {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
    padding: 16px;
    border-radius: 18px;
    background: var(--navy);
    color: #fff;
}

.news-reading-total div {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
}

.news-reading-total span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .54);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.news-reading-total strong {
    display: block;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 950;
}

.share-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 18px;
    background: #faf9f5;
    border: 1px solid var(--border);
}

.share-panel strong {
    display: block;
    color: var(--navy);
    font-size: 15px;
    font-weight: 950;
}

.share-panel span {
    display: block;
    margin-top: 3px;
    color: var(--text-3);
    font-size: 12px;
}

.share-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.share {
    height: 36px;
    border: 0;
    border-radius: 999px;
    padding: 0 14px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .18s;
}

.share:hover {
    transform: translateY(-1px);
    opacity: .9;
}

.share.facebook {
    background: #1877f2;
}

.share.twitter {
    background: #111827;
}

.share.whatsapp {
    background: #22c55e;
}

.share.copy {
    background: var(--text-3);
}

.next-news-card {
    margin-top: 20px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--navy), var(--navy-3));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 18px 55px rgba(12, 26, 46, .16);
}

.next-news-card span {
    font-size: 11px;
    color: var(--gold);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.next-news-card h3 {
    margin-top: 6px;
    font-family: var(--fh);
    font-size: 20px;
    line-height: 1.35;
}

.next-news-card h3 a {
    color: #fff;
}

.next-news-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 950;
}

.related-news-section {
    margin-top: 30px;
}

.section-title {
    margin-bottom: 16px;
}

.section-title h2 {
    font-family: var(--fh);
    font-size: 25px;
    font-weight: 950;
    color: var(--navy);
}

.section-title p {
    color: var(--text-3);
    font-size: 13px;
    margin-top: 4px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.related-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--sh);
    transition: .2s;
}

.related-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh2);
}

.related-img {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.related-card:hover .related-img img {
    transform: scale(1.05);
}

.related-body {
    padding: 14px;
}

.related-body h3 {
    font-family: var(--fh);
    font-size: 15px;
    line-height: 1.35;
    color: var(--navy);
}

.related-body h3 a:hover {
    color: var(--red);
}

.related-body span {
    display: block;
    margin-top: 8px;
    color: var(--text-3);
    font-size: 11px;
}

.news-detail-sidebar {
    position: sticky;
    top: 68px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sidebar-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(12, 26, 46, .08);
    overflow: hidden;
}

.sidebar-title {
    padding: 15px 17px;
    border-bottom: 1px solid var(--border);
    background: #fbfaf6;
    color: var(--navy);
    font-family: var(--fh);
    font-size: 15px;
    font-weight: 950;
}

.author-mini {
    padding: 17px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--gold));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fh);
    font-size: 24px;
    font-weight: 950;
    flex-shrink: 0;
}

.author-mini strong {
    display: block;
    color: var(--navy);
    font-size: 15px;
    font-weight: 950;
}

.author-mini span {
    display: block;
    margin-top: 2px;
    color: var(--text-3);
    font-size: 12px;
}

.author-post-list {
    padding: 0 17px 17px;
}

.author-post-list h4 {
    margin-bottom: 9px;
    color: var(--text-3);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.author-post-list a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid var(--border);
}

.author-post-list a strong {
    display: block;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.38;
}

.author-post-list a:hover strong {
    color: var(--red);
}

.author-post-list a span {
    display: block;
    margin-top: 5px;
    color: var(--text-3);
    font-size: 10px;
}

.read-info-list {
    padding: 14px 17px;
}

.read-info-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.read-info-list div:last-child {
    border-bottom: 0;
}

.read-info-list span {
    color: var(--text-3);
    font-size: 12px;
    font-weight: 800;
}

.read-info-list strong {
    color: var(--navy);
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.most-read-list {
    padding: 6px 0;
}

.most-read-list a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 17px;
    border-bottom: 1px solid var(--border);
    transition: .16s;
}

.most-read-list a:last-child {
    border-bottom: 0;
}

.most-read-list a:hover {
    background: var(--bg);
}

.most-read-list a > span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(204, 26, 37, .08);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fh);
    font-weight: 950;
    flex-shrink: 0;
}

.most-read-list strong {
    display: block;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.35;
}

.most-read-list small {
    display: block;
    margin-top: 5px;
    color: var(--text-3);
    font-size: 10px;
}

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

    .news-detail-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .news-detail-shell {
        padding-top: 18px;
    }

    .news-detail-card {
        padding: 18px;
        border-radius: 16px;
    }

    .news-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-meta-panel {
        flex-direction: column;
    }

    .meta-live {
        width: 100%;
    }

    .news-hero-image {
        margin-left: -18px;
        margin-right: -18px;
    }

    .news-summary-box {
        font-size: 16px;
        padding: 18px;
    }

    .news-reading-total {
        grid-template-columns: 1fr;
    }

    .share-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .share-buttons {
        justify-content: flex-start;
    }

    .next-news-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-news-grid {
        grid-template-columns: 1fr;
    }

    .news-detail-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .news-detail-card {
        padding: 14px;
    }

    .news-hero-image {
        margin-left: -14px;
        margin-right: -14px;
    }

    .tool-btn {
        height: 37px;
        padding: 0 12px;
    }

    .news-content-body {
        line-height: 1.82;
    }
}