
:root{--bg:#071629;--bg-2:#0d2440;--card:#0f2745;--card-soft:#f5f8fb;--text:#102033;--muted:#65758b;--line:#dbe6f2;--brand:#08c8d8;--brand-2:#12a8ff;--gold:#d9aa4a;--radius:22px;--shadow:0 18px 50px rgba(7,22,41,.14);--micro-shift:0px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.93);backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid rgba(7,22,41,.08)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:220px;height:auto}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{padding:10px 15px;border-radius:999px;color:#21334d;font-weight:700;font-size:15px}.site-nav a:hover,.site-nav a.active{background:#eef8fb;color:#066f82}.nav-toggle{display:none;background:#071629;border:0;border-radius:12px;padding:10px;gap:4px;flex-direction:column}.nav-toggle span{display:block;width:23px;height:2px;background:#fff;border-radius:2px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#071629,#0b213b 58%,#102a4d);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(8,200,216,.28),transparent 34%),linear-gradient(90deg,rgba(7,22,41,.98),rgba(7,22,41,.72) 45%,rgba(7,22,41,.22));z-index:1}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}.hero-inner{position:relative;z-index:2;min-height:610px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:44px;padding:80px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#8deef6;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{content:"";width:36px;height:3px;background:var(--gold);border-radius:99px}.hero h1{font-size:clamp(38px,6vw,76px);line-height:1.06;margin:18px 0 20px;letter-spacing:-.04em}.hero p{font-size:18px;color:#d7e6f8;max-width:760px;margin:0 0 26px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#061427;box-shadow:0 14px 30px rgba(8,200,216,.22)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}.hero-panel{justify-self:end;width:min(470px,100%);padding:22px;border-radius:var(--radius);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);transform:translateX(var(--micro-shift))}.hero-panel img{border-radius:18px;aspect-ratio:4/3;object-fit:cover}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.metric{padding:15px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);text-align:center}.metric strong{display:block;color:#fff;font-size:20px}.metric span{font-size:13px;color:#b9cbe2}.section{padding:76px 0}.section.alt{background:#f5f8fb}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.section-head h2{font-size:clamp(28px,3vw,42px);line-height:1.18;margin:0;color:#0a1e35}.section-head p{max-width:560px;color:var(--muted);margin:8px 0 0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid rgba(7,22,41,.09);border-radius:var(--radius);box-shadow:0 12px 34px rgba(7,22,41,.08);overflow:hidden}.card.pad{padding:24px}.card h3{margin:0 0 10px;font-size:20px;line-height:1.35;color:#0c213a}.card p{margin:0;color:var(--muted)}.kicker{font-size:13px;font-weight:800;color:#087e91;letter-spacing:.05em}.story{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.story-text{font-size:17px;color:#37465d}.story-text p{margin:0 0 18px}.story-media{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#0a1f37}.story-media img{aspect-ratio:4/3;object-fit:cover;width:100%}.path-list{counter-reset:item;display:grid;gap:16px}.path-item{position:relative;background:#fff;border:1px solid rgba(7,22,41,.08);border-radius:20px;padding:22px 22px 22px 72px;box-shadow:0 10px 30px rgba(7,22,41,.07)}.path-item:before{counter-increment:item;content:counter(item);position:absolute;left:22px;top:22px;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--gold));display:grid;place-items:center;font-weight:900;color:#061427}.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{display:flex;flex-direction:column;min-height:100%}.article-card .thumb{aspect-ratio:16/9;overflow:hidden;background:#0d2440}.article-card .thumb img{width:100%;height:100%;object-fit:cover}.article-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:#6e7e94;font-size:13px}.badge{display:inline-flex;border:1px solid #cfe8ee;color:#067a8d;background:#eefbfe;border-radius:99px;padding:2px 9px;font-weight:800}.article-body h3{font-size:19px;margin:0;line-height:1.35}.article-body p{margin:0;color:#64748b;flex:1}.read-more{margin-top:8px;color:#085c6e;font-weight:900}.notice{background:linear-gradient(135deg,#0a1e35,#0e315a);color:#dbeafe;border-radius:28px;padding:30px;border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}.notice h2,.notice h3{color:#fff}.notice p{color:#c9d7e8}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px}.faq{display:grid;gap:14px}.faq details{background:#fff;border:1px solid rgba(7,22,41,.09);border-radius:18px;padding:18px 20px;box-shadow:0 8px 25px rgba(7,22,41,.06)}.faq summary{cursor:pointer;font-weight:900;color:#102033}.faq p{color:#64748b;margin:10px 0 0}.page-hero{background:#071629;color:#fff;padding:70px 0 54px;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:url('/assets/img/news-banner.webp') center/cover no-repeat;opacity:.42}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.1;margin:0 0 12px}.page-hero p{max-width:700px;color:#d3e3f5;margin:0}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:#8deef6;margin-bottom:16px;font-size:14px}.breadcrumb a{color:#fff}.news-layout{display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:start}.news-list{display:grid;gap:20px}.news-item{display:grid;grid-template-columns:260px 1fr;gap:20px;background:#fff;border:1px solid rgba(7,22,41,.09);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(7,22,41,.07)}.news-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.news-item-content{padding:22px}.news-item h2{font-size:24px;line-height:1.3;margin:10px 0}.sidebar{position:sticky;top:102px}.side-box{background:#fff;border:1px solid rgba(7,22,41,.09);border-radius:22px;padding:22px;box-shadow:0 10px 28px rgba(7,22,41,.07);margin-bottom:18px}.side-box h3{margin:0 0 12px}.side-box a{display:block;padding:10px 0;border-bottom:1px solid #eef2f7;color:#34445b}.pagination{display:flex;gap:10px;margin-top:26px}.pagination a,.pagination span{min-width:42px;height:42px;border-radius:13px;border:1px solid #d9e4ef;display:grid;place-items:center;font-weight:900}.pagination .current{background:#071629;color:#fff;border-color:#071629}.article-page{background:#f7fafc}.article-wrap{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:34px;align-items:start}.article-main{background:#fff;border:1px solid rgba(7,22,41,.09);border-radius:28px;padding:34px;box-shadow:0 14px 40px rgba(7,22,41,.08)}.article-main h1{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:12px 0 18px;color:#0a1e35}.article-main .lead{font-size:18px;color:#516176;border-left:4px solid var(--brand);padding-left:16px;margin-bottom:22px}.article-main .cover{border-radius:22px;overflow:hidden;margin:24px 0}.article-main .cover img{aspect-ratio:16/9;object-fit:cover;width:100%}.article-content p{font-size:17px;color:#2b3d55;margin:0 0 20px}.related{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:22px}.related a{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;border:1px solid #e4edf7;border-radius:16px;padding:10px}.related img{width:96px;height:64px;object-fit:cover;border-radius:12px}.related strong{line-height:1.35}.ambient-dot,.variant-ribbon{position:fixed;pointer-events:none;z-index:0;opacity:.12}.ambient-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 18px var(--brand)}.variant-ribbon{width:150px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:rotate(-18deg)}body.t-variant-0{--radius:20px}body.t-variant-1{--radius:24px;--brand:#00bfd2}body.t-variant-2{--radius:18px;--gold:#e5b75d}body.t-variant-3{--radius:26px;--brand-2:#00d4ff}body.t-variant-4{--radius:22px;--shadow:0 20px 55px rgba(0,29,61,.16)}body.t-variant-5{--radius:21px;--gold:#d2a449}body.t-variant-6{--radius:25px;--brand:#10d2bd}.site-footer{background:#061427;color:#c8d7ea;padding:54px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .6fr .6fr;gap:32px}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer p{margin:12px 0 0;color:#a9bbd1}.site-footer a{display:block;color:#c8d7ea;margin:6px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#91a7c0;font-size:14px}@media(max-width:920px){.header-inner{height:72px}.brand img{width:190px}.nav-toggle{display:flex}.site-nav{position:absolute;top:72px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #dce7f2;border-radius:20px;padding:12px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:58px 0}.hero-panel{justify-self:stretch}.metric-strip,.grid-4,.steps{grid-template-columns:repeat(2,1fr)}.grid-3,.article-list,.story,.news-layout,.article-wrap,.footer-grid{grid-template-columns:1fr}.news-item{grid-template-columns:1fr}.sidebar{position:static}.related{grid-template-columns:1fr}.section-head{display:block}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.hero h1{font-size:38px}.hero p{font-size:16px}.metric-strip,.grid-4,.steps{grid-template-columns:1fr}.section{padding:54px 0}.article-main{padding:22px}.news-item-content{padding:18px}.btn{width:100%}.hero-actions{gap:10px}.page-hero{padding:52px 0 42px}}


/* v2: module alignment and safe template differentiation */
body.ewc-dossier{--radius:24px;--content-gap:24px;--section-y:82px}.section{padding:var(--section-y,78px) 0}.section-head{align-items:flex-start}.card.pad{height:100%}.article-list{align-items:stretch}.article-card{border-radius:24px}.article-card .thumb img,.news-item img,.cover img{object-position:center}.article-body{min-height:246px}.article-body h3{min-height:52px}.article-body p{min-height:86px}.news-list{display:grid;gap:22px}.news-item{align-items:stretch;border-radius:24px}.news-item>a{display:block;background:#0d2440}.news-item>a img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover}.news-item-content{display:flex;flex-direction:column;justify-content:center}.related a{align-items:center}.site-nav a{white-space:nowrap}.hero-panel{backdrop-filter:blur(8px)}.hero-panel img{object-position:center}.notice .steps{align-items:stretch}.step{min-height:155px}.faq details{transition:box-shadow .22s ease, transform .22s ease}.faq details[open]{box-shadow:0 16px 42px rgba(7,22,41,.10);transform:translateY(-1px)}
body.t-variant-0{--radius:22px;--section-y:78px}body.t-variant-1{--radius:24px;--section-y:80px}body.t-variant-2{--radius:26px;--section-y:82px}body.t-variant-3{--radius:21px;--section-y:76px}body.t-variant-4{--radius:25px;--section-y:84px}body.t-variant-5{--radius:23px;--section-y:79px}body.t-variant-6{--radius:27px;--section-y:81px}
body.t-variant-1 .card,body.t-variant-4 .card{box-shadow:0 14px 38px rgba(7,22,41,.075)}body.t-variant-2 .site-header,body.t-variant-5 .site-header{border-bottom-color:rgba(8,200,216,.18)}body.t-variant-3 .badge,body.t-variant-6 .badge{background:#f7fbff;color:#075d84}.ambient-dot{position:fixed;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--gold));pointer-events:none;z-index:0;filter:blur(.15px)}.variant-ribbon{position:fixed;width:120px;height:1px;background:linear-gradient(90deg,transparent,rgba(8,200,216,.34),transparent);transform:rotate(-18deg);pointer-events:none;z-index:0}.template-grain{position:fixed;inset:auto auto 8vh 4vw;width:80px;height:80px;border:1px solid rgba(8,200,216,.08);border-radius:32px;transform:rotate(var(--accent-rotate,8deg));pointer-events:none;z-index:0}
@media (max-width: 900px){.article-body{min-height:auto}.article-body h3,.article-body p{min-height:auto}.step{min-height:auto}.news-item>a img{height:auto}.hero-inner{min-height:auto}.site-nav a{white-space:normal}}


/* v3 deep optimization: official-news layout polish, image fit, mobile stability */
.header-inner{align-items:center}.brand{display:flex;align-items:center;min-width:0}.site-nav{flex-shrink:0}.hero{min-height:auto}.hero-img{object-position:center center}.hero-inner{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)}.hero-panel{overflow:hidden}.hero-panel img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center center}.hero-actions .btn{min-width:142px}.section-head .btn{flex:0 0 auto}.grid-3,.grid-4,.article-list{align-items:stretch}.card.pad{display:flex;flex-direction:column}.card.pad p{margin-top:auto}.article-card{overflow:hidden}.article-card .thumb{background:#071629}.article-body{justify-content:flex-start}.article-body .read-more{align-self:flex-start}.news-item{min-height:205px}.news-item>a{min-height:100%}.news-item-content .read-more{align-self:flex-start}.news-item h2 a:hover,.article-body h3 a:hover{color:#067a8d}.notice{isolation:isolate}.notice:after{content:"";position:absolute;right:-80px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(8,200,216,.22),transparent 68%);z-index:-1}.checklist .step{display:flex;flex-direction:column;justify-content:flex-start}.faq details{overflow:hidden}.page-hero{background:#071629}.page-hero:before{background-position:center center}.article-main hr{border:0;border-top:1px solid #e5edf6;margin:30px 0}.article-content p{word-break:break-word}.related{align-items:stretch}.related a{background:#fff;min-height:86px}.related a:hover{border-color:#b8e6ee;box-shadow:0 10px 26px rgba(7,22,41,.08)}.side-box .btn{width:100%}.footer-grid img{max-width:180px}.site-footer a:hover{color:#8deef6}
@media(max-width:1100px){.hero-inner{grid-template-columns:1fr}.hero-panel{justify-self:start;width:min(560px,100%)}.article-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.header-inner{gap:12px}.brand img{width:170px}.hero-inner{padding:46px 0 52px}.hero h1{font-size:34px;letter-spacing:-.02em}.hero-panel{padding:12px}.metric-strip{gap:10px}.metric{padding:12px 8px}.section-head{margin-bottom:22px}.section-head .btn{margin-top:14px}.article-list{grid-template-columns:1fr}.news-item{grid-template-columns:1fr;min-height:0}.news-item>a img{aspect-ratio:16/9}.page-hero:before{opacity:.28}.related a{grid-template-columns:84px 1fr}.related img{width:84px;height:58px}.footer-grid{gap:20px}.site-nav{max-height:calc(100vh - 96px);overflow:auto}}
@media(max-width:420px){.brand img{width:150px}.nav-toggle{padding:9px}.hero-actions .btn{min-width:0}.article-main h1{font-size:28px}.news-item h2{font-size:21px}.page-hero h1{font-size:31px}.section-head h2{font-size:27px}}


/* v4 final polish: news-site feel, footer cleanup, article hierarchy */
.hero:before{background:radial-gradient(circle at 72% 18%,rgba(8,200,216,.22),transparent 32%),linear-gradient(90deg,rgba(7,22,41,.99),rgba(7,22,41,.78) 48%,rgba(7,22,41,.28));}.hero-img{object-position:center center}.hero-panel{border-radius:calc(var(--radius) + 4px)}.hero-panel img{border:1px solid rgba(255,255,255,.12)}.article-card .thumb img,.news-item>a img,.article-main .cover img{object-position:center center}.article-body{min-height:258px}.article-body h3{min-height:54px}.article-body p{min-height:92px}.news-item-content{min-height:210px}.news-item-content p{color:#5b6b80}.article-content h2{font-size:24px;line-height:1.35;margin:32px 0 12px;color:#0a1e35}.article-content h2:first-child{margin-top:8px}.article-content p+ h2{border-top:1px solid #e8eef6;padding-top:24px}.site-footer a{padding:2px 0}.site-footer .footer-grid{align-items:start}.footer-bottom{font-size:13px}.btn,.read-more{letter-spacing:.01em}.read-more:after{content:" →"}.pagination a:hover{border-color:#08c8d8;color:#067a8d}.side-box a:hover{color:#067a8d}.template-grain{opacity:.7}.card,.news-item,.article-main,.side-box{transition:border-color .2s ease, box-shadow .2s ease}.card:hover,.news-item:hover{border-color:#c1eaf0;box-shadow:0 16px 42px rgba(7,22,41,.09)}
@media(max-width:760px){.article-body{min-height:auto}.article-body h3,.article-body p{min-height:auto}.hero-panel img{aspect-ratio:16/10}.metric-strip{grid-template-columns:repeat(2,1fr)}.news-item-content{min-height:auto}.footer-grid{grid-template-columns:1fr}.site-footer{padding:42px 0 18px}.article-content h2{font-size:21px}.article-main .cover{margin:18px 0}.hero-img{opacity:.5}}
@media(max-width:480px){.metric-strip{grid-template-columns:1fr}.site-nav{left:12px;right:12px}.container{width:min(100% - 22px,1180px)}.hero h1{font-size:32px}.hero p{line-height:1.65}.section{padding:48px 0}.article-main{border-radius:22px}.related a{grid-template-columns:72px 1fr}.related img{width:72px;height:54px}}
