/* News-specific styles are loaded separately from the generated Tailwind bundle. */
.news-article{background:#fff;border:1px solid #e2e8f0;border-radius:32px;overflow:hidden;box-shadow:0 12px 40px rgba(15,23,42,.04)}
.news-article__hero{position:relative;background:#0f172a;isolation:isolate;overflow:hidden}.news-article__header{position:relative;z-index:1;isolation:isolate;padding:32px 48px;color:#fff}.news-article__hero--image .news-article__header{position:absolute;inset:auto 0 0}.news-article__hero--image .news-article__header::before{content:"";position:absolute;inset:-100px 0 0;z-index:-1;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.75) 35%,rgba(0,0,0,.42) 65%,rgba(0,0,0,.12) 85%,transparent 100%)}
.news-back{display:inline-flex;align-items:center;gap:10px;color:#2563eb;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}
.news-back span{transition:transform .2s}.news-back:hover{color:#0369a1}.news-back:hover span{transform:translateX(-4px)}
.news-article__date{display:block;margin:0 0 12px;padding:0;color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.8)}
.news-article__header h1{margin:0;font-size:clamp(1.8rem,3.6vw,3.25rem);line-height:1.18;font-weight:700;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);overflow-wrap:anywhere}
.news-article__figure{margin:0;width:100%}
.news-article__figure img{display:block;width:100%;height:auto;max-height:none;margin:0}
.news-article__body{margin:auto;padding:32px 48px 40px}
.news-article__content{font-size:17px;line-height:1.8;color:#334155;overflow-wrap:anywhere;overflow-x:auto}
.news-article__content :is(h2,h3,h4){color:#0f172a;line-height:1.3;font-weight:700;margin:1.5em 0 .6em}
.news-article__content h2{font-size:1.6em}.news-article__content h3{font-size:1.3em}
.news-article__content :is(ul,ol){padding-left:1.5em;margin:1em 0}.news-article__content ul{list-style:disc}.news-article__content ol{list-style:decimal}
.news-article__content a{color:#2563eb;text-decoration:underline}.news-article__content img{max-width:100%;height:auto}
.news-article__footer{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}
.news-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:40px}
.news-pagination__link,.news-pagination__current{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:14px;font-size:15px;font-weight:600}
.news-pagination__link{background:#fff;border:1px solid #e2e8f0;color:#2563eb;transition:background .2s,border-color .2s,transform .2s}
.news-pagination__link:hover{background:#f0f9ff;border-color:#7dd3fc;transform:translateY(-2px)}
.news-pagination__current{background:#eff6ff;color:#1d4ed8}
.news-pagination__link:focus-visible,.news-back:focus-visible{outline:3px solid #38bdf8;outline-offset:4px}
@media(max-width:640px){.news-article{border-radius:24px}.news-article__header{padding:20px}.news-article__header h1{font-size:clamp(1.2rem,5vw,1.8rem);line-height:1.2}.news-article__date{font-size:12px;margin-bottom:8px}.news-article__hero--image .news-article__header::before{top:-60px}.news-article__body{padding:24px 20px}.news-article__content{font-size:16px}.news-pagination{gap:8px}.news-pagination__link,.news-pagination__current{padding:10px 12px;font-size:14px}}
@media(prefers-reduced-motion:reduce){.news-back,.news-back span,.news-pagination__link{transition:none}}

/* Featured story: a quiet, strongly shaded reading area over the full image. */
.news-index-heading{display:flex;align-items:center;justify-content:space-between;gap:24px 48px;padding:8px 0 24px;margin:0 0 28px;border-bottom:1px solid #dfe5ec;font-family:inherit}

.news-index-heading h1{font-family:inherit;font-size:clamp(2rem,3.4vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#0f172a;margin:0}
.news-index-heading>p:last-child{font-size:16px;line-height:1.6;color:#526176;max-width:430px;margin:0}
.news-featured{position:relative;isolation:isolate;display:grid;overflow:hidden;border-radius:24px;margin:0 0 40px;background:#081421;color:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.news-featured__image{grid-area:1/1;display:block;width:100%;height:auto;align-self:center}
.news-featured::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,14,25,.98) 0%,rgba(5,14,25,.95) 34%,rgba(5,14,25,.83) 54%,rgba(5,14,25,.35) 77%,rgba(5,14,25,.15) 100%),linear-gradient(0deg,rgba(5,14,25,.6),transparent 65%)}
.news-featured__content{grid-area:1/1;align-self:center;position:relative;z-index:2;width:65%;min-width:0;padding:clamp(24px,4vw,56px);overflow-wrap:anywhere}
.news-featured__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;font-size:13px;line-height:1.5;color:#e2e8f0;margin-bottom:20px}
.news-featured__label{display:inline-flex;align-items:center;gap:8px;color:#7dd3fc;font-weight:700}
.news-featured__label::before{content:"";width:6px;height:6px;border-radius:50%;background:#38bdf8}
.news-featured h2{font-family:inherit;font-size:clamp(1.65rem,3.2vw,2.85rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:#fff;margin:0 0 20px;text-wrap:balance;text-shadow:0 2px 16px rgba(0,0,0,.25)}
.news-featured__summary{font-size:16px;line-height:1.7;color:#e2e8f0;max-width:510px;margin:0 0 28px}
.news-featured__link{display:inline-flex;align-items:center;gap:16px;border-bottom:1px solid rgba(125,211,252,.6);padding-bottom:8px;font-size:14px;font-weight:600;color:#fff}
.news-featured__link span{transition:transform .25s ease}.news-featured:hover .news-featured__link span{transform:translateX(5px)}
.news-featured:hover .news-featured__link{color:#7dd3fc}.news-featured:focus-visible{outline:3px solid #0284c7;outline-offset:5px}
@media(max-width:767px){.news-featured{border-radius:22px}.news-featured__content{width:100%;padding:28px 24px}.news-featured::before{background:linear-gradient(0deg,rgba(5,14,25,.98),rgba(5,14,25,.92) 55%,rgba(5,14,25,.65))}.news-featured h2{font-family:inherit;font-size:clamp(1.55rem,5.5vw,2.2rem)}.news-featured__meta{margin-bottom:14px}.news-featured__summary{font-size:15px;margin-bottom:20px}}
@media(prefers-reduced-motion:reduce){.news-featured__link span{transition:none}}

/* Shared rhythm for the news feed; the home-page preview keeps its own styles. */
.news-feed-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 20px}
.news-feed-heading h2{font-family:inherit;font-size:24px;line-height:1.3;font-weight:700;color:#0f172a;margin:0}
.news-feed-heading>span{font-size:14px;color:#64748b}
.news-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch}
.news-index-grid>article{border-radius:20px;box-shadow:0 2px 6px rgba(15,23,42,.025);transition:transform .25s,box-shadow .25s,border-color .25s}
.news-index-grid>article:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.news-index-grid>article>div{padding:24px;display:flex;flex-direction:column;flex-grow:1}
.news-index-grid>article>div>span{font-size:13px;line-height:1.5;font-weight:400;letter-spacing:normal;color:#64748b;margin-bottom:12px}
.news-index-grid h3{font-family:inherit;font-size:19px;line-height:1.4;font-weight:600;color:#0f172a;margin:0 0 12px}
.news-index-grid>article>div>p{font-size:15px;line-height:1.65;color:#526176;margin:0 0 20px}
.news-index-grid>article>div>a{font-size:14px;font-weight:600;margin-top:auto;padding-top:0;color:#0284c7}
.news-index-grid a:focus-visible{outline:3px solid #38bdf8;outline-offset:3px}
.news-pagination{padding-top:28px;margin-top:36px;border-top:1px solid #dfe5ec}
.news-pagination__link,.news-pagination__current{border-radius:12px;font-family:inherit;font-size:14px}
@media(max-width:1023px){.news-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.news-index-heading{display:block;padding:4px 0 20px;margin-bottom:24px}.news-index-heading h1{margin-bottom:12px}.news-index-heading>p:last-child{font-size:15px;max-width:100%}.news-featured{margin-bottom:28px}.news-feed-heading h2{font-size:21px}.news-index-grid{grid-template-columns:minmax(0,1fr);gap:20px}.news-index-grid>article>div{padding:20px}.news-pagination{margin-top:28px;padding-top:24px}}
@media(prefers-reduced-motion:reduce){.news-index-grid>article{transition:none}.news-index-grid>article:hover{transform:none}}

.news-summary{max-width:510px;margin:0 0 24px}
.news-summary .news-featured__summary{max-height:6.8em;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none;padding-right:0;margin:0;line-height:1.7}
.news-featured__summary p{margin:0}


.news-featured h2 a{color:inherit;text-decoration:none}
.news-featured h2 a:hover{color:#e0f2fe}
.news-featured a:focus-visible,.news-featured__summary:focus-visible{outline:2px solid #7dd3fc;outline-offset:4px}

.news-summary .news-featured__summary::-webkit-scrollbar{display:none;width:0;height:0}
