
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root{
  --indigo:#2B4A7A; --indigo-deep:#1E3457; --indigo-900:#152742;
  --verm:#CE4433; --verm-deep:#B23A28;
  --shell:#F3ECDE; --shell-2:#FAF6EF; --mist:#93A8C2; --mist-t:#6E82A0;
  --life:#46756C; --life-soft:#E8F1EE;
  --ink:#232A2E; --ink-2:#4A5560; --line:#E7E0D1; --wrap:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
#history,#annual-conference,#milestones,#positioning,#formats,#mechanism,#participate,#submission,#jrlist,#publications{scroll-margin-top:140px}
body{font-family:"Noto Sans","Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  color:var(--ink);background:#fff;line-height:1.75;font-variant-numeric:tabular-nums;
  -webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(206,68,51,.42);outline-offset:3px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 26px}
.eyebrow{display:inline-block;letter-spacing:.12em;font-size:16px;font-weight:600;
  color:var(--verm);text-transform:uppercase;margin-bottom:12px}
.sec-title{font-size:29px;font-weight:700;color:var(--indigo-deep);letter-spacing:.01em}
.sec-sub{color:var(--ink-2);font-size:16px;margin-top:8px}
.sec-head{margin-bottom:34px}
.sec-head.center{text-align:center}
.sec-head.center .sec-sub{max-width:660px;margin-left:auto;margin-right:auto}
section{padding:58px 0}
.btn{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;
  padding:12px 26px;border-radius:2px;transition:.2s;cursor:pointer;border:1.5px solid transparent}
.btn-primary{background:var(--verm);color:#fff}
.btn-primary:hover{background:var(--verm-deep)}
.btn-ghost{border-color:rgba(255,255,255,.6);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-line{border-color:var(--indigo);color:var(--indigo)}
.btn-line:hover{background:var(--indigo);color:#fff}
.mark-i{--i:var(--indigo);--v:var(--verm)}


.topbar{background:var(--indigo-900);color:#C7D2E2;font-size:15px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:38px}
.topbar a{color:#C7D2E2;transition:.2s}.topbar a:hover{color:#fff}
.topbar .tb-r{display:flex;align-items:center;gap:18px}
.topbar .tb-mail{letter-spacing:.02em}
.topbar .lang b{color:#fff}
.topbar .lang{cursor:pointer;user-select:none;border:0;background:transparent;color:inherit;font:inherit;padding:0}
.topbar .pill{background:var(--verm);color:#fff;padding:4px 14px;border-radius:20px;font-weight:600}


.header{position:sticky;top:0;z-index:50;background:var(--shell);padding:11px 0}
.header .wrap{display:flex;align-items:center;gap:12px;height:64px;max-width:1280px;background:#fff;border-radius:16px;box-shadow:0 6px 20px rgba(21,39,66,.12);padding:0 24px}
.brand{display:flex;align-items:center;gap:14px;flex:none}
.brand svg{width:64px;height:64px}
.brand .bt{font-size:23px;font-weight:700;color:var(--indigo-deep);letter-spacing:.02em}
html.lang-en .header .wrap,html.lang-vi .header .wrap{max-width:1400px;padding-left:18px;padding-right:18px;gap:20px}
html.lang-en .brand,html.lang-vi .brand{gap:9px}
html.lang-en .brand svg,html.lang-vi .brand svg{width:48px;height:48px}
html.lang-en .brand .bt,html.lang-vi .brand .bt{font-size:14.5px;line-height:1.15;max-width:none;letter-spacing:-.01em;white-space:nowrap}
.nav{margin-left:0;margin-right:0;display:flex;align-items:stretch;justify-content:flex-end;gap:clamp(6px,.65vw,11px);flex:1;height:64px}
.nav>li{position:relative;display:flex;align-items:center}
.nav>li>a{padding:0 19px;height:46px;display:flex;align-items:center;font-size:16px;font-weight:500;color:var(--ink);white-space:nowrap;border:0;border-radius:9px;transition:color .2s,background-color .2s,box-shadow .2s}
html.lang-en .nav>li>a,html.lang-vi .nav>li>a{font-size:13.2px;line-height:1.25;text-align:center;justify-content:center;white-space:nowrap;max-width:none;padding-left:7px;padding-right:7px}
.nav>li:hover>a,.nav>li:focus-within>a{color:var(--indigo-deep);background:rgba(221,63,48,.08);box-shadow:inset 0 0 0 1px rgba(221,63,48,.16)}
.nav>li.active>a,.nav>li.active:hover>a,.nav>li.active:focus-within>a{color:#fff;background:var(--indigo-deep);box-shadow:0 5px 14px rgba(21,39,66,.18)}
.nav>li>a:focus-visible{outline:2px solid var(--verm);outline-offset:2px}
.nav .dd{position:absolute;top:64px;left:50%;transform:translateX(-50%) translateY(8px);background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 44px rgba(21,39,66,.14);min-width:214px;padding:8px;opacity:0;visibility:hidden;transition:.22s}
html.lang-en .nav .dd,html.lang-vi .nav .dd{min-width:238px}
.nav>li:hover .dd{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
@media(min-width:1121px){
  .nav>li:last-child .dd{left:auto;right:0;transform:translateY(8px)}
  .nav>li:last-child:hover .dd{transform:translateY(0)}
}
.nav .dd a{display:block;padding:9px 14px;font-size:15px;color:var(--ink-2);border-radius:5px}
html.lang-en .nav .dd a,html.lang-vi .nav .dd a{font-size:13.5px;line-height:1.45;white-space:normal}
.nav .dd a:hover{background:var(--shell-2);color:var(--indigo)}
.nav .dd a.active,.nav .dd a[aria-current="page"],.nav .dd a[aria-current="location"]{background:var(--shell-2);color:var(--indigo-deep);font-weight:700;box-shadow:inset 3px 0 0 var(--verm)}
.nav-toggle{display:none}
.nav-sub-toggle{display:none}
body .ui-lang-en,body .lang-en,body .cms-lang-en{display:none!important}
html.lang-en body .ui-lang-vi,html.lang-en body .lang-vi,html.lang-en body .cms-lang-vi{display:none!important}
html.lang-en body .ui-lang-en,html.lang-en body .lang-en,html.lang-en body .cms-lang-en{display:revert!important}


body.nav-open{overflow:hidden}
.header.nav-compact .wrap{position:relative}
.header.nav-compact .brand{flex:1;min-width:0}
.header.nav-compact .nav-toggle{display:flex;margin-left:auto;width:44px;height:44px;min-width:44px;padding:0;justify-content:center;border-radius:8px;font-size:22px;line-height:1}
.header.nav-compact .nav{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;height:auto;max-height:calc(100vh - 126px);overflow-y:auto;margin:0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px rgba(21,39,66,.2)}
.header.nav-compact .nav.open{display:block}
.header.nav-compact .nav>li{display:grid;grid-template-columns:minmax(0,1fr) 48px;border-bottom:1px solid var(--line)}
.header.nav-compact .nav>li:last-child{border-bottom:0}
.header.nav-compact .nav>li>a{grid-column:1;height:50px;padding:0 14px;border:0;font-size:16px;font-weight:600}
.header.nav-compact .nav-sub-toggle{grid-column:2;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--indigo);font-size:22px;cursor:pointer;transition:.2s}
.header.nav-compact .nav>li.sub-open .nav-sub-toggle{transform:rotate(45deg)}
.header.nav-compact .nav .dd{grid-column:1/-1;position:static;display:none;min-width:0;padding:2px 8px 10px;opacity:1;visibility:visible;transform:none;background:var(--shell-2);border:0;border-radius:8px;box-shadow:none;transition:none}
.header.nav-compact .nav>li:hover .dd{transform:none}
.header.nav-compact .nav>li.sub-open .dd{display:block}
.header.nav-compact .nav .dd a{min-height:44px;display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(231,224,209,.8)}
.header.nav-compact .nav .dd a:last-child{border-bottom:0}

/* ---- Hero ---- */
.hero{position:relative;min-height:600px;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero-slides{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.1s ease}
.hero-slide.on{opacity:1}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(21,39,66,.92),rgba(30,52,87,.72) 52%,rgba(43,74,122,.44))}
.hero .wrap{position:relative;z-index:2;padding:96px 26px}
.hero .eyebrow{color:#E9B7AC}
.hero h1{font-size:46px;line-height:1.2;font-weight:700;max-width:760px;letter-spacing:.01em}
.hero h1 .accent{color:#F0C9BE}
.hero .lead{margin-top:20px;font-size:18px;color:#DCE6F2;max-width:600px;line-height:1.9}
.hero .cta{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{margin-top:52px;display:flex;gap:46px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.18);padding-top:26px}
.hero-stats .s b{font-size:34px;font-weight:700;color:#fff;display:block;line-height:1}
.hero-stats .s span{font-size:15px;color:#B9C7DB;letter-spacing:.04em}
.hero-stats .s b i{font-size:inherit;font-style:normal;color:#F0C9BE;margin-left:2px}


.mission-bar{background:var(--verm);color:#fff}
.mission-bar .wrap{display:flex;align-items:center;gap:20px;padding:15px 26px;justify-content:space-between;flex-wrap:wrap}
.mb-btn{background:#fff;color:var(--verm);padding:9px 22px;border-radius:2px;font-weight:600;font-size:15px;white-space:nowrap;flex:none;transition:.2s}
.mb-btn:hover{background:var(--indigo-deep);color:#fff}
.mission-bar p{font-size:16px;font-weight:500;letter-spacing:.02em}
.mission-bar .vn{opacity:.85;font-style:italic;font-size:16px}


.pillars{background:var(--shell-2)}
.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pillar{background:#fff;border-radius:14px;padding:30px 24px;transition:.25s;position:relative;overflow:hidden;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.pillar:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(21,39,66,.1)}
.pillar .ic{float:left;width:26px;height:26px;border-radius:7px;background:var(--cb,#EAF0F7);display:flex;align-items:center;justify-content:center;margin:0 10px 0 0}
.pillar .ic svg{width:17px;height:17px;stroke:var(--c,var(--indigo))}
.pillar h3{font-size:18px;color:var(--indigo-deep);line-height:26px;margin-bottom:0}
.pillar p{font-size:15px;color:var(--ink-2);line-height:1.7;clear:both;margin-top:12px}
.pillar .more{margin-top:14px;font-size:15px;font-weight:600;color:var(--verm)}


.news-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:22px}
.news-card{background:#fff;border-radius:14px;overflow:hidden;transition:.25s;display:flex;flex-direction:column;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.news-card:hover{box-shadow:0 16px 36px rgba(21,39,66,.1);transform:translateY(-3px)}
.news-card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--shell)}
.news-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.news-card:hover .thumb img{transform:scale(1.05)}
.news-card .body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1}
.news-card .tag{font-size:16px;font-weight:700;color:var(--verm);letter-spacing:.04em}
.news-card h3{font-size:16px;line-height:1.5;color:var(--ink);margin:8px 0;font-weight:600}
.news-card .date{margin-top:auto;font-size:15px;color:var(--mist-t)}
.news-lead{grid-row:span 2}
.news-lead .thumb{aspect-ratio:auto;flex:1;min-height:250px}
.news-lead h3{font-size:20px;line-height:1.4}
.news-lead p{font-size:15px;color:var(--ink-2);line-height:1.75;margin-bottom:10px}


.home-events{background:var(--indigo-deep);color:#fff;overflow:hidden}
.home-events .eyebrow{color:#E9B7AC}
.home-events .sec-title{color:#fff;font-size:34px}
.home-events .sec-sub{color:#B9C7DB;max-width:630px}
.events-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:30px}
.events-all{flex:none;white-space:nowrap}
.events-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.8fr);gap:18px}
.event-featured{position:relative;min-height:372px;border-radius:18px;overflow:hidden;display:flex;align-items:flex-end;background:#152742;isolation:isolate;box-shadow:0 18px 44px rgba(10,22,39,.28)}
.event-featured>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.event-featured::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,28,48,.06) 18%,rgba(13,28,48,.92) 88%);z-index:-1}
.event-date{position:absolute;top:22px;right:22px;width:72px;height:76px;border-radius:12px;background:#fff;color:var(--indigo-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(10,22,39,.2)}
.event-date b{font-size:26px;line-height:1;color:var(--verm)}
.event-date small{font-size:13px;margin-top:6px;letter-spacing:.08em}
.event-content{padding:32px;max-width:700px}
.event-status{display:inline-flex;align-items:center;padding:5px 10px;border-radius:99px;background:var(--verm);color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em}
.event-status.light{background:#F7DFD8;color:#973123}
.event-status.muted{background:#DCE6F2;color:var(--indigo)}
.event-content h3{font-size:25px;line-height:1.38;margin:13px 0 6px}
.event-content p{font-size:15px;color:#DCE6F2}
.event-link{display:inline-flex;align-items:center;margin-top:18px;font-size:15px;font-weight:700;color:#fff}
.event-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.event-card{min-height:177px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.06);padding:23px 24px;display:flex;flex-direction:column}
.event-card-top{display:flex;justify-content:space-between;align-items:center;gap:15px}
.event-mini-date{font-size:13px;letter-spacing:.1em;color:#F0C9BE;font-weight:700}
.event-card h3{font-size:18px;line-height:1.45;margin:14px 0 4px}
.event-card p{font-size:14px;color:#B9C7DB}
.event-card .event-link{margin-top:auto;padding-top:12px}


.home-publications{background:var(--shell-2)}
.publication-intro{display:grid;grid-template-columns:310px minmax(0,1fr);min-height:370px;background:#fff;border:1px solid var(--line);overflow:hidden}
.publication-visual{background:var(--indigo-deep);padding:20px 40px;display:flex;align-items:center;justify-content:center}
.publication-cover{width:228px;max-height:330px;object-fit:cover;box-shadow:0 18px 38px rgba(6,18,34,.34)}
.publication-copy{padding:38px 46px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}
.publication-copy .eyebrow{margin-bottom:12px}
.publication-copy .sec-title{font-size:29px;text-wrap:balance}
.publication-copy p{max-width:780px;margin-top:12px;color:var(--ink-2);font-size:16px;line-height:1.85}
.publication-copy p+p{margin-top:8px}
.publication-copy .btn{margin-top:22px}


.std-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.std-row{display:flex;align-items:center;gap:20px;padding:20px 4px;border-bottom:1px solid var(--line);transition:.2s}
.std-row:hover{background:var(--shell-2)}
.std-row .code{flex:none;font-size:16px;font-weight:600;color:var(--mist-t);width:150px;font-family:inherit}
.std-row .st-title{flex:1;font-size:16px;color:var(--ink);font-weight:500}
.std-row .status{flex:none;font-size:13px;font-weight:600;padding:4px 12px;border-radius:20px}
.status.cur{background:#E5F0E8;color:#2E7D46}
.status.draft{background:#FBEEDC;color:#B5761A}
.status.rev{background:#EAF0F7;color:var(--indigo)}
.std-row .dl{flex:none;color:var(--verm);font-size:15px;font-weight:600}
.std-flow{display:flex;gap:0;margin-top:44px;counter-reset:step}
.std-step{flex:1;position:relative;text-align:center;padding-top:34px}
.std-step::before{counter-increment:step;content:counter(step);position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid var(--indigo);color:var(--indigo);
  font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;z-index:2}
.std-step::after{content:"";position:absolute;top:16px;left:-50%;width:100%;height:2px;background:var(--line)}
.std-step:first-child::after{display:none}
.std-step:last-child::before{border-color:var(--verm);background:var(--verm);color:#fff}
.std-step b{font-size:15px;color:var(--indigo-deep);display:block}
.std-step span{font-size:13px;color:var(--mist-t)}


.experts{background:var(--shell-2)}
.exp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.exp-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 22px;text-align:center;transition:.25s}
.exp-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(21,39,66,.1)}
.exp-card .ava{width:66px;height:66px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(160deg,#EAF0F7,#DCE6F2);display:flex;align-items:center;justify-content:center}
.exp-card .ava svg{width:34px;height:34px;stroke:var(--indigo)}
.exp-card .field{font-size:16px;font-weight:700;color:var(--indigo-deep);margin-bottom:4px}
.exp-card .role{font-size:15px;color:var(--verm);font-weight:600;margin-bottom:8px}
.exp-card p{font-size:15px;color:var(--ink-2);line-height:1.65}
.exp-cta{margin-top:34px;text-align:center}


.award-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.award{border-radius:14px;padding:28px 24px;background:#fff;position:relative;transition:.25s;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.award:hover{box-shadow:0 14px 32px rgba(21,39,66,.09)}
.award.top{grid-column:span 4;display:flex;align-items:center;gap:28px;background:linear-gradient(100deg,#fff,var(--shell-2))}
.award .medal{width:50px;height:50px;flex:none;border-radius:50%;background:var(--shell);display:flex;align-items:center;justify-content:center}
.award .medal svg{width:28px;height:28px;stroke:var(--verm)}
.award.hl{background:linear-gradient(160deg,#fff,var(--shell));border:1px solid #EFE4D0}
.award .atag{display:inline-block;font-size:11.5px;font-weight:700;color:var(--verm);background:#fff;border:1px solid #EFD9CF;border-radius:20px;padding:2px 10px;margin-bottom:9px;letter-spacing:.04em}
.award .ai{width:46px;height:46px;border-radius:50%;background:var(--shell);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.award .ai svg{width:24px;height:24px;stroke:var(--verm);fill:none;stroke-linecap:round;stroke-linejoin:round}
.award h3{font-size:18px;color:var(--indigo-deep);margin-bottom:6px}
.award p{font-size:15px;color:var(--ink-2);line-height:1.65}
.award.top h3{font-size:20px}


.stats-band{background:var(--indigo);color:#fff}
.stats-band .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stats-band .st b{font-size:44px;font-weight:700;display:block;line-height:1}
.stats-band .st b i{font-size:22px;font-style:normal;color:#F0C9BE}
.stats-band .st span{font-size:15px;color:#B9C7DB;margin-top:6px;display:block;letter-spacing:.03em}


.partners .logos{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}
.plogo{border:1px solid var(--line);border-radius:8px;padding:18px 30px;min-width:150px;text-align:center;
  color:var(--mist-t);font-weight:700;letter-spacing:.04em;font-size:16px;filter:grayscale(1);opacity:.75;transition:.2s;background:#fff}
.plogo:hover{filter:none;opacity:1;color:var(--indigo);border-color:var(--mist)}
.plogo small{display:block;font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--mist);margin-top:2px}


.footer{background:var(--indigo-900);color:#AEBBCE;margin-top:auto;font-size:15px}
.foot-cta{background:var(--indigo-deep);padding:30px 0}
.foot-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.foot-cta h3,.foot-cta-title{color:#fff;font-size:20px;font-weight:600}
.foot-cta p{color:#B9C7DB;font-size:15px;margin-top:3px}
.foot-main{padding:52px 0 34px}
.foot-main .cols{display:block}
.foot-nav{display:grid;grid-template-columns:repeat(7,auto);justify-content:space-between;gap:30px 24px}
.fn-col .fn-heading{color:#fff;font-size:15px;margin-bottom:12px;font-weight:600}
.fn-col a{display:block;padding:4px 0;color:#AEBBCE;font-size:15px;transition:.2s}
.fn-col a:hover{color:#fff;padding-left:3px}
.foot-brand .fb-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.foot-brand .fb-head svg{width:56px;height:56px}
.foot-brand .fb-head b{color:#fff;font-size:18px;white-space:nowrap;font-weight:600;letter-spacing:.02em}
.foot-brand p{line-height:1.9;font-size:16px;color:#B4C0D2;max-width:none}
.foot-brand .mail{margin-top:14px;color:#E9B7AC;font-weight:600}
.foot-col h4{color:#fff;font-size:15px;margin-bottom:16px;font-weight:600}
.foot-col a{display:block;padding:5px 0;color:#AEBBCE;transition:.2s;font-size:15px}
.foot-col a:hover{color:#fff;padding-left:4px}
.foot-bot{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:15px;color:#7E8CA3}
.foot-bot .wrap{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 28px}


/* ---- Tablet and mobile navigation ---- */
@media(max-width:1120px){
  body.nav-open{overflow:hidden}
  .header .wrap{position:relative}
  .brand{flex:1;min-width:0}
  .nav-toggle{display:flex;margin-left:auto;width:44px;height:44px;min-width:44px;padding:0;justify-content:center;border-radius:8px;font-size:22px;line-height:1}
  .nav{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;height:auto;max-height:calc(100vh - 126px);overflow-y:auto;margin:0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px rgba(21,39,66,.2)}
  .nav.open{display:block}
  .nav>li{display:grid;grid-template-columns:minmax(0,1fr) 48px;border-bottom:1px solid var(--line)}
  .nav>li:last-child{border-bottom:0}
  .nav>li>a{grid-column:1;height:50px;padding:0 14px;border:0;font-size:16px;font-weight:600}
  .nav-sub-toggle{grid-column:2;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--indigo);font-size:22px;cursor:pointer;transition:.2s}
  .nav>li.sub-open .nav-sub-toggle{transform:rotate(45deg)}
  .nav .dd{grid-column:1/-1;position:static;display:none;min-width:0;padding:2px 8px 10px;opacity:1;visibility:visible;transform:none;background:var(--shell-2);border:0;border-radius:8px;box-shadow:none;transition:none}
  .nav>li:hover .dd{transform:none}
  .nav>li.sub-open .dd{display:block}
  .nav .dd a{min-height:44px;display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(231,224,209,.8)}
  .nav .dd a:last-child{border-bottom:0}
  html.lang-en .nav>li>a,html.lang-en .header.nav-compact .nav>li>a,html.lang-vi .nav>li>a,html.lang-vi .header.nav-compact .nav>li>a{height:auto;min-height:50px;font-size:15px;line-height:1.4;white-space:normal;padding-top:10px;padding-bottom:10px}
  html.lang-en .nav .dd a,html.lang-en .header.nav-compact .nav .dd a,html.lang-vi .nav .dd a,html.lang-vi .header.nav-compact .nav .dd a{font-size:14px;line-height:1.45;white-space:normal}
}

@media(max-width:980px){
  .pillar-grid,.exp-grid,.stats-band .grid{grid-template-columns:1fr 1fr}
  .news-grid{grid-template-columns:1fr 1fr}.news-lead{grid-column:span 2;grid-row:auto}
  .news-lead .thumb{min-height:auto;aspect-ratio:16/9}
  .events-grid,.foot-main .cols{grid-template-columns:1fr;gap:20px}
  .hero h1{font-size:34px}
}
@media(max-width:760px){
  .events-head{align-items:flex-start;flex-direction:column;gap:16px}
  .events-all{align-self:flex-start}
  .event-featured{min-height:410px}
  .event-content{padding:25px 22px}
  .event-content h3{font-size:22px;padding-right:50px}
  .event-stack{grid-template-rows:auto}
  .publication-intro{grid-template-columns:1fr}
  .publication-visual{min-height:284px;padding:20px}
  .publication-cover{width:184px;max-height:258px}
  .publication-copy{padding:30px 28px 34px}
}
@media(max-width:520px){
  .home-events .sec-title,.home-publications .sec-title{font-size:28px}
  .publication-copy p{font-size:15px}
  .publication-copy .btn{width:100%;justify-content:center}
}
@media(max-width:680px){
  body{overflow-wrap:anywhere}
  body.nav-open{overflow:hidden}
  .wrap{padding-left:16px;padding-right:16px}
  .header{padding:8px 0}
  .header .wrap{position:relative;height:62px;gap:8px;padding:0 12px;border-radius:12px}
  .brand{flex:1;min-width:0;gap:8px}
  .brand svg{width:44px;height:44px;flex:none}
  .brand .bt{font-size:17px;line-height:1.25;min-width:0;white-space:normal;overflow-wrap:anywhere;text-wrap:balance}
  html.lang-en .brand .bt,html.lang-vi .brand .bt{font-size:14px;line-height:1.12;max-width:none;white-space:normal;overflow-wrap:normal;text-wrap:balance}
  .nav-toggle{display:flex;margin-left:auto;width:44px;height:44px;min-width:44px;padding:0;justify-content:center;border-radius:8px;font-size:22px;line-height:1}
  .nav{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;height:auto;max-height:calc(100vh - 126px);overflow-y:auto;margin:0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px rgba(21,39,66,.2)}
  .nav.open{display:block}
  .nav>li{display:grid;grid-template-columns:minmax(0,1fr) 48px;border-bottom:1px solid var(--line)}
  .nav>li:last-child{border-bottom:0}
  .nav>li>a{grid-column:1;height:50px;padding:0 14px;border:0;font-size:16px;font-weight:600}
  .nav-sub-toggle{grid-column:2;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--indigo);font-size:22px;cursor:pointer;transition:.2s}
  .nav>li.sub-open .nav-sub-toggle{transform:rotate(45deg)}
  .nav .dd{grid-column:1/-1;position:static;display:none;min-width:0;padding:2px 8px 10px;opacity:1;visibility:visible;transform:none;background:var(--shell-2);border:0;border-radius:8px;box-shadow:none;transition:none}
  .nav>li:hover .dd{transform:none}
  .nav>li.sub-open .dd{display:block}
  .nav .dd a{min-height:44px;display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(231,224,209,.8)}
  .nav .dd a:last-child{border-bottom:0}
  .pillar-grid,.exp-grid,.award-grid,.stats-band .grid,.news-grid{grid-template-columns:1fr}
  .news-lead{grid-column:auto}
  .award.top{grid-column:span 1;flex-direction:column;text-align:center}
  .std-flow{flex-wrap:wrap;gap:20px}.std-step{flex:0 0 45%}.std-step::after{display:none}
  .hero{min-height:620px}
  .hero .wrap{padding:78px 16px 82px;min-width:0}
  .hero h1{font-size:clamp(28px,8vw,36px);max-width:100%;overflow-wrap:normal}.hero-stats{gap:26px}
  .hero .lead{font-size:16px;max-width:100%}
  .hero-facts{gap:12px 16px}
  .page-banner h1{font-size:clamp(28px,8vw,38px);overflow-wrap:anywhere}
  .page-banner .pb-lead,.crumb{overflow-wrap:anywhere}
  .subnav{overflow:hidden}
  .subnav .wrap{display:flex;overflow-x:auto;scrollbar-width:thin;padding-bottom:3px;-webkit-overflow-scrolling:touch}
  .subnav a{flex:0 0 auto;white-space:nowrap;min-height:46px;display:flex;align-items:center}
  .prose,.sec-block,.page-main,.page-main .wrap{min-width:0}
  table{min-width:680px}
  .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .topbar .tb-mail{display:none}
  .foot-nav{grid-template-columns:repeat(2,1fr)}
}


.about .split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.about .fig{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16/10;max-height:360px;box-shadow:0 16px 36px rgba(21,39,66,.12)}
.about .fig img{width:100%;height:100%;object-fit:cover}
.about-logo-badge,.image-logo-badge{position:absolute;left:16px;bottom:16px;width:58px;height:52px;display:grid;place-items:center;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.72);border-radius:12px;box-shadow:0 8px 22px rgba(21,39,66,.18);backdrop-filter:blur(5px)}
.about-logo-badge svg,.image-logo-badge svg{display:block;width:46px;height:40px;--i:var(--indigo);--v:var(--verm)}
.about .fig .cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(21,39,66,.84));color:#fff;padding:36px 20px 14px;font-size:13px;letter-spacing:.02em}
.about .tx .sec-title{margin-bottom:16px}
.about .tx p{font-size:16px;color:var(--ink-2);line-height:2.05;margin-bottom:22px}
.about .points{display:flex;gap:18px;flex-wrap:wrap}
.about .pt{flex:1;min-width:110px;background:var(--shell-2);border-radius:12px;padding:16px 18px;text-align:center}
.about .pt b{display:block;color:var(--indigo-deep);font-size:16px}
.about .pt span{font-size:13px;color:var(--mist-t);letter-spacing:.04em}


.notice{background:var(--shell-2)}
.notice .cols{display:grid;grid-template-columns:1.4fr 1fr;gap:46px;align-items:stretch}
.notice .cols>div:last-child{display:flex;flex-direction:column}
.notice-list{display:flex;flex-direction:column}
.notice-list a{display:flex;gap:16px;align-items:center;padding:12px 2px;border-bottom:1px solid var(--line);transition:.2s}
.notice-list a:hover{padding-left:6px}
.notice-list .nd{flex:none;width:50px;height:50px;background:var(--indigo);color:#fff;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.notice-list .nd b{font-size:18px;font-weight:700;line-height:1}
.notice-list .nd i{font-size:13px;font-style:normal;margin-top:2px;opacity:.85}
.notice-list .nt{font-size:16px;color:var(--ink);line-height:1.6}
.notice-list a:hover .nt{color:var(--indigo)}
.quick{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;flex:1}
.quick a{background:#fff;border-radius:12px;padding:22px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.25s;box-shadow:0 5px 18px rgba(21,39,66,.06)}
.quick a:hover{border-color:var(--mist);transform:translateY(-3px);box-shadow:0 12px 26px rgba(21,39,66,.08)}
.quick .qi{width:38px;height:38px;margin:0 auto 10px}
.quick .qi svg{width:100%;height:100%;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.quick b{font-size:15px;color:var(--indigo-deep);display:block}


.health-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hcard{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 22px;transition:.25s}
.hcard:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(21,39,66,.09)}
.hcard .hi{width:46px;height:46px;border-radius:10px;background:#EAF0F7;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.hcard .hi svg{width:24px;height:24px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hcard h3{font-size:16px;color:var(--indigo-deep);margin-bottom:6px}
.hcard p{font-size:15px;color:var(--ink-2);line-height:1.65}

@media(max-width:980px){.about .split,.notice .cols{grid-template-columns:1fr;gap:34px}.health-cards{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.health-cards,.quick{grid-template-columns:1fr}.about-logo-badge,.image-logo-badge{left:12px;bottom:12px;width:52px;height:46px}.about-logo-badge svg,.image-logo-badge svg{width:42px;height:36px}}


.milestone{background:linear-gradient(135deg,var(--indigo-deep),var(--indigo));color:#fff}
.ms-line{display:flex;padding-top:22px}
.ms-node{flex:1;text-align:center;position:relative;padding-top:40px}
.ms-node::before{content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);width:15px;height:15px;border-radius:50%;background:#fff;border:3px solid var(--verm);z-index:2}
.ms-node::after{content:"";position:absolute;top:11px;left:-50%;width:100%;height:2px;background:rgba(255,255,255,.22)}
.ms-node:first-child::after{display:none}
.ms-node:last-child::before{background:var(--verm)}
.ms-node .yr{font-size:23px;font-weight:700;color:#F0C9BE}
.ms-node .ev{font-size:15px;color:#DCE6F2;margin-top:7px;line-height:1.55;padding:0 12px}
.ms-node .num{font-size:13px;color:#93A8C2;margin-top:6px;font-weight:600}
@media(max-width:680px){.ms-line{flex-direction:column;gap:22px}.ms-node{padding:0 0 0 28px;text-align:left}.ms-node::before{left:6px;top:3px}.ms-node::after{left:12px;top:0;width:2px;height:100%}}

@media(max-width:980px){.foot-nav{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.foot-nav{grid-template-columns:1fr}.mission-bar .wrap{justify-content:center;text-align:center}}


.experts .exp-split{display:grid;grid-template-columns:1fr 1.2fr;gap:54px;align-items:center}
.exp-intro .sec-title{margin-bottom:14px}
.exp-intro p{font-size:16px;color:var(--ink-2);line-height:1.95;margin-bottom:22px}
.exp-dist{display:flex;flex-direction:column}
.exp-item{display:flex;justify-content:space-between;align-items:baseline;padding:16px 4px;border-bottom:1px solid var(--line)}
.exp-item:last-child{border-bottom:none}
.exp-item b{font-size:16px;color:var(--indigo-deep);font-weight:600}
.exp-item span{font-size:14.5px;color:var(--mist-t);font-weight:600;font-variant-numeric:tabular-nums}

.health-split{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.hcol{background:#fff;border-radius:16px;padding:28px 28px 20px;box-shadow:0 8px 26px rgba(21,39,66,.08)}
.hcol .hh{display:inline-block;background:#E9F0F8;color:var(--indigo);font-size:16px;font-weight:700;letter-spacing:.03em;padding:6px 16px;border-radius:20px;margin-bottom:14px}
.hcol.pub .hh,.hcol.pro .hh{color:var(--indigo)}
.hcol h3{font-size:20px;color:var(--indigo-deep);margin-bottom:16px;font-weight:700}
.hlist a{display:flex;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--ink);transition:.2s}
.hlist a:last-child{border-bottom:none}
.hlist a:hover{padding-left:5px;color:var(--indigo)}
.hlist .hi{width:34px;height:34px;flex:none;border-radius:8px;background:#EAF0F7;display:flex;align-items:center;justify-content:center}
.hlist .hi svg{width:18px;height:18px;stroke:var(--indigo);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.life-preview .hcol .hlist .hi{background:var(--life-soft)}
.life-preview .hcol .hlist .hi svg{stroke:var(--life)}
.life-preview .hcol .hh{background:var(--life-soft);color:var(--life)}
.health-cards.life-preview .hcard .hi{background:var(--life-soft)}
.health-cards.life-preview .hcard .hi svg{stroke:var(--life)}
.health-preview .subnav a.on{color:var(--life);background:var(--life-soft)}
.health-preview .health-topic-grid .gd b{color:var(--life)}

.hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:9px;z-index:3}
.hero-dots button{width:12px;height:12px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48);transition:.3s;cursor:pointer}
.hero-dots button.on{background:#F0C9BE;width:24px;border-radius:20px}
@media(max-width:820px){.experts .exp-split,.health-split{grid-template-columns:1fr;gap:32px}}

.foot-brand{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand p{display:none}
.foot-brand .fb-head{margin-bottom:16px}
.foot-brand .mail{margin:0 0 8px 72px}
.foot-brand .addr{margin:0 0 0 72px}

@media(max-width:980px){.foot-main .cols{grid-template-columns:1fr;gap:32px}.foot-brand{margin-bottom:12px}.foot-nav{grid-template-columns:repeat(3,1fr);gap:26px 20px}}

.foot-brand .addr{margin-top:12px;color:#8FA0B6;font-size:15px;line-height:1.6}

.foot-brand{display:flex;align-items:center;gap:22px}
.foot-brand .fb-logo{width:86px;height:86px;flex:none}
.foot-brand .fb-name{display:block;color:#fff;font-size:20px;font-weight:600;letter-spacing:.02em;margin-bottom:12px}
.foot-brand .mail{margin:0 0 7px;color:#E9B7AC;font-weight:600}
.foot-brand .addr{margin:0;color:#8FA0B6;font-size:15px}


.page-banner{position:relative;background:linear-gradient(120deg,var(--indigo-900),var(--indigo));color:#fff;overflow:hidden}

.page-banner .wrap{position:relative;padding:10px 26px 14px;z-index:2}
.page-banner .crumb{font-size:15px;color:#9FB0C6;margin-bottom:16px}
.page-banner .crumb a{color:#9FB0C6;transition:.2s}.page-banner .crumb a:hover{color:#fff}
.page-banner .eyebrow{display:none}
.page-banner h1{font-size:26px;font-weight:700;letter-spacing:.02em}
.subnav{background:#fff;border-bottom:1px solid var(--line)}
.subnav .wrap{display:flex;gap:2px;flex-wrap:wrap;padding:0 26px}
.subnav a{padding:16px 20px;font-size:16px;color:var(--ink-2);border-radius:10px;transition:.2s}
.subnav a:hover{color:var(--indigo)}
.subnav a.on{color:var(--indigo);background:var(--shell-2);font-weight:700}
.page-main{padding:62px 0}
.sec-block{margin-bottom:58px}.sec-block:last-child{margin-bottom:0}
.intro-split{display:grid;grid-template-columns:1.5fr 1fr;gap:54px;align-items:start}
.prose p{font-size:16px;color:var(--ink-2);line-height:2.05;margin-bottom:16px}
.prose p:last-child{margin-bottom:0}
.prose .lead{font-weight:600;color:var(--ink);font-size:19px;line-height:1.85}

.prose h3,.prose .health-subheading{font-size:18px;font-weight:700;color:var(--indigo-deep);margin:28px 0 12px}
.prose .tips{list-style:none;margin:0 0 16px;padding:0}
.prose .tips li{position:relative;padding-left:24px;font-size:16px;color:var(--ink-2);line-height:1.95;margin-bottom:9px}
.prose .tips li::before{content:"";position:absolute;left:5px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--verm)}

.doc-no{font-size:14px;color:var(--mist-t);margin-bottom:22px;letter-spacing:.02em}
.doc-list{list-style:none;margin:4px 0 18px;padding:0;counter-reset:dc}
.doc-list li{position:relative;padding-left:32px;font-size:16px;color:var(--ink-2);line-height:2.05;margin-bottom:14px}
.doc-list li::before{counter-increment:dc;content:counter(dc)".";position:absolute;left:2px;top:0;color:var(--ink-2);font-weight:400}
.doc-sign{margin-top:36px;text-align:right;line-height:1.95}
.doc-sign b{color:var(--indigo-deep);font-size:16px}
.doc-sign span{display:block;color:var(--mist-t);font-size:14px;margin-top:2px}
.stat-panel{background:var(--shell-2);border-radius:16px;padding:28px 30px}
.stat-panel .sp{display:flex;justify-content:space-between;align-items:baseline;padding:15px 0;border-bottom:1px solid var(--line)}
.stat-panel .sp:last-child{border-bottom:none;padding-bottom:0}
.stat-panel .sp:first-child{padding-top:0}
.stat-panel .sp b{font-size:30px;color:var(--indigo);font-weight:700}
.stat-panel .sp b i{font-size:inherit;font-style:normal;color:var(--verm);margin-left:1px}
.stat-panel .sp span{font-size:15px;color:var(--ink-2)}
.origin{background:var(--shell-2);border-radius:14px;padding:34px 42px}
.origin h3{font-size:20px;color:var(--indigo-deep);margin-bottom:14px}
.origin p{font-size:16px;color:var(--ink-2);line-height:2.1}
.origin .hl{color:var(--verm);font-weight:600}
.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.mv{background:#fff;border-radius:14px;padding:28px 26px;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.mv .mv-ic{float:left;width:26px;height:26px;border-radius:7px;background:#EAF0F7;display:flex;align-items:center;justify-content:center;margin:0 10px 0 0}
.mv .mv-ic svg{width:17px;height:17px;stroke:var(--indigo);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mv h3{font-size:18px;color:var(--indigo-deep);line-height:26px;margin-bottom:0}
.mv p{font-size:15px;color:var(--ink-2);line-height:1.85;clear:both;margin-top:12px}
.biz-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.biz-list .bz{background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 4px 16px rgba(21,39,66,.06);font-size:15px;color:var(--indigo-deep);font-weight:500;display:flex;align-items:center;gap:11px}
.biz-list .bz::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--verm);flex:none}
@media(max-width:820px){.intro-split,.mv-grid{grid-template-columns:1fr;gap:28px}.biz-list{grid-template-columns:1fr 1fr}}

.fig-band{border-radius:16px;overflow:hidden;position:relative}
.fig-band img{width:100%;height:360px;object-fit:cover;display:block}
.contact-visual img{object-position:center 55%}
.fig-band.region-map-band{background:#F8F5EF}
.fig-band.region-map-band img{height:auto;object-fit:contain}
.fig-band .cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(21,39,66,.82));color:#fff;padding:30px 30px 18px;font-size:16px;font-weight:500}
.tl-title{font-size:18px;color:var(--indigo-deep);margin:42px 0 2px;font-weight:700}
.task-list{display:grid;grid-template-columns:1fr 1fr;gap:20px 34px;margin-top:22px;counter-reset:tk}
.task-list .tk{display:flex;gap:14px;align-items:flex-start}
.task-list .tk::before{counter-increment:tk;content:counter(tk,decimal-leading-zero);color:var(--verm);font-weight:700;font-size:18px;font-family:inherit;flex:none;line-height:1.5}
.task-list .tk b{display:block;font-size:16px;color:var(--indigo-deep);margin-bottom:3px}
.task-list .tk span{display:block;font-size:15px;color:var(--ink-2);line-height:1.75}
@media(max-width:820px){.task-list{grid-template-columns:1fr}}

.page-banner .pb-lead{margin-top:8px;font-size:16px;color:#C7D3E4;max-width:1080px;line-height:1.5}
.challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.chal{background:#fff;border-radius:14px;padding:26px 26px;box-shadow:0 6px 22px rgba(21,39,66,.07);position:relative}
.chal .ch-tag{font-size:16px;font-weight:700;color:var(--verm);letter-spacing:.02em;margin-bottom:9px}
.chal h3{font-size:16px;color:var(--indigo-deep);margin-bottom:9px}
.chal p{font-size:15px;color:var(--ink-2);line-height:1.85}
.chal .arw{color:var(--verm);font-weight:700;margin:0 4px}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.value-grid.g2{grid-template-columns:repeat(2,1fr)}
.val{background:var(--shell-2);border-radius:14px;padding:28px 26px}
.val .vn{display:inline;font-size:18px;font-weight:800;color:var(--verm);line-height:1;font-family:inherit;margin:0 12px 0 0}
.val h3{display:inline;font-size:18px;color:var(--indigo-deep);font-weight:700;margin-bottom:0}
.val p{font-size:15px;color:var(--ink-2);line-height:1.9;margin-top:12px}
.field-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.field{background:#fff;border-radius:12px;padding:18px 22px;box-shadow:0 4px 16px rgba(21,39,66,.06);display:flex;align-items:center;gap:13px}
.field .fd-ic{width:40px;height:40px;border-radius:9px;background:#EAF0F7;flex:none;display:flex;align-items:center;justify-content:center}
.field .fd-ic svg{width:20px;height:20px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.field b{font-size:16px;color:var(--indigo-deep);font-weight:600;display:block}
.field span{font-size:13px;color:var(--mist-t)}
@media(max-width:820px){.challenge-grid,.value-grid,.field-grid{grid-template-columns:1fr}}


.letter{background:#FBF9F1;border:1px solid #E9E1CE;border-radius:14px;padding:46px 54px;box-shadow:0 12px 34px rgba(21,39,66,.07)}
.letter .l-salut{font-size:18px;color:var(--indigo-deep);font-weight:600;margin-bottom:22px}
.letter p{font-size:16px;color:#3a4340;line-height:2.15;margin-bottom:18px}
.letter p:last-of-type{margin-bottom:0}
.letter .l-sign{margin-top:40px;text-align:right;line-height:1.4}
.letter .l-sign .sig-hand{font-family:'Ma Shan Zheng','STKaiti','KaiTi',cursive;font-size:27px;color:var(--indigo-deep);line-height:1.2}
.letter .l-sign .sig-role{font-size:14.5px;color:var(--mist-t);margin-top:8px;letter-spacing:.02em}
@media(max-width:680px){.letter{padding:30px 26px}}


.eyebrow{display:none}



.gov-ladder{display:flex;flex-direction:column;gap:15px;margin-top:6px}
.gov-tier{display:grid;grid-template-columns:132px 1fr;gap:24px;align-items:center}
.gov-tier .tier-label{font-size:15px;font-weight:700;color:var(--mist-t);text-align:right;line-height:1.5}
.gov-body{background:var(--shell-2);border-radius:14px;padding:22px 28px;box-shadow:0 4px 16px rgba(21,39,66,.05)}
.gov-body .nn{font-size:18px;font-weight:700;color:var(--indigo-deep)}
.gov-body .vn{font-size:14px;font-weight:500;color:var(--mist-t);margin-left:10px}
.gov-body p{font-size:15px;color:var(--ink-2);line-height:1.7;margin-top:6px}
.gov-tier.top .gov-body{background:linear-gradient(120deg,var(--indigo-deep),var(--indigo));box-shadow:0 12px 30px rgba(21,39,66,.16)}
.gov-tier.top .nn{color:#fff}.gov-tier.top .vn{color:#B9C7DB}.gov-tier.top p{color:#DCE6F2}

.term-band{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:var(--shell-2);border-radius:14px;padding:24px 30px;margin-top:26px}
.term-band .tm b{display:block;font-size:30px;font-weight:700;color:var(--indigo);line-height:1.1}
.term-band .tm b i{font-size:inherit;font-style:normal;color:var(--verm);margin-left:2px}
.term-band .tm span{font-size:15px;color:var(--ink-2);margin-top:4px;display:block}

.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.role{background:#fff;border-radius:14px;padding:26px 28px;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.role .rt{font-size:18px;font-weight:700;color:var(--indigo-deep)}
.role .rvn{font-size:14px;font-weight:500;color:var(--mist-t);margin-left:9px}
.role p{font-size:15px;color:var(--ink-2);line-height:1.8;margin-top:10px}

.cmte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cmte{background:#fff;border-radius:14px;padding:26px 24px;box-shadow:0 6px 22px rgba(21,39,66,.07)}
.cmte .ci{width:46px;height:46px;border-radius:10px;background:#EAF0F7;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.cmte .ci svg{width:24px;height:24px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cmte h3{font-size:17px;color:var(--indigo-deep);margin-bottom:2px}
.cmte .cvn{font-size:13px;color:var(--mist-t);margin-bottom:9px}
.cmte p{font-size:15px;color:var(--ink-2);line-height:1.7}
@media(max-width:900px){.role-grid,.cmte-grid,.term-band{grid-template-columns:1fr 1fr}.gov-tier{grid-template-columns:1fr}.gov-tier .tier-label{text-align:left}}
@media(max-width:600px){.role-grid,.cmte-grid,.term-band{grid-template-columns:1fr}}


.orgtree{overflow-x:auto;padding:27px 18px 24px;margin-top:14px;background:linear-gradient(180deg,#F5F8FC,#ECF1F8);border-radius:16px;box-shadow:inset 0 0 0 1px rgba(43,74,122,.06)}
.orgtree ul{display:flex;justify-content:center;position:relative;padding-top:19px}
.orgtree>ul{padding-top:0}
.orgtree li{list-style:none;position:relative;padding:19px 11px 0;display:flex;flex-direction:column;align-items:center}
.orgtree li::before,.orgtree li::after{content:"";position:absolute;top:0;width:50%;height:19px;border-top:2px solid #BFCEE2}
.orgtree li::before{right:50%}
.orgtree li::after{left:50%;border-left:2px solid #BFCEE2}
.orgtree li:only-child::before,.orgtree li:only-child::after{display:none}
.orgtree li:only-child{padding-top:19px}
.orgtree li:first-child::before,.orgtree li:last-child::after{border:0}
.orgtree li:first-child::after{border-radius:7px 0 0 0}
.orgtree li:last-child::before{border-right:2px solid #BFCEE2;border-radius:0 7px 0 0}
.orgtree ul ul::before{content:"";position:absolute;top:0;left:50%;width:0;height:19px;border-left:2px solid #BFCEE2}
.orgtree .tnode{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;padding:10px 16px 10px;box-shadow:0 5px 15px rgba(21,39,66,.09);min-width:120px;text-align:center;position:relative;z-index:1;transition:transform .2s,box-shadow .2s}
.orgtree .tnode:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(21,39,66,.16)}
.orgtree .tnode .ti{width:29px;height:29px;border-radius:8px;background:#EAF0F7;display:flex;align-items:center;justify-content:center;margin-bottom:6px}
.orgtree .tnode .ti svg{width:16px;height:16px;stroke:var(--indigo);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.orgtree .tnode.root .ti{background:linear-gradient(135deg,var(--indigo),var(--indigo-deep))}
.orgtree .tnode.root .ti svg{stroke:#fff}
.orgtree .tnode b{display:block;font-size:12.5px;font-weight:700;color:var(--indigo-deep)}
.orgtree .tnode .ts{display:block;font-size:11px;color:var(--mist-t);margin-top:2px}

.gov-defs{display:grid;grid-template-columns:1fr 1fr;gap:18px 44px;margin-top:34px}
.gov-defs .gd b{font-size:16px;color:var(--indigo-deep);font-weight:700}
.gov-defs .gd p{font-size:15px;color:var(--ink-2);line-height:1.78;margin-top:4px}
@media(max-width:820px){.gov-defs{grid-template-columns:1fr}}


.hist-lead{font-size:16.5px;color:var(--ink-2);line-height:2.05}

.era{margin-top:60px}
.era:first-of-type{margin-top:32px}
.era-head{margin-bottom:26px}
.era-top{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}
.era-no{font-size:13px;font-weight:700;color:#fff;background:var(--verm);padding:4px 14px;border-radius:20px;letter-spacing:.05em}
.era-yr{font-size:33px;font-weight:800;color:var(--indigo);letter-spacing:.02em;line-height:1}
.era-top h2{font-size:23px;font-weight:700;color:var(--indigo-deep)}
.era-sum{font-size:15.5px;color:var(--ink-2);line-height:1.95}

.feat{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(21,39,66,.10);margin-bottom:20px}
.feat-img{position:relative;min-height:258px}
.feat-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feat-img .img-note{position:absolute;left:12px;right:12px;bottom:12px;z-index:1;width:max-content;max-width:calc(100% - 24px);padding:7px 10px;border-radius:7px;background:rgba(21,39,66,.82);color:#fff;font-size:12px;line-height:1.45;letter-spacing:.01em}
.feat.rev .feat-img{order:2}
.feat-txt{padding:32px 36px;display:flex;flex-direction:column;justify-content:center}
.feat .yr{align-self:flex-start;font-size:14px;font-weight:700;color:#fff;background:var(--verm);padding:3px 13px;border-radius:6px;margin-bottom:13px}
.feat h3{font-size:20px;color:var(--indigo-deep);margin-bottom:11px;font-weight:700}
.feat p{font-size:15px;color:var(--ink-2);line-height:1.9}
.auth-pts{list-style:none;margin-top:18px;border-top:1px solid var(--line)}
.auth-pts li{padding:13px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--ink-2);line-height:1.72}
.auth-pts li b{color:var(--indigo-deep);font-weight:700;margin-right:12px}

.ms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(302px,1fr));gap:18px}
.ms{background:#fff;border-radius:13px;padding:22px 24px;box-shadow:0 6px 18px rgba(21,39,66,.07);transition:transform .2s,box-shadow .2s}
.ms:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(21,39,66,.12)}
.ms .yr{display:inline-block;font-size:13px;font-weight:700;color:var(--indigo);background:#EAF0F7;padding:2px 11px;border-radius:6px;margin-bottom:10px}
.ms.hl .yr{background:var(--verm);color:#fff}
.ms h3{font-size:16px;color:var(--indigo-deep);margin-bottom:6px;font-weight:700}
.ms p{font-size:14.5px;color:var(--ink-2);line-height:1.78}

.ach-band{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;background:linear-gradient(180deg,#F5F8FC,#EDF2F8);border-radius:16px;padding:34px 30px;margin-top:22px;box-shadow:inset 0 0 0 1px rgba(43,74,122,.06)}
.ach-band .ac{text-align:center}
.ach-band .ac b{display:block;font-size:30px;font-weight:800;color:var(--indigo);line-height:1.1}
.ach-band .ac b i{font-size:inherit;font-style:normal;color:var(--verm);margin-left:2px}
.ach-band .ac span{display:block;font-size:14px;color:var(--ink-2);margin-top:6px}
@media(max-width:820px){.feat{grid-template-columns:1fr}.feat.rev .feat-img{order:0}.feat-img{min-height:200px}.ach-band{grid-template-columns:repeat(2,1fr);gap:24px}.era-yr{font-size:28px}}


.charter-meta{background:linear-gradient(120deg,#F5F8FC,#EDF2F8);border-radius:16px;padding:26px 32px;box-shadow:inset 0 0 0 1px rgba(43,74,122,.06)}
.charter-meta p{font-size:15.5px;color:var(--ink-2);line-height:1.95}
.charter-meta .cm-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.charter-meta .cm-tags a{font-size:13.5px;font-weight:600;color:var(--indigo);background:#fff;padding:6px 14px;border-radius:20px;box-shadow:0 2px 9px rgba(21,39,66,.07);transition:.2s}
.charter-meta .cm-tags a:hover{background:var(--indigo);color:#fff}
.charter{display:grid;grid-template-columns:214px 1fr;gap:48px;align-items:start;margin-top:34px}
.ch-toc{position:sticky;top:86px}
.ch-toc .tt{font-size:13px;font-weight:700;color:var(--mist-t);letter-spacing:.08em;margin-bottom:12px}
.ch-toc a{display:block;font-size:14.5px;color:var(--ink-2);padding:8px 12px;border-radius:8px;line-height:1.45;transition:.2s}
.ch-toc a:hover{background:var(--shell-2);color:var(--indigo)}
.chap{padding:0;margin-bottom:30px;scroll-margin-top:82px}
.chap:last-child{margin-bottom:4px}
.chap .art:last-child{margin-bottom:4px}
.chap-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.chap-no{font-size:14px;font-weight:700;color:#fff;background:var(--verm);padding:4px 13px;border-radius:6px;white-space:nowrap}
.chap-head h2{font-size:21px;font-weight:700;color:var(--indigo-deep)}
.art{margin-bottom:22px}
.art-h{font-size:16.5px;font-weight:700;color:var(--indigo-deep);margin-bottom:7px}
.art-h .an{color:var(--verm);margin-right:9px}
.art p{font-size:15px;color:var(--ink-2);line-height:1.95;margin-bottom:6px}
.art ol,.art ul{margin:8px 0 8px 2px;padding-left:24px}
.art li{font-size:15px;color:var(--ink-2);line-height:1.9;margin-bottom:5px}
.art li::marker{color:var(--mist-t)}
@media(max-width:860px){.charter{grid-template-columns:1fr;gap:20px}.ch-toc{position:static;display:flex;flex-wrap:wrap;gap:8px}.ch-toc .tt{width:100%}.ch-toc a{background:var(--shell-2);font-size:13.5px;padding:6px 12px}}



.mtype-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:8px}
.mtype{background:#fff;border-radius:16px;padding:30px 28px;box-shadow:0 8px 26px rgba(21,39,66,.08);position:relative;transition:transform .2s,box-shadow .2s}
.mtype:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(21,39,66,.13)}
.mtype .mt-no{display:inline;font-size:18px;font-weight:800;color:var(--verm);line-height:1;letter-spacing:.02em;margin-right:12px}
.mtype h3{display:inline;font-size:18px;color:var(--indigo-deep);font-weight:700}
.mtype p{font-size:15px;color:var(--ink-2);line-height:1.85;margin-top:13px}
.mtype .mt-for{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-size:14px;color:var(--mist-t)}
.mtype .mt-for b{color:var(--indigo);font-weight:700}

.mid-panel{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center;background:linear-gradient(120deg,#EEF3FA,#E4ECF6);border-radius:18px;padding:38px 40px;box-shadow:inset 0 0 0 1px rgba(43,74,122,.08)}
.mid-panel h3{font-size:22px;font-weight:700;margin-bottom:12px;color:var(--indigo-deep)}
.mid-panel p{font-size:15.5px;color:var(--ink-2);line-height:1.9}
.mid-panel .mid-act{display:flex;flex-direction:column;gap:12px}
.mid-panel .mid-card{background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 5px 15px rgba(21,39,66,.08)}
.mid-panel .mid-card .lbl{font-size:13px;color:var(--mist-t);letter-spacing:.06em}
.mid-panel .mid-card .no{font-family:inherit;font-size:22px;font-weight:700;color:var(--indigo-deep);letter-spacing:.08em;margin-top:4px}
.mid-panel .btn{align-self:flex-start}
@media(max-width:900px){.mtype-grid{grid-template-columns:1fr}.mid-panel{grid-template-columns:1fr;gap:24px}}


.ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 30px;margin-top:6px}
.ben{display:flex;gap:14px;align-items:flex-start}
.ben .bi{width:44px;height:44px;border-radius:12px;background:#EAF0F7;flex:none;display:flex;align-items:center;justify-content:center}
.ben .bi svg{width:22px;height:22px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ben b{font-size:15.5px;color:var(--indigo-deep);display:block;margin-bottom:4px}
.ben p{font-size:14px;color:var(--ink-2);line-height:1.7}
.ben-more{display:inline-block;margin-top:44px;font-size:15px;font-weight:600;color:var(--verm);transition:color .2s}
.ben-more:hover{color:var(--verm-deep)}
@media(max-width:820px){.ben-grid{grid-template-columns:1fr}}



.scale-lead{font-size:16.5px;color:var(--ink-2);line-height:2.05;margin-bottom:26px}
.scale-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(21,39,66,.09)}
.scale-board .sb{background:#fff;padding:24px 20px;text-align:center}
.scale-board .sb .si{width:36px;height:36px;border-radius:10px;background:#EAF0F7;margin:0 auto 11px;display:flex;align-items:center;justify-content:center}
.scale-board .sb .si svg{width:19px;height:19px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.scale-board .sb b{display:block;font-size:30px;font-weight:800;color:var(--indigo);line-height:1}
.scale-board .sb b i{font-size:15px;font-style:normal;color:var(--verm);margin-left:2px}
.scale-board .sb span{display:block;font-size:14px;color:var(--ink-2);margin-top:7px}

.compo{display:flex;flex-direction:column;gap:19px}
.compo .cp-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}
.compo .cp-top b{font-size:15.5px;color:var(--indigo-deep);font-weight:600}
.compo .cp-top span{font-size:15px;color:var(--mist-t);font-weight:700;font-variant-numeric:tabular-nums}
.compo .bar{height:12px;border-radius:6px;background:#EAF0F7;overflow:hidden}
.compo .bar i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--indigo),#5B80B6)}
.compo-note{font-size:15px;color:var(--ink-2);line-height:1.9;margin-top:22px}

.net{display:flex;flex-direction:column;gap:16px}
.net .nt{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;background:var(--shell-2);border-radius:14px;padding:24px 30px}
.net .nt .lvl{font-size:13px;font-weight:700;color:var(--verm);letter-spacing:.06em}
.net .nt .lvl b{display:block;font-size:30px;color:var(--indigo);margin-top:4px;line-height:1;font-weight:800}
.net .nt .lvl b i{font-size:inherit;font-style:normal;color:var(--mist-t);margin-left:3px}
.net .nt .nx b{font-size:17px;color:var(--indigo-deep);font-weight:700}
.net .nt .nx p{font-size:15px;color:var(--ink-2);line-height:1.78;margin-top:5px}
@media(max-width:820px){.scale-board{grid-template-columns:repeat(2,1fr)}.net .nt{grid-template-columns:1fr;gap:10px}}


.net-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}
.net-stage{position:relative;background:#fff;border-radius:16px;padding:26px 22px 24px;box-shadow:0 8px 24px rgba(21,39,66,.08);text-align:center}
.net-stage:not(:last-child)::after{content:"→";position:absolute;right:-11px;top:50%;transform:translateY(-50%);color:#BFCEE2;font-size:20px;font-weight:700;z-index:2}
.net-stage .ni{width:50px;height:50px;border-radius:13px;background:linear-gradient(135deg,#EAF0F7,#DCE6F3);margin:0 auto 14px;display:flex;align-items:center;justify-content:center}
.net-stage .ni svg{width:26px;height:26px;stroke:var(--indigo);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.net-stage .nc{font-size:14px;font-weight:700;color:var(--verm);letter-spacing:.04em}
.net-stage .nc b{font-size:30px;color:var(--indigo);margin-right:3px;font-weight:800}
.net-stage h3{font-size:16px;color:var(--indigo-deep);margin:8px 0 8px;font-weight:700}
.net-stage p{font-size:13.5px;color:var(--ink-2);line-height:1.7}
@media(max-width:820px){.net-flow{grid-template-columns:1fr 1fr;gap:24px 14px}.net-stage:not(:last-child)::after{display:none}}


.net-list{display:flex;flex-direction:column;margin-top:6px}
.net-list .nl{padding:22px 0}
.net-list .nl:first-child{padding-top:2px}
.net-list .nl + .nl{border-top:1px solid var(--line)}
.net-list .nl .nl-l{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.net-list .nl .nl-l .tag{flex:none;display:inline-block;font-size:13px;font-weight:700;color:#fff;background:var(--indigo);padding:4px 13px;border-radius:20px;letter-spacing:.05em}
.net-list .nl .nl-l .tag em{font-style:normal;color:#F0C9BE;margin-left:5px}
.net-list .nl .nl-l b{font-size:18px;color:var(--indigo-deep);font-weight:700;margin-top:0}
.net-list .nl .nl-r{font-size:15px;color:var(--ink-2);line-height:1.9}
@media(max-width:600px){.net-list .nl .nl-l{flex-wrap:wrap;gap:8px}}



.rgt-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 50px}
.rgt{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:22px 0;align-items:start}
.rgt + .rgt{}
.rgt .rn{font-family:inherit;font-size:18px;font-weight:800;color:var(--verm);line-height:1.4}
.rgt b{font-size:18px;color:var(--indigo-deep);display:block;margin-bottom:6px;font-weight:700}
.rgt p{font-size:14.5px;color:var(--ink-2);line-height:1.85}

.dut-panel{background:linear-gradient(180deg,#F6F8FC,#EEF2F8);border-radius:18px;padding:14px 40px;box-shadow:inset 0 0 0 1px rgba(43,74,122,.06)}
.dut{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:22px 0;align-items:start}
.dut + .dut{border-top:1px solid #DEE5F0}
.dut .dn{font-family:inherit;font-size:18px;font-weight:800;color:var(--verm);line-height:1.4}
.dut b{font-size:18px;color:var(--indigo-deep);display:block;margin-bottom:6px;font-weight:700}
.dut p{font-size:14.5px;color:var(--ink-2);line-height:1.85}

.rd-note{display:flex;gap:16px;align-items:flex-start;background:#FBF3E9;border-radius:14px;padding:22px 26px;margin-top:8px}
.rd-note .k{font-size:16px;font-weight:700;color:var(--verm);white-space:nowrap;padding-top:1px}
.rd-note p{font-size:15.5px;color:var(--ink-2);line-height:1.9}
@media(max-width:820px){.rgt-grid{grid-template-columns:1fr;gap:0}.dut-panel{padding:14px 24px}}


.pact{margin-top:54px;background:linear-gradient(160deg,#FBF6EE,#F7EFE2);border-radius:18px;padding:40px 48px}
.pact-h{font-size:21px;font-weight:700;color:var(--indigo-deep);text-align:center;margin-bottom:8px}
.pact-lead{font-size:15px;color:var(--ink-2);text-align:center;max-width:640px;margin:0 auto 30px;line-height:1.85}
.pact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.pact-grid .pc b{font-size:16.5px;color:var(--verm);display:block;margin-bottom:9px;font-weight:700}
.pact-grid .pc p{font-size:15px;color:var(--ink-2);line-height:1.95}
@media(max-width:820px){.pact{padding:32px 26px}.pact-grid{grid-template-columns:1fr;gap:26px}}



.jflow{margin-top:4px}
.jstep{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:22px 0}
.jstep + .jstep{border-top:1px solid var(--line)}
.jstep .jn{font-family:inherit;font-size:18px;font-weight:800;color:var(--verm);line-height:1.4}
.jstep b{font-size:18px;color:var(--indigo-deep);display:block;margin-bottom:8px;font-weight:700}
.jstep p{font-size:15px;color:var(--ink-2);line-height:1.9}
.online-learning .learning-state,.online-learning .learning-complete{display:inline-flex;align-items:center;border-radius:20px;background:var(--life-soft);color:var(--life);font-size:12.5px;font-weight:700;line-height:1;padding:5px 10px;white-space:nowrap}
.online-learning .mtype .learning-state{position:absolute;top:26px;right:26px}
.online-learning .jstep b{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

.mat-list{display:grid;grid-template-columns:1fr 1fr;gap:2px 48px;margin-top:2px}
.mat{display:grid;grid-template-columns:30px 1fr;gap:14px;padding:18px 0;align-items:start}
.mat .ck{width:26px;height:26px;flex:none;display:flex;align-items:center;justify-content:center;background:#FBE9E5;border-radius:8px;margin-top:1px}
.mat .ck svg{width:15px;height:15px;stroke:var(--verm);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.mat b{font-size:15.5px;color:var(--indigo-deep);display:block;margin-bottom:4px;font-weight:700}
.mat p{font-size:14px;color:var(--ink-2);line-height:1.78}

.notice{background:var(--shell-2);border-radius:16px;padding:28px 36px}
.notice .nt{display:flex;gap:14px;padding:11px 0;font-size:15px;color:var(--ink-2);line-height:1.88}
.notice .nt::before{content:"";width:7px;height:7px;border-radius:2px;background:var(--verm);flex:none;margin-top:9px}
.notice .nt b{color:var(--indigo-deep);font-weight:700}
.notice .nt a{color:var(--indigo);font-weight:600}
@media(max-width:820px){.mat-list{grid-template-columns:1fr}}


.wp-search{display:flex;gap:12px;max-width:none;margin:2px 0 30px}
.wp-search .wps-in{flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 16px;box-shadow:0 4px 14px rgba(21,39,66,.05)}
.wp-search .wps-in svg{width:18px;height:18px;stroke:var(--mist-t);fill:none;stroke-width:2;flex:none}
.wp-search input{flex:1;border:0;outline:0;font-size:15px;padding:13px 0;background:transparent;color:var(--ink)}
.wp-search .wps-btn{border:0;background:var(--indigo);color:#fff;font-size:15px;font-weight:600;padding:0 26px;border-radius:12px;cursor:pointer}
.wp-search .wps-btn:hover{background:var(--indigo-deep)}
.wpgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.wpcard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 26px rgba(21,39,66,.08);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.wpcard:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(21,39,66,.15)}
.wpcard .cov{display:block;width:100%;aspect-ratio:480/680;overflow:hidden;background:var(--shell-2)}
.wpcard .cov img{width:100%;height:100%;object-fit:cover;display:block}
.wpb{padding:18px 20px 20px;display:flex;flex-direction:column;gap:12px;flex:1}
.wpb h3{font-size:16px;color:var(--indigo-deep);line-height:1.55;font-weight:700}
.wpb .wp-sum{font-size:13.5px;color:var(--ink-2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wpb-btm{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:6px}
.wpb .wp-date{font-size:13px;color:var(--mist-t);font-variant-numeric:tabular-nums}
.wpb .dl{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--verm)}
.wpb .dl:hover{color:var(--verm-deep)}
.wpb .dl svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}
.wp-none{grid-column:1/-1;text-align:center;color:var(--mist-t);font-size:15px;padding:40px 0}
.wp-pager{display:flex;gap:8px;justify-content:center;margin-top:34px}
.wp-pager a,.wp-pager span{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:9px;font-size:14px;background:#fff;color:var(--indigo);border:1px solid var(--line)}
.wp-pager a:hover{background:var(--indigo);color:#fff;border-color:var(--indigo)}
.wp-pager .cur{background:var(--indigo);color:#fff;border-color:var(--indigo)}
.wp-pager .dis{color:var(--mist);opacity:.5}
@media(max-width:900px){.wpgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.wpgrid{grid-template-columns:1fr}.wp-search{flex-wrap:wrap}}


.trq{display:flex;gap:12px;max-width:none;margin:2px 0 16px}
.trq-box{flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 16px;box-shadow:0 4px 14px rgba(21,39,66,.05)}
.trq-box svg{width:18px;height:18px;stroke:var(--mist-t);fill:none;stroke-width:2;flex:none}
.trq-box input{flex:1;border:0;outline:0;font-size:15px;padding:14px 0;background:transparent;color:var(--ink);letter-spacing:.02em}
.trq-btn{border:0;background:var(--verm);color:#fff;font-size:15px;font-weight:600;padding:0 30px;border-radius:12px;cursor:pointer}
.trq-btn:hover{background:var(--verm-deep)}
.trq-result{background:var(--shell-2);border:1px solid var(--line);border-radius:14px;padding:24px 26px;font-size:15px;color:var(--mist-t);line-height:1.8}
.trq-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 28px;box-shadow:0 8px 26px rgba(21,39,66,.07)}
.trq-card .trq-top{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.trq-card .trq-no{font-size:15px;font-weight:700;color:var(--indigo);font-variant-numeric:tabular-nums;letter-spacing:.04em}
.trq-card .trq-badge,.trq-card .trq-progress{font-size:12.5px;border-radius:20px;padding:3px 13px;font-weight:600}
.trq-card .trq-badge{color:var(--indigo);background:#EAF0F7}
.trq-card .trq-progress{color:var(--life);background:var(--life-soft)}
.trq-card h3{font-size:21px;color:var(--indigo-deep);font-weight:700;margin-bottom:16px}
.trq-card .trq-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:16px}
.trq-dl{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:#fff;background:var(--verm);padding:9px 18px;border-radius:10px;transition:.2s}
.trq-dl:hover{background:var(--verm-deep)}
.trq-dl svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trq-card .trq-meta .mi span{display:block;font-size:12.5px;color:var(--mist-t);margin-bottom:4px}
.trq-card .trq-meta .mi b{font-size:14.5px;color:var(--ink);font-weight:600;font-variant-numeric:tabular-nums}
.trq-card p{font-size:15px;color:var(--ink-2);line-height:1.9;margin-bottom:20px}
.trq-note{margin-top:16px;font-size:13px;color:var(--mist-t);line-height:1.95}
.trq-note b{color:var(--indigo)}
@media(max-width:720px){.trq{flex-wrap:wrap}.trq-card .trq-meta{grid-template-columns:1fr}}


.is-fig{align-self:stretch;border-radius:16px;overflow:hidden;box-shadow:0 8px 26px rgba(21,39,66,.08);min-height:300px}
.is-fig img{width:100%;height:100%;object-fit:cover;display:block}


.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:6px}
.exp-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 22px;
  text-align:left;transition:border-color .18s,box-shadow .18s}
.exp-card:hover{border-color:#C6D2E4;box-shadow:0 6px 18px rgba(21,39,66,.07)}
.exp-card .ec-name{font-size:17px;font-weight:700;color:var(--indigo-deep);line-height:1.35}
.exp-card .ec-role{font-size:13.5px;color:var(--indigo);font-weight:600;margin-top:6px}
.exp-card .ec-field{font-size:12.5px;color:var(--mist-t);margin-top:4px;line-height:1.55}
.exp-card .ec-bio{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);
  font-size:14px;color:var(--ink-2);line-height:1.7;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.exp-pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:34px;flex-wrap:wrap}
.exp-pager button{font:inherit;cursor:pointer;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);
  background:#fff;color:var(--ink-2);border-radius:10px;font-size:15px;font-weight:600;transition:all .18s}
.exp-pager button:hover:not(:disabled){border-color:var(--indigo);color:var(--indigo)}
.exp-pager button.on{background:var(--indigo);border-color:var(--indigo);color:#fff}
.exp-pager button:disabled{opacity:.4;cursor:default}
.exp-empty{grid-column:1/-1;text-align:center;color:var(--mist-t);padding:40px 0;font-size:15px}
@media(max-width:940px){.exp-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.exp-grid{grid-template-columns:1fr}}


.pct-cap{font-size:14px;font-weight:700;color:var(--indigo);letter-spacing:.02em;margin:24px 0 12px}
.pct-cap:first-of-type{margin-top:6px}
.pct-band{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;background:var(--shell-2);border-radius:16px;padding:26px 28px}
.pct-band.t3{grid-template-columns:repeat(3,1fr)}
.pct b{display:block;font-size:30px;font-weight:800;color:var(--indigo);line-height:1;font-variant-numeric:tabular-nums}
.pct span{display:block;font-size:14px;color:var(--ink-2);font-weight:600;margin-top:9px;line-height:1.4}
.pct span i{display:block;font-size:12px;color:var(--mist-t);font-weight:400;font-style:normal;margin-top:3px;line-height:1.45}
@media(max-width:820px){.pct-band,.pct-band.t3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pct-band,.pct-band.t3{grid-template-columns:1fr}}


.hero-facts{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:30px}
.hero-facts span{font-size:15px;color:rgba(255,255,255,.82)}
.hero-facts b{font-weight:700;color:#fff;font-size:17px;margin-left:2px;font-variant-numeric:tabular-nums}
.hero-facts i{width:1px;height:13px;background:rgba(255,255,255,.34)}
@media(max-width:600px){.hero-facts{gap:8px 14px}.hero-facts i{display:none}}


.lib-bar{display:flex;gap:12px;flex-wrap:wrap;margin:2px 0 22px}
.lib-in{flex:1;min-width:220px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:0 15px;box-shadow:0 4px 14px rgba(21,39,66,.05)}
.lib-in svg{width:17px;height:17px;stroke:var(--mist-t);fill:none;stroke-width:2;flex:none}
.lib-in input{flex:1;border:0;outline:0;font-size:15px;padding:12px 0;background:transparent;color:var(--ink)}
.lib-bar select{border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 16px;font-size:14.5px;color:var(--ink-2);height:46px;cursor:pointer;box-shadow:0 4px 14px rgba(21,39,66,.05);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E82A0' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.lib-list{display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 8px 26px rgba(21,39,66,.08);overflow:hidden}
.lib-row{display:grid;grid-template-columns:96px 1fr auto auto;align-items:center;gap:20px;padding:17px 24px;border-bottom:1px solid var(--line)}
.lib-row:last-of-type{border-bottom:none}
.lib-tag{font-size:12.5px;font-weight:600;text-align:center;padding:4px 0;border-radius:7px;white-space:nowrap}
.lib-tag.t-std{background:#E9EEF6;color:var(--indigo)}
.lib-tag.t-gl{background:#FBE9E5;color:var(--verm)}
.lib-tag.t-proc{background:#E4F1EE;color:#2C7A6B}
.lib-tag.t-cons{background:#FBF0DC;color:#B5761A}
.lib-main{min-width:0}
.lib-title{display:block;font-size:15.5px;color:var(--indigo-deep);font-weight:600;line-height:1.5}
.lib-meta{display:block;font-size:13px;color:var(--mist-t);margin-top:3px;font-variant-numeric:tabular-nums}
.lib-st{font-size:12.5px;font-weight:600;padding:4px 12px;border-radius:20px;white-space:nowrap}
.lib-st.cur{background:#E5F0E8;color:#2E7D46}
.lib-st.rev{background:#FBEEDC;color:#B5761A}
.lib-get{font-size:13.5px;font-weight:600;color:var(--indigo);white-space:nowrap}
.lib-get:hover{color:var(--verm)}
.lib-none{padding:38px 24px;text-align:center;color:var(--mist-t);font-size:15px}
@media(max-width:760px){.lib-row{grid-template-columns:1fr auto;gap:8px 14px}.lib-row .lib-tag{grid-row:1;grid-column:1}.lib-row .lib-st{grid-row:1;grid-column:2}.lib-main{grid-column:1/-1}.lib-get{grid-column:1/-1;justify-self:start}}



.segbar{margin-top:6px}
.seg-track{display:flex;height:46px;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(21,39,66,.1)}
.seg-track i{display:flex;align-items:center;justify-content:center}
.seg-track i em{font-style:normal;font-size:16px;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}
.seg-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:20px}
.seg-legend .sl{display:flex;gap:11px;align-items:flex-start}
.seg-legend .sdot{width:12px;height:12px;border-radius:4px;flex:none;margin-top:5px}
.seg-legend .sl b{display:block;font-size:15.5px;color:var(--indigo-deep);font-weight:700}
.seg-legend .sl i{display:block;font-style:normal;font-size:13px;color:var(--mist-t);margin-top:4px;line-height:1.55}
@media(max-width:760px){.seg-legend{grid-template-columns:1fr;gap:13px}}


.lib-portal{display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 8px 26px rgba(21,39,66,.08);overflow:hidden}
.lib-portal .lp{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;border-bottom:1px solid var(--line)}
.lib-portal .lp:last-child{border-bottom:none}
.lib-portal .lp:hover{background:var(--shell-2)}
.lib-portal .lp .lp-t b{display:block;font-size:16px;color:var(--indigo-deep);font-weight:700;line-height:1.5}
.lib-portal .lp .lp-t span{display:block;font-size:13.5px;color:var(--mist-t);margin-top:4px;line-height:1.55}
.lib-portal .lp i{flex:none;font-style:normal;font-size:14px;font-weight:600;color:var(--verm);white-space:nowrap}
@media(max-width:600px){.lib-portal .lp{flex-wrap:wrap;gap:8px}}


.jr-acts{flex:none;display:flex;gap:8px}
.jr-btn{display:inline-flex;align-items:center;font-size:13px;font-weight:600;padding:6px 15px;border-radius:8px;white-space:nowrap;line-height:1}
.jr-btn.view{color:var(--indigo);border:1px solid var(--indigo)}
.jr-btn.view:hover{background:var(--indigo);color:#fff}
.jr-btn.get{color:#fff;background:var(--verm);border:1px solid var(--verm)}
.jr-btn.get:hover{background:var(--verm-deep);border-color:var(--verm-deep)}
@media(max-width:600px){.std-row{flex-wrap:wrap}.jr-acts{width:100%;justify-content:flex-start;margin-top:4px}}


.post-list{list-style:none;border-top:1px solid var(--line)}
.post-list li{border-bottom:1px solid var(--line)}
.post-list a{display:flex;gap:20px;align-items:center;padding:15px 4px;transition:.2s}
.post-list a:hover{padding-left:8px}
.post-list .pd{flex:none;align-self:center;background:var(--shell-2);border:1px solid var(--line);border-radius:20px;padding:4px 14px;color:var(--indigo);font-size:13.5px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap}
.post-list .pt{flex:1;font-size:16px;color:var(--ink);line-height:1.6}
.post-list a:hover .pt{color:var(--indigo)}
.back-lnk{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--indigo);border:1px solid var(--line);border-radius:9px;padding:8px 15px;transition:.2s}
.back-lnk:hover{background:var(--shell-2);border-color:var(--indigo)}
@media(max-width:600px){.post-list a{flex-wrap:wrap;gap:10px}.post-list .pt{flex:1 1 100%}}
.post-list a:hover .pt,.post-list a:hover .pd{color:var(--indigo)}
.post-list .tg{flex:none;font-size:12px;color:var(--verm);border:1px solid var(--line);border-radius:4px;padding:1px 7px;align-self:center}
@media(max-width:560px){.post-list a{flex-wrap:wrap;gap:4px 14px}.post-list .pd{width:auto;order:2;font-size:13px}.post-list .pt{order:1;width:100%}}

.pager{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:30px}
.pager button{min-width:40px;height:40px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;border-radius:8px;font-size:14px;color:var(--ink-2);cursor:pointer;transition:.2s;user-select:none}
.pager button:hover:not(:disabled){border-color:var(--indigo);color:var(--indigo)}
.pager button.on{background:var(--indigo);border-color:var(--indigo);color:#fff}
.pager button:disabled{opacity:.4;cursor:default}


.article-heading{font-size:22px;line-height:1.35;color:var(--indigo-deep);margin:34px 0 14px}
.doc-section-title{font-size:20px;line-height:1.35;color:var(--indigo-deep);margin:28px 0 14px}
.notice-detail>.doc-section-title:first-child{margin-top:0}
.notice-state{display:inline-flex;align-items:center;margin-left:8px;padding:3px 10px;border-radius:20px;font-size:13px;font-weight:700;line-height:1.4;vertical-align:middle}
.notice-state.closed,.notice-list-state{color:#6B7280;background:#EEF1F4}
.notice-state-note{display:flex;align-items:center;gap:12px;margin:0 0 24px;padding:14px 18px;border-left:3px solid #8B98A9;background:#F3F5F7;color:var(--ink-2)}
.notice-state-note strong{flex:none;color:var(--indigo-deep);font-size:15px}
.notice-state-note span{font-size:15px;line-height:1.7}
.notice-list-state{display:inline-flex;align-items:center;margin-left:9px;padding:2px 8px;border-radius:20px;font-size:13px;font-weight:700;line-height:1.45;vertical-align:middle}
@media(max-width:600px){.notice-state-note{align-items:flex-start;flex-direction:column;gap:3px}.notice-state{margin-left:4px}.notice-list-state{margin-left:6px}}
.article-cover{margin:26px 0 34px;border-radius:14px;overflow:hidden;background:var(--shell-2);box-shadow:0 12px 30px rgba(21,39,66,.09)}
.article-cover img{width:100%;height:clamp(250px,34vw,420px);object-fit:cover}
.article-cover figcaption{padding:11px 16px;font-size:13px;color:var(--mist-t);letter-spacing:.03em}
.health-article .article-cover{max-width:640px;margin:24px auto 30px}
.health-article .article-cover img{height:auto;aspect-ratio:5/3;object-fit:cover}
.article-related{margin-top:42px;padding-top:0}
.article-related>h2{font-size:21px;color:var(--indigo-deep);margin-bottom:16px}
.article-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.article-related-grid a{display:flex;flex-direction:column;min-height:132px;padding:18px 20px;background:var(--shell-2);border:1px solid var(--line);border-radius:12px;transition:.2s}
.article-related-grid a:hover{border-color:var(--mist);transform:translateY(-2px);box-shadow:0 10px 24px rgba(21,39,66,.08)}
.article-related-grid span{font-size:13px;color:var(--verm);font-weight:700;letter-spacing:.08em}
.article-related-grid b{font-size:16px;line-height:1.65;color:var(--indigo-deep);margin:7px 0 12px}
.article-related-grid i{font-style:normal;font-size:14px;color:var(--mist-t);margin-top:auto}
@media(max-width:680px){
  .article-heading,.doc-section-title{font-size:20px;margin-top:28px}
  .article-cover{margin:22px 0 28px}.article-cover img{height:220px}
  .health-article .article-cover{max-width:100%;margin:18px auto 24px}
  .health-article .article-cover img{height:auto}
  .article-related-grid{grid-template-columns:1fr}
  .article-related-grid a{min-height:0}
}


.res-out{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:6px}
.ro-col{background:#fff;border:1px solid #E7E0D1;border-radius:12px;padding:20px 22px}
.ro-col h3{font-size:16px;color:#1E3457;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #EEE7D8}
.ro-col a{display:block;color:#3A465E;font-size:14.5px;line-height:1.5;padding:7px 0;text-decoration:none;transition:.2s}
.ro-col a:hover{color:#CE4433;padding-left:3px}
.ro-col a.ro-more{margin-top:8px;color:#2B4A7A;font-weight:600;font-size:14px}
@media(max-width:980px){.res-out{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.res-out{grid-template-columns:1fr}}


.home-services{padding:0 0 18px;background:#fff;position:relative;z-index:4}
.home-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border-radius:18px;box-shadow:0 16px 38px rgba(21,39,66,.13);overflow:hidden;transform:translateY(-26px);margin-bottom:-26px}
.home-service-grid a{display:flex;align-items:center;gap:14px;min-height:104px;padding:20px 18px;transition:.22s;background:#fff}
.home-service-grid a:hover{background:var(--shell-2)}
.home-service-icon{width:42px;height:42px;flex:none;border-radius:12px;background:#EAF0F7;display:flex;align-items:center;justify-content:center}
.home-service-icon svg{width:22px;height:22px;fill:none;stroke:var(--indigo);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-service-grid b{display:block;color:var(--indigo-deep);font-size:16px;font-weight:700;line-height:1.4}
.home-service-grid small{display:block;color:var(--mist-t);font-size:13px;margin-top:3px;line-height:1.4}
@media(max-width:980px){.home-service-grid{grid-template-columns:repeat(3,1fr)}.home-service-grid a:nth-child(n+4){min-height:92px}}
@media(max-width:620px){.home-services .wrap{padding:0 12px}.home-service-grid{grid-template-columns:1fr 1fr;transform:translateY(-18px);margin-bottom:-18px;border-radius:14px}.home-service-grid a{min-height:92px;padding:16px 13px;gap:10px}.home-service-grid a:last-child{grid-column:1/-1}.home-service-icon{width:38px;height:38px}.home-service-grid b{font-size:15px}.home-service-grid small{font-size:12px}}


.home-notices{background:var(--shell-2)}
.home-notice-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.home-notice-head .sec-head{margin-bottom:0}
.home-notice-more{color:var(--indigo);font-size:15px;font-weight:700;padding:9px 16px;background:#fff;border-radius:10px}
.home-notice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.home-notice-card{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 6px 20px rgba(21,39,66,.06);transition:.22s}
.home-notice-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(21,39,66,.09)}
.home-notice-date{height:58px;border-radius:11px;background:var(--indigo);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.home-notice-date b{font-size:19px;line-height:1;font-weight:700}
.home-notice-date span{font-size:12px;margin-top:4px;color:#D9E3F0}
.home-notice-card p{font-size:15px;color:var(--ink);line-height:1.65;font-weight:500}
@media(max-width:780px){.home-notice-head{align-items:flex-start;flex-direction:column}.home-notice-grid{grid-template-columns:1fr}}
@media(max-width:520px){.home-notice-card{grid-template-columns:50px 1fr;padding:15px;gap:12px}.home-notice-date{height:50px}.home-notice-card p{font-size:14px}}


.home-research{background:#fff}
.home-research-layout{display:grid;grid-template-columns:1.04fr 1.46fr;gap:24px;align-items:stretch}
.home-journal-feature{display:flex;flex-direction:column;background:var(--indigo-deep);border-radius:18px;padding:26px 30px;color:#fff;box-shadow:0 12px 30px rgba(21,39,66,.14)}
.home-journal-head{width:100%;margin-bottom:16px}
.home-journal-feature .eyebrow{display:block;color:#E9B7AC;margin-bottom:6px}
.home-journal-feature h3{font-size:22px;line-height:1.4;margin:0;white-space:nowrap}
.home-journal-body{display:grid;grid-template-columns:168px 1fr;gap:24px;align-items:center;flex:1;min-width:0}
.home-journal-feature img{width:168px;height:auto;aspect-ratio:480/680;object-fit:cover;border-radius:9px;box-shadow:0 12px 24px rgba(0,0,0,.24)}
.home-journal-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center}
.home-journal-feature p{font-size:14px;line-height:1.78;color:#D9E3F0;margin-bottom:18px}
.home-journal-facts{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}
.home-journal-facts span{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:10px 9px;border-radius:10px;background:rgba(255,255,255,.08)}
.home-journal-facts b{font-size:13px;line-height:1.35;color:#fff;white-space:nowrap}
.home-journal-facts small{margin-top:3px;font-size:11px;line-height:1.35;color:#BFCDE0}
html.lang-en .home-journal-facts b,
html.lang-en .home-journal-facts small,
html.lang-vi .home-journal-facts b,
html.lang-vi .home-journal-facts small{white-space:normal;overflow-wrap:anywhere}
.home-journal-feature a{display:inline-flex;background:#fff;color:var(--indigo-deep);font-size:14px;font-weight:700;padding:9px 16px;border-radius:9px}
.home-research-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.home-research-card{background:var(--shell-2);border-radius:16px;padding:24px;display:flex;flex-direction:column;min-height:190px;transition:.22s}
.home-research-card:hover{background:#F1E7D6;transform:translateY(-2px)}
.home-research-card .home-research-type{font-size:13px;color:var(--verm);font-weight:700;margin-bottom:12px}
.home-research-card h3{font-size:19px;color:var(--indigo-deep);margin-bottom:8px}
.home-research-card p{font-size:14px;color:var(--ink-2);line-height:1.78}
.home-research-card .home-research-open{margin-top:auto;padding-top:14px;color:var(--indigo);font-size:14px;font-weight:700}
html.lang-en .home-journal-feature h3,html.lang-vi .home-journal-feature h3{white-space:normal;text-wrap:balance;overflow-wrap:anywhere}
@media(max-width:980px){.home-research-layout{grid-template-columns:1fr}.home-journal-body{grid-template-columns:180px 1fr}.home-journal-feature img{width:180px}}
@media(max-width:620px){.home-journal-feature{padding:22px}.home-journal-body{grid-template-columns:132px 1fr;gap:18px}.home-journal-feature img{width:132px}.home-journal-feature h3{font-size:20px}.home-journal-facts span{padding:8px 9px}.home-research-links{grid-template-columns:1fr}.home-research-card{min-height:0}}
@media(max-width:520px){.home-journal-feature h3{font-size:19px;white-space:normal}.home-journal-body{grid-template-columns:1fr}.home-journal-feature img{width:150px;margin:0 auto}.home-journal-facts b{font-size:12px}.home-journal-facts small{font-size:11px}}


.mechanism-page .sec-block{margin-bottom:46px}
.mechanism-page .sec-head{margin-bottom:26px}
.mechanism-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start;padding:0}
.mechanism-copy{background:#fff;border-radius:18px;padding:34px 36px;box-shadow:0 10px 30px rgba(21,39,66,.08)}
.mechanism-copy .sec-title{margin-bottom:18px}
.mechanism-copy p{font-size:16px;color:var(--ink-2);line-height:2;margin-bottom:16px}
.mechanism-copy p:last-child{margin-bottom:0}
.mechanism-summary{background:var(--indigo-deep);border-radius:18px;padding:32px;color:#fff;box-shadow:0 10px 30px rgba(21,39,66,.12)}
.mechanism-summary h3{font-size:20px;margin-bottom:18px}
.summary-item{background:rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;margin-top:11px}
.summary-item b{display:block;font-size:15px;color:#fff;margin-bottom:3px}
.summary-item span{display:block;font-size:13.5px;color:#D9E3F0;line-height:1.65}
.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
.scope-card{display:grid;grid-template-columns:30px minmax(0,1fr);column-gap:10px;row-gap:7px;align-items:baseline;background:#fff;border-radius:16px;padding:22px 21px;box-shadow:0 8px 24px rgba(21,39,66,.07)}
.scope-card>span{grid-column:1;grid-row:1;display:block;color:var(--indigo);font-size:17px;line-height:1.45;font-weight:800;font-variant-numeric:tabular-nums}
.scope-card h3{grid-column:2;grid-row:1;font-size:17px;line-height:1.45;color:var(--indigo-deep);margin:0}
.scope-card p{grid-column:2;font-size:14.5px;color:var(--ink-2);line-height:1.72;margin:0}
.soft-section{background:var(--shell-2);border-radius:20px;padding:30px;margin-left:0;margin-right:0}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}
.process-grid.four-col{grid-template-columns:repeat(4,1fr)}
.process-card{display:grid;grid-template-columns:30px minmax(0,1fr);column-gap:10px;row-gap:8px;align-items:baseline;background:#fff;border-radius:15px;padding:21px;box-shadow:0 6px 18px rgba(21,39,66,.05)}
.process-no{grid-column:1;grid-row:1;display:block;color:var(--verm);font-size:17px;line-height:1.45;font-weight:800;font-variant-numeric:tabular-nums}
.process-card h3{grid-column:2;grid-row:1;font-size:17px;line-height:1.45;color:var(--indigo-deep);margin:0}
.process-card p{grid-column:2;font-size:14px;color:var(--ink-2);line-height:1.72;margin:0}
.process-card b{grid-column:2;display:block;font-size:13px;color:var(--indigo);font-weight:700;line-height:1.55}
.requirement-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.requirement-panel{background:var(--shell-2);border-radius:18px;padding:30px 32px}
.requirement-panel h3{font-size:20px;color:var(--indigo-deep);margin-bottom:19px}
.requirement-panel.dark-panel{background:var(--indigo-deep);color:#fff}
.requirement-panel.dark-panel h3{color:#fff}
.plain-list{padding-left:20px;margin:0}
.plain-list li{padding:7px 0 7px 3px;color:var(--verm)}
.plain-list li::marker{font-size:11px}
.plain-list b{display:block;font-size:15px;color:var(--indigo-deep);margin-bottom:2px}
.plain-list span{display:block;font-size:13.5px;color:var(--ink-2);line-height:1.68}
.dark-panel .plain-list li{color:#E9B7AC}
.dark-panel .plain-list b{color:#fff}
.dark-panel .plain-list span{color:#D9E3F0}
.ethics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:start}
.ethics-grid article{background:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 24px rgba(21,39,66,.07)}
.ethics-grid h3{font-size:17px;color:var(--indigo-deep);margin-bottom:9px}
.ethics-grid p{font-size:14px;color:var(--ink-2);line-height:1.78}
.mechanism-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}
.mechanism-role-grid article{background:#fff;border-radius:16px;padding:26px;box-shadow:0 8px 24px rgba(21,39,66,.06)}
.mechanism-role-grid span{display:inline-block;background:#EAF0F7;color:var(--indigo);font-size:13px;font-weight:700;padding:5px 11px;border-radius:8px;margin-bottom:13px}
.mechanism-role-grid h3{font-size:18px;color:var(--indigo-deep);margin-bottom:8px}
.mechanism-role-grid p{font-size:14.5px;color:var(--ink-2);line-height:1.82}
.outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
.outcome-grid a{background:var(--shell-2);border-radius:14px;padding:23px;transition:.2s}
.outcome-grid a:hover{background:#F1E7D6;transform:translateY(-2px)}
.outcome-grid b{display:block;font-size:17px;color:var(--indigo-deep);margin-bottom:7px}
.outcome-grid span{display:block;font-size:14px;color:var(--ink-2);line-height:1.72}
.content-note{margin-top:24px;background:#EAF0F7;color:var(--indigo-deep);border-radius:12px;padding:15px 18px;font-size:14px;line-height:1.75;text-align:center}
.rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;align-items:start}
.rule-grid article{background:#fff;border-radius:15px;padding:24px;box-shadow:0 8px 24px rgba(21,39,66,.07)}
.rule-grid b{display:block;font-size:17px;color:var(--indigo-deep);margin-bottom:8px}
.rule-grid p{font-size:14.5px;color:var(--ink-2);line-height:1.8}
@media(max-width:980px){.mechanism-intro{grid-template-columns:1fr}.scope-grid,.ethics-grid,.outcome-grid,.process-grid,.process-grid.four-col{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.mechanism-page .sec-block{margin-bottom:38px}.mechanism-page .sec-head{margin-bottom:22px}.soft-section{padding:25px 20px}.process-grid,.process-grid.four-col,.rule-grid,.mechanism-role-grid{grid-template-columns:1fr}.requirement-grid{grid-template-columns:1fr}}
@media(max-width:560px){.mechanism-copy,.mechanism-summary{padding:25px 21px}.scope-grid,.ethics-grid,.outcome-grid{grid-template-columns:1fr}.scope-card,.process-card{grid-template-columns:28px minmax(0,1fr);padding:19px}.page-main .soft-section{margin-left:0;margin-right:0}.content-note{text-align:left}}


.page-main.mechanism-page{padding:38px 0 44px}
.mechanism-page .sec-block{margin-bottom:24px}
.mechanism-page .sec-head{margin-bottom:14px}
.project-mechanism-page .mechanism-intro{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:0;overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(21,39,66,.08)}
.project-mechanism-page .mechanism-copy,.project-mechanism-page .mechanism-summary{border-radius:0;box-shadow:none}
.project-mechanism-page .mechanism-copy{padding:30px 34px}
.project-mechanism-page .mechanism-summary{padding:28px 30px}
.project-mechanism-page .sec-head.center{display:grid;grid-template-columns:112px minmax(0,1fr);column-gap:20px;row-gap:2px;text-align:left;align-items:start}
.project-mechanism-page .sec-head.center .eyebrow{grid-column:1;grid-row:1 / span 2;margin-top:5px}
.project-mechanism-page .sec-head.center .sec-title{grid-column:2;line-height:1.35}
.project-mechanism-page .sec-head.center .sec-sub{grid-column:2;max-width:none;margin:4px 0 0}
.project-mechanism-page .scope-grid{grid-template-columns:1fr 1fr;gap:12px}
.project-mechanism-page .scope-card{background:var(--shell-2);border-radius:12px;box-shadow:none;padding:17px 19px}
.project-mechanism-page .soft-section{padding:22px 24px}
.project-mechanism-page .process-grid{gap:11px}
.project-mechanism-page .process-card{padding:17px 18px;border-radius:11px;box-shadow:none}
.project-mechanism-page .requirement-panel{padding:24px 27px}
.project-mechanism-page .ethics-grid{gap:12px}
.project-mechanism-page .ethics-grid article{padding:19px;box-shadow:none;background:var(--shell-2);border-radius:12px}
.project-mechanism-page .mechanism-role-grid{gap:12px}
.project-mechanism-page .mechanism-role-grid article{padding:21px;box-shadow:none;border-radius:12px}
.project-mechanism-page .outcome-grid{gap:11px}
.project-mechanism-page .outcome-grid a{padding:18px;border-radius:10px}
.project-mechanism-page .content-note{margin-top:14px;padding:12px 16px}


.expert-rules-page .mechanism-intro{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:0;align-items:stretch;overflow:hidden;background:var(--indigo-deep);border-radius:18px;box-shadow:0 10px 30px rgba(21,39,66,.09)}
.expert-rules-page .mechanism-summary{grid-column:1;grid-row:1;border-radius:0;box-shadow:none;padding:28px}
.expert-rules-page .mechanism-copy{grid-column:2;grid-row:1;border-radius:0;box-shadow:none;padding:30px 34px}
.expert-rules-page .expert-rule-section{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;align-items:start;margin:0;padding:24px 0;border-top:1px solid var(--line);background:transparent;border-radius:0}
.expert-rules-page .expert-rule-section:last-child{padding-bottom:0}
.expert-rules-page .expert-rule-section .sec-head{margin:0;text-align:left}
.expert-rules-page .expert-rule-section .sec-head .sec-title{font-size:23px;line-height:1.35}
.expert-rules-page .expert-rule-section .sec-head .sec-sub{max-width:none;margin:7px 0 0;font-size:14px;line-height:1.7}
.expert-rules-page .scope-grid{grid-template-columns:1fr 1fr;gap:0 24px}
.expert-rules-page .scope-card{padding:14px 0;background:transparent;border-radius:0;box-shadow:none;border-bottom:1px solid var(--line)}
.expert-rules-page .process-grid.four-col{grid-template-columns:1fr 1fr;gap:10px}
.expert-rules-page .process-card{padding:17px 18px;background:var(--shell-2);border-radius:10px;box-shadow:none}
.expert-rules-page .rule-grid{grid-template-columns:1fr 1fr;gap:0 24px}
.expert-rules-page .rule-grid article{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:start;padding:15px 0;background:transparent;border-radius:0;box-shadow:none;border-bottom:1px solid var(--line)}
.expert-rules-page .rule-grid b{margin:0;line-height:1.55}
.expert-rules-page .rule-grid p{line-height:1.72}
.expert-rules-page .requirement-grid{gap:12px}
.expert-rules-page .requirement-panel{padding:23px 25px;border-radius:11px}
.expert-rules-page .ethics-grid{grid-template-columns:1fr 1fr;gap:10px}
.expert-rules-page .ethics-grid article{padding:18px 20px;background:var(--shell-2);border-radius:10px;box-shadow:none}
.expert-rules-page .mechanism-role-grid{grid-template-columns:1fr;gap:0}
.expert-rules-page .mechanism-role-grid article{display:grid;grid-template-columns:118px 210px minmax(0,1fr);gap:16px;align-items:start;padding:16px 0;background:transparent;border-radius:0;box-shadow:none;border-bottom:1px solid var(--line)}
.expert-rules-page .mechanism-role-grid span{margin:0;justify-self:start}
.expert-rules-page .mechanism-role-grid h3{margin:2px 0 0;font-size:17px;line-height:1.5}
.expert-rules-page .mechanism-role-grid p{line-height:1.72}
.expert-rules-page .content-note{margin-top:12px;text-align:left}
.expert-rules-page .expert-rule-section > .content-note{grid-column:2}

@media(max-width:980px){
  .project-mechanism-page .mechanism-intro,.expert-rules-page .mechanism-intro{grid-template-columns:1fr}
  .expert-rules-page .mechanism-summary{grid-column:1;grid-row:1}
  .expert-rules-page .mechanism-copy{grid-column:1;grid-row:2}
  .expert-rules-page .expert-rule-section{grid-template-columns:170px minmax(0,1fr);gap:22px}
  .expert-rules-page .scope-grid,.expert-rules-page .rule-grid,.expert-rules-page .ethics-grid{grid-template-columns:1fr}
  .expert-rules-page .mechanism-role-grid article{grid-template-columns:110px minmax(0,1fr)}
  .expert-rules-page .mechanism-role-grid p{grid-column:2}
}
@media(max-width:760px){
  .page-main.mechanism-page{padding:30px 0 36px}
  .mechanism-page .sec-block{margin-bottom:19px}
  .project-mechanism-page .sec-head.center{grid-template-columns:1fr;row-gap:4px}
  .project-mechanism-page .sec-head.center .eyebrow,.project-mechanism-page .sec-head.center .sec-title,.project-mechanism-page .sec-head.center .sec-sub{grid-column:1;grid-row:auto}
  .project-mechanism-page .sec-head.center .eyebrow{margin-top:0}
  .project-mechanism-page .scope-grid{grid-template-columns:1fr}
  .expert-rules-page .expert-rule-section{grid-template-columns:1fr;gap:14px;padding:21px 0}
  .expert-rules-page .expert-rule-section .sec-head{padding-right:0}
  .expert-rules-page .expert-rule-section > .content-note{grid-column:1}
  .expert-rules-page .process-grid.four-col{grid-template-columns:1fr}
}
@media(max-width:560px){
  .project-mechanism-page .mechanism-copy,.expert-rules-page .mechanism-copy{padding:23px 21px}
  .project-mechanism-page .mechanism-summary,.expert-rules-page .mechanism-summary{padding:22px 20px}
  .project-mechanism-page .soft-section{padding:21px 18px}
  .project-mechanism-page .requirement-panel{padding:21px 19px}
  .expert-rules-page .rule-grid article{grid-template-columns:1fr;gap:5px}
  .expert-rules-page .mechanism-role-grid article{grid-template-columns:1fr;gap:6px}
  .expert-rules-page .mechanism-role-grid p{grid-column:1}
}


.mechanism-page .scope-card,.mechanism-page .process-card{grid-template-columns:max-content minmax(0,1fr);column-gap:8px}
.page-main.mechanism-page{padding:32px 0 38px}


.project-mechanism-page .mechanism-intro{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:18px;overflow:visible;background:transparent;border-radius:0;box-shadow:none}
.project-mechanism-page .mechanism-copy{padding:27px 30px;border-radius:4px;box-shadow:none;border:0;background:#fff}
.project-mechanism-page .mechanism-summary{padding:24px 25px;border-radius:4px;box-shadow:none}
.project-mechanism-page .mechanism-copy .sec-title{margin-bottom:12px}
.project-mechanism-page .mechanism-copy p{font-size:15px;line-height:1.9;margin-bottom:10px}
.project-mechanism-page .summary-item{padding:11px 12px;margin-top:7px;border-radius:4px}
.research-portal-layout{display:grid;grid-template-columns:196px minmax(0,1fr);gap:24px;align-items:start}
.research-portal-nav{position:sticky;top:92px;background:var(--indigo-deep);padding:18px 16px;border-radius:4px;color:#fff}
.research-portal-nav>span{display:block;padding:0 8px 11px;font-size:13px;font-weight:800;letter-spacing:.08em;color:#F2C4B9}
.research-portal-nav a{display:block;padding:10px 8px;border-top:1px solid rgba(255,255,255,.13);font-size:14px;line-height:1.45;color:#E7EDF5;transition:.18s}
.research-portal-nav a:hover{color:#fff;background:rgba(255,255,255,.07)}
.research-portal-content{min-width:0}
.research-portal-content>section{scroll-margin-top:104px}
.project-mechanism-page .research-portal-content .sec-block{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.project-mechanism-page .research-portal-content .sec-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.project-mechanism-page .research-portal-content .soft-section{padding:0;background:transparent;border-radius:0}
.project-mechanism-page .sec-head.center{display:block;text-align:left;margin:0 0 12px}
.project-mechanism-page .sec-head.center .eyebrow,.project-mechanism-page .sec-head.center .sec-title,.project-mechanism-page .sec-head.center .sec-sub{display:block;max-width:none;margin-left:0;margin-right:0}
.project-mechanism-page .sec-head.center .eyebrow{margin:0 0 3px;color:var(--verm)}
.project-mechanism-page .research-portal-content .sec-head.center .eyebrow{display:none}
.project-mechanism-page .sec-head.center .sec-title{font-size:29px;line-height:1.75}
.project-mechanism-page .sec-head.center .sec-sub{margin-top:4px;line-height:1.75}
.project-mechanism-page .scope-grid{grid-template-columns:1fr 1fr;gap:8px}
.project-mechanism-page .scope-card{padding:14px 16px;background:var(--shell-2);border-radius:4px;box-shadow:none;row-gap:4px}
.project-mechanism-page .scope-card>span,.project-mechanism-page .process-no{font-size:18px;line-height:1.4;color:var(--verm)}
.project-mechanism-page .scope-card h3,.project-mechanism-page .process-card h3{font-size:18px;line-height:1.75}
.project-mechanism-page .scope-card p,.project-mechanism-page .process-card p,.project-mechanism-page .ethics-grid p,.project-mechanism-page .mechanism-role-grid p,.project-mechanism-page .outcome-grid span,.project-mechanism-page .content-note{font-size:15px}
.project-mechanism-page .scope-card p,.project-mechanism-page .process-card p{line-height:1.9}
.project-mechanism-page .plain-list span{font-size:15px}
.project-mechanism-page .ethics-grid h3{font-size:18px}
.project-mechanism-page .summary-item b{font-size:16px}
.project-mechanism-page .summary-item span{font-size:15px}
.project-mechanism-page .outcome-grid b{font-size:18px}
.project-mechanism-page .process-grid{grid-template-columns:repeat(3,1fr);gap:8px}
.project-mechanism-page .process-card{padding:14px 15px;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:none;row-gap:5px}
.project-mechanism-page .process-card p{line-height:1.9}
.project-mechanism-page .requirement-grid{gap:10px}
.project-mechanism-page .requirement-panel{padding:21px 23px;border-radius:4px}
.project-mechanism-page .requirement-panel h3{font-size:18px;margin-bottom:12px}
.project-mechanism-page .plain-list li{padding:5px 0}
.project-mechanism-page .ethics-grid{grid-template-columns:1fr 1fr;gap:8px}
.project-mechanism-page .ethics-grid article{padding:16px 18px;background:var(--shell-2);border-radius:4px;box-shadow:none}
.project-mechanism-page .mechanism-role-grid{gap:8px}
.project-mechanism-page .mechanism-role-grid article{padding:17px 18px;border-radius:4px;box-shadow:none;border-top:2px solid #D6E0ED}
.project-mechanism-page .mechanism-role-grid span{margin-bottom:8px;border-radius:3px}
.project-mechanism-page .outcome-grid{grid-template-columns:1fr 1fr;gap:8px}
.project-mechanism-page .outcome-grid a{padding:16px 18px;border-radius:4px;border:1px solid var(--line);background:#fff}
.project-mechanism-page .content-note{margin-top:9px;padding:10px 13px;border-radius:4px;text-align:left}


.expert-rules-page .mechanism-intro{grid-template-columns:1fr;gap:0;align-items:start;overflow:visible;padding:0;background:transparent;border-radius:0;border:0;box-shadow:none}
.expert-rules-page .mechanism-copy{grid-column:1;grid-row:1;padding:27px 0 25px;border-radius:0;background:#fff;box-shadow:none;border:0}
.expert-rules-page .mechanism-summary{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:22px 24px 24px;border-radius:4px;background:var(--shell-2);color:var(--ink);box-shadow:none;border:0}
.expert-rules-page .mechanism-copy .sec-title{margin-bottom:12px}
.expert-rules-page .mechanism-copy p{line-height:1.86;margin-bottom:10px}
.expert-rules-page .mechanism-summary h3{grid-column:1/-1;margin-bottom:8px;color:var(--indigo-deep)}
.expert-rules-page .summary-item{padding:15px 16px;margin:0;background:#fff;border:0;border-radius:4px}
.expert-rules-page .summary-item:last-child{border:0}
.expert-rules-page .summary-item b{display:block;font-size:16px;color:var(--indigo-deep);margin:0 0 4px}
.expert-rules-page .summary-item span{display:block;font-size:15px;color:var(--ink-2);line-height:1.65}
.expert-rules-page .expert-rule-section{display:block;margin:0 0 22px;padding:22px 0;border:0;background:transparent;border-radius:0}
.expert-rules-page .expert-rule-section:last-child{margin-bottom:0;padding-bottom:0;border:0}
.expert-rules-page .expert-rule-section.soft-section{padding:22px 0;background:transparent;border-radius:0}
.expert-rules-page .expert-rule-section .sec-head{display:block;margin:0 0 18px;text-align:left}
.expert-rules-page .expert-rule-section .sec-head::before{content:none;display:none}
.expert-rules-page .expert-rule-section .sec-head .eyebrow{margin:1px 0 0;font-size:16px;line-height:1.4;color:var(--mist-t);text-align:left}
.expert-rules-page .expert-rule-section .sec-head .sec-title{font-size:29px;line-height:1.35;text-align:left}
.expert-rules-page .expert-rule-section .sec-head .sec-sub{max-width:none;margin:3px 0 0;font-size:16px;line-height:1.65;text-align:left}
.expert-rules-page .scope-grid{grid-template-columns:1fr 1fr;gap:12px 28px}
.expert-rules-page .scope-card{padding:6px 0;background:transparent;border:0;border-radius:0;box-shadow:none;row-gap:5px}
.expert-rules-page .scope-card>span,.expert-rules-page .process-no{font-size:18px;line-height:1.45;color:var(--verm);justify-self:start;text-align:left}
.expert-rules-page .scope-card h3,.expert-rules-page .process-card h3{font-size:18px;line-height:1.45;text-align:left}
.expert-rules-page .scope-card p,.expert-rules-page .process-card p{font-size:15px;text-align:left}
.expert-rules-page .process-grid.four-col{grid-template-columns:1fr 1fr;gap:16px 18px}
.expert-rules-page .process-card{padding:20px 22px;background:var(--shell-2);border:0;border-radius:4px;box-shadow:none;row-gap:7px}
.expert-rules-page .process-card p{line-height:1.8}
.expert-rules-page .process-card b{font-size:14px;line-height:1.6;margin-top:2px}
.expert-rules-page .rule-grid{grid-template-columns:1fr 1fr;gap:12px 28px}
.expert-rules-page .rule-grid article{display:grid;grid-template-columns:150px minmax(0,1fr);gap:10px;align-items:baseline;padding:8px 0;background:transparent;border:0;border-radius:0;box-shadow:none}
.expert-rules-page .rule-grid article:last-child{border:0}
.expert-rules-page .rule-grid b{font-size:16px;line-height:1.55;margin:0}
.expert-rules-page .rule-grid p{font-size:15px;line-height:1.7}
.expert-rules-page .requirement-grid{gap:10px}
.expert-rules-page .requirement-panel{padding:21px 23px;border-radius:0}
.expert-rules-page .requirement-panel h3{font-size:18px;margin-bottom:12px}
.expert-rules-page .plain-list li{padding:5px 0}
.expert-rules-page .plain-list span{font-size:15px}
.expert-rules-page .ethics-grid{grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch;grid-auto-rows:1fr}
.expert-rules-page .ethics-grid article{display:flex;flex-direction:column;height:100%;padding:21px 20px;background:var(--shell-2);border:0;border-radius:4px;box-shadow:none}
.expert-rules-page .ethics-grid h3{font-size:18px;line-height:1.5;margin-bottom:9px}
.expert-rules-page .ethics-grid p{font-size:15px;line-height:1.78}
.expert-rules-page .mechanism-role-grid{grid-template-columns:1fr;gap:0}
.expert-rules-page .mechanism-role-grid article{display:grid;grid-template-columns:110px 210px minmax(0,1fr);gap:10px;align-items:baseline;padding:10px 0;background:transparent;border:0;border-radius:0;box-shadow:none}
.expert-rules-page .mechanism-role-grid article:last-child{border:0}
.expert-rules-page .mechanism-role-grid span{margin:0;padding:4px 8px;border-radius:3px;justify-self:start}
.expert-rules-page .mechanism-role-grid h3{margin:0;font-size:16px;line-height:1.55}
.expert-rules-page .mechanism-role-grid p{font-size:15px;line-height:1.7}
.expert-rules-page .expert-rule-section>.content-note{grid-column:auto;margin-top:8px;padding:10px 13px;border-radius:3px;font-size:15px}

@media(max-width:1080px){
  .research-portal-layout{grid-template-columns:172px minmax(0,1fr);gap:18px}
  .project-mechanism-page .process-grid{grid-template-columns:1fr 1fr}
  .expert-rules-page .scope-grid,.expert-rules-page .process-grid.four-col,.expert-rules-page .ethics-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .page-main.mechanism-page{padding:26px 0 32px}
  .project-mechanism-page .mechanism-intro,.expert-rules-page .mechanism-intro{grid-template-columns:1fr}
  .expert-rules-page .mechanism-copy,.expert-rules-page .mechanism-summary{grid-column:1;grid-row:auto}
  .research-portal-layout{grid-template-columns:1fr;gap:14px}
  .research-portal-nav{position:static;display:flex;gap:6px;overflow-x:auto;padding:10px;border-radius:3px;scrollbar-width:thin}
  .research-portal-nav>span{display:none}
  .research-portal-nav a{flex:none;padding:8px 10px;border:0;background:rgba(255,255,255,.08);white-space:nowrap}
  .project-mechanism-page .sec-head.center .sec-title{font-size:29px}
  .project-mechanism-page .scope-grid,.project-mechanism-page .process-grid,.project-mechanism-page .requirement-grid,.project-mechanism-page .ethics-grid,.project-mechanism-page .mechanism-role-grid,.project-mechanism-page .outcome-grid{grid-template-columns:1fr}
  .expert-rules-page .scope-grid,.expert-rules-page .process-grid.four-col,.expert-rules-page .requirement-grid,.expert-rules-page .ethics-grid,.expert-rules-page .rule-grid{grid-template-columns:1fr}
  .expert-rules-page .mechanism-summary{grid-template-columns:1fr 1fr}
  .expert-rules-page .summary-item:nth-of-type(2){border-right:0}
  .expert-rules-page .rule-grid article{grid-template-columns:120px minmax(0,1fr)}
  .expert-rules-page .mechanism-role-grid article{grid-template-columns:100px minmax(0,1fr)}
  .expert-rules-page .mechanism-role-grid p{grid-column:2}
}
@media(max-width:560px){
  .mechanism-page .scope-card,.mechanism-page .process-card{grid-template-columns:max-content minmax(0,1fr);column-gap:8px}
  .project-mechanism-page .mechanism-copy,.expert-rules-page .mechanism-copy{padding:21px 19px}
  .project-mechanism-page .mechanism-summary,.expert-rules-page .mechanism-summary{padding:19px 18px}
  .expert-rules-page .expert-rule-section .sec-head .sec-title{font-size:29px}
  .expert-rules-page .mechanism-summary{grid-template-columns:1fr}
  .expert-rules-page .summary-item{border-right:0}
  .expert-rules-page .rule-grid article,.expert-rules-page .mechanism-role-grid article{grid-template-columns:1fr;gap:3px;align-items:start}
  .expert-rules-page .mechanism-role-grid p{grid-column:1}
}

@media(max-width:560px){
  .expert-rules-page .mechanism-copy{padding:21px 0}
  .expert-rules-page .mechanism-summary{padding:20px 18px 21px}
  .expert-rules-page .process-card,.expert-rules-page .ethics-grid article{padding:18px}
}

/* English/Vietnamese mobile typography: keep long institutional headings readable without overflow. */
@media(max-width:600px){
  html.lang-en .hero h1,
  html.lang-vi .hero h1{
    max-width:100%;
    font-size:clamp(26px,7.2vw,32px);
    line-height:1.2;
    letter-spacing:0;
    overflow-wrap:anywhere;
    word-break:normal;
    text-wrap:balance;
  }
  html.lang-en .hero h1 .accent,
  html.lang-vi .hero h1 .accent{
    white-space:normal;
    overflow-wrap:anywhere;
  }
  html.lang-en .page-banner h1,
  html.lang-vi .page-banner h1{
    max-width:100%;
    font-size:clamp(24px,6.8vw,30px);
    line-height:1.24;
    letter-spacing:0;
    overflow-wrap:anywhere;
    word-break:normal;
    text-wrap:balance;
  }
  html.lang-en .page-banner .pb-lead,
  html.lang-vi .page-banner .pb-lead{
    font-size:14px;
    line-height:1.65;
  }
  html.lang-en .home-research-layout,
  html.lang-en .home-journal-feature,
  html.lang-en .home-journal-facts,
  html.lang-en .events-head,
  html.lang-en .events-head>*,
  html.lang-vi .home-research-layout,
  html.lang-vi .home-journal-feature,
  html.lang-vi .home-journal-facts,
  html.lang-vi .events-head,
  html.lang-vi .events-head>*{
    min-width:0;
    max-width:100%;
  }
  html.lang-en .home-journal-facts b,
  html.lang-en .home-journal-facts small,
  html.lang-vi .home-journal-facts b,
  html.lang-vi .home-journal-facts small{
    white-space:normal;
    overflow-wrap:anywhere;
  }
}
