/* roulang page: index */
:root{
  --bg-page:#121611;
  --bg-deep:#0E130D;
  --bg-soft:#171C15;
  --bg-card:#1C221A;
  --bg-card-hover:#222A20;
  --line:rgba(236,242,231,0.14);
  --line-strong:rgba(236,242,231,0.28);
  --text-hi:#EDF2E9;
  --text-mid:#A6AEA1;
  --text-dim:#778174;
  --accent:#BBF26B;
  --accent-hover:#D0FF8B;
  --accent-ink:#10140C;
  --gold:#E4BC78;
  --danger:#F08A6F;
  --radius-card:16px;
  --radius-inner:6px;
  --radius-pill:999px;
  --shadow:0 18px 50px rgba(0,0,0,0.28);
  --font-cn:"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Noto Sans SC",sans-serif;
  --font-num:"Barlow Condensed","DIN Alternate","Roboto Condensed","Arial Narrow",sans-serif;
  --header-h:76px;
  --tab-h:64px;
  --ease:cubic-bezier(.25,.46,.45,.94);
}
*,*:before,*:after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--bg-page);color:var(--text-hi);font-family:var(--font-cn);font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;transition:color .25s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), opacity .25s var(--ease), transform .2s var(--ease);}
h1,h2,h3,h4,h5,p,figure{margin:0;}
ul,ol{padding:0;margin:0;list-style:none;}
button,input,select,textarea{font:inherit;}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px;}
::selection{background:var(--accent);color:var(--accent-ink);}
.grid-container{max-width:1280px;padding-left:24px;padding-right:24px;}
.section-block{padding:108px 0;position:relative;scroll-margin-top:70px;}
.section-block + .section-block{border-top:1px solid rgba(236,242,231,0.06);}
@media (max-width:1023px){.section-block{padding:76px 0;}}
@media (max-width:639px){.section-block{padding:58px 0;}}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 28px;border-radius:var(--radius-pill);
  border:1px solid transparent;font-weight:600;letter-spacing:.02em;
  cursor:pointer;user-select:none;transition:all .25s var(--ease);box-shadow:none;
}
.btn:active{transform:scale(.97);}
.btn--primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);}
.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);}
.btn--ghost{background:transparent;color:var(--text-hi);border-color:var(--line-strong);}
.btn--ghost:hover{background:rgba(236,242,231,.06);border-color:rgba(236,242,231,.46);transform:translateY(-1px);}
.btn--small{min-height:40px;padding:0 20px;font-size:14px;}
.btn--arrow svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;}
.badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:26px;padding:0 12px;border-radius:var(--radius-pill);
  font-size:13px;line-height:1;letter-spacing:.04em;white-space:nowrap;
  color:var(--text-mid);background:rgba(236,242,231,.08);border:1px solid rgba(236,242,231,.14);
}
.badge--accent{background:rgba(187,242,107,.12);color:var(--accent);border-color:rgba(187,242,107,.26);}
.badge--gold{background:rgba(228,188,120,.1);color:var(--gold);border-color:rgba(228,188,120,.3);}
.badge--line{background:transparent;color:var(--text-mid);border-color:var(--line);}
.site-header{
  position:sticky;top:0;z-index:120;
  height:var(--header-h);
  background:rgba(18,22,17,.82);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid transparent;
  transition:background .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease);
}
.site-header.is-scrolled{
  background:rgba(13,17,12,.9);
  border-bottom-color:rgba(236,242,231,.12);
  box-shadow:0 14px 42px rgba(0,0,0,.18);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:22px;}
.brand{display:flex;flex-direction:column;line-height:1.2;justify-content:center;padding:4px 0;letter-spacing:.02em;}
.brand-word{font-size:20px;font-weight:800;color:var(--text-hi);}
.brand-word .j9-word{color:var(--accent);font-family:var(--font-num);letter-spacing:.02em;}
.brand-site{font-size:11px;font-weight:600;color:var(--text-dim);letter-spacing:.28em;margin-top:2px;}
.brand-site,.brand-word{margin-left:0;}
.site-nav{display:flex;align-items:center;gap:30px;}
.nav-link{position:relative;font-size:15px;color:var(--text-mid);padding:8px 2px;font-weight:500;}
.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--accent);transition:right .25s var(--ease);}
.nav-link:hover{color:var(--text-hi);}
.nav-link:hover:after{right:0;}
.nav-link.is-active{color:var(--accent);}
.nav-link.is-active:after{right:0;}
.header-cta{margin-left:6px;}
.header-cta .cta-ico{display:none;}
.hero{
  min-height:calc(100vh - var(--header-h));
  min-height:720px;
  display:flex;align-items:center;position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(13,17,12,.94) 0%, rgba(13,17,12,.68) 42%, rgba(13,17,12,.34) 72%, rgba(13,17,12,.55) 100%),
    url('/assets/images/backpic/back-1.png') center 32% / cover no-repeat;
  border-bottom:1px solid var(--line);
}
.hero:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(18,22,17,.64) 0%,transparent 34%,rgba(18,22,17,.78) 100%);
  pointer-events:none;
}
.hero-inner{position:relative;z-index:2;width:100%;padding-top:60px;padding-bottom:88px;}
.hero-letter{
  position:absolute;right:20px;bottom:-2vw;z-index:0;
  font-family:var(--font-num);
  font-size:clamp(180px,28vw,420px);
  line-height:.8;color:rgba(236,242,231,.045);
  pointer-events:none;user-select:none;
  letter-spacing:-.04em;
}
.hero-eyebrow{display:flex;align-items:center;gap:12px;color:var(--accent);font-size:14px;font-weight:700;letter-spacing:.15em;margin-bottom:28px;}
.hero-eyebrow:before{content:"";width:42px;height:1px;background:var(--accent);}
.hero h1{
  font-size:clamp(44px,7.3vw,92px);
  line-height:1.08;font-weight:800;letter-spacing:-.01em;
  max-width:1030px;color:var(--text-hi);
  text-rendering:optimizeLegibility;
}
.hero h1 .c1{display:block;}
.hero h1 .c2{display:block;color:#d8e2d0;}
.hero-sub{
  max-width:620px;margin-top:26px;
  font-size:18px;line-height:1.72;color:var(--text-mid);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px;}
.hero-meta{
  position:relative;z-index:3;border-top:1px solid rgba(236,242,231,.16);
  margin-top:80px;padding-top:0;
}
.hero-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);}
.hero-meta-item{
  padding:22px 24px 8px 0;
  border-right:1px solid rgba(236,242,231,.1);
}
.hero-meta-item:last-child{border-right:0;}
.hero-meta-label{display:block;color:var(--text-hi);font-size:16px;font-weight:600;margin-bottom:4px;}
.hero-meta-value{color:var(--text-dim);font-size:13px;letter-spacing:.06em;}
.section-head{
  display:grid;grid-template-columns:1fr auto;
  align-items:end;gap:30px;margin-bottom:54px;
}
.section-head-left{display:flex;align-items:baseline;gap:18px;}
.section-number{
  font-family:var(--font-num);font-size:56px;line-height:.8;
  font-weight:700;color:var(--text-mid);opacity:.34;letter-spacing:-.02em;
  min-width:64px;
}
.section-title{font-size:clamp(30px,4vw,44px);line-height:1.2;font-weight:800;color:var(--text-hi);}
.section-note{max-width:360px;text-align:right;color:var(--text-mid);font-size:15px;line-height:1.7;}
.section-footnote{margin-top:42px;color:var(--text-dim);font-size:14px;}
.steps-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center;}
.steps-track{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.step{
  position:relative;padding:0 24px 0 0;
}
.step:after{
  content:"";position:absolute;top:21px;right:-6px;
  width:34px;border-top:1px dashed rgba(236,242,231,.34);
}
.step:last-child:after{display:none;}
.step-index{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(187,242,107,.4);
  color:var(--accent);font-family:var(--font-num);
  font-size:16px;font-weight:700;
  background:rgba(187,242,107,.06);
}
.step h3{font-size:17px;font-weight:700;margin:15px 0 6px;color:var(--text-hi);}
.step p{font-size:13.5px;line-height:1.6;color:var(--text-dim);}
.side-figure{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);margin:0;}
.side-figure img{width:100%;aspect-ratio:4/3;object-fit:cover;}
.side-figure figcaption{
  position:absolute;left:12px;right:12px;bottom:12px;
  background:rgba(14,16,12,.78);backdrop-filter:blur(8px);
  color:var(--text-hi);font-size:13.5px;line-height:1.5;
  padding:12px 15px;border-radius:10px;border:1px solid rgba(236,242,231,.14);
}
.reward-wrap{border-radius:26px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(228,188,120,.05),rgba(28,34,26,.9) 36%);padding:34px 40px 42px;}
.reward-list{display:flex;flex-direction:column;}
.reward-tier{
  display:grid;grid-template-columns:120px 1fr 150px;align-items:center;gap:28px;
  padding:34px 10px;border-bottom:1px solid rgba(228,188,120,.14);
  transition:background .3s var(--ease), transform .3s var(--ease);
}
.reward-tier:first-child{border-bottom:1px solid rgba(228,188,120,.14);}
.reward-tier:last-child{border-bottom:none;}
.reward-tier:hover{background:rgba(228,188,120,.035);transform:translateX(6px);}
.reward-tier-name{font-size:21px;font-weight:800;color:var(--gold);letter-spacing:.02em;}
.reward-tier-desc{margin-top:8px;color:var(--text-mid);font-size:15px;line-height:1.65;max-width:58ch;}
.reward-tier-meta{display:flex;flex-direction:column;align-items:flex-start;gap:6px;}
.reward-tier-cond{color:var(--text-dim);font-size:13.5px;margin-bottom:4px;}
.reward-tier + .reward-tier{padding-top:26px;}
.reward-list .reward-tier:first-child .reward-tier-name{font-size:28px;}
.reward-list .reward-tier:first-child .reward-marks{color:var(--gold);}
.reward-mark{font-family:var(--font-num);font-size:15px;letter-spacing:.1em;color:var(--gold);}
.reward-note{margin-top:24px;color:var(--text-dim);font-size:13.5px;text-align:left;}
.reward-note i{font-style:normal;border-bottom:1px solid rgba(236,242,231,.24);}
.progress-card{
  border:1px solid var(--line-strong);border-radius:26px;
  padding:clamp(28px,4vw,48px);background:var(--bg-soft);
}
.progress-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:0 26px;position:relative;}
.stage{position:relative;padding-top:46px;}
.stage:before{
  content:"";position:absolute;top:13px;left:0;right:0;
  height:2px;background:rgba(236,242,231,.1);
}
.stage:after{
  content:"";position:absolute;top:10px;left:0;width:8px;height:8px;
  border-radius:50%;background:var(--text-dim);border:2px solid var(--text-dim);
}
.stage.is-done:after{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 5px rgba(187,242,107,.1);}
.stage.is-done:before{background:var(--accent);z-index:1;}
.stage.is-current:after{border-color:var(--accent);background:var(--bg-card);width:16px;height:16px;top:6px;left:-4px;}
.stage.is-current:before{background:var(--accent);z-index:1;}
.stage.is-current .stage-label{color:var(--accent);font-weight:700;}
.stage-label{display:block;font-size:14px;font-weight:600;color:var(--text-mid);margin-bottom:2px;}
.stage-status{font-size:13px;color:var(--text-dim);}
.progress-group{margin-top:34px;padding-top:24px;border-top:1px dashed var(--line);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;}
.progress-tip{color:var(--text-mid);font-size:14px;max-width:590px;line-height:1.65;}
.progress-action{display:flex;gap:12px;}
.news-grid{display:grid;grid-template-columns:1.4fr .75fr;gap:22px;align-items:stretch;}
.news-feature{
  background:var(--bg-card);border:1px solid var(--line);
  border-radius:22px;overflow:hidden;transition:transform .3s var(--ease),border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.news-feature:hover{border-color:rgba(236,242,231,.3);box-shadow:var(--shadow);transform:translateY(-2px);}
.news-feature a{display:flex;flex-direction:column;height:100%;}
.news-feature-cover{aspect-ratio:16/9;overflow:hidden;background:var(--bg-soft);}
.news-feature-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease);}
.news-feature:hover .news-feature-cover img{transform:scale(1.025);}
.news-feature-body{padding:28px 30px 30px;display:flex;flex-direction:column;flex:1;}
.news-feature-meta{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap;}
.news-feature-meta time{font-size:13px;color:var(--text-dim);}
.news-feature-body h3{font-size:24px;line-height:1.35;font-weight:800;color:var(--text-hi);margin-bottom:10px;}
.news-feature-body p{font-size:15px;line-height:1.7;color:var(--text-mid);flex:1;margin-bottom:24px;}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:600;font-size:14px;}
.text-link svg{width:15px;height:15px;transition:transform .25s var(--ease);}
.news-feature:hover .text-link svg{transform:translateX(4px);}
.news-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line);}
.news-list-item{
  display:flex;align-items:center;gap:14px;padding:24px 10px;
  border-bottom:1px solid rgba(236,242,231,.1);
  transition:background .25s var(--ease), padding .25s var(--ease);
}
.news-list-item:hover{background:rgba(236,242,231,.035);padding-left:16px;}
.news-list-title{flex:1;color:var(--text-hi);font-size:16px;font-weight:600;line-height:1.4;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list-time{color:var(--text-dim);font-size:13px;white-space:nowrap;}
.news-list-arrow{color:var(--text-dim);transition:color .25s var(--ease),transform .25s var(--ease);}
.news-list-item:hover .news-list-arrow{color:var(--accent);transform:translateX(4px);}
.news-empty{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:18px;text-align:center;background:var(--bg-card);
  border:1px dashed rgba(236,242,231,.22);border-radius:22px;padding:52px 26px;grid-column:1/-1;
}
.news-empty-mark{
  width:56px;height:56px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--line-strong);border-radius:50%;color:var(--text-dim);
  background:var(--bg-soft);
}
.news-empty h3{font-size:19px;font-weight:700;}
.news-empty p{color:var(--text-dim);font-size:14px;}
.faq-wrap{display:grid;grid-template-columns:.8fr 1.4fr;gap:70px;}
.faq-side .section-title--faq{font-size:34px;line-height:1.25;font-weight:800;display:block;}
.faq-side p{color:var(--text-mid);font-size:15px;line-height:1.7;margin-top:14px;}
.accordion{border:1px solid var(--line);border-radius:18px;overflow:hidden;}
.accordion-item{background:transparent;transition:background .25s var(--ease);}
.accordion-item+.accordion-item{border-top:1px solid rgba(236,242,231,.09);}
.accordion-item.is-active{background:rgba(236,242,231,.02);}
.accordion-title{
  position:relative;display:flex;justify-content:space-between;align-items:center;
  gap:22px;width:100%;padding:22px 26px;
  color:var(--text-hi);font-weight:600;font-size:17px;line-height:1.4;
  text-align:left;cursor:pointer;
}
.accordion-title:hover{color:var(--accent);}
.accordion-title:before{display:none;}
.accordion-mark{flex:0 0 auto;width:20px;height:20px;color:var(--text-dim);transition:transform .3s var(--ease),color .3s var(--ease);}
.accordion-item.is-active .accordion-mark{color:var(--accent);transform:rotate(45deg);}
.accordion-content{
  max-height:0;overflow:hidden;padding:0 26px;margin:0;
  color:var(--text-mid);font-size:15px;line-height:1.7;
  transition:max-height .25s var(--ease), padding .25s var(--ease);
  background:transparent;
}
.accordion-item.is-active .accordion-content{
  max-height:400px;padding:0 26px 24px;
}
.cta-area{position:relative;padding:0 0 108px;}
.cta-panel{
  position:relative;overflow:hidden;
  border-radius:32px;
  background:
    radial-gradient(circle at 88% 10%,rgba(187,242,107,.1),transparent 40%),
    linear-gradient(120deg,#141A12,#1B2118);
  border:1px solid rgba(236,242,231,.16);
  padding:clamp(34px,6vw,76px);
}
.cta-not-text{display:block;color:var(--accent);font-size:14px;font-weight:700;letter-spacing:.12em;margin-bottom:16px;}
.cta-panel h2{font-size:clamp(28px,4vw,48px);line-height:1.24;font-weight:800;max-width:680px;}
.cta-panel h2 .highlight{color:var(--accent);}
.cta-right{display:flex;align-items:flex-end;}
.site-footer{
  background:var(--bg-deep);
  border-top:1px solid var(--line);
  padding:72px 0 0;
}
.footer-top{padding-bottom:50px;}
.footer-brand{display:block;font-size:28px;line-height:1.2;font-weight:800;color:var(--text-hi);}
.footer-brand span{color:var(--accent);}
.footer-txt{color:var(--text-dim);font-size:14px;line-height:1.75;max-width:300px;margin-top:14px;}
.footer-title{font-size:15px;font-weight:700;color:var(--accent);letter-spacing:.1em;margin-bottom:19px;}
.footer-nav li{margin-bottom:9px;}
.footer-nav a{color:var(--text-mid);font-size:14px;}
.footer-nav a:hover{color:var(--accent);}
.footer-bottom{
  border-top:1px solid rgba(236,242,231,.08);
  padding:24px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;
  color:var(--text-dim);font-size:13px;
}
.mobile-tabbar{display:none;}
.go-latest{display:inline-flex;align-items:center;gap:8px;color:var(--text-mid);font-size:14px;margin-top:60px;border-bottom:1px solid transparent;padding-bottom:4px;}
.go-latest:hover{color:var(--accent);border-color:rgba(187,242,107,.4);}
.reveal{opacity:1;transform:none;}
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease);}
.js .reveal.is-visible{opacity:1;transform:none;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*:before,*:after{transition:none!important;animation:none!important;}
  .js .reveal{opacity:1;transform:none;}
}
@media (max-width:1024px){
  .hero h1{font-size:clamp(42px,8vw,70px);}
  .hero-meta{max-width:none;}
  .hero-meta-grid{grid-template-columns:repeat(4,1fr);gap:0;}
  .steps-grid{grid-template-columns:1fr;align-items:start;}
  .step-gallery{margin-top:8px;}
  .reward-tier{grid-template-columns:1fr;gap:8px;padding:24px 4px;}
  .reward-list .reward-tier:first-child .reward-tier-name{font-size:24px;}
  .progress-stages{grid-template-columns:repeat(2,1fr);row-gap:34px;}
  .stage .status-last{display:none;}
  .news-grid{grid-template-columns:1fr;}
  .faq-wrap{grid-template-columns:1fr;gap:40px;}
  .cta-panel .grid-x > .cell + .cell{margin-top:30px;}
  .cta-right{align-items:flex-start;}
}
@media (max-width:767px){
  .section-block{padding:58px 0;}
  .site-header{--header-h:64px;}
  .brand-word{font-size:18px;}
  .brand-site{font-size:10px;letter-spacing:.18em;}
  .site-nav{display:none;}
  .header-cta .cta-txt{display:none;}
  .header-cta{width:42px;height:42px;min-height:0;padding:0;border-radius:50%;}
  .header-cta .cta-ico{display:block;width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;}
  body{padding-bottom:calc(var(--tab-h) + 26px);}
  .hero{min-height:calc(100vh - 64px);}
  .hero-inner{padding-top:40px;padding-bottom:46px;}
  .hero h1{font-size:clamp(34px,9.4vw,54px);letter-spacing:-.01em;}
  .hero-sub{font-size:16px;line-height:1.7;}
  .hero-actions{margin-top:26px;}
  .hero-meta{margin-top:44px;}
  .hero-meta-grid{grid-template-columns:repeat(2,1fr);row-gap:0;}
  .hero-meta-item:nth-child(2){border-right:0;}
  .section-head{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:38px;}
  .section-note{text-align:left;max-width:none;font-size:14px;}
  .section-number{font-size:44px;}
  .steps-track{grid-template-columns:1fr;gap:18px 0;}
  .step{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;}
  .step:after{display:none;}
  .step-index{grid-row:span 2;margin-top:4px;}
  .step h3{margin-top:7px;}
  .step p{grid-column:2;}
  .side-figure img{aspect-ratio:3/2;}
  .reward-wrap{padding:6px 18px 24px;}
  .reward-note{margin-top:14px;}
  .progress-card{padding:24px 18px;}
  .progress-stages{grid-template-columns:1fr 1fr;gap:28px 16px;}
  .news-feature-body{padding:22px 20px;}
  .news-feature-body h3{font-size:20px;}
  .news-list-item{flex-wrap:wrap;padding:18px 6px;gap:8px 12px;}
  .news-list-title{flex:1 0 calc(100% - 80px);font-size:15px;white-space:normal;}
  .news-list-time{border-left:1px solid var(--line);padding-left:10px;}
  .news-list-arrow{margin-left:auto;}
  .cta-panel{border-radius:24px;padding:34px 22px;}
  .mobile-tabbar{
    display:grid;grid-template-columns:repeat(4,1fr);
    position:fixed;bottom:0;left:0;right:0;z-index:140;
    height:var(--tab-h);background:#151A13;
    border-top:1px solid rgba(236,242,231,.12);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .mobile-tab{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
    color:var(--text-dim);font-size:11px;font-weight:600;
    transition:color .2s var(--ease);position:relative;
  }
  .mobile-tab svg{width:21px;height:21px;stroke-width:1.6;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}
  .mobile-tab:hover{color:var(--text-hi);}
  .mobile-tab.is-active{color:var(--accent);}
  .mobile-tab.is-active:before{
    content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);
    width:4px;height:4px;border-radius:50%;background:var(--accent);
  }
  .site-footer{padding:56px 0 30px;}
  .footer-bottom{flex-direction:column;}
  .step-gallery{display:none;}
  .js .js-scroll-hero h1,.js .js-scroll-hero .hero-sub,.js .js-scroll-hero .hero-actions,.js .js-scroll-hero .hero-meta{opacity:1;}
}
@media (max-width:479px){
  .grid-container{padding-left:18px;padding-right:18px;}
  .hero h1{font-size:33px;}
  .hero-letter{font-size:200px;}
  .progress-stages{grid-template-columns:1fr;gap:28px;padding-left:6px;}
  .reward-tier-name{font-size:20px;}
  .hero-actions .btn{min-width:0;}
}

/* roulang page: category1 */
:root {
    --bg-deep: #121611;
    --bg-2: #171C15;
    --bg-3: #1C221A;
    --bg-hover: #222A20;
    --border: rgba(236,242,231,.14);
    --border-strong: rgba(236,242,231,.28);
    --text-main: #EDF2E9;
    --text-sub: #A6AEA1;
    --text-dim: #778174;
    --accent: #BBF26B;
    --accent-hover: #D0FF8B;
    --on-accent: #10140C;
    --gold: #E4BC78;
    --coral: #F08A6F;
    --radius-card: 16px;
    --radius-inner: 6px;
    --shadow: 0 18px 50px rgba(0,0,0,.28);
    --font-body: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
    --font-figure: "Barlow Condensed", "DIN Alternate", "Roboto Condensed", "Arial Narrow", sans-serif;
    --tab-h: 64px;
    --ease: cubic-bezier(.2,.7,.2,1);
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background: var(--bg-deep);
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    -webkit-font-smoothing: antialiased;
  }

  body.is-locked {
    overflow: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-card);
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  a:focus-visible,
  button:focus-visible,
  summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
  }

  ::selection {
    background: var(--accent);
    color: var(--on-accent);
  }

  .grid-container {
    max-width: 1200px;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(18,22,17,.86);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
  }

  .site-header.is-scrolled {
    background: rgba(18,22,17,.92);
    border-bottom-color: var(--border);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 24px;
  }

  .brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    flex-shrink: 0;
  }

  .brand-word {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--text-main);
  }

  .brand-word .j9-word {
    color: var(--accent);
    font-family: var(--font-figure);
    font-weight: 700;
    margin-left: 2px;
  }

  .brand-site {
    font-size: 11px;
    letter-spacing: .32em;
    color: var(--text-sub);
    text-transform: uppercase;
    margin-top: 2px;
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .nav-link {
    position: relative;
    color: var(--text-sub);
    font-size: 15px;
    padding: 8px 2px;
    transition: color .25s ease;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width .3s var(--ease);
  }

  .nav-link:hover {
    color: var(--text-main);
  }

  .nav-link:hover::after,
  .nav-link.is-active {
    color: var(--accent);
    width: 100%;
  }

  .nav-link.is-active::after {
    width: 100%;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-body);
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .18s ease, box-shadow .25s ease;
  }

  .btn:active {
    transform: scale(.97);
  }

  .btn .ico {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .btn--primary {
    background: var(--accent);
    color: var(--on-accent);
  }

  .btn--primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(187,242,107,.12);
  }

  .btn--ghost {
    background: transparent;
    border-color: var(--border-strong);
    color: var(--text-main);
  }

  .btn--ghost:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: rgba(236,242,231,.04);
    transform: translateY(-1px);
  }

  .header-cta {
    padding: 10px 20px;
    font-size: 14px;
  }

  .header-cta .cta-txt {
    display: inline-block;
  }

  .header-cta .cta-ico {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .page-hero {
    position: relative;
    background-image: linear-gradient(120deg, rgba(18,22,17,.93), rgba(18,22,17,.74) 45%, rgba(18,22,17,.64)), url('/assets/images/backpic/back-1.png');
    background-size: cover;
    background-position: center;
    min-height: 44vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 84px;
    border-bottom: 1px solid var(--border);
  }

  .page-hero__inner {
    position: relative;
    z-index: 2;
  }

  .hero-crumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-dim);
    font-size: 14px;
    margin-bottom: 28px;
  }

  .hero-crumb a {
    color: var(--text-sub);
    transition: color .2s ease;
  }

  .hero-crumb a:hover {
    color: var(--accent);
  }

  .hero-crumb .crumb-slash {
    color: var(--text-dim);
  }

  .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-family: var(--font-figure);
    letter-spacing: .14em;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 22px;
  }

  .hero-label::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--accent);
  }

  .page-hero__title {
    margin: 0;
    font-size: clamp(40px, 6.5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.02em;
    font-weight: 600;
    color: var(--text-main);
    max-width: 900px;
  }

  .page-hero__title .title-mark {
    color: var(--accent);
  }

  .page-hero__desc {
    margin: 26px 0 32px;
    max-width: 620px;
    font-size: 17px;
    color: var(--text-sub);
    line-height: 1.85;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 48px;
  }

  .hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    border-top: 1px solid var(--border);
    padding-top: 18px;
    color: var(--text-dim);
    font-size: 13px;
  }

  .hero-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .hero-metrics span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent);
  }

  .hero-watermark {
    position: absolute;
    right: -10px;
    bottom: -6%;
    font-family: var(--font-figure);
    font-size: clamp(170px, 26vw, 330px);
    line-height: .8;
    font-weight: 700;
    color: rgba(236,242,231,.05);
    letter-spacing: -.03em;
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }

  .section-block {
    padding: clamp(64px, 10vw, 110px) 0 0;
    scroll-margin-top: 90px;
  }

  .section-side {
    position: sticky;
    top: 120px;
    padding-right: 20px;
  }

  .section-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--accent);
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    margin-bottom: 18px;
  }

  .section-label i {
    font-family: var(--font-figure);
    font-style: normal;
    font-size: 24px;
    line-height: 1.1;
    color: var(--text-dim);
  }

  .section-side h2,
  .editorial-title {
    color: var(--text-main);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.3;
    letter-spacing: -.01em;
    font-weight: 600;
    margin: 0 0 18px;
  }

  .section-side .side-desc,
  .editorial-copy p,
  .editorial-block .editorial-copy p {
    color: var(--text-sub);
    font-size: 16px;
    line-height: 1.85;
  }

  .section-side .side-desc {
    margin-bottom: 18px;
  }

  .editorial-block .editorial-copy {
    border-left: 1px solid var(--border);
    padding-left: clamp(24px, 3vw, 48px);
  }

  .editorial-copy p {
    margin: 0 0 22px;
  }

  .editorial-copy .copy-highlight {
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    background: var(--bg-3);
    padding: 20px 24px;
    margin: 24px 0;
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.8;
    box-shadow: none;
    transition: background .25s ease, border-color .25s ease;
  }

  .editorial-copy .copy-highlight:hover {
    background: var(--bg-hover);
    border-color: var(--border-strong);
  }

  .editorial-copy .copy-highlight strong {
    color: var(--accent);
    font-weight: 500;
  }

  .editorial-figure {
    margin: 26px 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    overflow: hidden;
    background: var(--bg-3);
  }

  .editorial-figure img {
    aspect-ratio: 16 / 8;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .figure-caption {
    padding: 13px 18px;
    color: var(--text-dim);
    font-size: 13px;
    line-height: 1.5;
    border-top: 1px solid var(--border);
  }

  .step-block {
    scroll-margin-top: 100px;
  }

  .step-track {
    position: relative;
    margin-top: 8px;
  }

  .step-node {
    position: relative;
    border-top: 1px solid var(--border);
    padding: 28px 0 8px;
    transition: border-color .3s ease;
  }

  .step-node:hover {
    border-top-color: var(--accent);
  }

  .step-node__num {
    display: flex;
    align-items: center;
    font-family: var(--font-figure);
    font-size: 32px;
    line-height: 1;
    color: var(--text-dim);
    letter-spacing: .02em;
    margin-bottom: 18px;
    transition: color .3s ease;
  }

  .step-node:hover .step-node__num {
    color: var(--accent);
  }

  .step-node__num span {
    margin-left: 10px;
    width: 18px;
    height: 1px;
    background: var(--border-strong);
  }

  .step-node h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: -.01em;
  }

  .step-node p {
    margin: 0;
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.75;
  }

  .step-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
  }

  .reward-block {
    scroll-margin-top: 100px;
  }

  .reward-tier {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .reward-row {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr 220px;
    align-items: center;
    gap: 12px 20px;
    padding: 24px 26px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-3);
    transition: transform .25s var(--ease), background .25s ease, border-color .25s ease;
  }

  .reward-row:hover {
    background: var(--bg-hover);
    border-color: var(--border-strong);
    transform: translateX(3px);
  }

  .reward-row--top {
    background: linear-gradient(135deg, rgba(228,188,120,.09), rgba(228,188,120,.02)), var(--bg-3);
    border-color: rgba(228,188,120,.4);
  }

  .reward-tier-index {
    font-family: var(--font-figure);
    color: var(--text-dim);
    font-size: 44px;
    line-height: .9;
    letter-spacing: -.02em;
  }

  .reward-row--top .reward-tier-index {
    color: var(--gold);
  }

  .reward-tier-main h3 {
    font-size: 18px;
    margin: 0 0 6px;
    color: var(--text-main);
    font-weight: 600;
    line-height: 1.4;
  }

  .reward-tier-main p {
    margin: 0;
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.7;
    max-width: 88%;
  }

  .reward-tier-tag {
    justify-self: end;
    text-align: center;
    color: var(--text-sub);
    font-size: 13px;
    border: 1px solid var(--border-strong);
    border-radius: 999px;
    padding: 8px 16px;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease;
  }

  .reward-row--top .reward-tier-tag {
    color: var(--gold);
    border-color: rgba(228,188,120,.45);
  }

  .reward-note {
    margin-top: 18px;
    color: var(--text-dim);
    font-size: 13px;
    border-left: 2px solid var(--border-strong);
    padding-left: 14px;
    line-height: 1.6;
  }

  .table-wrap {
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    overflow: hidden;
    background: var(--bg-3);
  }

  .rule-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  .rule-table th {
    text-align: left;
    color: var(--accent);
    font-weight: 500;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    background: rgba(187,242,107,.04);
    letter-spacing: .02em;
  }

  .rule-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    color: var(--text-sub);
    line-height: 1.7;
    vertical-align: top;
  }

  .rule-table tr:last-child td {
    border-bottom: none;
  }

  .rule-table td:first-child {
    color: var(--text-main);
    font-weight: 500;
  }

  .faq-block {
    scroll-margin-top: 80px;
    padding-bottom: clamp(64px, 9vw, 110px);
  }

  .faq-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .faq-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-3);
    transition: background .25s ease, border-color .25s ease;
    overflow: hidden;
  }

  .faq-item:hover {
    background: var(--bg-hover);
    border-color: var(--border-strong);
  }

  .faq-item summary {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    cursor: pointer;
    color: var(--text-main);
    font-size: 15px;
    font-weight: 500;
    padding: 16px 20px;
    line-height: 1.5;
    transition: color .2s ease;
  }

  .faq-item summary::-webkit-details-marker {
    display: none;
  }

  .faq-item summary:hover {
    color: var(--accent);
  }

  .faq-item[open] {
    background: var(--bg-hover);
    border-color: rgba(187,242,107,.35);
  }

  .faq-item[open] summary {
    color: var(--accent);
  }

  .faq-icon {
    width: 18px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid var(--border-strong);
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    width: 9px;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
  }

  .faq-icon::after {
    width: 1px;
    height: 9px;
  }

  .faq-item[open] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .faq-answer {
    padding: 0 20px 18px;
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.8;
  }

  .faq-answer p {
    margin: 0;
  }

  .cta-strip {
    position: relative;
    padding: clamp(80px, 11vw, 140px) 0 clamp(90px, 12vw, 150px);
    scroll-margin-top: 120px;
    border-top: 1px solid var(--border);
    background: linear-gradient(90deg, rgba(187,242,107,.08), transparent 42%), var(--bg-2);
  }

  .cta-strip__inner {
    max-width: 720px;
  }

  .cta-overline {
    color: var(--accent);
    font-family: var(--font-figure);
    font-size: 18px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 16px;
  }

  .cta-strip h2 {
    font-size: clamp(28px, 4.2vw, 48px);
    line-height: 1.2;
    letter-spacing: -.02em;
    color: var(--text-main);
    font-weight: 600;
    margin: 0 0 18px;
  }

  .cta-strip p {
    color: var(--text-sub);
    font-size: 16px;
    margin: 0 0 32px;
    line-height: 1.8;
  }

  .site-footer {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    padding: 64px 0 100px;
  }

  .site-footer .grid-container {
    max-width: 1200px;
  }

  .footer-top {
    margin-bottom: 40px;
  }

  .footer-brand {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 14px;
  }

  .footer-brand span {
    color: var(--accent);
    font-family: var(--font-figure);
  }

  .footer-txt {
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    max-width: 320px;
  }

  .footer-title {
    color: var(--text-main);
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 16px;
  }

  .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav a {
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.5;
    transition: color .2s ease;
  }

  .footer-nav a:hover {
    color: var(--accent);
  }

  .footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 24px;
    color: var(--text-dim);
    font-size: 13px;
  }

  .footer-bottom a {
    color: var(--text-dim);
    transition: color .2s ease;
  }

  .footer-bottom a:hover {
    color: var(--accent);
  }

  .mobile-tab {
    display: none;
  }

  @media (max-width: 1080px) {
    .page-hero {
      min-height: 48vh;
      padding-top: 130px;
    }

    .reward-row {
      grid-template-columns: 72px 1fr;
    }

    .reward-tier-tag {
      grid-column: 2;
      justify-self: start;
    }

    .step-track {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
    }
  }

  @media (max-width: 860px) {
    .site-nav {
      display: none;
    }

    .header-cta .cta-txt {
      display: none;
    }

    .header-cta svg.cta-ico {
      width: 20px;
      height: 20px;
    }

    .brand-word {
      font-size: 21px;
    }

    .brand-site {
      letter-spacing: .18em;
    }

    .mobile-tab {
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 120;
      height: var(--tab-h);
      background: rgba(21,26,19,.97);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-top: 1px solid var(--border);
      padding-bottom: 0;
    }

    .tab-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      color: var(--text-sub);
      font-size: 11px;
      line-height: 1;
      position: relative;
      transition: color .2s ease;
    }

    .tab-item.is-active {
      color: var(--accent);
    }

    .tab-item.is-active::before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: var(--accent);
      position: absolute;
      top: 6px;
      left: 50%;
      transform: translateX(-50%);
    }

    .tab-item svg {
      width: 21px;
      height: 21px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body {
      padding-bottom: calc(var(--tab-h) + 12px);
    }

    .site-footer {
      padding-bottom: calc(var(--tab-h) + 24px);
    }

    .page-hero {
      padding-top: 116px;
      min-height: 60vh;
    }

    .hero-watermark {
      right: -30px;
      font-size: 190px;
      opacity: .6;
    }

    .section-side {
      position: static;
      padding-right: 0;
      margin-bottom: 16px;
    }

    .editorial-block .editorial-copy {
      border-left: none;
      padding-left: 0;
      border-top: 1px solid var(--border);
      padding-top: 28px;
    }

    .editorial-figure img {
      aspect-ratio: 16 / 10;
    }

    .cta-strip {
      padding-bottom: 70px;
    }
  }

  @media (max-width: 640px) {
    .grid-container {
      padding-left: 18px;
      padding-right: 18px;
    }

    .header-inner {
      min-height: 64px;
    }

    .brand-word {
      font-size: 19px;
    }

    .page-hero {
      min-height: 58vh;
      padding-top: 104px;
      padding-bottom: 60px;
    }

    .page-hero__desc {
      font-size: 15px;
    }

    .hero-metrics {
      font-size: 12px;
    }

    .page-hero__title {
      font-size: clamp(34px, 11vw, 48px);
    }

    .section-block {
      padding-top: 56px;
    }

    .section-side h2,
    .editorial-title {
      font-size: 25px;
    }

    .reward-row {
      grid-template-columns: 1fr;
      gap: 5px;
      padding: 20px;
    }

    .reward-tier-main p {
      max-width: 100%;
    }

    .reward-tier-tag {
      grid-column: 1;
      justify-self: start;
    }

    .step-track {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .step-node {
      padding-bottom: 14px;
    }

    .rule-table {
      font-size: 13px;
    }

    .rule-table th,
    .rule-table td {
      padding: 13px 14px;
    }

    .table-wrap {
      overflow-x: auto;
    }

    .faq-item summary {
      padding: 13px 14px;
      font-size: 14px;
    }

    .faq-answer {
      padding: 0 14px 16px;
    }

    .cta-strip {
      padding-top: 60px;
      padding-bottom: 100px;
    }

    .footer-top {
      gap: 26px 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }

/* roulang page: article */
/* ===== Design Variables ===== */
:root{
  --bg:#121611;
  --bg-2:#171C15;
  --bg-3:#0E120D;
  --card:#1C221A;
  --card-2:#222A20;
  --border:rgba(236,242,231,.14);
  --border-strong:rgba(236,242,231,.28);
  --text:#EDF2E9;
  --text-2:#A6AEA1;
  --text-3:#778174;
  --primary:#BBF26B;
  --primary-rest:#D0FF8B;
  --on-primary:#10140C;
  --gold:#E4BC78;
  --danger:#F08A6F;
  --font-cn:"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Noto Sans SC",sans-serif;
  --font-en:"Barlow Condensed","DIN Alternate","Roboto Condensed","Arial Narrow",sans-serif;
  --radius-lg:16px;
  --radius-md:12px;
  --radius-sm:8px;
  --radius-pill:999px;
  --shadow:0 18px 50px rgba(0,0,0,.28);
  --shadow-sm:0 8px 28px rgba(0,0,0,.22);
  --header-h:74px;
  --tab-h:66px;
  --duration:.25s;
}

/* ===== Baseline ===== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-cn);
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  padding-bottom:0;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:var(--text);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--primary-rest)}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p,figure{margin:0}
button{font-family:inherit;border:0;cursor:pointer}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}
footer a:focus-visible{outline-color:var(--primary)}

/* ===== Layout & Colour ===== */
.grid-container{max-width:1230px}
.section{padding:100px 0}
.skip-btn{
  position:fixed;top:-100px;left:16px;z-index:99999;
  background:var(--primary);color:var(--on-primary);
  padding:10px 18px;border-radius:var(--radius-pill);
  font-size:14px;transition:top .2s;
}
.skip-btn:focus{top:16px}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;padding:12px 22px;
  font-family:var(--font-cn);font-size:14px;font-weight:600;
  border:1px solid transparent;border-radius:var(--radius-pill);
  line-height:1.2;white-space:nowrap;cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease;
}
.btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn:active{transform:scale(.96)}
.btn--primary{
  background:var(--primary);color:var(--on-primary);
  box-shadow:0 8px 24px rgba(187,242,107,.08);
}
.btn--primary:hover{
  background:var(--primary-rest);color:#0E120D;
  box-shadow:0 10px 32px rgba(187,242,107,.22);
}
.btn--ghost{
  background:transparent;color:var(--text);
  border-color:var(--border-strong);
}
.btn--ghost:hover{
  border-color:var(--primary-rest);color:var(--primary-rest);
  background:rgba(236,242,231,.06);
}
.btn--link{
  background:transparent;color:var(--text-2);
  padding:4px 2px;border-radius:var(--radius-sm);border-color:transparent;
}
.btn--link:hover{color:var(--primary-rest)}


/* ===== Header ===== */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:60;
  height:var(--header-h);
  background:rgba(18,22,17,.78);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  border-bottom:1px solid transparent;
  transition:border-color .3s ease,box-shadow .3s ease,background .3s ease;
}
.site-header.is-scrolled{
  background:rgba(16,19,15,.92);
  border-bottom-color:var(--border);
  box-shadow:var(--shadow-sm);
}
.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  display:inline-flex;align-items:baseline;gap:8px;flex-shrink:0;
  padding:8px 0;margin-right:20px;
}
.brand-word{
  font-size:25px;font-weight:900;letter-spacing:-.02em;
  color:var(--text);line-height:1;
}
.j9-word{
  color:var(--primary);font-family:var(--font-en);
  font-style:italic;font-weight:800;
  letter-spacing:.01em;
}
.brand-site{
  font-size:10px;letter-spacing:.22em;
  color:var(--text-3);font-weight:600;
  padding:2px 0 0 2px;
}
.site-nav{
  display:flex;align-items:center;gap:4px;margin-left:auto;
}
.nav-link{
  color:var(--text-2);font-size:14px;font-weight:500;
  padding:14px 18px;border-radius:var(--radius-pill);
  line-height:1.2;position:relative;
  transition:color .2s;
}
.nav-link:hover{color:var(--text);background:rgba(236,242,231,.04)}
.nav-link.is-active{color:var(--primary);font-weight:700}
.header-cta{
  margin-left:18px;flex-shrink:0;
  font-size:13px;font-weight:700;
  padding:10px 18px;
}
.header-cta .cta-ico{width:15px;height:15px}

/* ===== Mobile Bottom Tab ===== */
.mobile-tab{
  display:none;
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  height:var(--tab-h);
  background:#151A13;
  border-top:1px solid var(--border);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.mobile-tab__list{
  height:100%;
  display:grid;grid-template-columns:repeat(4,1fr);
  align-items:stretch;
}
.mobile-tab__link{
  display:flex;flex-direction:column;
  justify-content:center;align-items:center;
  gap:3px;color:var(--text-3);
  font-size:11px;letter-spacing:.02em;
  -webkit-tap-highlight-color:transparent;
}
.mobile-tab__link svg{
  width:20px;height:20px;fill:none;
  stroke:currentColor;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round;
}
.mobile-tab__link .icon-solid{
  fill:none;
}
.mobile-tab__link.is-active{color:var(--primary)}

/* ===== Footer ===== */
.site-footer{
  background:#0E120D;
  border-top:1px solid var(--border);
  padding:64px 0 30px;
  position:relative;
}
.footer-top{
  padding-bottom:36px;
  border-bottom:1px solid rgba(236,242,231,.08);
  align-items:flex-start;
}
.footer-brand{
  display:block;
  font-size:20px;font-weight:800;color:var(--text);
  letter-spacing:-.01em;line-height:1.3;
}
.footer-brand span{color:var(--primary);font-family:var(--font-en)}
.footer-txt{font-size:14px;line-height:1.8;color:var(--text-3);margin-top:10px;max-width:320px}
.footer-title{
  font-size:13px;font-weight:700;color:var(--text);
  letter-spacing:.04em;margin-bottom:14px;
}
.footer-nav{
  display:flex;flex-direction:column;gap:9px;
}
.footer-nav a{
  font-size:14px;color:var(--text-2);line-height:1.5;
  width:fit-content;
}
.footer-nav a:hover{color:var(--primary-rest)}
.footer-bottom{
  display:flex;flex-wrap:wrap;gap:10px 24px;
  justify-content:space-between;
  padding-top:26px;font-size:12px;
  color:var(--text-3);
  letter-spacing:.02em;
}
.footer-bottom span:last-child{opacity:.62}

/* ===== Article Page ===== */
.article-hero{
  position:relative;
  background:
    radial-gradient(circle at 86% 18%, rgba(187,242,107,.05), transparent 32%),
    linear-gradient(180deg,#171C15 0%,var(--bg) 100%);
  padding:136px 0 52px;
  overflow:hidden;
}
.article-hero::before{
  content:"J9";
  position:absolute;right:-20px;top:8px;
  font-family:var(--font-en);font-size:240px;font-weight:800;
  color:rgba(236,242,231,.03);
  line-height:1;user-select:none;
  pointer-events:none;letter-spacing:-.06em;
}
.article-wrap{
  position:relative;z-index:1;
}
.breadcrumb{
  display:flex;align-items:center;flex-wrap:wrap;gap:6px;
  font-size:13px;color:var(--text-3);
  margin-bottom:26px;
}
.breadcrumb a{color:var(--text-3)}
.breadcrumb a:hover{color:var(--primary-rest)}
.breadcrumb .sep{color:var(--text-3);opacity:.5;font-family:var(--font-en)}
.breadcrumb .current{
  color:var(--text-2);
  max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.article-kicker{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:700;color:var(--primary);
  letter-spacing:.2em;padding:6px 16px 6px 6px;
  border:1px solid var(--border);border-radius:var(--radius-pill);
  background:rgba(187,242,107,.05);
  margin-bottom:20px;
}
.article-kicker .kicker-dot{
  width:8px;height:8px;border-radius:50%;background:var(--gold);
  box-shadow:0 0 0 4px rgba(228,188,120,.12);
}
.article-title{
  font-size:46px;line-height:1.2;
  font-weight:800;letter-spacing:-.025em;
  color:var(--text);max-width:920px;
}
.article-lead{
  font-size:18px;line-height:2;
  color:var(--text-2);max-width:820px;
  margin-top:22px;
}
.article-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:14px 30px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid var(--border);
  color:var(--text-3);
  font-size:14px;
}
.meta-item{
  display:inline-flex;align-items:center;gap:9px;
}
.meta-item svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.meta-item time{color:var(--text-2)}
.meta-tag{
  display:inline-flex;align-items:center;gap:7px;
  font-size:12px;color:var(--primary);
  background:rgba(187,242,107,.08);
  border:1px solid rgba(187,242,107,.35);
  padding:5px 14px;border-radius:var(--radius-pill);
  font-weight:600;
}
.tag-marker{
  width:5px;height:5px;border-radius:50%;
  background:var(--primary);
}

/* Article Cover */
.article-cover-figure{
  margin-top:38px;
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--border);
  background:var(--card);
  box-shadow:var(--shadow);
}
.article-cover-figure img{
  width:100%;aspect-ratio:16/9;
  object-fit:cover;
}
.article-cover-figure figcaption{
  font-size:13px;color:var(--text-3);
  padding:12px 20px;background:rgba(255,255,255,.02);
  letter-spacing:.01em;
  border-top:1px solid rgba(236,242,231,.08);
}

/* ===== Article Body ===== */
.article-body{
  max-width:760px;
  margin:0 auto;
  padding:54px 0 20px;
  font-size:17px;
  line-height:2;
  color:#DCECE9;
  letter-spacing:.01em;
}
.article-body h2{
  font-size:30px;line-height:1.4;color:var(--text);
  font-weight:800;letter-spacing:-.01em;
  margin:3.4rem 0 1.1rem;
  padding-top:10px;
}
.article-body h3{
  font-size:23px;line-height:1.5;color:var(--text);
  font-weight:700;margin:2.6rem 0 .9rem;
}
.article-body h4{
  font-size:18px;line-height:1.6;color:var(--text);
  font-weight:700;margin:1.8rem 0 .7rem;
}
.article-body p{
  margin:0 0 1.7em;
}
.article-body a{
  color:var(--primary-rest);text-decoration:underline;
  text-decoration-color:rgba(187,242,107,.45);
  text-underline-offset:4px;
  transition:color .2s,text-decoration-color .2s;
}
.article-body a:hover{color:var(--primary);text-decoration-color:var(--primary)}
.article-body strong{color:var(--text);font-weight:700}
.article-body em{color:var(--gold);font-style:normal;font-weight:600}
.article-body img{
  width:100%;border-radius:var(--radius-md);
  border:1px solid rgba(236,242,231,.08);
  margin:2rem 0 .8rem;
}
.article-body figcaption,
.article-body .caption,
.article-body img+em{
  display:block;text-align:center;
  font-size:13px;color:var(--text-3);font-style:normal;
  margin:8px 0 24px;
}
.article-body blockquote{
  margin:2.4rem 0;
  padding:4px 0 4px 26px;
  border-left:3px solid var(--primary);
  font-size:18px;line-height:1.9;
  color:var(--text);
  background:linear-gradient(90deg,rgba(187,242,107,.05),transparent);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
}
.article-body ul{
  margin:1.4rem 0 1.9rem;padding-left:0;
  display:flex;flex-direction:column;gap:10px;
}
.article-body ul>li{
  position:relative;padding-left:28px;
}
.article-body ul>li::before{
  content:"";position:absolute;left:4px;top:.94em;
  width:8px;height:8px;border-radius:50%;
  background:var(--primary);
  box-shadow:0 0 0 4px rgba(187,242,107,.1);
}
.article-body ol{
  margin:1.4rem 0 1.9rem;padding-left:0;
  display:flex;flex-direction:column;gap:8px;
  counter-reset:item;
}
.article-body ol>li{
  counter-increment:item;padding-left:44px;position:relative;
}
.article-body ol>li::before{
  content:counter(item,decimal-leading-zero);
  position:absolute;left:0;top:2px;
  font-family:var(--font-en);font-weight:800;font-size:15px;
  color:var(--gold);
  letter-spacing:.02em;
}
.article-body hr{
  border:0;height:1px;
  background:linear-gradient(90deg,var(--border),transparent);
  margin:3.2rem 0;
}
.article-body code{
  font-family:"SFMono-Regular","Consolas","Roboto Mono",monospace;
  font-size:.88em;background:#11140E;
  color:var(--primary-rest);
  border:1px solid rgba(236,242,231,.1);
  border-radius:4px;padding:2px 7px;
  word-break:break-all;
}
.article-body pre{
  background:#0E120D;border:1px solid var(--border);
  border-radius:12px;padding:22px;margin:2rem 0;
  overflow-x:auto;
}
.article-body pre code{
  background:transparent;border:0;padding:0;
  color:var(--text);font-size:14px;line-height:1.8;
}
.article-body table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:rgba(28,34,26,.7);
  border:1px solid var(--border);
  border-radius:12px;
  overflow-x:auto;
  display:block;
  margin:2.4rem 0;
  font-size:15px;
}
.article-body thead th{
  background:#11150F;
  color:var(--text);
  font-weight:700;
  letter-spacing:.02em;
}
.article-body th,.article-body td{
  padding:13px 16px;
  border-bottom:1px solid rgba(236,242,231,.08);
  text-align:left;vertical-align:top;
  white-space:nowrap;
  color:var(--text-2);
}
.article-body tbody tr:last-child td{border-bottom:0}
.article-body th{color:var(--gold)}
.article-body tbody tr:hover{background:rgba(255,255,255,.02)}
.article-body h2::before{
  content:"";display:inline-block;width:10px;height:10px;
  border-radius:2px;background:var(--primary);
  margin-right:10px;
  vertical-align:middle;
}

/* Article Tags */
.article-tags{
  max-width:760px;margin:0 auto;
  padding:34px 0 8px;
  border-top:1px solid var(--border);
  display:flex;flex-wrap:wrap;align-items:center;gap:12px;
}
.article-tags__label{font-size:13px;color:var(--text-3);margin-right:4px}
.tag{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:var(--text-2);
  background:rgba(255,255,255,.03);
  border:1px solid var(--border);
  border-radius:var(--radius-pill);
  padding:6px 14px;
  transition:border-color .2s,color .2s,background .2s;
}
.tag:hover{
  color:var(--primary-rest);
  border-color:var(--primary-rest);
  background:rgba(187,242,107,.04);
}

/* Article Return */
.article-outlink{
  max-width:760px;margin:0 auto;
  display:flex;flex-wrap:wrap;justify-content:space-between;
  gap:14px;align-items:center;
  padding:18px 0 42px;
}
.article-outlink .link-back{
  color:var(--text-3);font-size:14px;
  display:inline-flex;align-items:center;gap:6px;
}
.article-outlink .link-back:hover{color:var(--primary-rest)}
.link-icon{display:inline-block;transform:rotate(180deg)}
.article-outlink .btn{padding:10px 16px;font-size:13px}

/* Missing Content */
.missing-wrap{
  max-width:640px;
  margin:70px auto;
  text-align:center;
  border:1px dashed var(--border-strong);
  border-radius:var(--radius-lg);
  background:var(--card);
  padding:60px 30px;
}
.missing-num{
  font-family:var(--font-en);font-size:100px;font-weight:800;
  line-height:1;letter-spacing:-.05em;color:rgba(236,242,231,.12);
}
.missing-title{
  font-size:34px;font-weight:800;color:var(--text);
  margin:18px 0 14px;
}
.missing-txt{color:var(--text-2);font-size:16px;margin-bottom:30px}
.missing-wrap .btn{padding:13px 26px}

/* Article Insight */
.article-insight{
  padding:0 0 90px;
}
.inner-reveal{
  opacity:0;transform:translateY(26px);
  transition:opacity .65s ease,transform .65s ease;
}
.inner-reveal.is-shown{opacity:1;transform:none}
.section-head{
  display:flex;align-items:flex-end;
  justify-content:space-between;gap:22px;
  border-bottom:1px solid rgba(236,242,231,.1);
  padding-bottom:18px;margin-bottom:36px;
}
.index-num{
  font-family:var(--font-en);font-size:15px;
  color:var(--text-3);letter-spacing:.15em;
  font-weight:700;
}
.index-num i{
  font-style:normal;color:var(--primary);
  margin-right:12px;
  border:1px solid rgba(187,242,107,.3);
  border-radius:5px;padding:2px 8px;
  background:rgba(187,242,107,.06);
}
.section-title{
  font-size:30px;font-weight:800;color:var(--text);
  letter-spacing:-.01em;line-height:1.3;
}
.section-desc{
  font-size:14px;color:var(--text-3);
  max-width:340px;text-align:right;
}
.article-card-info{
  color:var(--text-3);font-size:13px;
}
.insight-card{
  display:flex;flex-direction:column;
  height:100%;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  transition:border-color .25s,transform .25s,box-shadow .25s,background .25s;
}
.insight-card:hover{
  transform:translateY(-3px);
  border-color:var(--border-strong);
  background:var(--card-2);
  box-shadow:var(--shadow);
}
.insight-card__cover{
  aspect-ratio:16/8;overflow:hidden;
}
.insight-card__cover img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;
}
.insight-card:hover .insight-card__cover img{transform:scale(1.05)}
.insight-card__body{
  padding:24px 24px 22px;
  display:flex;flex-direction:column;flex:1;
  gap:10px;
}
.insight-card__meta{
  display:flex;align-items:center;gap:8px;
  color:var(--text-3);
  font-size:13px;
}
.insight-card__meta .divider-dot{width:3px;height:3px;border-radius:50%;background:var(--primary)}
.insight-card__title{
  font-size:19px;line-height:1.6;color:var(--text);
  font-weight:800;letter-spacing:-.01em;
}
.insight-card__text{
  color:var(--text-2);font-size:14px;line-height:1.8;
}
.insight-card__arrow{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:auto;padding-top:6px;
  color:var(--primary);font-size:13px;font-weight:600;
}
.insight-card__arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.insight-card:hover .insight-card__arrow svg{transform:translateX(4px)}

/* Article CTA */
.article-closing{
  border-top:1px solid rgba(236,242,231,.06);
  background:linear-gradient(90deg,#151A13,var(--bg));
  padding:64px 0;
}
.closing-layout{
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;flex-wrap:wrap;
}
.closing-copy h2{
  font-size:28px;font-weight:800;color:var(--text);
  line-height:1.5;letter-spacing:-.01em;
}
.closing-copy p{
  font-size:15px;color:var(--text-3);margin-top:8px;
}
.closing-action{display:flex;gap:12px;flex-wrap:wrap}

/* ===== Header Transitions & Animation ===== */
.reveal{
  animation:heroUp .7s ease both;
}
.reveal.delay-1{animation-delay:.08s}
.reveal.delay-2{animation-delay:.16s}
@keyframes heroUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

/* ===== Responsive ===== */
@media (min-width:1024px) and (max-width:1280px){
  .article-title{font-size:42px}
  .section-desc{max-width:290px}
}
@media (max-width:1023px){
  .site-nav{display:none}
  .header-inner .btn--ghost{display:none}
  .article-title{font-size:37px}
  .section-title{font-size:26px}
  .section-desc{font-size:13px;max-width:220px}
}
@media (max-width:768px){
  .section{padding:66px 0}
  .article-hero{padding:112px 16px 40px}
  .article-title{font-size:34px;letter-spacing:-.02em}
  .breadcrumb{font-size:12px}
  .article-body{padding-top:36px}
  .article-body pre{padding:16px;font-size:13px}
  .article-body table{font-size:13px}
  .article-outlink .btn{width:100%}
  .closing-layout{flex-direction:column;align-items:flex-start}
  .mobile-tab{display:block}
  body{
    padding-bottom:calc(var(--tab-h) + 24px);
  }
  .footer-bottom{justify-content:center}
  .article-insight .cell,.closing-layout{width:100%}
  .section-head{flex-wrap:wrap;align-items:flex-start}
  .article-outlink{flex-direction:column;align-items:flex-start}
  .article-outlink .btn:last-child{width:100%}
  .btn{justify-content:center}
}
@media (max-width:640px){
  body{font-size:15px}
  .section{padding:56px 0}
  .site-header{
    height:60px;
    padding:0 2px;
  }
  .header-cta{padding:8px 14px;margin-left:auto;}
  .header-cta .cta-txt{display:none}
  .brand{margin-right:10px}
  .brand-word{font-size:21px}
  .brand-site{font-size:9px}

  .article-hero::before{
    font-size:140px;
    right:-10px;top:38px;
  }
  .article-hero{padding:92px 12px 30px}
  .article-title{font-size:27px;line-height:1.32}
  .article-kicker{font-size:11px}
  .article-lead{font-size:16px}
  .article-meta{gap:8px 14px;font-size:13px;margin-top:20px}
  .article-cover-figure{margin-top:24px;border-radius:12px}
  .article-cover-figure img{aspect-ratio:3/2}
  .article-cover-figure figcaption{font-size:11px;padding:10px 12px}
  .article-body{font-size:16px;line-height:1.95;padding:32px 0 10px}
  .article-body h2{font-size:24px;margin:2.4rem 0 1rem}
  .article-body h3{font-size:20px}
  .article-body blockquote{padding-left:18px;font-size:17px}
  .section-head{margin-bottom:24px}
  .section-title{font-size:23px}
  .insight-card__body{padding:18px 16px}
  .insight-card__title{font-size:16px}
  .insight-card__meta{font-size:12px}
  .insight-card__text{font-size:13px}
  .closing-copy h2{font-size:23px}
  .closing-copy p{font-size:14px}
  .missing-wrap{padding:40px 20px}
  .footer-bottom{flex-direction:column}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    transition-duration:.01ms!important;
  }
}

/* roulang page: category2 */
:root {
  --bg: #121611;
  --bg-2: #171C15;
  --bg-3: #10140C;
  --card: #1C221A;
  --card-hover: #222A20;
  --line: rgba(236,242,231,0.14);
  --line-strong: rgba(236,242,231,0.28);
  --txt: #EDF2E9;
  --txt-2: #A6AEA1;
  --txt-3: #778174;
  --acc: #BBF26B;
  --acc-hover: #D0FF8B;
  --acc-ink: #10140C;
  --gold: #E4BC78;
  --gold-ink: #2B2112;
  --danger: #F08A6F;
  --font-cn: "PingFang SC","Microsoft YaHei","Hiragino Sans GB","Noto Sans SC",sans-serif;
  --font-display: "Barlow Condensed","DIN Alternate","Roboto Condensed","Arial Narrow",sans-serif;
  --radius-card: 16px;
  --radius-sm: 8px;
  --radius-btn: 999px;
  --shadow-main: 0 18px 50px rgba(0,0,0,0.28);
  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 78px;
  --tabbar-h: 70px;
}

* {
  box-sizing: border-box;
}
html {
  background: var(--bg);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font-cn);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 85% 12%, rgba(187,242,107,0.045), transparent 30%),
    radial-gradient(circle at 10% 82%, rgba(228,188,120,0.035), transparent 24%),
    var(--bg);
  transition: opacity .4s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
button,
input {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
}
p {
  margin: 0;
}
::selection {
  background: var(--acc);
  color: var(--acc-ink);
}
:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  z-index: 300;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--bg);
  background: var(--acc);
  font-size: 13px;
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus {
  top: 16px;
}

.grid-container {
  max-width: 1360px;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(18,22,17,.84);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(236,242,231,0.07);
}
.site-header.is-scrolled {
  background: rgba(16,20,12,.9);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
  flex-shrink: 0;
}
.brand-word {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--txt);
}
.j9-word {
  color: var(--acc);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.06em;
  letter-spacing: .02em;
}
.brand-site {
  margin-top: 6px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--txt-3);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 38px);
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--header-h);
  font-size: 15px;
  font-weight: 500;
  color: var(--txt-2);
  letter-spacing: .02em;
  transition: color .25s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 1px;
  background: var(--acc);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav-link:hover {
  color: var(--txt);
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.nav-link.is-active {
  color: var(--acc);
}
.nav-link.is-active::after {
  transform: scaleX(1);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-btn);
  font-family: var(--font-cn);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .2s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn:active {
  transform: translateY(1px) scale(.985);
}
.btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn--primary {
  background: var(--acc);
  color: var(--acc-ink);
  border-color: var(--acc);
}
.btn--primary:hover {
  background: var(--acc-hover);
  border-color: var(--acc-hover);
  color: var(--acc-ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(187,242,107,.14);
}
.btn--ghost {
  background: transparent;
  color: var(--txt);
  border-color: var(--line-strong);
}
.btn--ghost:hover {
  background: rgba(236,242,231,.06);
  border-color: rgba(236,242,231,.48);
  color: var(--txt);
  transform: translateY(-2px);
}
.btn--dark {
  background: transparent;
  color: var(--txt-2);
  border-color: rgba(236,242,231,.26);
}
.btn--dark:hover {
  border-color: var(--txt);
  color: var(--txt);
  background: rgba(255,255,255,.04);
}
.btn--gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--gold-ink);
}
.btn--block {
  width: 100%;
}

.header-cta {
  height: 44px;
  padding: 0 22px;
  flex-shrink: 0;
}
.header-cta .cta-txt {
  font-size: 13px;
}

.mobile-tabbar {
  display: none;
}

.page-hero {
  position: relative;
  min-height: clamp(520px, 60vh, 640px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(18,22,17,.12) 0%, rgba(18,22,17,.58) 55%, var(--bg) 100%),
    linear-gradient(90deg, rgba(18,22,17,.6), rgba(18,22,17,.2)),
    url("/assets/images/backpic/back-2.webp") center center / cover no-repeat;
}
.page-hero::before {
  content: "J9";
  position: absolute;
  top: 44px;
  right: clamp(-40px, 2vw, 10px);
  z-index: -1;
  font-family: var(--font-display);
  font-size: clamp(160px, 30vw, 340px);
  line-height: 1;
  font-weight: 800;
  color: rgba(187,242,107,.05);
  letter-spacing: -.04em;
  user-select: none;
  pointer-events: none;
}
.hero-shell {
  width: 100%;
  padding: 110px 0 42px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--txt-3);
}
.breadcrumb a {
  color: var(--txt-2);
  transition: color .2s;
}
.breadcrumb a:hover {
  color: var(--acc);
}
.breadcrumb .crumb-arr {
  color: var(--txt-3);
}
.breadcrumb .crumb-current {
  color: var(--txt);
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--acc);
}
.hero-label::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--acc);
}
.hero-title {
  max-width: 1060px;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--txt);
  letter-spacing: -.015em;
}
.hero-title .j9-hero {
  color: var(--acc);
  font-family: var(--font-display);
  font-weight: 800;
}
.hero-title .sep-line {
  color: var(--gold);
  font-weight: 400;
  margin: 0 .06em;
}
.hero-lead {
  max-width: 690px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--txt-2);
}
.hero-lead strong {
  color: var(--txt);
  font-weight: 600;
}

.hero-metrics {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.metric {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 6px 0;
  border-left: 0;
  border-top: 1px solid transparent;
}
.metric + .metric {
  border-left: 1px solid rgba(236,242,231,.09);
  padding-left: 20px;
}
.metric b {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--acc);
  line-height: 1;
}
.metric span {
  display: block;
  font-size: 13px;
  color: var(--txt-3);
  line-height: 1.4;
  letter-spacing: .06em;
}

.notice-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(228,188,120,.035);
}
.notice-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px max(20px, calc((100vw - 1360px) / 2 + 48px));
  padding: 22px 0;
}
.notice-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 3px 12px;
  border: 1px solid rgba(228,188,120,.32);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}
.notice-band p {
  color: var(--txt-2);
  font-size: 14px;
  line-height: 1.8;
  max-width: 980px;
}
.notice-band p b {
  color: var(--txt);
  font-weight: 600;
}

.news-index {
  padding: 90px 0 64px;
}
.block-head {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 32px;
}
.block-no {
  font-family: var(--font-display);
  font-size: clamp(56px, 6vw, 84px);
  font-weight: 800;
  line-height: .8;
  letter-spacing: .02em;
  color: rgba(236,242,231,.24);
  margin-bottom: -4px;
  user-select: none;
}
.block-title {
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.15;
  font-weight: 750;
  color: var(--txt);
}
.block-note {
  margin-left: auto;
  max-width: 410px;
  text-align: left;
  color: var(--txt-3);
  font-size: 14px;
  line-height: 1.8;
}
.entry-list {
  border-top: 1px solid var(--line-strong);
}
.entry-row {
  position: relative;
  display: grid;
  grid-template-columns: 54px 126px minmax(0, 1fr) 150px 30px;
  align-items: center;
  gap: 20px;
  padding: 24px 12px;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, padding-left .3s ease, border-color .25s ease;
}
.entry-row:hover {
  background: linear-gradient(90deg, rgba(187,242,107,.085), transparent 64%);
  padding-left: 20px;
  border-bottom-color: rgba(236,242,231,.26);
}
.entry-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--txt-3);
  letter-spacing: .04em;
}
.entry-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(236,242,231,.14);
  border-radius: 999px;
  background: rgba(236,242,231,.04);
  font-size: 12px;
  color: var(--txt-2);
  letter-spacing: .02em;
  white-space: nowrap;
}
.entry-tag.gold {
  border-color: rgba(228,188,120,.22);
  background: rgba(228,188,120,.09);
  color: var(--gold);
}
.entry-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--txt);
  line-height: 1.65;
  transition: color .24s;
}
.entry-row:hover .entry-title {
  color: var(--acc-hover);
}
.entry-date {
  font-size: 13px;
  color: var(--txt-3);
  font-feature-settings: "tnum";
  letter-spacing: .04em;
  white-space: nowrap;
}
.entry-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--txt-3);
  transition: all .25s;
}
.entry-arrow svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.entry-row:hover .entry-arrow {
  color: var(--acc);
  border-color: rgba(187,242,107,.36);
  background: rgba(187,242,107,.08);
}
.entry-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: var(--txt-2);
  font-size: 14px;
  font-weight: 550;
  transition: color .2s;
}
.entry-more:hover {
  color: var(--acc);
}

.guide-split {
  padding: 104px 0;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(23,28,21,.75) 48%, var(--bg) 100%);
}
.guide-split .copy-panel {
  padding-right: 10px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--acc);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}
.copy-title {
  margin-top: 4px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: var(--txt);
}
.copy-desc {
  margin-top: 18px;
  color: var(--txt-2);
  font-size: 15px;
  line-height: 2;
  max-width: 640px;
}
.info-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--txt-2);
  font-size: 14px;
  line-height: 1.85;
  padding-left: 0;
}
.info-list .dot {
  flex: 0 0 16px;
  height: 16px;
  margin-top: 7px;
  position: relative;
}
.info-list .dot::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acc);
}
.info-list .dot.gold::before {
  background: var(--gold);
}
.guide-split .media-panel {
  position: relative;
}
.guide-split .media-panel::before {
  content: "";
  position: absolute;
  inset: -16px -16px auto auto;
  width: 180px;
  height: 180px;
  border-top: 1px solid rgba(187,242,107,.3);
  border-right: 1px solid rgba(187,242,107,.3);
  border-radius: 0 14px 0 0;
  pointer-events: none;
}
.guide-split .media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-main);
  background: var(--card);
}
.guide-split .media-frame img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: saturate(.85) contrast(1.04);
}
.guide-split .media-frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 20px 16px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(180deg, transparent, rgba(12,16,10,.88));
}
.guide-split .media-frame figcaption strong {
  color: var(--acc);
  font-weight: 600;
}

.faq-section {
  padding: 92px 0 112px;
}
.faq-wrap {
  display: grid;
  grid-template-columns: .85fr 1.4fr;
  gap: clamp(40px, 6vw, 90px);
}
.faq-head {
  position: sticky;
  top: calc(var(--header-h) + 30px);
  align-self: start;
}
.faq-head h2 {
  margin-top: 14px;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.15;
  color: var(--txt);
}
.faq-head p {
  margin-top: 18px;
  color: var(--txt-3);
  font-size: 14px;
  line-height: 1.9;
}
.faq-head .faq-count {
  margin-top: 24px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--txt-2);
  font-size: 13px;
  letter-spacing: .06em;
}
.faq-head .faq-count b {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  color: var(--acc);
}

ul.accordion.faq-accordion {
  margin: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
}
.faq-accordion .accordion-item {
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  color: var(--txt);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  transition: color .22s, opacity .22s;
  opacity: 1;
}
.faq-accordion .accordion-title:hover,
.faq-accordion .accordion-title:focus-visible {
  background: transparent;
  color: var(--acc);
}
.faq-accordion .accordion-title::before,
.faq-accordion .accordion-title::after {
  display: none !important;
}
.faq-accordion .faq-q-num {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--txt-3);
  flex-shrink: 0;
  transition: color .2s;
}
.faq-accordion .accordion-title:hover .faq-q-num,
.faq-accordion .accordion-item.is-active .faq-q-num {
  color: var(--acc);
}
.faq-accordion .faq-icon {
  width: 28px;
  height: 28px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--txt-3);
  flex-shrink: 0;
  transition: transform .3s, color .3s, border-color .3s;
}
.faq-accordion .faq-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
}
.faq-accordion .accordion-title:hover .faq-icon,
.faq-accordion .accordion-item.is-active .faq-icon {
  color: var(--acc);
  border-color: rgba(187,242,107,.42);
  transform: rotate(45deg);
}
.faq-accordion .faq-a {
  background: transparent;
  border: 0;
  padding: 0 0 22px;
  color: var(--txt-2);
  font-size: 14px;
  line-height: 1.85;
}
.faq-accordion .faq-a p {
  max-width: 720px;
}
.faq-accordion .faq-a a {
  color: var(--acc);
  border-bottom: 1px solid rgba(187,242,107,.45);
  transition: border-color .2s;
}
.faq-accordion .faq-a a:hover {
  border-bottom-color: var(--acc);
}

.closing-cta {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(rgba(23,28,21,.55), rgba(18,22,17,.6)),
    url("/assets/images/backpic/back-1.png") center right / cover no-repeat;
  background-size: cover;
}
.closing-cta .cta-shell {
  padding: 94px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.closing-cta h2 {
  max-width: 620px;
  font-size: clamp(28px, 3.6vw, 50px);
  line-height: 1.2;
  color: var(--txt);
}
.closing-cta h2 span {
  color: var(--acc);
}
.closing-cta .cta-desc {
  margin-top: 14px;
  max-width: 560px;
  color: var(--txt-2);
  font-size: 14px;
}
.closing-cta .cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer {
  background: #11150F;
  border-top: 1px solid var(--line);
}
.footer-top {
  padding: 74px 0 56px;
}
.footer-brand {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--txt);
}
.footer-brand span {
  color: var(--acc);
  font-family: var(--font-display);
  font-weight: 800;
}
.footer-txt {
  margin-top: 18px;
  max-width: 420px;
  color: var(--txt-3);
  font-size: 13px;
  line-height: 1.9;
}
.footer-title {
  margin-bottom: 16px;
  color: var(--txt);
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 600;
  text-transform: uppercase;
}
ul.footer-nav {
  display: grid;
  gap: 10px;
}
ul.footer-nav a {
  color: var(--txt-3);
  font-size: 13px;
  line-height: 1.5;
  transition: color .2s, padding-left .25s;
}
ul.footer-nav a:hover {
  color: var(--acc);
  padding-left: 4px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--txt-3);
  font-size: 12px;
  line-height: 1.7;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.has-js .reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-head {
    position: static;
  }
  .entry-row {
    grid-template-columns: 42px 108px minmax(0, 1fr) 116px 24px;
    gap: 14px;
  }
  .entry-title {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }
  .latest-nav-item {
    display: none;
  }
  .header-inner {
    height: 64px;
  }
  .brand-word {
    font-size: 21px;
  }
  .header-cta {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }
  .header-cta .cta-txt {
    display: none;
  }
  .mobile-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 250;
    display: block;
    background: #151A13;
    border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .tabbar-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    height: 70px;
  }
  .tab-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 56px;
    color: var(--txt-3);
    font-size: 11px;
    font-weight: 550;
    transition: color .2s;
  }
  .tab-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .tab-btn:hover,
  .tab-btn.is-active {
    color: var(--acc);
  }
  .tab-btn.is-active::before {
    content: "";
    position: absolute;
    top: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--acc);
  }
  .site-footer {
    padding-bottom: 70px;
  }
  .news-index,
  .faq-section,
  .guide-split {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-hero {
    min-height: 500px;
  }
  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4px;
  }
  .metric {
    padding: 14px 0 8px;
  }
  .metric + .metric {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .block-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 10px 14px;
  }
  .block-note {
    grid-column: 1 / -1;
    margin-left: 0;
    max-width: 100%;
    padding-top: 8px;
  }
  .entry-list {
    margin-top: 6px;
  }
  .entry-row {
    grid-template-columns: 36px auto 1fr;
    gap: 10px 14px;
    align-items: center;
    padding: 20px 4px;
  }
  .entry-num {
    grid-row: 1 / 3;
    font-size: 15px;
  }
  .entry-tag {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding: 0 10px;
    font-size: 11px;
  }
  .entry-title {
    grid-column: 2 / 4;
    grid-row: 1;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.6;
    padding-right: 0;
  }
  .entry-date {
    grid-column: 2;
    grid-row: 2;
    font-size: 12px;
    white-space: normal;
  }
  .entry-arrow {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    width: 28px;
    height: 28px;
  }
  .entry-row:hover {
    padding-left: 8px;
  }
  .entry-row:hover .entry-title {
    color: inherit;
  }
  .closing-cta .cta-shell {
    padding: 54px 0 60px;
  }
  .closing-cta .cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .section-title {
    font-size: 30px;
  }
  .notice-inner {
    display: block;
    padding: 18px 0;
  }
  .notice-tag {
    margin-bottom: 8px;
  }
  .hero-shell {
    padding-top: 54px;
  }
  .breadcrumb {
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .hero-label {
    font-size: 11px;
  }
  .hero-title {
    font-size: 33px;
    line-height: 1.18;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .footer-top {
    padding-top: 52px;
    padding-bottom: 40px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
  }
  .footer-bottom span + span {
    margin-top: 6px;
  }
  .faq-accordion .accordion-title {
    min-height: 66px;
    gap: 12px;
    font-size: 14px;
  }
  .faq-accordion .faq-a {
    font-size: 14px;
  }
  .guide-split .media-panel {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}
