.tbsn-news-hub {
    --tbsn-deep: #06152b;
    --tbsn-blue: #1d63ff;
    --tbsn-cyan: #21c4ff;
    --tbsn-line: #dce6f2;
    color: #142033;
    margin: 0 auto;
    max-width: 1240px;
    padding: 22px 18px 54px;
}

.tbsn-news-hero {
    background: radial-gradient(circle at 80% 20%, rgba(33,196,255,.3), transparent 24%), linear-gradient(135deg, #06152b 0%, #0c315f 72%, #075084 100%);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(6, 21, 43, .18);
    color: #fff;
    margin-bottom: 28px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 60px);
}

.tbsn-news-hero h2 { color: #fff; font-size: clamp(36px, 7vw, 68px); letter-spacing: -.04em; line-height: 1; margin: 8px 0 15px; }
.tbsn-news-hero p { color: #d9eaff; font-size: clamp(16px, 2vw, 20px); line-height: 1.6; margin: 0; max-width: 720px; }
.tbsn-kicker { color: #7ddcff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.tbsn-news-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tbsn-news-card { background: #fff; border: 1px solid var(--tbsn-line); border-radius: 18px; box-shadow: 0 7px 24px rgba(6, 21, 43, .07); display: flex; flex-direction: column; margin: 0; min-width: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.tbsn-news-card:hover { box-shadow: 0 14px 34px rgba(6, 21, 43, .12); transform: translateY(-3px); }
.tbsn-card-image { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #0b2344, #155b98); display: block; overflow: hidden; text-decoration: none; }
.tbsn-card-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.tbsn-news-card:hover .tbsn-card-image img { transform: scale(1.035); }
.tbsn-image-fallback { align-items: center; color: #7ddcff; display: flex; font-size: 58px; height: 100%; justify-content: center; }
.tbsn-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.tbsn-card-meta { align-items: center; color: #65758b; display: flex; font-size: 11px; font-weight: 700; gap: 8px; justify-content: space-between; letter-spacing: .03em; margin-bottom: 10px; text-transform: uppercase; }
.tbsn-card-meta span { color: var(--tbsn-blue); }
.tbsn-news-card h2 { font-size: 21px; line-height: 1.28; margin: 0 0 11px; }
.tbsn-news-card h2 a { color: var(--tbsn-deep); text-decoration: none; }
.tbsn-news-card p { color: #526173; line-height: 1.6; margin: 0 0 18px; }
.tbsn-read-more { color: var(--tbsn-blue); font-weight: 800; margin-top: auto; text-decoration: none; }

.tbsn-pagination { margin-top: 30px; }
.tbsn-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.tbsn-pagination a, .tbsn-pagination span { align-items: center; border: 1px solid var(--tbsn-line); border-radius: 9px; color: var(--tbsn-deep); display: flex; font-weight: 700; height: 40px; justify-content: center; min-width: 40px; padding: 0 10px; text-decoration: none; }
.tbsn-pagination .current { background: var(--tbsn-blue); border-color: var(--tbsn-blue); color: #fff; }
.tbsn-empty { background: #f5f8fc; border: 1px dashed #b7c6d9; border-radius: 18px; padding: 42px 24px; text-align: center; }
.tbsn-empty h2 { color: var(--tbsn-deep); }

.tbsn-article-image { margin: 28px auto; max-width: 980px; }
.tbsn-article-image img { border-radius: 14px; box-shadow: 0 10px 28px rgba(6, 21, 43, .12); height: auto; width: 100%; }
.tbsn-article-image figcaption { color: #667085; font-size: 13px; line-height: 1.5; margin-top: 8px; text-align: center; }
.tbsn-related, .tbsn-official-video, .tbsn-sources { border-top: 1px solid var(--tbsn-line, #dce6f2); margin-top: 30px; padding-top: 22px; }

@media (max-width: 900px) { .tbsn-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 580px) {
    .tbsn-news-hub { padding-left: 12px; padding-right: 12px; }
    .tbsn-news-hero { border-radius: 18px; }
    .tbsn-news-grid { grid-template-columns: 1fr; }
    .tbsn-news-card h2 { font-size: 20px; }
}
