/* roulang page: index */
:root{
  --ink:#0E1110;
  --ink-2:#141917;
  --ink-deep:#090C0B;
  --paper:#F4F1EA;
  --line-dark:#252C28;
  --line-light:#DBD6C9;
  --primary:#C7F24A;
  --primary-deep:#9FCE35;
  --accent-red:#F05941;
  --text-hi:#F5F7F0;
  --text-mid:#A9B4A3;
  --text-low:#707A72;
  --text-paper:#1F2421;
  --text-paper-mid:#5A625B;
  --radius-sm:4px;
  --radius-md:6px;
  --radius-pill:100px;
  --container:1200px;
  --font-sans:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,sans-serif;
  --font-num:"DIN Alternate","Bahnschrift","Arial Narrow",var(--font-sans);
  --shadow-soft:0 10px 30px rgba(0,0,0,0.18);
  --transition:all .22s ease;
}
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--font-sans);
  background:var(--ink);
  color:var(--text-hi);
  line-height:1.7;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button,input{ font-family:inherit; }
button{ cursor:pointer; }
.container{ width:min(var(--container),100% - 48px); margin-inline:auto; }
.section{ padding:84px 0; position:relative; }
.section-compact{ padding:64px 0; }
.section-divider{ border-top:1px solid var(--line-dark); }
.row-title{
  display:flex; align-items:flex-end; justify-content:space-between; gap:20px;
  margin-bottom:36px; border-bottom:1px solid var(--line-dark); padding-bottom:22px;
}
.row-title h2{ font-size:clamp(22px,2.4vw,32px); font-weight:700; letter-spacing:.5px; }
.row-title .row-note{
  color:var(--text-mid); font-size:14px; max-width:420px; text-align:right;
}
.anchor-link{
  display:inline-flex; align-items:center; gap:6px; color:var(--text-mid); font-size:14px;
  transition:var(--transition); white-space:nowrap;
}
.anchor-link:hover{ color:var(--primary); }
.anchor-link::after{ content:"→"; color:var(--primary); }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border-radius:var(--radius-md); border:1px solid transparent;
  font-weight:600; font-size:15px; line-height:1; letter-spacing:.4px;
  padding:13px 24px; transition:var(--transition); background:none;
}
.btn-primary{ background:var(--primary); color:#161A0F; }
.btn-primary:hover{ background:var(--primary-deep); color:#101306; }
.btn-primary:focus-visible, .btn-bright:focus-visible{ outline:2px solid #fff; outline-offset:2px; }
.btn-outline-light{ border-color:#ADB8A8; color:var(--text-hi); background:rgba(199,242,74,.04); }
.btn-outline-light:hover{ border-color:var(--primary); background:rgba(199,242,74,.08); color:var(--text-hi); }
.btn-ghost{ padding:8px 4px; color:var(--text-mid); border-radius:0; position:relative; }
.btn-ghost::after{ content:""; position:absolute; left:0; bottom:0; width:0; height:1px; background:var(--primary); transition:var(--transition); }
.btn-ghost:hover{ color:var(--primary); }
.btn-ghost:hover::after{ width:100%; }
.tag{
  display:inline-block; font-size:12px; line-height:1; padding:5px 8px; border-radius:2px;
  color:var(--text-mid); border:1px solid var(--line-dark); background:rgba(255,255,255,0.02);
}
.tag-live{ color:#FFD6CE; border-color:rgba(240,89,65,.6); background:rgba(240,89,65,.08); padding-left:10px; position:relative; }
.tag-live::before{ content:""; width:4px; height:4px; border-radius:50%; background:var(--accent-red); position:absolute; left:3px; top:8px; }
.tag-primary{ color:#E3FF8C; border-color:rgba(199,242,74,.4); }

/* Header capsule nav */
.app-header{
  position:fixed; top:14px; left:12px; right:12px; z-index:100;
  display:flex; justify-content:center; pointer-events:none;
}
.app-header > *{ pointer-events:auto; }
.nav-shell{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  width:min(var(--container),100% - 28px); min-height:58px;
  background:rgba(14,17,16,.74);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-pill);
  padding:6px 10px 6px 18px;
  box-shadow:0 8px 28px rgba(0,0,0,.28);
  transition:var(--transition);
}
.header-scrolled .nav-shell{ background:rgba(10,13,11,.92); }
.brand{
  display:inline-flex; align-items:baseline; gap:6px; min-width:max-content; font-size:20px; font-weight:800;
}
.brand-icon{
  width:11px; height:11px; border-radius:50%; border:2px solid var(--primary);
  position:relative; top:-1px; margin-right:2px;
}
.brand-icon::after{ content:""; position:absolute; inset:2px; border-radius:50%; background:var(--primary); }
.brand-text{ color:var(--text-hi); letter-spacing:1px; }
.brand-sub{ color:#7C887E; font-size:13px; font-weight:500; margin-left:2px; letter-spacing:1px; }
.site-nav{
  display:flex; align-items:center; gap:4px; flex-wrap:nowrap; overflow:visible;
}
.site-nav .nav-link{
  position:relative; color:var(--text-mid); font-size:14px; font-weight:500;
  padding:9px 13px; border-radius:3px; text-align:center;
  transition:var(--transition); white-space:nowrap;
}
.site-nav .nav-link::before{
  content:""; display:inline-block; width:4px; height:4px; border-radius:50%;
  background:var(--primary); opacity:0; margin-right:-4px; transition:var(--transition);
}
.site-nav .nav-link:hover{ color:var(--primary); background:transparent; }
.site-nav .nav-link.active{ color:var(--primary); font-weight:600; }
.site-nav .nav-link.active::before{ opacity:1; margin-right:5px; }
.nav-cta{
  margin-left:10px; padding:9px 18px; border-radius:var(--radius-md);
  background:var(--primary); color:#161A0F; font-size:14px; font-weight:700;
  border:1px solid var(--primary); transition:var(--transition); white-space:nowrap;
}
.nav-cta:hover{ background:var(--primary-deep); border-color:var(--primary-deep); }
.menu-toggle{
  display:none; border:1px solid rgba(255,255,255,.15); background:transparent;
  color:var(--text-hi); width:42px; height:38px; border-radius:50%; justify-content:center; align-items:center;
}
.menu-toggle span{ font-size:20px; font-weight:300; }

/* Hero */
.hero{
  position:relative; min-height:90vh; display:flex; align-items:center;
  background-image:linear-gradient(90deg, rgba(10,13,11,.94) 8%, rgba(10,13,11,.68) 52%, rgba(10,13,11,.3) 100%), url('/assets/images/backpic/back-1.webp');
  background-position:center; background-size:cover; overflow:hidden;
  padding:132px 0 74px;
}
.hero::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:130px;
  background:linear-gradient(180deg, rgba(14,17,16,0), rgba(14,17,16,.58));
  pointer-events:none;
}
.hero-inner{ position:relative; z-index:2; max-width:730px; }
.hero-kicker{
  display:inline-flex; align-items:center; gap:8px; font-size:13px; color:#D1E6A3;
  border:1px solid rgba(199,242,74,.28); background:rgba(199,242,74,.06);
  padding:6px 12px; border-radius:2px; margin-bottom:26px;
}
.hero-kicker i{ width:6px; height:6px; border-radius:50%; background:var(--primary); display:inline-block; }
.hero h1{ font-size:clamp(30px,4vw,50px); line-height:1.26; color:var(--text-hi); letter-spacing:1px; font-weight:800; margin-bottom:22px; }
.hero h1 em{ color:var(--primary); font-style:normal; }
.hero .hero-desc{ color:#B7C0B3; font-size:16px; line-height:1.9; max-width:580px; margin-bottom:34px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.hero-actions .btn{ min-width:160px; justify-content:center; }

/* Data bar */
.data-band{ border-bottom:1px solid var(--line-dark); background:var(--ink-2); padding:30px 0; }
.data-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.data-grid dl{ text-align:left; border-left:1px solid var(--line-dark); padding:6px 28px; }
.data-grid dl:first-child{ border-left:0; padding-left:0; }
.data-grid dt{ font-size:12px; color:var(--text-low); font-weight:500; letter-spacing:1.5px; margin-bottom:8px; }
.data-grid dd{ font-size:34px; font-family:var(--font-num); font-variant-numeric:tabular-nums; color:var(--text-hi); font-weight:800; letter-spacing:.5px; line-height:1; }
.data-grid dd strong{ color:var(--primary); font-weight:800; }

/* spotlight show */
.live-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:stretch; }
.live-feature{
  position:relative; background:var(--ink-2); border:1px solid var(--line-dark);
  border-radius:var(--radius-sm); overflow:hidden; display:flex; min-height:320px;
}
.live-feature .cover-area{ width:52%; min-height:100%; overflow:hidden; position:relative; }
.live-feature .cover-area img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.live-feature .cover-area::after{ content:""; position:absolute; inset:0; background:linear-gradient(90deg, transparent 20%, rgba(20,25,23,.18)); }
.live-feature .feature-info{
  width:48%; padding:30px 26px; display:flex; flex-direction:column; justify-content:space-between; gap:16px;
}
.live-topline{ display:flex; align-items:center; gap:10px; color:#E4F7B3; font-size:13px; }
.live-topline .dot{ width:6px; height:6px; border-radius:50%; background:var(--accent-red); box-shadow:0 0 0 3px rgba(240,89,65,.15); }
.live-feature h3{ font-size:22px; line-height:1.55; font-weight:700; }
.live-feature p{ color:var(--text-mid); font-size:14px; line-height:1.8; }
.live-times{
  background:var(--ink-deep); border:1px solid #202925; border-radius:var(--radius-sm); padding:14px 14px 12px;
}
.live-times-label{ font-size:12px; color:var(--text-low); margin-bottom:8px; display:block; }
.countdown{ display:flex; align-items:center; gap:8px; }
.countdown .time-block{
  background:#1B211E; border:1px solid #2E3832; border-radius:3px;
  min-width:44px; text-align:center; padding:7px 4px;
}
.countdown .time-block b{ display:block; color:var(--text-hi); font-size:20px; font-family:var(--font-num); font-variant-numeric:tabular-nums; letter-spacing:.5px; line-height:1.1; }
.countdown .time-block small{ color:var(--text-low); font-size:10px; }
.countdown .colon{ color:var(--primary); font-weight:700; padding-top:13px; }

/* schedule rows */
.schedule-list{ margin-top:34px; }
.schedule-row{
  display:grid; grid-template-columns:104px 1fr auto; gap:18px;
  align-items:center; padding:17px 2px; border-top:1px solid var(--line-dark);
  transition:background .2s ease;
}
.schedule-row:last-child{ border-bottom:1px solid var(--line-dark); }
.schedule-row:hover{ background:rgba(255,255,255,.015); }
.schedule-row .sch-time{ color:var(--primary); font-family:var(--font-num); font-variant-numeric:tabular-nums; font-size:17px; font-weight:700; }
.schedule-row .sch-body{ display:flex; flex-direction:column; gap:5px; }
.schedule-row h4{ font-size:15px; font-weight:600; color:var(--text-hi); }
.schedule-row .sch-desc{ color:var(--text-low); font-size:13px; line-height:1.5; }
.schedule-row .btn-remind{
  border:1px solid #4D5A51; color:#C4CDBB; background:transparent;
  font-size:12px; padding:7px 14px; border-radius:var(--radius-md);
  transition:var(--transition); font-weight:500; letter-spacing:.3px;
}
.schedule-row .btn-remind:hover{ border-color:var(--primary); color:var(--primary); background:rgba(199,242,74,.05); }
.schedule-row .btn-remind.reminded{ color:var(--primary); border-color:var(--primary); background:rgba(199,242,74,.1); }

/* entry cards asymmetrical */
.bento-grid{ display:grid; grid-template-columns:1.4fr .85fr; gap:18px; align-items:stretch; }
.bento-item{
  border:1px solid var(--line-dark); background:var(--ink-2); border-radius:var(--radius-sm);
  overflow:hidden; transition:border-color .25s ease, transform .25s ease; position:relative;
}
.bento-item:hover{ border-color:rgba(199,242,74,.55); transform:translateY(-3px); }
.bento-card-link{ display:flex; flex-direction:column; height:100%; padding:30px; gap:24px; }
.bento-main{
  border:none;
  background:
    linear-gradient(90deg, rgba(10,13,11,.85), rgba(14,17,16,.55)),
    url('/assets/images/coverpic/cover-5.webp') center/cover no-repeat #1B221F;
  min-height:306px;
}
.bento-main .bento-body{ max-width:64%; z-index:1; }
.bento-body h3{ font-size:24px; line-height:1.5; font-weight:700; margin-bottom:16px; }
.bento-body p{ color:var(--text-mid); font-size:14px; line-height:1.9; margin-bottom:20px; }
.entry-link{ color:var(--primary); font-size:14px; font-weight:600; position:relative; display:inline-flex; align-items:center; gap:6px; }
.entry-link::after{ content:"→"; transition:var(--transition); }
.entry-link:hover::after{ transform:translateX(4px); }
.bento-small{ min-height:144px; }
.bento-small .bento-card-link{ flex-direction:row; justify-content:space-between; align-items:center; padding:22px; }
.bento-small h3{ font-size:18px; font-weight:700; margin-bottom:8px; }
.bento-small p{ color:var(--text-mid); font-size:13px; line-height:1.7; }
.bento-small .entry-ico{
  display:flex; justify-content:center; align-items:center; width:48px; height:48px; border-radius:50%;
  border:1px solid var(--line-dark); color:var(--primary); flex-shrink:0; font-size:21px;
}
.bento-stack{ display:flex; flex-direction:column; gap:18px; min-width:0; }
.bento-small:first-child{ border-top-color:var(--line-dark); }

/* CMS news section dark */
.info-section{ background:var(--ink-2); border-top:1px solid var(--line-dark); }
.news-cms-list{ width:100%; }
.news-item{
  display:grid; grid-template-columns:168px minmax(0,1fr) auto; gap:22px;
  border-top:1px solid var(--line-dark); padding:19px 4px; transition:background .2s ease;
}
.news-item:last-of-type{ border-bottom:1px solid var(--line-dark); }
.news-item:hover{ background:rgba(199,242,74,.035); }
.news-item .news-date{ color:var(--text-low); font-size:14px; font-family:var(--font-num); font-variant-numeric:tabular-nums; padding-top:3px; }
.news-item h3{ font-size:17px; font-weight:600; color:var(--text-hi); transition:var(--transition); margin-bottom:5px; }
.news-item:hover h3{ color:var(--primary); }
.news-item .news-excerpt{ color:var(--text-mid); font-size:13px; line-height:1.7; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.news-item .news-meta{ display:flex; align-items:center; gap:8px; margin-top:2px; }
.news-empty{
  padding:54px 18px; text-align:center; color:var(--text-low); font-size:14px;
  border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark);
}
.news-more{ margin-left:auto; }

/* FAQ */
.faq-box{ max-width:880px; }
.faq-item{ border-bottom:1px solid var(--line-dark); }
.faq-item:first-child{ border-top:1px solid var(--line-dark); }
.faq-item summary{
  display:flex; align-items:center; justify-content:space-between; gap:24px;
  list-style:none; cursor:pointer; padding:22px 4px; font-size:16px; font-weight:600; transition:var(--transition);
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary .faq-q{ display:flex; align-items:center; gap:14px; color:var(--text-hi); }
.faq-item summary .faq-q::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--primary); display:inline-block; }
.faq-item summary .faq-plus{ color:var(--text-low); font-size:22px; font-weight:400; transition:var(--transition); line-height:1; }
.faq-item summary:hover{ color:var(--primary); }
.faq-item summary:hover .faq-q{ color:var(--primary); }
.faq-item[open] summary .faq-plus{ transform:rotate(45deg); color:var(--primary); }
.faq-item .faq-a{ color:var(--text-mid); line-height:1.9; font-size:15px; padding:0 30px 24px 25px; animation:faqFade .25s ease; }
@keyframes faqFade{ from{ opacity:0; transform:translateY(-3px);} to{ opacity:1; transform:none; } }

/* Closing CTA */
.cta-section{
  background:
    linear-gradient(115deg, rgba(12,15,13,.95) 20%, rgba(20,25,23,.86)),
    url('/assets/images/backpic/back-3.png') center/cover;
  border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark);
}
.cta-box{ display:flex; align-items:center; justify-content:space-between; gap:40px; }
.cta-copy h2{ font-size:clamp(24px,3vw,36px); line-height:1.4; color:var(--primary); margin-bottom:18px; }
.cta-copy p{ color:var(--text-mid); max-width:580px; font-size:15px; line-height:1.9; }
.cta-actions{ display:flex; flex-direction:column; gap:12px; flex-shrink:0; }
.cta-actions .btn{ min-width:210px; }

/* Footer */
.site-footer{ background:var(--ink-deep); border-top:1px solid #1D2420; }
.footer-top{
  display:grid; grid-template-columns:1.2fr 1fr 1.2fr; gap:42px; padding:58px 0 40px;
}
.footer-col h4{ color:var(--text-hi); font-size:16px; font-weight:600; margin-bottom:18px; }
.footer-col .footer-desc{ color:var(--text-low); font-size:14px; line-height:1.9; margin-top:16px; max-width:340px; }
.footer-links{ list-style:none; display:grid; gap:10px; }
.footer-links a{ color:var(--text-mid); font-size:14px; transition:var(--transition); }
.footer-links a:hover{ color:var(--primary); text-decoration:underline; text-underline-offset:4px; }
.sub-box{ position:relative; margin-bottom:14px; max-width:360px; }
.sub-box input{
  width:100%; border:1px solid #303A32; background:rgba(255,255,255,.03);
  color:var(--text-hi); padding:13px 92px 13px 15px; border-radius:var(--radius-md); font-size:14px;
  transition:var(--transition);
}
.sub-box input:focus{ outline:none; border-color:var(--primary); background:rgba(255,255,255,.05); }
.sub-box .btn-sub{ position:absolute; top:5px; right:5px; border-radius:var(--radius-md); padding:8px 15px; }
.footer-note{ color:var(--text-low); font-size:13px; line-height:1.7; }
.footer-bottom{
  border-top:1px solid var(--line-dark); padding:22px 0; display:flex; align-items:center;
  justify-content:space-between; gap:14px; flex-wrap:wrap; color:#A2ABA2; font-size:13px;
}
.footer-bottom a{ color:#A8B3A5; transition:var(--transition); }
.footer-bottom a:hover{ color:var(--primary); }

@media (max-width: 1090px){
  .nav-links{ gap:0; }
  .site-nav .nav-link{ padding:9px 9px; font-size:13px; }
  .live-grid{ grid-template-columns:1fr; }
  .live-feature .cover-area{ width:44%; }
  .live-feature .feature-info{ width:56%; }
  .bento-grid{ grid-template-columns:1fr 1fr; }
  .bento-main{ grid-column:1 / -1; }
  .cta-copy p{ font-size:14px; }
}
@media (max-width: 900px){
  .section{ padding:62px 0; }
  .nav-shell{ flex-wrap:wrap; align-items:center; border-radius:28px; padding:6px 12px; }
  .site-nav{
    display:none; position:absolute; top:64px; left:12px; right:12px;
    background:rgba(10,13,11,.96); backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.08); border-radius:20px;
    padding:18px 12px; flex-direction:column; gap:6px; align-items:stretch;
  }
  .site-nav.open{ display:flex; box-shadow:0 12px 28px rgba(0,0,0,.3); }
  .site-nav .nav-link{ text-align:left; font-size:16px; padding:11px 14px; }
  .site-nav .nav-link.active{ background:rgba(199,242,74,.07); border-radius:8px; }
  .menu-toggle{ display:inline-flex; }
  .nav-cta{ text-align:center; margin:6px 0 4px; }
  .data-grid{ grid-template-columns:repeat(2,1fr); row-gap:24px; }
  .data-grid dl:nth-child(2){ border-left:0; }
  .news-item{ grid-template-columns:118px minmax(0,1fr); }
  .news-item .news-link-more{ grid-column:2; justify-self:start; margin-top:-3px; }
  .bento-stack{ grid-template-columns:1fr; }
  .footer-top{ grid-template-columns:1fr 1fr; }
  .footer-bottom{ justify-content:center; text-align:center; }
}
@media (max-width: 720px){
  .hero{ min-height:82vh; padding-top:142px; }
  .hero h1{ font-size:29px; }
  .hero-desc{ font-size:15px; }
  .hero-actions .btn{ width:100%; }
  .data-band{ padding:30px 0; }
  .live-feature{ flex-direction:column; }
  .live-feature .cover-area{ width:100%; min-height:170px; height:190px; }
  .live-feature .cover-area img{ position:absolute; }
  .live-feature .feature-info{ width:100%; }
  .live-feature h3{ font-size:19px; }
  .schedule-row{ grid-template-columns:76px minmax(0,1fr); gap:12px; }
  .schedule-row .btn-remind{ grid-column:2; justify-self:start; }
  .bento-main .bento-body{ max-width:100%; }
  .cta-box{ flex-direction:column; align-items:flex-start; }
  .cta-actions .btn{ width:100%; }
  .footer-top{ grid-template-columns:1fr; }
  .news-item{ grid-template-columns:1fr; gap:8px; }
  .news-item .news-date{ font-size:13px; }
  .news-item h3{ font-size:16px; }
  .row-title{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 520px){
  .container{ width:calc(100% - 36px); }
  .brand-text{ font-size:17px; }
  .brand-sub{ display:none; }
  .nav-cta{ font-size:13px; padding:8px 11px; }
  .data-grid dl{ padding:0 12px; }
  .data-grid dd{ font-size:26px; }
  .data-grid dt{ font-size:11px; }
  .schedule-row .sch-desc{ font-size:12px; }
  .countdown .time-block{ min-width:38px; padding:5px 2px; }
  .countdown .time-block b{ font-size:16px; }
}

/* roulang page: article */
:root{
  --bg-ink:#0E1110;
  --bg-ink-2:#141917;
  --bg-ink-3:#1A201C;
  --bg-paper:#F4F1EA;
  --bg-paper-deep:#EAE6DC;
  --line-dark:#252C28;
  --line-light:#DBD6C9;
  --primary:#C7F24A;
  --primary-deep:#A9D63A;
  --accent-red:#F05941;
  --text-high:#F5F7F0;
  --text-mid:#A9B4A3;
  --text-low:#707A72;
  --text-body:#202421;
  --text-paper-mid:#5A625B;
  --brand-lite:#93A0E8;
  --radius:6px;
  --radius-sm:3px;
  --shadow-soft:0 12px 34px rgba(10,13,11,.08);
  --font-sans:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Source Han Sans SC",sans-serif;
  --font-num:"SF Pro Display","DIN Alternate","Roboto Mono",monospace;
}
*,
*::before,
*::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body{
  font-family:var(--font-sans);
  font-weight:350;
  background:var(--bg-paper);
  color:var(--text-body);
  line-height:1.7;
  overflow-x:hidden;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
img{
  max-width:100%;
  display:block;
  border:0;
}
a{
  color:inherit;
  text-decoration:none;
  transition:color .22s ease, border-color .22s ease, background .22s ease;
}
button,input,textarea,select{
  font-family:inherit;
  font-size:inherit;
}
button{
  cursor:pointer;
  border:none;
  background:none;
}
ul,ol{
  list-style:none;
}
:focus-visible{
  outline:2px solid var(--primary);
  outline-offset:2px;
  border-radius:2px;
}
.container{
  width:min(1200px,100% - 48px);
  margin-inline:auto;
}
body main{
  flex:1;
}
.section-title{
  font-size:clamp(25px,3vw,36px);
  line-height:1.3;
  font-weight:650;
  letter-spacing:-0.02em;
  color:var(--text-body);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 20px;
  border-radius:var(--radius);
  font-size:14px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  transition:color .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}
.btn-primary{
  background:var(--primary);
  color:#161A0F;
}
.btn-primary:hover{
  background:var(--primary-deep);
  color:#11150B;
}
.btn-outline-light{
  border:1px solid #ADB8A8;
  color:var(--text-high);
  background:transparent;
}
.btn-outline-light:hover{
  border-color:var(--primary);
  color:var(--primary);
  background:rgba(199,242,74,.08);
}
.btn-ghost{
  padding:6px 2px;
  color:var(--text-mid);
  border-bottom:1px solid transparent;
  border-radius:0;
}
.btn-ghost:hover{
  color:var(--primary);
  border-bottom-color:var(--primary);
}

/* ===== 固定悬浮导航 ===== */
.site-header{
  position:fixed;
  top:12px;
  left:0;
  right:0;
  z-index:1000;
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.header-inner{
  pointer-events:auto;
  width:calc(100% - 24px);
  max-width:1240px;
  background:rgba(10,13,11,.74);
  border:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:100px;
  padding:7px 7px 7px 16px;
  display:flex;
  align-items:center;
  gap:18px;
  transition:background .25s ease, border-color .25s ease;
  box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.site-header.scrolled .header-inner{
  background:rgba(10,13,11,.94);
}
.brand{
  display:flex;
  align-items:center;
  gap:6px;
  flex-shrink:0;
}
.brand-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  display:inline-block;
  position:relative;
  flex:0 0 auto;
}
.brand-icon::after{
  content:"";
  position:absolute;
  inset:8px;
  background:var(--primary);
  border-radius:50%;
}
.brand-text{
  font-size:18px;
  font-weight:700;
  color:var(--text-high);
  letter-spacing:0;
}
.brand-sub{
  font-size:12px;
  color:var(--brand-lite);
  font-weight:500;
  margin-top:2px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:26px;
  margin-left:auto;
}
.site-nav .nav-link{
  font-size:14px;
  color:#D9E0D5;
  padding:8px 0;
  position:relative;
  white-space:nowrap;
}
.site-nav .nav-link::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--primary);
  position:absolute;
  left:-14px;
  top:50%;
  transform:translateY(-50%);
  opacity:0;
}
.site-nav .nav-link:hover{
  color:var(--primary);
}
.site-nav .nav-link.active{
  color:var(--primary);
}
.site-nav .nav-link.active::before{
  opacity:1;
}
.nav-cta{
  background:var(--primary);
  color:#161A0F;
  font-size:13px;
  font-weight:650;
  padding:9px 16px;
  border-radius:6px;
  white-space:nowrap;
}
.nav-cta:hover{
  background:var(--primary-deep);
  color:#11150B;
}
.nav-toggle{
  display:none;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.nav-toggle span{
  width:16px;
  height:2px;
  background:var(--text-high);
  border-radius:3px;
  transition:transform .2s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2){
  transform:scaleX(0);
  opacity:0;
}

/* ===== 文章页 Hero ===== */
.post-hero{
  position:relative;
  background:var(--bg-ink);
  padding:168px 0 78px;
  overflow:hidden;
  isolation:isolate;
}
.post-hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center 30%;
  opacity:.48;
  z-index:-2;
}
.post-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.post-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#0A0D0B 0%,rgba(10,13,11,.72) 48%,rgba(10,13,11,.46) 100%);
  z-index:-1;
}
.breadcrumb-line{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  font-size:13px;
  color:var(--text-mid);
  margin-bottom:22px;
}
.breadcrumb-line a{
  color:#BAC3B4;
}
.breadcrumb-line a:hover{
  color:var(--primary);
}
.breadcrumb-line span{
  color:#6B756C;
}
.breadcrumb-line .current{
  color:#97A091;
  max-width:420px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.post-hero-content h1{
  max-width:920px;
  font-size:clamp(30px,4.6vw,50px);
  line-height:1.32;
  font-weight:680;
  letter-spacing:-0.025em;
  color:var(--text-high);
  text-wrap:balance;
}
.post-hero-content p.hero-desc{
  margin-top:18px;
  font-size:15px;
  max-width:560px;
  color:var(--text-mid);
  line-height:1.9;
}
.post-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 20px;
  margin-top:26px;
  font-size:13px;
  color:var(--text-mid);
}
.meta-cat{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.meta-cat::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent-red);
}
.post-meta time{
  font-family:var(--font-num);
  font-variant-numeric:tabular-nums;
  color:#AEB9A9;
}
.post-meta .meta-writer{
  color:var(--text-mid);
}
.meta-dot{
  width:3px;
  height:3px;
  background:#5D665D;
  border-radius:50%;
}

/* ===== 文章正文阅读区 ===== */
.post-main{
  background:var(--bg-paper);
  padding:72px 0 30px;
}
.post-shell{
  width:min(780px,100% - 48px);
  margin-inline:auto;
}
.post-body{
  font-size:17px;
  line-height:2.05;
  color:var(--text-body);
  font-weight:380;
}
.post-body p{
  margin:0 0 1.55em;
}
.post-body h2,
.post-body h3,
.post-body h4{
  color:#1A211B;
  margin:1.8em 0 .7em;
  line-height:1.5;
  font-weight:650;
  letter-spacing:-0.01em;
}
.post-body h2{
  font-size:27px;
  margin-top:2.1em;
}
.post-body h3{
  font-size:21px;
  margin-top:1.9em;
}
.post-body h4{
  font-size:17px;
  margin-top:1.6em;
}
.post-body a{
  color:#4E7B1F;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-thickness:1px;
}
.post-body a:hover{
  color:#233A10;
}
.post-body img{
  display:block;
  max-width:100%;
  margin:32px auto;
  border-radius:4px;
  border:1px solid rgba(0,0,0,.07);
}
.post-body iframe{
  width:100%;
  min-height:380px;
  border:0;
  border-radius:4px;
  display:block;
  margin:30px 0;
}
.post-body blockquote{
  position:relative;
  margin:2.1em 0;
  padding:5px 0 5px 24px;
  background:none;
  border-left:2px solid var(--primary);
  color:#4C534B;
  font-size:16px;
}
.post-body blockquote p:last-child{
  margin-bottom:0;
}
.post-body ul,
.post-body ol{
  margin:0 0 1.7em 1.5em;
  padding-left:0;
}
.post-body ul li{
  list-style:disc;
  margin-bottom:10px;
}
.post-body ol li{
  list-style:decimal;
  margin-bottom:10px;
}
.post-body li::marker{
  color:#6E7D62;
}
.post-body table{
  width:100%;
  border-collapse:collapse;
  margin:26px 0;
  font-size:15px;
  line-height:1.7;
}
.post-body table th,
.post-body table td{
  border:1px solid #D7D1C4;
  padding:11px 15px;
  text-align:left;
}
.post-body table th{
  background:#F0ECE2;
  font-weight:600;
}
.post-body hr{
  margin:42px 0;
  border:0;
  border-top:1px solid var(--line-light);
}
.post-body code{
  background:#F0EBE1;
  border:1px solid #E2DCD0;
  border-radius:3px;
  padding:2px 7px;
  font-size:.88em;
  font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
}
.post-body pre{
  background:#151C17;
  color:#EAF2E0;
  padding:20px;
  border-radius:6px;
  overflow:auto;
  margin:1.8em 0;
  font-size:14px;
  line-height:1.8;
}
.post-body pre code{
  background:none;
  border:0;
  padding:0;
}
.post-body--missing{
  padding:64px 0 120px;
}
.not-found-panel{
  text-align:center;
  padding:60px 24px;
  color:var(--text-mid);
}
.not-found-panel h2{
  font-size:26px;
  color:var(--text-body);
  margin:20px 0 12px;
}
.not-found-panel p{
  max-width:460px;
  margin:0 auto 28px;
  line-height:1.9;
  color:var(--text-paper-mid);
}
.empty-symbol{
  width:52px;
  height:52px;
  margin:0 auto;
  border-radius:50%;
  border:1px solid #B9C8A6;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.empty-symbol::before{
  content:"!";
  font-size:24px;
  font-weight:700;
  color:#86A56A;
}

/* ===== 标签与文章底部 ===== */
.post-tags{
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:10px;
  margin-top:52px;
  padding:26px 0 6px;
  border-top:1px solid var(--line-light);
}
.post-tags-label{
  font-size:13px;
  color:var(--text-paper-mid);
  font-weight:500;
  margin-right:4px;
  padding-top:6px;
}
.tag-chip{
  display:inline-flex;
  align-items:center;
  background:#EAE6DB;
  border:1px solid #DDD7C9;
  border-radius:99px;
  font-size:12px;
  color:#495249;
  padding:5px 12px;
}
.post-return{
  margin-top:32px;
  text-align:center;
  border-top:1px solid var(--line-light);
  padding-top:26px;
}
.post-return a{
  font-size:14px;
  color:var(--text-paper-mid);
  border-bottom:1px solid #B6C0B4;
  padding-bottom:2px;
}
.post-return a:hover{
  color:#567C28;
  border-bottom-color:#9AC22E;
}

/* ===== 相关阅读 ===== */
.related-section{
  background:var(--bg-paper-deep);
  padding:78px 0 80px;
}
.related-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:32px;
}
.related-head .section-title{
  color:var(--text-body);
  font-size:30px;
}
.related-link{
  font-size:14px;
  color:#59625A;
}
.related-link:hover{
  color:#567C28;
}
.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.related-card{
  background:#FFFEF9;
  border:1px solid rgba(0,0,0,.05);
  border-radius:4px;
  overflow:hidden;
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.related-card:hover{
  transform:translateY(-4px);
  border-color:rgba(86,124,40,.3);
  box-shadow:0 16px 30px rgba(68,58,30,.08);
}
.related-cover{
  position:relative;
  aspect-ratio:16 / 10;
  overflow:hidden;
  background:#DFD9CC;
}
.related-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.related-card:hover .related-cover img{
  transform:scale(1.03);
}
.related-body{
  padding:19px 20px 22px;
}
.related-body h3{
  font-size:16px;
  line-height:1.6;
  color:#222A22;
  font-weight:600;
  margin-bottom:8px;
}
.related-body p{
  font-size:13px;
  line-height:1.8;
  color:var(--text-paper-mid);
}
.related-more{
  display:block;
  text-align:center;
  margin-top:42px;
}

/* ===== 统一 CTA ===== */
.site-cta{
  position:relative;
  background:#0D1210;
  padding:76px 0 76px;
  border-top:1px solid rgba(255,255,255,.04);
  overflow:hidden;
}
.site-cta-bg{
  position:absolute;
  inset:0;
  background:url('/assets/images/backpic/back-2.png') center / cover no-repeat;
  opacity:.26;
  z-index:0;
}
.site-cta-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#0D1210 0%,rgba(13,18,16,.9) 60%,rgba(13,18,16,.4) 100%);
}
.cta-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
}
.cta-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#8F9C87;
  margin-bottom:15px;
}
.cta-kicker i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent-red);
  display:inline-block;
  box-shadow:0 0 0 3px rgba(240,89,65,.12);
}
.site-cta h2{
  font-size:clamp(25px,3.6vw,38px);
  color:var(--text-high);
  font-weight:660;
  line-height:1.44;
  letter-spacing:-0.02em;
  max-width:700px;
}
.site-cta h2 span{
  color:var(--primary);
}
.site-cta p{
  margin-top:16px;
  color:var(--text-mid);
  font-size:15px;
  line-height:1.9;
  max-width:620px;
}
.cta-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* ===== 页脚 ===== */
.site-footer{
  background:#0A0D0B;
  color:#B7BFB2;
  padding:70px 0 0;
}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 1.3fr;
  gap:48px;
  padding-bottom:42px;
}
.footer-col h4{
  color:var(--text-high);
  font-size:15px;
  font-weight:600;
  margin-bottom:18px;
}
.footer-col .brand{
  margin-bottom:14px;
}
.footer-desc{
  font-size:14px;
  line-height:1.9;
  color:var(--text-low);
  max-width:330px;
}
.footer-links li{
  margin-bottom:9px;
}
.footer-links a{
  font-size:14px;
  color:#9AA396;
}
.footer-links a:hover{
  color:var(--primary);
}
.footer-note{
  font-size:13px;
  line-height:1.8;
  color:var(--text-low);
}
.sub-box{
  display:flex;
  gap:8px;
  margin-bottom:12px;
}
.sub-box input{
  flex:1;
  min-width:0;
  background:#121713;
  border:1px solid #2C352D;
  color:var(--text-high);
  border-radius:6px;
  font-size:13px;
  padding:10px 12px;
}
.sub-box input::placeholder{
  color:#586457;
}
.sub-box input:focus{
  outline:none;
  border-color:var(--primary);
}
.btn-sub{
  padding:10px 16px;
  font-size:13px;
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px 24px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.08);
  padding:20px 0 24px;
  font-size:13px;
  color:var(--text-low);
}
.footer-bottom a{
  color:#9EA99B;
}
.footer-bottom a:hover{
  color:var(--primary);
}

/* ===== 响应式：平板与窄屏 ===== */
@media (max-width:1024px){
  .post-hero{
    padding-top:140px;
  }
  .footer-top{
    grid-template-columns:1fr 1fr;
    gap:32px 40px;
  }
  .footer-col:first-child{
    grid-column:1 / -1;
    max-width:540px;
  }
  .related-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .cta-inner{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .header-inner{
    padding:7px;
    gap:8px;
  }
  .brand .brand-text{
    font-size:16px;
  }
  .brand .brand-sub{
    font-size:11px;
  }
  .site-nav{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    background:#0D1210;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    padding:12px;
    margin-left:0;
    opacity:0;
    visibility:hidden;
    transform:translateY(-6px);
    transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
    box-shadow:0 22px 48px rgba(0,0,0,.36);
  }
  .site-nav.open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
  .site-nav .nav-link{
    font-size:15px;
    padding:11px 12px;
    color:var(--text-high);
    border-radius:8px;
  }
  .site-nav .nav-link::before{
    display:none;
  }
  .site-nav .nav-link:hover,
  .site-nav .nav-link.active{
    background:rgba(199,242,74,.08);
    color:var(--primary);
  }
  .nav-cta{
    margin-left:0;
    margin-top:8px;
    padding:12px 16px;
    text-align:center;
  }
  .nav-toggle{
    display:flex;
    flex-shrink:0;
  }
  .post-hero{
    padding:130px 24px 50px;
  }
  .post-hero-content h1{
    font-size:30px;
  }
  .post-main{
    padding:52px 20px 18px;
  }
  .post-shell{
    width:100%;
  }
  .post-body{
    font-size:16px;
    line-height:1.95;
  }
  .post-body h2{
    font-size:23px;
  }
  .post-body h3{
    font-size:19px;
  }
  .post-body iframe{
    min-height:260px;
  }
  .related-link{
    display:none;
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:28px;
  }
  .footer-bottom{
    flex-direction:column;
    justify-content:flex-start;
    text-align:center;
  }
}

@media (max-width:520px){
  .site-header{
    top:8px;
  }
  .header-inner{
    width:calc(100% - 16px);
  }
  .post-hero{
    padding:120px 14px 42px;
  }
  .post-hero-content h1{
    font-size:25px;
    line-height:1.45;
  }
  .post-meta{
    font-size:12px;
    gap:8px 14px;
  }
  .breadcrumb-line{
    font-size:12px;
  }
  .post-main{
    padding:38px 18px 14px;
  }
  .post-body{
    font-size:16px;
    line-height:1.9;
  }
  .post-body h2{
    font-size:21px;
  }
  .post-body h3{
    font-size:18px;
  }
  .related-grid{
    grid-template-columns:1fr;
  }
  .cta-inner{
    gap:24px;
  }
  .cta-actions{
    flex-direction:column;
  }
  .sub-box{
    flex-direction:column;
  }
  .site-cta{
    padding:50px 0;
  }
  .site-footer{
    padding-top:44px;
  }
  .footer-bottom{
    align-items:center;
  }
}

/* roulang page: category1 */
:root {
  --bg-ink: #0E1110;
  --bg-ink-2: #141917;
  --bg-paper: #F4F1EA;
  --line-dark: #252C28;
  --line-light: #DBD6C9;
  --primary: #C7F24A;
  --primary-deep: #9FCE35;
  --accent-red: #F05941;
  --text-high: #F5F7F0;
  --text-mid: #A9B4A3;
  --text-low: #707A72;
  --text-paper: #1F2421;
  --text-paper-mid: #5A625B;
  --radius-small: 4px;
  --radius-card: 6px;
  --radius-pill: 100px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.25);
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body {
  font-family: var(--font-sans);
  background: var(--bg-ink);
  color: var(--text-high);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

ul,
ol,
dl,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
  color: inherit;
}

input::placeholder {
  color: var(--text-low);
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-card);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #161A0F;
}

.btn-primary:hover {
  background: var(--primary-deep);
  color: #11160F;
  transform: translateY(-1px);
}

.btn-outline-light {
  background: transparent;
  border-color: #ADB8A8;
  color: var(--text-high);
}

.btn-outline-light:hover {
  border-color: var(--primary);
  background: rgba(199, 242, 74, 0.08);
  color: var(--text-high);
}

.btn-primary:active,
.btn-outline-light:active {
  transform: translateY(1px);
}

.btn:disabled,
.btn.disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--primary);
  opacity: 0.8;
}

.section-head {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-subtitle {
  margin-top: 14px;
  font-size: 16px;
  color: var(--text-paper-mid);
  max-width: 680px;
}

/* ---------- Site header ---------- */
.site-header {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.site-header > .nav-shell {
  pointer-events: auto;
  width: min(1240px, calc(100% - 24px));
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px 8px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 17, 16, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.site-header > .nav-shell.is-scrolled {
  background: rgba(11, 14, 12, 0.94);
  border-color: rgba(199, 242, 74, 0.24);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.brand-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  background: rgba(199, 242, 74, 0.08);
}

.brand-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  background: var(--primary);
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.brand-text {
  font-size: 19px;
  font-weight: 700;
  color: var(--text-high);
  letter-spacing: 0.01em;
}

.brand-sub {
  font-size: 13px;
  color: var(--text-low);
  margin-left: -2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav-link {
  position: relative;
  padding: 9px 13px;
  font-size: 14px;
  color: var(--text-mid);
  border-radius: 999px;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  transform: translateY(-50%);
}

.nav-cta {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  margin-left: 6px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}

.nav-cta:hover {
  background: var(--primary);
  color: #161A0F;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: var(--text-mid);
  flex-shrink: 0;
}

.nav-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

/* ---------- Category hero ---------- */
.category-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 13, 11, 0.93) 20%, rgba(10, 13, 11, 0.62) 62%, rgba(10, 13, 11, 0.3) 100%),
    url('/assets/images/backpic/back-1.webp');
  background-size: cover;
  background-position: center right;
  border-bottom: 1px solid var(--line-dark);
}

.category-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(10, 13, 11, 0.16), transparent);
  pointer-events: none;
}

.category-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 80px;
}

.hero-inner {
  max-width: 660px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--text-mid);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: 7px 15px;
  margin-bottom: 26px;
}

.hero-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-red);
}

.category-hero h1 {
  color: var(--text-high);
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.hero-desc {
  margin-top: 22px;
  color: var(--text-mid);
  font-size: 17px;
  line-height: 1.85;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  max-width: 660px;
  margin-top: 48px;
}

.hero-facts > div {
  padding: 22px 18px 2px 0;
}

.hero-facts dt {
  color: var(--text-low);
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-facts dt::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

.hero-facts dd {
  color: var(--text-high);
  font-size: 16px;
  font-weight: 600;
}

/* ---------- Anchor nav ---------- */
.anchor-wrap {
  border-bottom: 1px solid var(--line-dark);
  background: var(--bg-ink);
}

.anchor-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 20px 0;
}

.anchor-nav::-webkit-scrollbar {
  display: none;
}

.anchor-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-mid);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.anchor-link::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--text-low);
  transition: background 0.2s ease;
}

.anchor-link:hover {
  color: var(--primary);
  border-color: rgba(199, 242, 74, 0.5);
}

.anchor-link:hover::before {
  background: var(--primary);
}

/* ---------- Intro section ---------- */
.intro-section {
  background: var(--bg-paper);
  color: var(--text-paper);
  border-bottom: 1px solid #CCC6B8;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.8fr);
  gap: 64px;
  align-items: start;
}

.intro-copy p {
  color: var(--text-paper-mid);
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 2;
}

.intro-copy p strong {
  color: var(--text-paper);
  font-weight: 600;
}

.intro-lead-list {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.intro-lead-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 4px;
  color: var(--text-paper-mid);
  font-size: 15px;
}

.intro-lead-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--primary-deep);
  transform: translateY(-2px) rotate(45deg);
}

.paper-card {
  background: #FBF9F4;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-card);
  padding: 32px 30px;
  box-shadow: 0 14px 40px rgba(37, 30, 20, 0.05);
}

.paper-card h3 {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--text-paper);
}

.paper-card ul {
  display: grid;
  gap: 16px;
}

.paper-card li {
  display: flex;
  gap: 12px;
  color: var(--text-paper-mid);
  font-size: 14px;
  line-height: 1.7;
}

.paper-card li b {
  color: var(--text-paper);
  font-weight: 600;
}

.paper-card .badge-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--primary-deep);
  margin-top: 8px;
}

.card-note {
  margin-top: 22px;
  padding: 15px 16px;
  border-left: 2px solid var(--accent-red);
  background: rgba(240, 89, 65, 0.05);
  color: var(--text-paper-mid);
  font-size: 13px;
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
}

/* ---------- Content lines section ---------- */
.lines-section {
  background: var(--bg-ink-2);
  border-bottom: 1px solid var(--line-dark);
}

.lines-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 70px;
  align-items: start;
}

.lines-list {
  border-top: 1px solid var(--line-dark);
}

.line-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
  transition: padding-left 0.3s ease;
}

.line-item:hover {
  padding-left: 8px;
}

.line-time {
  color: var(--primary-deep);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  padding-top: 4px;
}

.line-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-high);
  margin-bottom: 8px;
}

.line-body p {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.8;
  max-width: 560px;
}

.line-tag {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 12px;
  color: var(--text-low);
  white-space: nowrap;
}

.line-tag.live {
  color: var(--accent-red);
  border-color: rgba(240, 89, 65, 0.32);
}

.line-tag.new {
  color: var(--primary);
  border-color: rgba(199, 242, 74, 0.26);
}

.side-dark-card {
  border: 1px solid var(--line-dark);
  background: var(--bg-ink);
  border-radius: var(--radius-card);
  padding: 30px 28px;
}

.side-dark-card .side-icon {
  font-size: 26px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 18px;
  display: block;
}

.side-dark-card h3 {
  color: var(--text-high);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.side-dark-card p {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.85;
}

.side-dark-card .side-list {
  margin-top: 20px;
  border-top: 1px solid var(--line-dark);
}

.side-dark-card .side-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  font-size: 13px;
  color: var(--text-mid);
}

.side-dark-card .side-list li span {
  color: var(--text-high);
  font-weight: 600;
}

/* ---------- Scenario section ---------- */
.scene-section {
  background: var(--bg-paper);
  color: var(--text-paper);
  border-bottom: 1px solid #CCC6B8;
}

.scene-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
}

.scene-media {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #EAE5DA;
}

.scene-media img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.scene-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--text-high);
  font-size: 14px;
  padding: 10px 14px;
  background: rgba(14, 17, 16, 0.76);
  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.scene-content h2 {
  color: var(--text-paper);
  font-size: clamp(25px, 3.6vw, 38px);
  line-height: 1.3;
}

.scene-content > p {
  color: var(--text-paper-mid);
  margin-top: 18px;
  margin-bottom: 30px;
  max-width: 520px;
  font-size: 16px;
}

.scene-points {
  display: grid;
  gap: 22px;
}

.scene-point {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-light);
}

.scene-point:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.scene-point .point-num {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(159, 206, 53, 0.15);
  border: 1px solid var(--primary-deep);
  color: #4A6A12;
  font-weight: 700;
  font-size: 14px;
}

.scene-point h3 {
  color: var(--text-paper);
  font-size: 17px;
  margin-bottom: 7px;
}

.scene-point p {
  color: var(--text-paper-mid);
  font-size: 14px;
  line-height: 1.8;
}

/* ---------- FAQ section ---------- */
.faq-section {
  background: var(--bg-ink);
  border-bottom: 1px solid var(--line-dark);
}

.faq-section .section-title {
  color: var(--text-high);
}

.faq-section .section-subtitle {
  color: var(--text-mid);
}

.faq-list {
  max-width: 900px;
  border-top: 1px solid var(--line-dark);
}

.faq-item {
  border-bottom: 1px solid var(--line-dark);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 4px;
  cursor: pointer;
  list-style: none;
  color: var(--text-high);
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--primary);
}

.faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1.5px;
  background: var(--text-high);
  transform: translate(-50%, -50%);
  transition: background 0.25s ease, transform 0.25s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item summary:hover .faq-icon {
  border-color: var(--primary);
}

.faq-item summary:hover .faq-icon::before,
.faq-item summary:hover .faq-icon::after {
  background: var(--primary);
}

.faq-item[open] .faq-icon {
  background: var(--primary);
  border-color: var(--primary);
}

.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #11160F;
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 58px 28px 20px;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.95;
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(10, 13, 11, 0.94) 20%, rgba(10, 13, 11, 0.76) 70%, rgba(10, 13, 11, 0.72) 100%),
    url('/assets/images/backpic/back-2.png');
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cta-inner {
  max-width: 760px;
}

.cta-inner h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.cta-inner p {
  color: var(--text-mid);
  margin-top: 18px;
  font-size: 16px;
  max-width: 590px;
  line-height: 1.9;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.cta-note {
  margin-top: 18px;
  color: var(--text-low);
  font-size: 13px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0A0D0B;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.site-footer .container {
  padding-top: 64px;
  padding-bottom: 34px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line-dark);
}

.footer-col .brand {
  margin-bottom: 16px;
}

.footer-col .brand {
  display: inline-flex;
}

.footer-desc,
.footer-note {
  color: var(--text-low);
  font-size: 14px;
  line-height: 1.9;
  max-width: 360px;
}

.footer-col h4 {
  color: var(--text-high);
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 20px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-mid);
  font-size: 15px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  color: var(--primary);
  padding-left: 8px;
}

.footer-links a:hover::before {
  opacity: 1;
}

.sub-box {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.sub-box input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-card);
  background: #111513;
  padding: 0 13px;
  color: var(--text-high);
  transition: border-color 0.2s ease;
}

.sub-box input:focus {
  outline: none;
  border-color: var(--primary);
}

.btn-sub {
  height: 42px;
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 28px;
  color: var(--text-low);
  font-size: 13px;
}

.footer-bottom a {
  color: var(--text-low);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--primary);
  border-color: rgba(199, 242, 74, 0.4);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .section {
    padding: 70px 0;
  }

  .intro-grid,
  .lines-layout,
  .scene-grid {
    gap: 40px;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 12px;
    right: 12px;
    z-index: 250;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(11, 14, 12, 0.97);
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav .nav-link,
  .site-nav .nav-cta {
    justify-content: flex-start;
    border-radius: 10px;
    padding: 13px 16px;
    margin: 0;
  }

  .nav-link.active::before {
    left: 8px;
  }

  .nav-link.active,
  .nav-cta {
    padding-left: 24px;
  }

  .nav-cta {
    border: 1px solid var(--primary);
    margin-top: 8px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }

  .category-hero {
    min-height: 560px;
  }

  .category-hero .container {
    padding-top: 132px;
    padding-bottom: 56px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .intro-grid,
  .lines-layout,
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .line-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .line-item:hover {
    padding-left: 0;
  }

  .line-tag {
    justify-self: start;
    margin-top: 4px;
  }

  .scene-grid .scene-media {
    order: 2;
  }

  .scene-grid .scene-content {
    order: 1;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-col:last-child {
    grid-column: auto;
  }

  .faq-answer {
    padding: 0 10px 24px 10px;
  }

  .cta-band {
    padding: 62px 0;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 30px, 1200px);
  }

  .brand-text {
    font-size: 17px;
  }

  .brand-sub {
    font-size: 12px;
  }

  .site-header > .nav-shell {
    width: calc(100% - 16px);
    padding: 7px 10px 7px 14px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-title {
    font-size: 30px;
  }

  .paper-card {
    padding: 24px 20px;
  }

  .line-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .line-time {
    padding-top: 0;
  }

  .scene-point {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .sub-box {
    flex-direction: column;
  }

  .sub-box .btn-sub {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* roulang page: category2 */
/* ============ 设计变量 ============ */
:root {
    --bg-ink: #0E1614;
    --bg-ink-2: #141C19;
    --bg-deep: #0A0F0D;
    --bg-paper: #F4F1EA;
    --line-dark: #252F2A;
    --line-light: #DDD8CB;
    --primary: #C7F24A;
    --primary-deep: #A3D636;
    --accent-red: #F05941;
    --text-high: #F2F6ED;
    --text-mid: #A8B4A1;
    --text-low: #6E7A6F;
    --text-paper: #1F2822;
    --text-paper-mid: #5A6657;
    --radius-lg: 14px;
    --radius-md: 8px;
    --radius-sm: 4px;
    --transition: all .25s ease;
    --container-w: 1200px;
    --fs-hero: clamp(2rem, 4.6vw, 3.4rem);
    --fs-title: clamp(1.4rem, 2.2vw, 1.75rem);
    --fs-body: 16px;
    --space-section: clamp(52px, 7vw, 86px);
}
/* ============ Reset & Base ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
    background: var(--bg-ink);
    color: var(--text-high);
    line-height: 1.7;
    font-size: var(--fs-body);
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul, ol { list-style: none; }
button, input { font-family: inherit; font-size: inherit; border: none; background: none; color: inherit; }
input:focus, button:focus, a:focus { outline: 2px solid rgba(199,242,74,.45); outline-offset: 3px; }
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 26px; }
/* ============ 悬浮胶囊导航 ============ */
.site-nav {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.4vw, 30px);
    padding: 8px 10px 8px 20px;
    background: rgba(10,14,12,.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 100px;
    z-index: 1000;
    width: max-content;
    max-width: calc(100% - 24px);
    box-shadow: 0 4px 32px rgba(0,0,0,.22);
    transition: background .3s ease, box-shadow .3s ease;
}
.site-nav.scrolled {
    background: rgba(8,12,10,.96);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.brand {
    display: flex;
    align-items: baseline;
    gap: 3px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    white-space: nowrap;
    color: var(--text-high);
}
.brand-icon {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-block;
    align-self: center;
    margin-right: 2px;
    box-shadow: 0 0 0 3px rgba(199,242,74,.14);
}
.brand-sub { font-size: 14px; font-weight: 400; color: #93A0E8; margin-left: 2px; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; gap: clamp(8px, 1.5vw, 26px); }
.nav-link {
    font-size: 15px;
    color: #B9C4B3;
    padding: 5px 4px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    transition: color .25s;
}
.nav-link::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s;
}
.nav-link:hover, .nav-link.active { color: var(--primary); }
.nav-link.active::before { opacity: 1; }
.nav-cta {
    font-size: 14px;
    color: #15190F;
    background: var(--primary);
    padding: 7px 20px;
    border-radius: 100px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .25s, transform .2s;
}
.nav-cta:hover { background: var(--primary-deep); transform: translateY(-1px); }
.menu-toggle { display: none; }
/* ============ Hero ============ */
.category-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background: url('/assets/images/backpic/back-2.png') center 30% / cover no-repeat;
    padding: 150px 0 80px;
}
.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,13,10,.94) 12%, rgba(9,15,12,.76) 50%, rgba(12,20,16,.45) 100%);
}
.category-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 190px;
    background: linear-gradient(180deg, transparent, var(--bg-ink));
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; }
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    border: 1px solid rgba(199,242,74,.3);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 20px;
    background: rgba(199,242,74,.06);
    letter-spacing: .5px;
}
.hero-kicker::before { content:""; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }
.category-hero h1 {
    font-size: var(--fs-hero);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 18px;
}
.category-hero .hero-desc {
    font-size: 16px;
    color: var(--text-mid);
    max-width: 540px;
    margin-bottom: 30px;
    line-height: 1.9;
}
/* ============ 锚点导航 ============ */
.anchor-nav {
    border-bottom: 1px solid var(--line-dark);
    background: var(--bg-deep);
    position: sticky;
    top: 64px;
    z-index: 100;
}
.anchor-nav .container {
    display: flex;
    gap: clamp(18px, 4vw, 40px);
    overflow-x: auto;
    scrollbar-width: none;
}
.anchor-nav .container::-webkit-scrollbar { display: none; }
.anchor-link {
    position: relative;
    font-size: 15px;
    color: var(--text-mid);
    padding: 16px 2px 13px;
    white-space: nowrap;
    transition: color .25s;
}
.anchor-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}
.anchor-link:hover, .anchor-link.active { color: var(--text-high); }
.anchor-link:hover::after, .anchor-link.active::after { transform: scaleX(1); }
/* ============ 统计数据 ============ */
.stat-bar {
    background: var(--bg-ink-2);
    border-block: 1px solid var(--line-dark);
    padding: 34px 0;
}
.stat-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-item dl { display: flex; flex-direction: column; gap: 5px; border-left: 2px solid var(--line-dark); padding-left: 20px; }
.stat-item dt { font-size: 15px; color: var(--text-mid); order: 2; }
.stat-item dd { font-size: 32px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--text-high); order: 1; line-height: 1.2; }
.stat-item dd span { color: var(--primary); font-size: 20px; font-weight: 600; margin-left: 3px; }
/* ============ 版块基础 ============ */
.section-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 36px;
}
.section-label { color: var(--primary); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; display: block; }
.section-title { font-size: var(--fs-title); font-weight: 700; line-height: 1.4; position: relative; }
.section-title::before { content:""; display: inline-block; width: 22px; height: 2px; background: var(--primary); vertical-align: middle; margin-right: 10px; }
.section-sub{ color: var(--text-low); font-size: 14px; }
/* ============ 内容目录区 ============ */
.schedule-content-section {
    padding: var(--space-section) 0;
    background: var(--bg-ink);
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}
.left-list .list-block { border-bottom: 1px solid var(--line-dark); padding: 24px 0; }
.left-list .list-block:first-of-type { border-top: 1px solid var(--line-dark); }
.schedule-row {
    display: grid;
    grid-template-columns: 92px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #1D2620;
    transition: background .3s, padding .3s;
}
.schedule-row .time {
    font-variant-numeric: tabular-nums;
    color: var(--primary-deep);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}
.schedule-row .meta { overflow: hidden; }
.schedule-row h4 { font-size: 16px; color: var(--text-high); font-weight: 600; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.schedule-row .desc { color: var(--text-low); font-size: 13px; margin-top: 4px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.schedule-row .add-btn {
    font-size: 13px;
    color: var(--text-high);
    border: 1px solid var(--line-dark);
    border-radius: 6px;
    padding: 5px 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: var(--transition);
    background: transparent;
}
.add-btn:hover { border-color: var(--primary); color: var(--primary); }
.add-btn.is-checked { border-color: var(--primary); color: var(--primary); }
.add-btn.is-checked::before { content: "✓ "; font-weight: 700; }
.schedule-img-wrap {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 16/9;
    flex-shrink: 0;
}
.cover-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #2A312B;
}
.cover-art::after { content: "IMG"; }
.right-card {
    background: var(--bg-ink-2);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    position: sticky;
    top: 100px;
    height: fit-content;
}
.right-card .icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(199,242,74,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 24px;
}
.right-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 14px; }
.right-card p { font-size: 14px; color: var(--text-mid); line-height: 1.85; }
.right-card .tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag-item {
    font-size: 12px;
    color: var(--text-mid);
    background: rgba(255,255,255,.04);
    border: 1px solid var(--line-dark);
    border-radius: 4px;
    padding: 3px 10px;
    letter-spacing: .4px;
    transition: var(--transition);
}
.tag-item:hover { color: var(--primary); border-color: var(--primary); }
/* ============ 服务分类 : 深浅交替 ============ */
.service-strip {
    background: var(--bg-paper);
    color: var(--text-paper);
    padding: calc(var(--space-section) * .9) 0;
}
.skin-paper .section-title { color: var(--text-paper); }
.skin-paper .section-title::before { background: var(--primary-deep); }
.skin-paper .section-sub { color: var(--text-paper-mid); }
.skin-paper .anchor-link-list, .skin-paper .desc-string { color: var(--text-paper-mid); }
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.media-card {
    background: #FFFDF7;
    border: 1px solid var(--line-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border .25s, transform .25s cubic-bezier(.2,.8,.2,1);
}
.media-card:hover { border-color: #B9C4A2; transform: translateY(-4px); }
.media-card .media-img { aspect-ratio: 4/3; overflow: hidden; background: #DFE0D8; }
.media-card .media-img img { width: 100%; height: 100%; object-fit: cover; }
.media-card .media-body { padding: 20px; }
.media-card h3 { font-size: 16px; font-weight: 600; color: var(--text-paper); margin-bottom: 6px; }
.media-card p { font-size: 13px; color: var(--text-paper-mid); line-height: 1.75; }
/* ============ FAQ ============ */
.faq-section { background: var(--bg-ink); padding: var(--space-section) 0; }
.faq-wrap { max-width: 860px; }
.faq-item {
    border-bottom: 1px solid var(--line-dark);
    transition: border .2s;
}
.faq-item:first-of-type { border-top: 1px solid var(--line-dark); }
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 4px;
    cursor: pointer;
    color: var(--text-high);
    font-size: 16px;
    font-weight: 600;
    background: none;
    text-align: left;
    flex: 1;
}
.faq-answer {
    padding: 0 44px 22px 4px;
    color: var(--text-mid);
    max-width: 800px;
    font-size: 14px;
    line-height: 1.85;
    display: none;
}
.faq-item.open .faq-answer { display: block; }
.faq-icon {
    width: 26px;
    height: 26px;
    position: relative;
    flex-shrink: 0;
}
.faq-icon::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 1.5px;
    background: var(--primary);
}
.faq-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 12px;
    width: 1.5px;
    height: 16px;
    background: var(--primary);
    transition: transform .25s;
}
.faq-item.open .faq-icon::after { transform: scaleY(0); }
/* ============ CTA ============ */
.cta-banner {
    background: var(--bg-deep);
    padding: 76px 0;
    border-top: 1px solid var(--line-dark);
    position: relative;
    overflow: hidden;
}
.cta-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
.cta-title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; line-height: 1.4; }
.cta-title span { color: var(--primary); }
.cta-muted { color: var(--text-mid); margin-top: 8px; font-size: 15px; max-width: 560px; line-height: 1.8; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 6px;
    padding: 12px 26px;
    cursor: pointer;
    transition: background .25s, transform .2s, border .25s;
    text-align: center;
    border: 1px solid transparent;
}
.btn-primary {
    background: var(--primary);
    color: #1B2411;
    border-color: var(--primary);
}
.btn-primary:hover { background: var(--primary-deep); border-color: var(--primary-deep); color: #101309; }
.btn-outline-light {
    background: transparent;
    color: var(--text-high);
    border-color: rgba(255,255,255,.34);
}
.btn-outline-light:hover { border-color: var(--primary); background: rgba(199,242,74,.08); color: var(--text-high); }
/* ============ 站点内块/分割 ============ */
.site-section-reminder {
    background: var(--bg-ink-2);
    padding: var(--space-section) 0;
}
.reminder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.gallery-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.gallery-one {
    background: #0C100D;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.gallery-one img { width: 100%; aspect-ratio: 4/4; object-fit: cover; opacity: .9; width: 100%; }
.gallery-cover {
    aspect-ratio: 4/4;
    width: 100%;
    object-fit: cover;
    background: #2C352B;
}
.info-rows { border-top: 1px solid var(--line-dark); }
.info-row {
    display: flex;
    gap: 24px;
    padding: 19px 0;
    border-bottom: 1px solid var(--line-dark);
    align-items: flex-start;
}
.info-index { width: 28px; font-size: 24px; font-weight: 600; color: var(--primary); opacity: .85; line-height: 1.2; font-variant-numeric: tabular-nums; }
.info-main h4 { font-size: 16px; font-weight: 600; color: var(--text-high); }
.info-main p { font-size: 14px; color: var(--text-mid); margin-top: 5px; line-height: 1.75; }
/* ============ Footer ============ */
.site-footer {
    background: #070907;
    border-top: 1px solid #1D241F;
    padding: 66px 0 28px;
}
.footer-top { display: grid; grid-template-columns: 1.4fr 0.8fr 1.2fr; gap: 48px; padding-bottom: 42px; }
.brand { font-size: 22px; }
.footer-desc { font-size: 14px; color: var(--text-low); line-height: 1.85; max-width: 300px; margin-top: 16px; }
.footer-col h4 { font-size: 14px; color: #DCE3D7; font-weight: 600; margin-bottom: 18px; letter-spacing: .5px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--text-mid); }
.footer-links a:hover { color: var(--primary); }
.footer-note { font-size: 13px; color: var(--text-low); line-height: 1.7; }
.sub-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.sub-box input {
    background: #151A10;
    border: 1px solid #2E332F;
    border-radius: 6px;
    color: var(--text-high);
    font-size: 14px;
    width: 100%;
    padding: 10px 14px;
    transition: border .25s;
}
.sub-box input:focus { border-color: var(--primary); outline: none; }
.btn-sub { padding: 9px 24px; font-size: 13px; }
.footer-bottom {
    border-top: 1px solid #1E241F;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    color: #414A40;
    font-size: 13px;
}
.footer-bottom a { color: var(--text-low); }
.footer-bottom a:hover { color: var(--primary); }
/* ============ 回到顶部 ============ */
.totop {
    position: fixed;
    bottom: 30px;
    right: 26px;
    width: 42px;
    height: 42px;
    background: #1F2B1C;
    border: 1px solid #2E3C2C;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.totop.visible { opacity: 1; visibility: visible; }
.totop:hover { background: var(--primary); color: #0B0C08; }
/* ============ 响应式 ============ */
@media (max-width: 1024px) {
    .site-nav {
        top: 8px;
        padding: 8px 10px 8px 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .site-nav::-webkit-scrollbar { display: none; }
    .menu-toggle { display: block; }
    .nav-links {
        position: fixed;
        top: 70px;
        left: 12px;
        right: 12px;
        background: rgba(9,13,11,.98);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 18px;
        border-radius: 18px;
        border: 1px solid var(--line-dark);
        transform: translateY(-14px);
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
        overflow-y: auto;
        max-height: calc(100vh - 120px);
    }
    .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .nav-links a { display: block; padding: 14px 6px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.04); text-align: right; }
    .nav-links a:last-child { border: none; }
    .nav-links .nav-cta {
        background: var(--primary);
        color: #11150D;
        text-align: center;
        width: max-content;
        margin-left: auto;
        border-radius: 7px;
        padding: 9px 28px;
        margin-top: 8px;
        font-size: 14px;
    }
    .menu-btn {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        margin-left: auto;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
    }
    .menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #EBEFE7;
        border-radius: 3px;
        transition: var(--transition);
    }
    .menu-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .menu-active span:nth-child(2) { opacity: 0; }
    .menu-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    .stat-bar .container { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .service-grid { grid-template-columns: 1fr; gap: 18px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
    .schedule-row { grid-template-columns: 70px 1fr auto; }
    .right-card { top: 80px; }
}
@media (max-width: 768px) {
    .category-hero { min-height: 60vh; padding: 128px 0 60px; }
    .content-grid { grid-template-columns: 1fr; }
    .cta-banner .container { flex-direction: column; align-items: flex-start; gap: 22px; }
    .footer-top { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { flex-direction: column; }
    .reminder-grid { grid-template-columns: 1fr; }
    .schedule-row { grid-template-columns: 58px 1fr; }
    .schedule-row .add-btn { margin-left: auto; }
    .gallery-two { grid-template-columns: 1fr; }
    .schedule-img-wrap { aspect-ratio: 16/10; }
    .section-title-wrap { flex-direction: column; align-items: flex-start; gap: 8px; }
    .info-row { gap: 14px; }
}
@media (max-width: 520px) {
    .brand { font-size: 18px; }
    .brand-sub { font-size: 13px; }
    .category-hero .hero-desc { font-size: 15px; }
    .stat-bar .container { grid-template-columns: 1fr 1fr; gap: 18px; }
    .stat-item dl { padding-left: 12px; }
    .stat-item dd { font-size: 25px; }
    .schedule-row .desc { display: none; }
    .right-card { padding: 22px 18px; }
    .footer-bottom { gap: 8px; }
    .faq-answer { padding-left: 0; }
    .faq-question { font-size: 15px; padding: 19px 0; }
}

/* roulang page: category3 */
*{margin:0;padding:0;box-sizing:border-box}
  
  .site-nav{display:flex;gap:8px;background:rgba(14,17,16,.72);border:1px solid rgba(255,255,255,.06);border-radius:48px;padding:8px;max-width:1200px;margin:0 auto;align-items:center;backdrop-filter:blur(16px)}.brand-lk{display:flex;align-items:center;gap:6px;text-decoration:none;margin-right:10px}.brand-lk .logo-dot{width:9px;height:9px;border-radius:50%;background:#C7F24A;display:inline-block}.brand-lk .logo-txt{font:700 20px/1 "PingFang SC","Microsoft YaHei",sans-serif;color:#F5F7F0;letter-spacing:.2px}.brand-lk .logo-sub{font-size:12px;color:#A9B4A3;margin-top:3px;letter-spacing:.5px}.nav-link{color:#A9B4A3;text-decoration:none;font-size:14.5px;padding:8px 14px;border-radius:40px;transition:all .25s;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif}.nav-link:hover{color:#C7F24A}.nav-link.active{color:#C7F24A;background:rgba(199,242,74,.08)}.nav-cta{background:#C7F24A;color:#0E1110!important;border-radius:40px;text-decoration:none;font-size:15px;font-weight:700;padding:8px 20px;transition:all .25s;border:1px solid transparent}.nav-cta:hover{background:#9FCE35}.nav-ham{display:none;background:transparent;border:1px solid rgba(255,255,255,.15);color:#F5F7F0;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}.nav-mobile{display:none;position:fixed;top:0;left:0;right:0;background:#0A0D0B;padding:72px 30px 24px;z-index:90;border-bottom:1px solid rgba(255,255,255,.08)}.nav-mobile .nav-link{display:block;padding:14px 0;font-size:18px}.nav-mobile .nav-cta{display:block;text-align:center;margin-top:18px}
  @media (min-width:1024px){.nav-mobile{display:none!important}}
  @media (max-width:1023px){
    .nav-desktop{gap:6px}.site-nav{padding:6px 8px}.brand-lk .logo-sub{display:none}.nav-link{font-size:13px;padding:8px 10px}.nav-ham{display:inline-flex;margin-left:auto}.nav-desktop{display:none}
  }
  header{position:fixed;top:12px;left:12px;right:12px;z-index:999;background:none}
  .header-inner{position:relative;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 8px}.brand-lk{display:flex}.nav-desktop{display:flex;margin-left:auto}
  .mobile-hamburger{display:none}
  @media (max-width:1023px){
    .mobile-hamburger{display:inline-flex;background:transparent;border:1px solid rgba(255,255,255,.16);width:42px;height:42px;border-radius:50%;color:#F5F7F0;font-size:20px;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s}
    .mobile-hamburger:hover{border-color:#C7F24A}
    .nav-desktop{display:none}
  }
  body{background:#0E1110;color:#F5F7F0;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
  .container{max-width:1200px;margin:0 auto;padding:0 24px}
  ::selection{background:#C7F24A;color:#0E1110}
  a{color:inherit;transition:color .2s}
  h1,h2,h3,h4{line-height:1.25;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif}
  h2{font-size:32px;font-weight:700;letter-spacing:-.5px}
  h3{font-size:18px;font-weight:600}

  .nav-mobile{display:none;position:fixed;top:0;left:0;right:0;background:rgba(14,17,16,.98);padding:80px 28px 24px;z-index:9999;flex-direction:column;gap:4px;backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-mobile.show{display:flex}
  .nav-mobile a{color:#F5F7F0;text-decoration:none;font-size:17px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}
  .nav-mobile a:hover{color:#C7F24A}
  .nav-mobile .btn-mobile-close{align-self:flex-end;background:transparent;border:1px solid rgba(255,255,255,.15);color:#F5F7F0;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;margin-bottom:10px}

  .page-hero{background:linear-gradient(85deg, rgba(10,13,11,.94) 20%, rgba(10,13,11,.72) 55%, rgba(10,13,11,.38) 100%),url('/assets/images/backpic/back-1.webp') center/cover no-repeat;padding:160px 0 80px;position:relative;overflow:hidden}
  .page-hero:after{content:"";position:absolute;left:70%;top:0;height:100%;width:28%;background:rgba(199,242,74,.04);filter:blur(60px);transform:rotate(-20deg)}
  .page-hero .container{position:relative;z-index:2}
  .hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(199,242,74,.1);border:1px solid rgba(199,242,74,.24);color:#C7F24A;border-radius:48px;padding:6px 16px;font-size:13px;font-weight:500;letter-spacing:1px;margin-bottom:22px}
  .hero-tag .dot{width:6px;height:6px;border-radius:50%;background:#F05941;display:inline-block}
  .page-hero h1{font-size:46px;font-weight:800;letter-spacing:-1px;margin-bottom:16px;max-width:700px}
  .hero-desc{font-size:17px;color:#A9B4A3;max-width:540px;line-height:1.75;font-weight:400;margin-bottom:26px}
  .hero-badges{display:flex;gap:10px;flex-wrap:wrap}
  .hero-badge{border:1px solid rgba(255,255,255,.14);background:rgba(14,17,16,.45);border-radius:24px;padding:7px 16px;font-size:13.5px;color:#D0D8CD}

  .anchor-bar{position:sticky;top:64px;z-index:600;background:rgba(14,17,16,.8);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}
  .anchor-wrap{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}
  .anchor-wrap::-webkit-scrollbar{display:none}
  .anchor-bar{top:0;margin-top:0;position:static;background:#0E1110;border-bottom:1px solid var(--line-dark)}.anchor-bar .container{padding:8px 24px}
  .anchor-link{display:flex;align-items:center;gap:10px;color:var(--text-mid);font-size:14px;font-weight:500;text-decoration:none;padding:10px 18px;border-radius:30px;transition:all .25s;white-space:nowrap}
  .anchor-link:hover{color:var(--text-hibrand, #C7F24A);background:rgba(255,255,255,.04)}
  .anchor-link.active{color:#C7F24A}
  .anchor-link:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.8}
  .anchor-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor}
  .anchor-bar a{text-decoration:none;color:var(--text-mid);font-size:14px;padding:10px 20px;display:inline-flex;align-items:center;gap:8px;border-radius:32px;transition:color .2s,background .2s}
  .anchor-bar a:hover{color:#C7F24A}
  .anchor-bar a:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.7}

  .section{padding:84px 0}
  .section-tight{padding:64px 0}
  .text-center{text-align:center}
  .text-brand{color:#C7F24A}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-size:15px;font-weight:600;padding:11px 24px;font-family:inherit;cursor:pointer;transition:all .22s;text-decoration:none;border:none;line-height:1.2}
  .btn-primary{background:#C7F24A;color:#161A0F}
  .btn-primary:hover{background:#9FCE35;color:#0A0D0B;transform:translateY(-1px)}
  .btn-outline-light{background:transparent;border:1px solid #ADB8A8;color:#F5F7F0}
  .btn-outline-light:hover{border-color:#C7F24A;color:#F5F7F0;background:rgba(199,242,74,.08)}
  .btn-ghost{background:transparent;color:#C7F24A;font-size:14px;font-weight:500;padding:8px 0}
  .btn-ghost:hover{text-decoration:underline}
  .btn-sm{padding:8px 16px;font-size:14px;border-radius:6px}
  .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:24px}
  .section-head h2{font-size:32px}
  .section-head p{color:#707A72;font-size:14px;margin-top:6px}
  .grid{display:grid}
  .card-shadow{box-shadow:0 1px 2px rgba(0,0,0,.12);border-radius:8px}
  .cover-img{object-fit:cover;width:100%;height:100%}

  .cals{display:flex;gap:8px;margin-top:16px}
  .calx{display:flex;align-items:center;gap:6px}
  .cal-num{font-size:18px;font-weight:700;letter-spacing:1px;font-variant-numeric:tabular-nums;color:#F5F7F0;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:6px;min-width:48px;text-align:center}
  .cal-sep{color:#A9B4A3;font-weight:600;user-select:none}

  #live-schedule-hero{margin-top:70px;padding:0 0 76px;background:#0E1110}
  #live-schedule-hero .hd-status{color:#C7F24A;letter-spacing:.5px;display:flex;gap:8px;align-items:center;font-size:14px;margin-bottom:18px}
  #contentDiary{background:#141917;padding:64px 0 84px}

  .diary-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}
  .schedule-list{border-top:1px solid #252C28}
  .schedule-item{display:flex;align-items:center;gap:20px;padding:24px 0;border-bottom:1px solid #252C28}
  .schedule-time{width:76px;flex-shrink:0;color:#9FCE35;font-weight:700;font-variant-numeric:tabular-nums}
  .schedule-tag{background:transparent;color:#707A72;font-size:12.5px;padding:2px 8px;border:0;border-left:1px solid #333;line-height:1.4;margin-left:4px}
  .schedule-info{flex:1;min-width:0}
  .schedule-title{font-size:15.5px;font-weight:500;color:#F5F7F0}
  .schedule-desc{display:inline;color:#707A72;font-size:14px;margin-left:8px;margin-right:0}
  .schedule-tags{flex-shrink:0;margin-top:2px}
  .tag{display:inline-block;padding:3px 10px;border-radius:2px;font-size:12px;background:rgba(255,255,255,.06);color:#A9B4A3}
  .tag-warning{background:rgba(240,89,65,.12);color:#F05941}
  @media(max-width:920px){
    .diary-grid{grid-template-columns:1fr}
  }
  .podium-info{display:flex;gap:16px;align-items:center;margin-top:25px;padding:16px}
  .diary-side{background:#0E1110;border:1px solid #252C28;border-radius:4px;padding:24px;position:sticky;top:80px}
  .diary-side .notice-row{display:flex;align-items:flex-start;gap:8px;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.08);font-size:14px;color:#A9B4A3;line-height:1.55}

  .img-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
  .img-card{background:rgba(255,255,255,.06);border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
  .img-frame{aspect-ratio:3/2;background:#171B19;overflow:hidden}
  .img-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.92)}
  .img-card p{font-size:14px;padding:12px 14px;color:#A9B4A3;display:flex;gap:7px;align-items:center}
  .img-card p:before{content:"";width:5px;height:5px;border-radius:50%;background:#C7F24A;flex-shrink:0}
  /* =====#0E1110 main bg variables ===== */
  :root{--accent:#C7F24A;--accent-deep:#9FCE35;--red:#F05941;--line:#252C28;--text-hi:#F5F7F0;--text-mid:#A9B4A3;--bottom-gap:96px}
  .live-strip{background:#0E1110;border-radius:4px;border:1px solid #252C28}
  .live-strip .live-dot{width:8px;height:8px;background:#F05941;border-radius:50%;display:inline-block;margin-right:8px}

  .anchor-bar a{color:#A9B4A3;font-weight:500;padding:10px 12px}
  .notice-box{border-left:3px solid #C7F24A;background:rgba(199,242,74,.06);padding:16px 18px;border-radius:0 6px 6px 0;font-size:15px;color:#E8EEE5;margin-top:14px}

  #match{background:#0E1110}
  .match-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}
  .match-card{border:1px solid #252C28;border-radius:4px;padding:24px 20px;background:#141917;transition:border-color .25s, transform .25s}
  .match-card:hover{border-color:#2F3947;transform:translateY(-3px)}

  .match-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.match-top .game{display:flex;align-items:center;gap:8px}

  .btn-past{font-size:12.5px;font-variant-numeric:tabular-nums}.time-badge{color:#9FCE35;font-weight:700;font-size:20px;font-variant-numeric:tabular-nums}

  .info-card{background:#141917;border-radius:4px;padding:28px;border:1px solid #252C28;margin-top:40px;display:flex;gap:30px;align-items:center;justify-content:space-between;flex-wrap:wrap}
  .info-card .txt-grp .main{font-size:22px;font-weight:700}
  .info-card .txt-grp .sub{color:#A9B4A3;font-size:15px;margin-top:8px}

  footer{background:#0A0D0B;color:#c6cdc1}
  .site-footer{background:#0A0D0B;padding:56px 0 0;margin-top:92px;color:#707A72;font-size:14px;border-top:1px solid rgba(255,255,255,.03)}
  .footer-top{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:40px;padding-bottom:30px}
  .site-footer .footer-links{display:flex;flex-direction:column}
  .site-footer .brand{display:inline-flex;align-items:center;text-decoration:none;gap:8px;color:#F5F7F0}
  .brand{
    display:inline-flex;align-items:center;color:#F5F7F0;text-decoration:none;
    .brand-icon{width:9px;height:9px;border-radius:50%;display:inline-block}
    .brand-text{font-weight:600;font-size:16px}
  }

  .site-footer .footer-desc{display:flow-root;max-width:390px;line-height:1.8;font-size:14px;margin-top:18px;color:#5a625b}
  .site-footer h4{color:#F5F7F0;font-size:16px;margin-bottom:12px}.site-footer h4{font-weight:500;font-size:16px}
  .footer-links li{list-style:none;margin-left:0;margin-bottom:0}
  .footer-links a{color:#A9B4A3;text-decoration:none;font-size:14px;transition:color .2s}
  .footer-links a:hover{color:#C7F24A}
  ul.footer-links{width:100%;margin:14px auto 0;list-style:none;padding:0}
  ul.footer-links li{margin-left:0}
  .footer-links li{list-style:none;margin-left:0}
  footer ul.footer-links li{list-style:none}
  .site-footer li, .site-footer ul{margin:0;padding:0;list-style:none}
  .footer-note{line-height:1.7;font-size:13px;color:#6B746E}
  .sub-box{display:flex;gap:4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:6px;padding:4px;align-items:center}
  .sub-box input{background:transparent;border:none;outline:none;flex:1;padding:10px 14px;font-size:14px;color:#F5F7F0;font-family:inherit;min-width:0}
  .sub-box input::placeholder{color:#5a625b}
  .sub-box .btn{font-weight:600}
  .sub-box:hover{border-color:rgba(199,242,74,.45)}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:13px;color:#5a625b;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:0 auto}
  .footer-links{display:grid;grid-template-columns:1fr;gap:0}

  .mini-caps{font-size:12.5px;background:rgba(255,255,255,.07);border-radius:24px;padding:4px 12px;color:#A9B4A3}
  .outline-light-rounded{border:1px solid #707A72;border-radius:24px;padding:7px 16px;background:transparent;color:#c6cdc1}

  .fake-photo{background:linear-gradient(140deg,#141917,#0E1110)}

  .anchor-bar{position:sticky;top:60px;z-index:400;backdrop-filter:blur(10px);background:rgba(20,25,23,.78);border-bottom:1px solid rgba(255,255,255,.05);margin-top:-12px}
  .anchor-nav{display:flex;flex-wrap:wrap;padding:6px 0}
  .anchor-nav a{display:inline-flex;align-items:center;gap:7px;color:#A9B4A3;text-decoration:none;font-size:14px;margin-right:6px;margin-bottom:4px;border-radius:24px;padding:7px 14px;transition:color .24s;background:rgba(255,255,255,.02)}
  .anchor-nav a:before{content:"";width:4px;height:4px;border-radius:50%;background:#C7F24A;opacity:.55}
  .anchor-nav a:hover{color:#C7F24A;background:rgba(199,242,74,.06)}
  .anchor-nav a.active{color:#C7F24A}
  @media (max-width:768px){.anchor-bar{top:52px}}

  .anchor-bar{
    position:sticky;top:0;z-index:300;background:#0E1110;
    .container{padding-left:12px;padding-right:12px}
  }

  /* -- faq accordion -- */
  .faq{background:#0E1110;padding:78px 0}
  .faq-grid{display:grid;grid-template-columns:1fr .36fr;gap:30px}
  .faq-listdetails{border-top:1px solid #252C28}
  details{border-bottom:1px solid #252C28;background:transparent;transition:background .3s}
  details[open] summary{color:#C7F24A}
  .faq-grid details{border:none;border-bottom:1px solid rgba(255,255,255,.1)}
  summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:20px 2px;cursor:pointer;font-weight:500;color:#F5F7F0;transition:color .3s;user-select:none}
  summary::-webkit-details-marker{display:none}
  summary:after{content:"+";font-size:24px;font-weight:300;color:#707A72;transition:all .22s;margin-left:24px;flex-shrink:0}
  .faq-item summary:not(.hover-disable){border-bottom:1px solid transparent}
  details[open] summary:after{content:"–";color:#C7F24A}
  details p{padding:0 24px 20px 0;color:#A9B4A3;line-height:1.85;font-size:15px;margin-left:0;max-width:760px}
  .faq-item p{padding-left:30px;padding-right:0}
  .faq-title-icon{display:flex;gap:10px}
  .faq-title-icon:before{content:"";display:inline-block;width:4px;border-radius:2px;background:currentColor;margin-top:12px;height:18px;opacity:.6;flex-shrink:0}

  .cta-section{background:#0A0D0B;border-top:1px solid rgba(255,255,255,.04);padding:56px 0}
  .cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
  .cta-inner h2{font-size:30px}
  .cta-actions{display:flex;gap:12px;flex-wrap:wrap}
  .cta-note{font-size:14px;color:#707A72;margin-top:10px}

  @media(max-width:1023px){
    .footer-top{grid-template-columns:1fr 1fr;padding-left:0}
    .footer-top>*:first-child{grid-column:1/-1}
    .match-grid{grid-template-columns:repeat(3,1fr);gap:14px}
    .img-grid{grid-template-columns:repeat(3,1fr)}
    .page-hero h1{font-size:44px}
  }
  @media(max-width:768px){
    html{scroll-padding-top:70px}
    .section{padding:70px 0}
    .section-head{flex-direction:column;align-items:flex-start;gap:6px}
    .section-head h2{font-size:25px}
    .section-head p{font-size:14px}
    .info-card{padding:20px}
    .cta-inner{flex-direction:column;align-items:flex-start}
    .page-hero h1{font-size:23px;font-weight:700;line-height:1.45}
    .page-hero-o .page-hero{padding-top:130px;padding-bottom:60px}
    .container{padding-left:18px;padding-right:18px}
    .cal-num{padding:6px 10px;font-size:16px;min-width:40px}
    .cover-row .cover-side{display:block}
    .cover-row{grid-template-columns:1fr!important}
    .scroll-note{overflow-x:auto}
    .schedule-item{display:block;padding:18px 0}
    .schedule-time{width:auto;margin-bottom:4px}
    .schedule-title{display:block;margin-bottom:4px}
    .schedule-desc{display:block;font-size:14px;margin:0}
    .schedule-tags{margin-top:9px;display:flex;gap:6px}
    .live-info{font-size:14px;padding:12px 16px}
    .anchor-nav li{margin-bottom:0}
    .mobile-hamburger{display:inline-flex}
    .footer-top{grid-template-columns:1fr;padding-left:0}
    .footer-top>*{grid-column:1}
    .site-footer .footer-desc{text-align:center}
    .site-footer .brand{justify-content:center}
    .footer-links li{display:inline-block}
    .grid.imgs{margin-top:26px}
    .footer-bottom{flex-direction:column;align-items:flex-start;font-size:13px}
    .nav-mobile{display:none}
    .nav-mobile.show{display:flex}
    .hero-badges{gap:8px}
    .footer-desc{display:flex;flex-direction:column;align-items:flex-start}
    .site-footer .footer-col,.footer-top{grid-template-columns:1fr}
    .footer-col{width:100%}
  }
  @media(max-width:560px){
    .site-footer .footer-links li{display:block}
    .site-footer .footer-links li a{display:inline-block;padding:3px 0 3px 12px}
    .page-hero{padding-top:132px;}
    body{padding-top:0}
    .site-footer .footer-bottom span:first-child{display:block;width:100%}

    .footer-bottom span{line-height:1.7}
    .sch-tag{display:inline}
    .schedule-info{display:block}
    .schedule-time+.schedule-info{margin-top:0}
    .mobile-hamburger{display:flex}
    .nav-desktop{display:none!important}
    .anchor-nav a{padding:6px 8px;font-size:13px}
    .nav-mobile .brand-lk{display:flex;margin-bottom:16px}
    .footer-desc br{display:none}

    nav.site-nav{min-height:56px}
    .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:12px}
    .sub-box{flex-direction:column;gap:8px}
    .sub-box input{width:100%;background:rgba(255,255,255,.1);border-radius:4px}
    .btn-sub{width:100%}
    .footer-links li a{font-weight:400}
    .column-layout{grid-template-columns:1fr!important}
    h2{font-size:24px}
    .section{padding:58px 0}
    .mini-caps button{display:none}
    .diary-side{position:relative;top:0;margin-top:28px}
  }

  .site-footer ul, .site-footer .site-footer .footer-bottom{margin-left:0}
  .footer-links a:hover{padding-left:2px!important}
  @media(min-width:561px){.site-footer li{display:inline-block}}.site-footer li{display:block}
  footer ul.footer-links li{list-style:none}
  .footer-links a{text-decoration:none}
  .footer-col{width:100%;list-style:none;margin:0;padding:0}
  .footer-top{flex-wrap:wrap}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:10px;padding:24px 0 20px}
  .footer-bottom span:last-child{margin-left:auto}
  @media(max-width:560px){.footer-bottom span:last-child{margin-left:0}}
  .brand-icon{width:10px;height:10px;border-radius:50%;background:#C7F24A;display:inline-block}

  @media screen and (max-width:1023px){
    .nav-ham{display:inline-flex;align-items:center;justify-content:center}
  }
  .nav-mobile a.brand{display:flex;align-items:center;gap:8px;color:#F5F7F0;border:none;font-size:17px;font-weight:400;margin-bottom:8px}
  .nav-mobile a.brand:hover{color:#F5F7F0}

  h1,h2,h3{margin:0 0 8px}
  p{margin:0 0 18px}
