@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--bg:#07090d;--panel:#0e1219;--panel2:#131a24;--text:#f6f8fb;--muted:#98a2b3;--accent:#ff315f;--accent2:#7c5cff;--line:#202936;--newsbg:#f6f7fb;--ink:#101828;--green:#12b76a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--newsbg);color:var(--ink)}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);border-bottom:1px solid #e7eaf0}.header-in{height:72px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;font:800 20px Manrope}.brand-mark{width:36px;height:36px;border-radius:11px;background:#101828;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;letter-spacing:-.05em}.main-nav{display:flex;gap:22px;margin-left:auto;font-weight:650;color:#475467}.main-nav a:hover{color:#111}.watch-btn{background:#111827;color:#fff;padding:11px 16px;border-radius:999px;font-weight:800}.hero{padding:68px 0 34px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:stretch}.hero-main{border-radius:28px;padding:44px;background:linear-gradient(135deg,#111827,#291c5d 58%,#7c3aed);color:#fff;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 20px 70px rgba(17,24,39,.18)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#d6ccff}.hero h1{font:800 clamp(34px,5vw,62px)/1.04 Manrope;margin:12px 0 18px;max-width:820px}.hero p{font-size:17px;line-height:1.75;color:#d8ddea;max-width:700px}.hero-side{display:grid;gap:16px}.mini-card{background:#fff;border:1px solid #e7eaf0;padding:22px;border-radius:22px;box-shadow:0 10px 30px rgba(16,24,40,.06)}.mini-card strong{display:block;font:800 19px Manrope;margin:6px 0}.section{padding:32px 0 72px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h2{font:800 30px Manrope;margin:0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-card{background:#fff;border:1px solid #e7eaf0;border-radius:22px;overflow:hidden;box-shadow:0 10px 32px rgba(16,24,40,.05);transition:.2s}.news-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,24,40,.09)}.news-card img{width:100%;height:210px;object-fit:cover;background:#e6e9ef}.news-card-body{padding:20px}.pill{display:inline-flex;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:800;padding:6px 9px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.news-card h3{font:800 20px/1.25 Manrope;margin:12px 0}.news-card p{color:#667085;line-height:1.65;font-size:14px}.meta{font-size:12px;color:#98a2b3;margin-top:15px}.ad-slot{min-height:90px;display:grid;place-items:center;border:1px dashed #c9ced8;border-radius:16px;background:#fafbfc;color:#98a2b3;font-size:12px;margin:22px 0}.article-wrap{width:min(860px,calc(100% - 32px));margin:50px auto 90px}.article-wrap h1{font:800 clamp(34px,5vw,58px)/1.08 Manrope;margin:16px 0}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:28px;margin:28px 0}.article-content{font-size:18px;line-height:1.9;color:#344054}.article-content p{margin:0 0 1.4em}.article-meta{color:#667085;font-size:14px}.footer{background:#0b0f17;color:#b4bdcc;padding:44px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer a{color:#d6dce6;margin-right:16px}.empty{padding:50px;text-align:center;background:#fff;border-radius:22px}.institutional{width:min(860px,calc(100% - 32px));margin:50px auto 100px;background:#fff;border:1px solid #e7eaf0;border-radius:24px;padding:38px}.institutional h1{font:800 42px Manrope}.institutional p{line-height:1.8;color:#475467}
@media(max-width:860px){.hero-grid,.news-grid{grid-template-columns:1fr}.main-nav{display:none}.hero{padding-top:32px}.hero-main{padding:28px;min-height:330px}.header-in{height:64px}.news-card img{height:190px}}
@media(max-width:460px){.header-in{gap:10px}.brand{font-size:18px}.brand-mark{width:34px;height:34px}}
/* News index v7: only real articles, five per page */
.news-index{padding-top:42px}.news-title{margin-bottom:26px}.news-title h1{font:800 clamp(30px,5vw,46px)/1.08 Manrope;margin:5px 0 10px}.news-title p{margin:0;color:#667085;font-size:16px}.news-title .eyebrow{color:#6d5bd0}.news-list{display:grid;gap:18px}.news-row{background:#fff;border:1px solid #e7eaf0;border-radius:24px;overflow:hidden;box-shadow:0 10px 32px rgba(16,24,40,.05);transition:transform .18s ease,box-shadow .18s ease}.news-row:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(16,24,40,.09)}.news-row-link{display:grid;grid-template-columns:minmax(240px,36%) 1fr;min-height:220px}.news-row img{width:100%;height:100%;min-height:220px;object-fit:cover;background:#e8ebf0}.news-row-body{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}.news-row h2{font:800 clamp(21px,3vw,30px)/1.2 Manrope;margin:11px 0}.news-row p{color:#667085;line-height:1.65;margin:0;font-size:15px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:34px 0 4px}.page-link{min-width:42px;height:42px;padding:0 13px;border-radius:12px;border:1px solid #dfe3eb;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:750;color:#344054}.page-link:hover{border-color:#7c5cff;color:#5b42dc}.page-link.current{background:#111827;border-color:#111827;color:#fff}.page-gap{color:#98a2b3;padding:0 3px}.article-content h2,.article-content h3,.article-content h4{font-family:Manrope,Inter,sans-serif;color:#101828;line-height:1.25;margin:1.65em 0 .65em}.article-content h2{font-size:30px}.article-content h3{font-size:24px}.article-content figure{margin:2em 0}.article-content img{display:block;width:100%;height:auto;max-height:none;border-radius:18px;margin:1.8em auto;background:#e9edf3}.article-content figure img{margin-bottom:.65em}.article-content figcaption{font-size:13px;line-height:1.55;color:#667085;text-align:center}.article-content blockquote{margin:1.7em 0;padding:18px 22px;border-left:4px solid #7c5cff;background:#f4f3ff;border-radius:0 14px 14px 0}.article-content ul,.article-content ol{padding-left:24px;margin:1.2em 0}.article-content li{margin:.55em 0}.article-content a{color:#5946d2;text-decoration:underline;text-underline-offset:3px}.article-source{margin-top:42px!important;padding-top:20px;border-top:1px solid #e7eaf0;color:#667085!important;font-size:14px}
@media(max-width:720px){.news-index{padding-top:26px}.news-row-link{grid-template-columns:1fr}.news-row img{height:220px;min-height:0}.news-row-body{padding:20px}.news-row h2{font-size:23px}.article-content h2{font-size:25px}.article-content h3{font-size:21px}.pagination{gap:6px}.page-link{height:40px;min-width:40px;padding:0 11px}}
