*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#fff;color:#101B33;font-family:'Golos Text',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#14336F;text-decoration:none}
a:hover{color:#C8102E}
.blue{min-height:100vh;background:radial-gradient(120% 90% at 50% 18%,#1C4499 0%,#0C2159 55%,#071539 100%)}

.splash{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:56px;overflow:hidden}
.splash img{width:320px;max-width:70vw;height:auto;animation:growIn 1.9s cubic-bezier(.2,.72,.26,1) .15s both}
.loadwrap{display:flex;flex-direction:column;align-items:center;gap:18px;animation:fadeIn .9s ease 1.1s both}
.loadtxt{font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#9FB6E8;animation:pulse 1.6s ease-in-out infinite}
.bar{width:240px;height:2px;background:rgba(255,255,255,.16);overflow:hidden}
.bar>i{display:block;width:100%;height:100%;background:#F2F5FC;transform-origin:left center;animation:barFill 2.4s cubic-bezier(.4,0,.5,1) .7s both}
@keyframes growIn{0%{transform:scale(.04);opacity:0}25%{opacity:1}100%{transform:scale(1);opacity:1}}
@keyframes barFill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes pulse{0%,100%{opacity:.35}50%{opacity:1}}

.home{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px 40px;gap:36px}
.home>.logo{width:200px;height:186px;animation:fadeUp .8s cubic-bezier(.16,.84,.24,1) .05s both}
.hero{max-width:900px;text-align:center;display:flex;flex-direction:column;gap:10px;animation:fadeUp .8s cubic-bezier(.16,.84,.24,1) .18s both}
.flags{display:flex;justify-content:center;align-items:flex-end;gap:18px}
.flags img{display:block;height:44px;width:auto;box-shadow:0 0 0 1px rgba(255,255,255,.3)}
.pre{display:flex;flex-direction:column;gap:4px;font-weight:700;font-size:clamp(12px,1.5vw,16px);line-height:1.35;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.hero h1{margin:-4px 0 0;font-weight:700;font-size:clamp(30px,5.6vw,58px);line-height:1.05;letter-spacing:.005em;text-transform:uppercase;color:#fff}
.zhline{margin-top:2px;font-family:'Noto Sans SC',sans-serif;font-weight:700;font-size:clamp(15px,2.1vw,21px);letter-spacing:.3em;color:#E4EBFA}
.ruline{max-width:32em;margin:6px auto 0;font-weight:600;font-size:clamp(11px,1.25vw,13.5px);line-height:1.55;letter-spacing:.06em;text-transform:uppercase;color:#BFD0EE}
.dateline{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:10px}
.dateline span.rule{display:block;width:44px;height:1px;background:rgba(255,255,255,.4)}
.dateline span.d{font-weight:700;font-size:clamp(19px,2.6vw,27px);letter-spacing:.02em;color:#fff}
.city{font-size:11.5px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#BFD0EE}
.cn{font-family:'Noto Sans SC',sans-serif}
.theme{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:8px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
.theme .lab{font-size:10.5px;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.theme p{margin:0;max-width:34em;font-size:13.5px;line-height:1.55;color:#A9BCE4;text-wrap:pretty}
.theme p.it{font-family:'Spectral',Georgia,serif;font-style:italic}
.cards{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;width:100%;max-width:860px;animation:fadeUp .8s cubic-bezier(.16,.84,.24,1) .3s both}
.card{flex:1 1 220px;min-width:0;display:block;padding:26px 24px;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:rgba(255,255,255,.07);backdrop-filter:blur(6px);transition:background .22s,border-color .22s,box-shadow .28s,transform .28s}
.card:hover{background:rgba(255,255,255,.17);border-color:rgba(255,255,255,.55);box-shadow:0 18px 44px rgba(3,10,32,.5);transform:translateY(-4px)}
.card img{display:block;height:28px;width:auto;box-shadow:0 0 0 1px rgba(255,255,255,.28)}
.card .name{margin-top:14px;font-family:'Spectral',Georgia,serif;font-size:27px;font-weight:600;color:#fff}
.card .name.cn{font-family:'Noto Sans SC',sans-serif;font-weight:700}
.card .sub{margin-top:6px;font-size:13px;color:#A9BCE4}
.card:hover .name,.card:hover .sub{color:#fff}
.tail{display:flex;flex-direction:column;align-items:center;gap:22px;animation:fadeUp .8s cubic-bezier(.16,.84,.24,1) .42s both}
.vidlink{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:500;color:#fff;border:0;border-bottom:1px solid rgba(255,255,255,.38);padding:0 0 4px;background:none;font-family:inherit}
.vidlink:hover{color:#FFC9CE;border-color:#FFC9CE}
.vidlink i{width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent currentColor}
.org{font-size:12px;color:rgba(255,255,255,.6);text-align:center}

.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 28px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-bottom:1px solid #E4E9F4}
.topbar .back{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:#14336F}
.topbar .back img{width:34px;height:32px}
.spacer{flex:1 1 auto}
.langs{display:flex;gap:4px}
.langs a,.langs button{padding:6px 12px;border-radius:2px;font-size:12px;font-weight:500;color:#55628A;background:none;border:0;cursor:pointer;font-family:inherit}
.langs a:hover,.langs button:hover{background:#F1F4FB;color:#0C2159}
.langs .vid{color:#C8102E}
.langs .vid:hover{background:#FDF0F2;color:#C8102E}
.wrap{max-width:1000px;margin:0 auto;padding:56px 28px 24px;display:flex;flex-direction:column;gap:22px}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#C8102E}
.wrap h1{margin:0;max-width:20em;font-family:'Spectral',Georgia,serif;font-weight:600;font-size:clamp(24px,3.6vw,38px);line-height:1.2;color:#0C2159;text-wrap:pretty}
.themebox{display:flex;flex-direction:column;gap:8px;padding:18px 0;border-top:1px solid #E4E9F4;border-bottom:1px solid #E4E9F4}
.themebox .lab{font-size:10.5px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#9AA5C2}
.themebox p{margin:0;max-width:30em;font-family:'Spectral',Georgia,serif;font-style:italic;font-size:clamp(16px,2vw,20px);line-height:1.45;color:#14336F;text-wrap:pretty}
.meta{display:flex;flex-wrap:wrap;gap:10px 40px;font-size:14px;line-height:1.5}
.meta>div{display:flex;flex-direction:column;gap:3px;max-width:30em}
.meta span:first-child{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#9AA5C2}
.meta span:last-child{color:#101B33}
.dl{display:inline-flex;align-items:center;gap:10px;padding:13px 22px;background:#0C2159;color:#fff;font-size:14px;font-weight:500;border-radius:2px}
.dl:hover{background:#14336F;color:#fff}
.list{max-width:1000px;margin:0 auto;padding:24px 28px 96px}
.row{border-top:1px solid #E4E9F4;padding:20px 0}
.head{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#C8102E}
.grid{display:grid;grid-template-columns:minmax(92px,116px) minmax(0,1fr);gap:8px 24px}
.time{font-size:14px;font-weight:600;color:#14336F;font-variant-numeric:tabular-nums;padding-top:1px}
.bodycol{min-width:0;display:flex;flex-direction:column;gap:12px}
.rtitle{font-size:16px;font-weight:600;line-height:1.4;color:#101B33;text-wrap:pretty}
.mod{font-size:13.5px;line-height:1.5;color:#14336F;white-space:pre-line}
.people{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}
.people li{display:grid;grid-template-columns:10px minmax(0,1fr);gap:10px;font-size:13.5px;line-height:1.55;color:#55628A}
.people li span{white-space:pre-line}
.people li:before{content:'\2014';color:#C3CCE2}
.dlsm{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #C3CCE2;border-radius:2px;font-size:12.5px;font-weight:500;color:#14336F}
.dlsm:hover{border-color:#14336F;background:#F1F4FB;color:#0C2159}
.foot{border-top:1px solid #0C2159;margin-top:8px;padding-top:18px;font-size:12px;color:#8590AE}

.downloads {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

@media (max-width: 768px) {
  .downloads {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .downloads .dl-separator {
    display: none;
  }

  .downloads .dlsm {
    display: block;
  }
}

.modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(7,21,57,.9)}
.modal.on{display:flex;animation:fadeIn .25s ease both}
.modal .inner{width:100%;max-width:980px;display:flex;flex-direction:column;gap:12px}
.modal .mhead{display:flex;align-items:center;justify-content:space-between;gap:16px}
.modal .mlab{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#9FB6E8}
.modal .close{padding:6px 14px;border:1px solid rgba(255,255,255,.28);border-radius:2px;font-size:12px;color:#fff;background:none;cursor:pointer;font-family:inherit}
.modal .close:hover{background:rgba(255,255,255,.12)}
.frame{position:relative;width:100%;padding-top:56.25%;background:#000}
.frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media (max-width:640px){.wrap{padding:36px 20px 20px}.list{padding:20px 20px 72px}.grid{grid-template-columns:1fr;gap:6px}.flags img{height:35px}}
.ytlink{text-align:right}
.ytlink a{font-size:12px;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.3)}
.ytlink a:hover{color:#fff;border-color:#fff}
