/* roulang page: index */
:root{
  --plum:#3b1f3f;
  --plum-deep:#28152c;
  --plum-soft:#eee5ef;
  --orange:#f28c28;
  --orange-light:#fff0df;
  --teal:#5f9c8d;
  --teal-light:#e7f1ee;
  --cream:#faf8f3;
  --sand:#f0eee8;
  --ink:#242226;
  --muted:#69636b;
  --faint:#938d91;
  --line:#ddd5df;
  --white:#fff;
  --radius:18px;
  --shadow:0 14px 36px rgba(59,31,63,.08);
  --shadow-hover:0 18px 42px rgba(59,31,63,.15);
  --max:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65;font-size:15px}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{border:0;cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{height:78px;background:rgba(250,248,243,.94);border-bottom:1px solid rgba(221,213,223,.75);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.logo{display:flex;align-items:center;gap:11px;color:var(--plum);font-weight:800;white-space:nowrap;font-size:17px;letter-spacing:-.3px}
.logo-mark{width:31px;height:31px;border-radius:10px;background:var(--orange);position:relative;display:grid;place-items:center;color:var(--plum);font-weight:900}
.logo-mark:before,.logo-mark:after{content:"";position:absolute;border:2px solid var(--plum);border-radius:4px}
.logo-mark:before{width:12px;height:8px;top:7px}
.logo-mark:after{width:17px;height:8px;bottom:6px;left:7px}
.main-nav{display:flex;align-items:center;gap:5px;margin-left:auto}
.main-nav a{padding:9px 13px;border-radius:9px;color:var(--muted);font-weight:600;transition:.2s}
.main-nav a:hover,.main-nav a.active{color:var(--plum);background:var(--plum-soft)}
.header-action{background:var(--plum);color:#fff;padding:11px 18px;border-radius:10px;font-weight:700;transition:.2s;white-space:nowrap}
.header-action:hover{background:var(--plum-deep);transform:translateY(-2px)}
.menu-toggle{display:none;background:transparent;color:var(--plum);font-size:24px}
.hero{padding:82px 0 76px;background:var(--cream);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:.08em;margin-bottom:18px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--orange)}
.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.15;letter-spacing:-2px;color:var(--plum);max-width:650px}
.hero-copy{font-size:17px;color:var(--muted);max-width:590px;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{min-height:46px;padding:12px 21px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;transition:.2s;border:1px solid transparent}
.btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.btn-primary{background:var(--plum);color:#fff}
.btn-primary:hover{background:var(--plum-deep)}
.btn-accent{background:var(--orange);color:var(--plum-deep)}
.btn-light{background:var(--white);border-color:var(--line);color:var(--plum)}
.btn:focus,.main-nav a:focus,.faq-question:focus{outline:3px solid rgba(242,140,40,.35);outline-offset:3px}
.entry-board{background:var(--plum);border-radius:24px;padding:26px;color:#fff;box-shadow:20px 24px 0 rgba(242,140,40,.16);position:relative}
.board-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.board-title{font-size:18px;font-weight:800}
.board-time{font-size:12px;color:#d4bfd8}
.board-list{display:grid;gap:10px}
.board-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:16px;display:flex;align-items:center;gap:13px;transition:.2s}
.board-item:hover{background:rgba(255,255,255,.16);transform:translateX(4px)}
.entry-icon{width:36px;height:36px;border-radius:10px;background:var(--orange);color:var(--plum);display:grid;place-items:center;font-weight:900}
.board-item:nth-child(2) .entry-icon{background:#b9ded2}
.board-item:nth-child(3) .entry-icon{background:#ead7ec}
.board-item:nth-child(4) .entry-icon{background:#f7c67f}
.entry-info{flex:1}.entry-info strong{display:block;font-size:15px}.entry-info small{display:block;color:#d4c7d6;font-size:12px;margin-top:2px}
.status{font-size:11px;padding:4px 8px;border-radius:20px;font-weight:800;white-space:nowrap}
.status.ready{background:#c9eadf;color:#225b4d}.status.update{background:#ffe0b5;color:#87470e}.status-check{background:#e8e5e9;color:#625c64}
.arrow{font-size:20px;color:#ffd39f;transition:.2s}.board-item:hover .arrow{transform:translateX(4px)}
.section{padding:94px 0}
.section.alt{background:var(--sand)}
.section.plum-bg{background:var(--plum);color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}
.section-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px}
.section h2{font-size:clamp(27px,3vw,40px);line-height:1.25;color:var(--plum);letter-spacing:-1px}
.plum-bg h2{color:#fff}.section-intro{color:var(--muted);max-width:590px}.plum-bg .section-intro{color:#d8cbd9}
.text-link{color:var(--plum);font-weight:800;border-bottom:1px solid var(--orange);padding-bottom:3px;white-space:nowrap}
.entry-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-template-rows:auto auto;gap:16px}
.entry-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;min-height:174px;transition:.25s;position:relative}
.entry-card:hover{transform:translateY(-4px);border-color:var(--orange);box-shadow:var(--shadow-hover)}
.entry-card.primary{grid-row:span 2;background:var(--plum);color:#fff;padding:30px}
.entry-card.primary h3{color:#fff;font-size:25px}
.entry-card h3{font-size:19px;color:var(--plum);margin:15px 0 7px}
.entry-card p{color:var(--muted);font-size:14px}.primary p{color:#d9cbd9}
.card-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--orange-light);color:var(--plum);font-weight:900}
.primary .card-icon{background:var(--orange)}
.card-meta{display:flex;align-items:center;gap:9px;margin-top:19px;font-size:12px;color:var(--faint)}
.primary .card-meta{color:#c9b8cb}
.quickbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px 18px;gap:15px}
.quick-label{font-weight:800;color:var(--plum);padding-left:7px}.quick-actions{display:flex;gap:8px;flex-wrap:wrap}
.quick-actions a{padding:10px 14px;border-radius:9px;background:var(--plum-soft);color:var(--plum);font-weight:700;font-size:13px;transition:.2s}
.quick-actions a:hover{background:var(--orange);color:var(--plum-deep)}
.status-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:22px}
.status-panel,.notice-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px}
.status-big{font-size:30px;color:var(--plum);font-weight:800;margin:14px 0 5px}.status-panel p{color:var(--muted)}
.status-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0;margin-top:19px;font-size:14px}.status-row b{color:var(--plum)}
.notice-list{display:grid;gap:16px}.notice-item{display:flex;gap:14px;align-items:flex-start}.notice-dot{width:10px;height:10px;border-radius:50%;background:var(--teal);margin-top:8px;flex:none}.notice-item strong{display:block;color:var(--plum);margin-bottom:2px}.notice-item span{font-size:13px;color:var(--muted)}
.news-list{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.news-item{display:grid;grid-template-columns:92px 1fr;gap:18px;padding:20px 0;border-top:1px solid var(--line)}
.news-date{font-size:12px;color:var(--teal);font-weight:800}.news-item h3{font-size:17px;color:var(--plum);margin-bottom:5px}.news-item p{font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-tag{font-size:11px;color:var(--faint);margin-top:8px}
.empty-state{padding:30px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);grid-column:1/-1}
.timeline{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.timeline:before{content:"";position:absolute;top:14px;left:8%;right:8%;height:1px;background:#cfc4d1}.timeline-item{position:relative;padding-top:40px}.timeline-item:before{content:"";position:absolute;top:8px;left:0;width:13px;height:13px;border:3px solid var(--orange);background:var(--cream);border-radius:50%;z-index:1}.timeline-item:first-child h3{color:var(--orange)}.timeline-date{font-size:12px;color:var(--teal);font-weight:800}.timeline h3{font-size:17px;color:var(--plum);margin:7px 0}.timeline p{font-size:13px;color:var(--muted)}
.download-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:55px;align-items:center}
.device{height:285px;width:160px;border:8px solid var(--plum-deep);border-radius:27px;background:var(--white);margin:auto;box-shadow:22px 19px 0 var(--orange);padding:35px 13px 16px;position:relative}.device:before{content:"";position:absolute;top:12px;left:52px;width:40px;height:5px;border-radius:5px;background:var(--plum)}.device-screen{height:100%;border-radius:13px;background:var(--plum-soft);padding:13px 9px}.screen-line{height:10px;background:var(--plum);border-radius:4px;margin-bottom:10px}.screen-line.short{width:62%;background:var(--orange)}.screen-box{height:45px;background:#fff;border-radius:8px;margin-top:14px}
.download-info h2{color:#fff}.download-info p{color:#d8cbd9;margin:15px 0 22px}.version{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:22px}.version span{color:#f7eaf8;font-size:13px}.version b{color:var(--orange);margin-left:5px}
.mobile-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.mobile-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.mobile-card strong{display:block;color:var(--plum);font-size:18px;margin:15px 0 7px}.mobile-card p{color:var(--muted);font-size:14px}.mobile-symbol{font-size:26px;color:var(--orange)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:23px;background:var(--cream);border:1px solid var(--line);border-radius:15px}.step-no{font-size:28px;color:var(--orange);font-weight:900}.step h3{color:var(--plum);font-size:17px;margin:9px 0 5px}.step p{font-size:13px;color:var(--muted)}
.hot-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:16px}.hot-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px;min-height:150px}.hot-card.feature{background:var(--orange);min-height:215px;display:flex;flex-direction:column;justify-content:space-between}.hot-card h3{color:var(--plum);font-size:20px;margin:12px 0 5px}.hot-card p{color:var(--muted);font-size:13px}.hot-card.feature p{color:var(--plum-deep)}
.index-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.index-col{background:#fff;border-radius:15px;padding:21px;border:1px solid var(--line)}.index-col h3{color:var(--plum);font-size:16px;margin-bottom:12px}.index-col a{display:block;color:var(--muted);font-size:13px;padding:7px 0;border-bottom:1px solid #eee8ef}.index-col a:hover{color:var(--orange)}
.notice-box{background:var(--orange-light);border:1px solid #f4d1a6;border-radius:17px;padding:27px 30px;display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;align-items:center}.notice-box h2{font-size:26px;color:var(--plum)}.notice-box ul{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;list-style:none}.notice-box li{font-size:14px;color:var(--muted);padding-left:19px;position:relative}.notice-box li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--teal)}
.faq-list{max-width:850px;margin:auto}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;background:transparent;text-align:left;padding:20px 4px;color:var(--plum);font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.faq-question span{font-size:20px;color:var(--orange);transition:.2s}.faq-answer{display:none;color:var(--muted);font-size:14px;padding:0 35px 20px 4px}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question span{transform:rotate(45deg)}
.final-cta{padding:58px 0;background:var(--plum)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-inner h2{color:#fff;font-size:32px}.cta-inner p{color:#d8cbd9;margin-top:6px}
.site-footer{background:var(--plum-deep);color:#d8cbd9;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-brand .logo{color:#fff;margin-bottom:15px}.footer-brand p{font-size:13px;max-width:280px;color:#aa9aaa}.footer-col h3{font-size:14px;color:#fff;margin-bottom:14px}.footer-col a{display:block;font-size:13px;color:#bcaebe;padding:5px 0;transition:.2s}.footer-col a:hover{color:var(--orange)}.copyright{display:flex;justify-content:space-between;gap:20px;padding-top:20px;font-size:12px;color:#97869a}
.mobile-action{display:none}
@media(max-width:1024px){.hero-grid{gap:35px}.main-nav{gap:0}.main-nav a{padding:8px 8px;font-size:13px}.entry-grid{grid-template-columns:1fr 1fr}.entry-card.primary{grid-row:auto;grid-column:span 2}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}}
@media(max-width:768px){.container{width:min(100% - 34px,var(--max))}.site-header{height:68px}.header-inner{gap:12px}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--cream);padding:12px 17px 18px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.show{display:flex}.main-nav a{padding:12px 13px}.menu-toggle{display:block;margin-left:auto}.header-action{font-size:13px;padding:9px 12px}.hero{padding:55px 0 52px}.hero-grid,.status-layout,.download-wrap{grid-template-columns:1fr}.hero h1{font-size:42px}.entry-grid,.news-list,.mobile-grid,.hot-grid,.index-grid{grid-template-columns:1fr 1fr}.entry-card.primary{grid-column:span 2}.section{padding:68px 0}.section-head{display:block}.section-head .text-link{display:inline-block;margin-top:15px}.quickbar{display:block}.quick-actions{margin-top:13px}.timeline{grid-template-columns:1fr;gap:22px}.timeline:before{top:15px;bottom:15px;left:6px;width:1px;height:auto}.timeline-item{padding:0 0 0 31px}.timeline-item:before{top:4px}.notice-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:span 2}.cta-inner{display:block}.cta-inner .btn{margin-top:20px}}
@media(max-width:520px){body{font-size:14px}.container{width:calc(100% - 28px)}.logo{font-size:14px;gap:7px}.logo-mark{width:27px;height:27px}.header-action{display:none}.hero h1{font-size:35px;letter-spacing:-1px}.hero-copy{font-size:15px}.hero-actions .btn{width:100%}.entry-grid,.news-list,.mobile-grid,.hot-grid,.index-grid,.steps{grid-template-columns:1fr}.entry-card.primary{grid-column:auto}.entry-card{min-height:0}.news-item{grid-template-columns:75px 1fr;gap:10px}.download-wrap{gap:38px}.device{height:240px;width:137px}.notice-box ul{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.copyright{display:block}.copyright span{display:block;margin-top:6px}.mobile-action{display:flex;position:fixed;bottom:12px;left:14px;right:14px;background:var(--plum);border-radius:13px;padding:7px;z-index:19;box-shadow:var(--shadow-hover)}.mobile-action a{flex:1;text-align:center;padding:9px;color:#fff;font-size:13px;font-weight:700}.mobile-action a:last-child{background:var(--orange);color:var(--plum-deep);border-radius:9px}}

/* roulang page: category1 */
:root{
      --plum:#3b1f3f;
      --plum-deep:#28152c;
      --plum-soft:#eee5ef;
      --orange:#f28c28;
      --orange-light:#fff0df;
      --teal:#5f9c8d;
      --teal-light:#e7f1ee;
      --cream:#faf8f3;
      --sand:#f0eee8;
      --ink:#242226;
      --muted:#69636b;
      --faint:#938d91;
      --line:#ddd5df;
      --white:#fff;
      --radius:18px;
      --shadow:0 14px 36px rgba(59,31,63,.08);
      --shadow-hover:0 18px 42px rgba(59,31,63,.15);
      --max:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:15px;line-height:1.65}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    button{border:0;cursor:pointer}
    img{max-width:100%;display:block}
    .container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
    .site-header{height:78px;background:rgba(250,248,243,.95);border-bottom:1px solid rgba(221,213,223,.8);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
    .header-inner{height:100%;display:flex;align-items:center;gap:28px}
    .logo{display:flex;align-items:center;gap:11px;color:var(--plum);font-weight:800;white-space:nowrap;font-size:17px;letter-spacing:-.3px}
    .logo-mark{width:31px;height:31px;border-radius:10px;background:var(--orange);position:relative;display:grid;place-items:center;color:var(--plum);font-weight:900}
    .logo-mark:before,.logo-mark:after{content:"";position:absolute;border:2px solid var(--plum);border-radius:4px}
    .logo-mark:before{width:12px;height:8px;top:7px}
    .logo-mark:after{width:17px;height:8px;bottom:6px;left:7px}
    .main-nav{display:flex;align-items:center;gap:5px;margin-left:auto}
    .main-nav a{padding:9px 13px;border-radius:9px;color:var(--muted);font-weight:600;transition:.2s}
    .main-nav a:hover,.main-nav a.active{color:var(--plum);background:var(--plum-soft)}
    .header-action{background:var(--plum);color:#fff;padding:11px 18px;border-radius:10px;font-weight:700;transition:.2s;white-space:nowrap}
    .header-action:hover{background:var(--plum-deep);transform:translateY(-2px)}
    .menu-toggle{display:none;background:transparent;color:var(--plum);font-size:24px}
    .page-intro{padding:72px 0 58px;background:var(--sand)}
    .breadcrumb{display:flex;gap:9px;align-items:center;color:var(--faint);font-size:13px;margin-bottom:22px}
    .breadcrumb a:hover{color:var(--plum)}
    .breadcrumb span:last-child{color:var(--plum);font-weight:700}
    .intro-grid{display:grid;grid-template-columns:1fr 360px;gap:70px;align-items:end}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:.08em;margin-bottom:15px}
    .eyebrow:before{content:"";width:27px;height:2px;background:var(--orange)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(36px,5vw,61px);line-height:1.15;letter-spacing:-2px;color:var(--plum);margin-bottom:20px}
    .intro-copy{font-size:17px;color:var(--muted);max-width:680px;margin-bottom:0}
    .intro-note{background:var(--plum);color:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
    .intro-note strong{display:block;font-size:21px;margin-bottom:8px}
    .intro-note p{font-size:14px;color:#d8cbd9;margin-bottom:0}
    .section{padding:82px 0}
    .section.alt{background:var(--cream)}
    .section.soft{background:var(--plum-soft)}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}
    .section-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:8px}
    h2{font-size:clamp(27px,3vw,39px);line-height:1.25;color:var(--plum);letter-spacing:-1px;margin-bottom:0}
    .section-intro{color:var(--muted);max-width:570px;margin-bottom:0}
    .filter-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);padding:12px;border-radius:14px;box-shadow:var(--shadow)}
    .filter-tabs{display:flex;gap:8px;flex-wrap:wrap}
    .filter-tabs button{background:transparent;color:var(--muted);padding:10px 17px;border-radius:9px;font-weight:700;transition:.2s}
    .filter-tabs button:hover,.filter-tabs button.active{background:var(--plum);color:#fff}
    .filter-time{font-size:13px;color:var(--faint);white-space:nowrap}
    .entry-list{display:grid;gap:14px}
    .entry-row{display:grid;grid-template-columns:52px 1.3fr 1fr 130px 112px;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px 22px;transition:.25s}
    .entry-row:hover{transform:translateY(-3px);border-color:var(--orange);box-shadow:var(--shadow-hover)}
    .entry-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--orange-light);color:var(--plum);font-weight:900}
    .entry-row h3{font-size:18px;color:var(--plum);margin-bottom:3px}
    .entry-row p{font-size:13px;color:var(--muted);margin-bottom:0}
    .entry-detail{font-size:13px;color:var(--muted)}
    .entry-detail b{display:block;color:var(--ink);font-size:14px;margin-bottom:2px}
    .status{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:5px 9px;border-radius:7px;font-size:12px;font-weight:800}
    .status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
    .status.open{color:#40806f;background:var(--teal-light)}
    .status.update{color:#b26719;background:var(--orange-light)}
    .entry-link{color:var(--plum);font-weight:800;font-size:14px;text-align:right}
    .entry-link span{display:inline-block;transition:.2s}
    .entry-link:hover{color:var(--orange)}
    .entry-link:hover span{transform:translateX(4px)}
    .focus-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
    .focus-main,.focus-side{border-radius:var(--radius);padding:30px}
    .focus-main{background:var(--plum);color:#fff;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
    .focus-main h3{font-size:27px;margin-bottom:8px}
    .focus-main p{color:#d8cbd9;max-width:560px;margin-bottom:0}
    .focus-side{background:var(--orange-light);border:1px solid #f6d4aa}
    .focus-side h3{color:var(--plum);font-size:20px}
    .focus-side ul{list-style:none;padding:0;margin:17px 0 0;display:grid;gap:12px}
    .focus-side li{display:flex;justify-content:space-between;border-bottom:1px solid rgba(59,31,63,.12);padding-bottom:9px;color:var(--muted);font-size:14px}
    .focus-side li b{color:var(--plum)}
    .status-layout{display:grid;grid-template-columns:310px 1fr;gap:18px}
    .status-summary{background:var(--teal);color:#fff;border-radius:var(--radius);padding:28px}
    .status-summary small{color:#d9eee8}
    .status-number{font-size:52px;font-weight:800;line-height:1;margin:18px 0 10px}
    .status-summary p{color:#e4f3ef;margin-bottom:0}
    .status-info{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px}
    .status-info h3{font-size:20px;color:var(--plum)}
    .status-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
    .status-box{background:var(--cream);border-radius:12px;padding:16px}
    .status-box b{display:block;color:var(--plum);margin-bottom:5px}
    .status-box span{font-size:13px;color:var(--muted)}
    .mobile-layout{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:center}
    .phone{width:190px;height:330px;margin:auto;background:var(--plum);border:8px solid var(--plum-deep);border-radius:30px;padding:28px 15px 15px;box-shadow:var(--shadow-hover);position:relative}
    .phone:before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:52px;height:5px;border-radius:5px;background:#684c6a}
    .phone-head{height:35px;color:#fff;font-weight:800;font-size:13px;border-bottom:1px solid rgba(255,255,255,.2)}
    .phone-card{background:#fff;border-radius:9px;margin-top:11px;padding:11px;color:var(--plum);font-size:11px;font-weight:700}
    .phone-card.orange{background:var(--orange)}
    .mobile-copy h3{font-size:25px;color:var(--plum)}
    .mobile-copy p{color:var(--muted);max-width:620px}
    .feature-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
    .feature-pills span{background:#fff;border:1px solid var(--line);color:var(--plum);padding:9px 13px;border-radius:9px;font-weight:700;font-size:13px}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .step{background:#fff;border:1px solid var(--line);border-radius:15px;padding:23px;min-height:170px;position:relative}
    .step-num{color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.08em}
    .step h3{color:var(--plum);font-size:18px;margin:18px 0 7px}
    .step p{color:var(--muted);font-size:14px;margin-bottom:0}
    .faq-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}
    .faq-lead p{color:var(--muted);margin-top:16px}
    .faq-list{display:grid;gap:10px}
    .faq-item{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}
    .faq-question{width:100%;text-align:left;background:#fff;color:var(--plum);padding:18px 20px;font-weight:800;display:flex;justify-content:space-between;align-items:center}
    .faq-question span{font-size:22px;color:var(--orange);transition:.2s}
    .faq-answer{padding:0 20px 18px;color:var(--muted);font-size:14px}
    .cta{background:var(--plum);padding:42px 0;color:#fff}
    .cta-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}
    .cta h2{color:#fff;font-size:30px}
    .cta p{color:#d8cbd9;margin:8px 0 0}
    .btn{min-height:46px;padding:12px 21px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;transition:.2s;border:1px solid transparent}
    .btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .btn-primary{background:var(--plum);color:#fff}
    .btn-accent{background:var(--orange);color:var(--plum-deep)}
    .btn-light{background:#fff;border-color:var(--line);color:var(--plum)}
    .btn:focus,.main-nav a:focus,.faq-question:focus{outline:3px solid rgba(242,140,40,.35);outline-offset:3px}
    .site-footer{background:var(--plum-deep);color:#fff;padding:57px 0 24px}
    .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}
    .footer-brand .logo{color:#fff}
    .footer-brand p{color:#c9b8cb;margin:17px 0 0;font-size:14px}
    .footer-col{display:flex;flex-direction:column;gap:10px}
    .footer-col h3{font-size:14px;color:var(--orange);margin-bottom:7px}
    .footer-col a{color:#d8cbd9;font-size:14px;transition:.2s}
    .footer-col a:hover{color:var(--orange);transform:translateX(3px)}
    .copyright{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#a99bab;font-size:12px}
    @media(max-width:1024px){
      .main-nav{gap:0}.main-nav a{padding:8px 9px;font-size:13px}
      .intro-grid{gap:35px}.entry-row{grid-template-columns:48px 1fr 1fr 105px}
      .entry-row .entry-link{grid-column:5;grid-row:1 / span 2}
      .steps{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:768px){
      .container{width:min(var(--max),calc(100% - 32px))}
      .site-header{height:68px}.header-inner{gap:12px}
      .logo{font-size:14px}.logo-mark{width:29px;height:29px}
      .menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:68px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
      .main-nav.open{display:flex}.main-nav a{padding:12px 14px}
      .header-action{padding:9px 12px;font-size:13px}
      .page-intro{padding:48px 0}.intro-grid,.focus-panel,.status-layout,.mobile-layout,.faq-wrap{grid-template-columns:1fr}
      h1{letter-spacing:-1px}.intro-note{max-width:500px}
      .section{padding:64px 0}.section-head{display:block}.section-intro{margin-top:12px}
      .filter-bar{display:block}.filter-time{margin:13px 4px 2px}
      .entry-row{grid-template-columns:44px 1fr;gap:12px 15px;padding:17px}
      .entry-row .entry-detail{grid-column:2}.entry-row .status{grid-column:2}.entry-row .entry-link{grid-column:2;grid-row:auto;text-align:left}
      .status-info-grid{grid-template-columns:1fr}
      .mobile-layout{gap:30px}.steps{grid-template-columns:1fr 1fr}
      .cta-inner{display:block}.cta .btn{margin-top:22px}
      .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.copyright{display:block}.copyright span{display:block;margin-top:6px}
    }
    @media(max-width:520px){
      .logo span:last-child{max-width:145px;white-space:normal;line-height:1.2}
      .header-action{display:none}.page-intro{padding:39px 0}
      .steps{grid-template-columns:1fr}.focus-main,.focus-side,.status-summary,.status-info{padding:23px}
      .footer-grid{grid-template-columns:1fr}
      h2{font-size:29px}
    }

/* roulang page: article */
:root{
      --plum:#3b1f3f;
      --plum-deep:#28152c;
      --plum-soft:#eee5ef;
      --orange:#f28c28;
      --orange-light:#fff0df;
      --teal:#5f9c8d;
      --teal-light:#e7f1ee;
      --cream:#faf8f3;
      --sand:#f0eee8;
      --ink:#242226;
      --muted:#69636b;
      --faint:#938d91;
      --line:#ddd5df;
      --white:#fff;
      --radius:18px;
      --shadow:0 14px 36px rgba(59,31,63,.08);
      --shadow-hover:0 18px 42px rgba(59,31,63,.15);
      --max:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--cream);
      color:var(--ink);
      font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;
      font-size:15px;
      line-height:1.7;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button{font:inherit;border:0;cursor:pointer}
    .container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
    .site-header{
      height:78px;
      position:sticky;
      top:0;
      z-index:20;
      background:rgba(250,248,243,.95);
      border-bottom:1px solid rgba(221,213,223,.8);
      backdrop-filter:blur(12px);
    }
    .header-inner{height:100%;display:flex;align-items:center;gap:28px}
    .logo{
      display:flex;align-items:center;gap:11px;white-space:nowrap;
      color:var(--plum);font-weight:800;font-size:17px;letter-spacing:-.3px
    }
    .logo-mark{
      width:31px;height:31px;border-radius:10px;background:var(--orange);
      display:grid;place-items:center;color:var(--plum);font-weight:900;position:relative
    }
    .logo-mark:before,.logo-mark:after{
      content:"";position:absolute;border:2px solid var(--plum);border-radius:4px
    }
    .logo-mark:before{width:12px;height:8px;top:7px}
    .logo-mark:after{width:17px;height:8px;bottom:6px;left:7px}
    .main-nav{display:flex;align-items:center;gap:5px;margin-left:auto}
    .main-nav a{
      padding:9px 13px;border-radius:9px;color:var(--muted);
      font-weight:600;transition:.2s
    }
    .main-nav a:hover,.main-nav a.active{color:var(--plum);background:var(--plum-soft)}
    .header-action{
      padding:11px 18px;border-radius:10px;background:var(--plum);
      color:#fff;font-weight:700;white-space:nowrap;transition:.2s
    }
    .header-action:hover{background:var(--plum-deep);transform:translateY(-2px)}
    .menu-toggle{display:none;background:transparent;color:var(--plum);font-size:24px}
    .article-hero{
      padding:76px 0 58px;
      background:linear-gradient(180deg,var(--cream) 0%,#f5f0f5 100%);
      border-bottom:1px solid var(--line)
    }
    .crumbs{display:flex;align-items:center;gap:9px;color:var(--faint);font-size:13px;margin-bottom:24px}
    .crumbs a:hover{color:var(--plum)}
    .crumbs span:last-child{color:var(--muted);max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .article-head{max-width:880px}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;color:var(--teal);
      font-size:13px;font-weight:800;letter-spacing:.08em;margin-bottom:15px
    }
    .eyebrow:before{content:"";width:27px;height:2px;background:var(--orange)}
    h1,h2,h3{margin-top:0;color:var(--plum);font-weight:800;letter-spacing:-.6px}
    h1{font-size:clamp(32px,5vw,56px);line-height:1.22;margin-bottom:22px}
    .article-lead{max-width:780px;color:var(--muted);font-size:17px;margin:0}
    .meta-bar{
      display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:28px;
      padding-top:20px;border-top:1px solid var(--line);color:var(--faint);font-size:13px
    }
    .meta-bar strong{color:var(--plum);font-weight:700}
    .article-layout{
      display:grid;grid-template-columns:minmax(0,780px) 280px;
      gap:72px;align-items:start;padding:76px 0 92px
    }
    .article-content{
      font-size:16px;line-height:1.95;color:#3f3941;
      overflow-wrap:anywhere
    }
    .article-content h2{font-size:28px;margin:42px 0 16px}
    .article-content h3{font-size:21px;margin:30px 0 12px}
    .article-content p{margin:0 0 22px}
    .article-content ul,.article-content ol{padding-left:25px;margin:0 0 24px}
    .article-content li{margin:8px 0}
    .article-content blockquote{
      margin:28px 0;padding:20px 24px;background:var(--orange-light);
      border-left:4px solid var(--orange);border-radius:0 13px 13px 0;color:var(--plum-deep)
    }
    .article-content table{
      width:100%;border-collapse:collapse;margin:28px 0;background:#fff;
      border:1px solid var(--line);border-radius:12px;overflow:hidden
    }
    .article-content th,.article-content td{padding:13px 15px;border-bottom:1px solid var(--line);text-align:left}
    .article-content th{background:var(--plum-soft);color:var(--plum)}
    .article-content a{color:var(--plum);font-weight:700;border-bottom:1px solid var(--orange)}
    .article-content img{border-radius:14px;margin:26px 0}
    .reading-side{
      position:sticky;top:106px;background:#fff;border:1px solid var(--line);
      border-radius:var(--radius);padding:23px;box-shadow:var(--shadow)
    }
    .side-label{font-size:12px;color:var(--teal);font-weight:800;letter-spacing:.1em;margin-bottom:9px}
    .reading-side h2{font-size:20px;margin-bottom:13px}
    .side-list{list-style:none;padding:0;margin:0}
    .side-list li{padding:12px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
    .side-list li:before{content:"";display:inline-block;width:6px;height:6px;background:var(--orange);border-radius:50%;margin:0 9px 2px 0}
    .article-action{
      display:flex;justify-content:space-between;align-items:center;gap:20px;
      margin:42px 0 0;padding:24px 26px;background:var(--teal-light);
      border:1px solid #cde1db;border-radius:var(--radius)
    }
    .article-action h2{font-size:20px;margin-bottom:4px}
    .article-action p{margin:0;color:var(--muted);font-size:14px}
    .btn{
      min-height:46px;padding:11px 20px;border-radius:11px;display:inline-flex;
      align-items:center;justify-content:center;gap:8px;font-weight:700;
      border:1px solid transparent;transition:.2s
    }
    .btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .btn-primary{background:var(--plum);color:#fff}
    .btn-primary:hover{background:var(--plum-deep)}
    .btn-accent{background:var(--orange);color:var(--plum-deep)}
    .btn-light{background:#fff;border-color:var(--line);color:var(--plum)}
    .btn:focus,.main-nav a:focus,.faq-question:focus,.header-action:focus{
      outline:3px solid rgba(242,140,40,.35);outline-offset:3px
    }
    .related-section{padding:76px 0;background:var(--sand)}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
    .section-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:8px}
    .section-head h2{font-size:32px;margin:0}
    .text-link{color:var(--plum);font-weight:800;border-bottom:1px solid var(--orange);padding-bottom:3px}
    .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .related-card{
      background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;
      transition:.25s;min-height:180px
    }
    .related-card:hover{transform:translateY(-4px);border-color:var(--orange);box-shadow:var(--shadow-hover)}
    .related-card h3{font-size:18px;margin:13px 0 8px}
    .related-card p{color:var(--muted);font-size:14px;margin:0 0 14px}
    .related-card small{color:var(--faint)}
    .empty-state{
      padding:28px;background:#fff;border:1px dashed var(--line);
      border-radius:14px;color:var(--muted)
    }
    .return-bar{padding:36px 0;background:var(--cream)}
    .return-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
    .return-inner h2{font-size:23px;margin:0 0 5px}
    .return-inner p{margin:0;color:var(--muted)}
    .site-footer{background:var(--plum-deep);color:#fff;padding:58px 0 24px}
    .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}
    .footer-brand .logo{color:#fff;margin-bottom:15px}
    .footer-brand p{color:#c9b8cb;max-width:250px;margin:0;font-size:14px}
    .footer-col{display:flex;flex-direction:column;gap:9px}
    .footer-col h3{color:#fff;font-size:15px;margin:0 0 7px}
    .footer-col a{color:#c9b8cb;font-size:14px;transition:.2s}
    .footer-col a:hover{color:var(--orange)}
    .copyright{
      display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
      border-top:1px solid rgba(255,255,255,.15);margin-top:42px;padding-top:20px;
      color:#aa98ad;font-size:12px
    }
    .faq-section{padding:74px 0;background:#fff}
    .faq-list{max-width:820px;margin:0 auto}
    .faq-item{border-top:1px solid var(--line)}
    .faq-question{
      width:100%;background:transparent;text-align:left;padding:20px 4px;
      color:var(--plum);font-weight:800;display:flex;justify-content:space-between;gap:20px
    }
    .faq-question span:last-child{color:var(--orange);font-size:22px}
    .faq-answer{display:none;color:var(--muted);padding:0 35px 20px 4px}
    .faq-item.open .faq-answer{display:block}
    @media(max-width:1024px){
      .main-nav{gap:0}.main-nav a{padding:8px 9px;font-size:14px}
      .header-inner{gap:15px}.article-layout{grid-template-columns:minmax(0,1fr) 240px;gap:36px}
    }
    @media(max-width:768px){
      .container{width:min(var(--max),calc(100% - 32px))}
      .site-header{height:70px}.menu-toggle{display:block;margin-left:auto}
      .main-nav{
        display:none;position:absolute;left:16px;right:16px;top:78px;
        padding:10px;background:#fff;border:1px solid var(--line);border-radius:14px;
        box-shadow:var(--shadow);flex-direction:column;align-items:stretch
      }
      .main-nav.show{display:flex}.main-nav a{padding:12px 14px}
      .header-action{padding:10px 13px;font-size:13px}
      .article-hero{padding:52px 0 42px}
      .article-layout{display:block;padding:52px 0 65px}
      .reading-side{position:static;margin-top:42px}
      .related-grid{grid-template-columns:1fr}
      .article-action,.return-inner{align-items:flex-start;flex-direction:column}
      .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
    }
    @media(max-width:520px){
      h1{font-size:34px;letter-spacing:-1px}
      .article-lead{font-size:16px}.meta-bar{gap:8px 15px}
      .article-content{font-size:15px;line-height:1.85}
      .article-content h2{font-size:25px}
      .article-action{padding:20px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}.copyright span{display:block;margin-bottom:7px}
      .logo{font-size:15px}.logo-mark{width:29px;height:29px}
    }

/* roulang page: category2 */
:root{
      --plum:#3b1f3f;--plum-deep:#28152c;--plum-soft:#eee5ef;
      --orange:#f28c28;--orange-light:#fff0df;--teal:#5f9c8d;
      --teal-light:#e7f1ee;--cream:#faf8f3;--sand:#f0eee8;
      --ink:#242226;--muted:#69636b;--faint:#938d91;--line:#ddd5df;
      --white:#fff;--radius:18px;--shadow:0 14px 36px rgba(59,31,63,.08);
      --shadow-hover:0 18px 42px rgba(59,31,63,.15);--max:1200px
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:15px;line-height:1.7}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    button{border:0;cursor:pointer}
    img{display:block;max-width:100%}
    .container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
    .site-header{height:78px;background:rgba(250,248,243,.95);border-bottom:1px solid rgba(221,213,223,.8);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
    .header-inner{height:100%;display:flex;align-items:center;gap:28px}
    .logo{display:flex;align-items:center;gap:11px;color:var(--plum);font-size:17px;font-weight:800;white-space:nowrap}
    .logo-mark{width:31px;height:31px;border-radius:10px;background:var(--orange);display:grid;place-items:center;color:var(--plum);font-weight:900;position:relative}
    .logo-mark:before,.logo-mark:after{content:"";position:absolute;border:2px solid var(--plum);border-radius:4px}
    .logo-mark:before{width:12px;height:8px;top:7px}.logo-mark:after{width:17px;height:8px;bottom:6px;left:7px}
    .main-nav{display:flex;align-items:center;gap:5px;margin-left:auto}
    .main-nav a{padding:9px 13px;border-radius:9px;color:var(--muted);font-weight:600;transition:.2s}
    .main-nav a:hover,.main-nav a.active{color:var(--plum);background:var(--plum-soft)}
    .header-action,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:11px;font-weight:700;transition:.2s}
    .header-action{padding:11px 18px;background:var(--plum);color:#fff;white-space:nowrap}
    .header-action:hover{background:var(--plum-deep);transform:translateY(-2px)}
    .menu-toggle{display:none;background:transparent;color:var(--plum);font-size:25px}
    .btn{padding:12px 21px;gap:8px;border:1px solid transparent}
    .btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .btn-primary{background:var(--plum);color:#fff}.btn-primary:hover{background:var(--plum-deep)}
    .btn-accent{background:var(--orange);color:var(--plum-deep)}
    .btn-light{background:var(--white);border-color:var(--line);color:var(--plum)}
    .btn:focus,.main-nav a:focus,.faq-question:focus,input:focus{outline:3px solid rgba(242,140,40,.35);outline-offset:3px}
    .page-intro{padding:72px 0 62px;background:var(--plum);color:#fff}
    .breadcrumb{display:flex;gap:10px;align-items:center;color:#cdbdce;font-size:13px;margin-bottom:25px}
    .breadcrumb a:hover{color:var(--orange)}
    .page-intro h1{font-size:clamp(36px,5vw,58px);line-height:1.18;letter-spacing:-1.8px;margin:0 0 18px}
    .page-intro p{max-width:700px;color:#ded2df;font-size:17px;margin:0}
    .section{padding:82px 0}.section.alt{background:var(--sand)}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
    .section-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.13em;margin-bottom:8px}
    .section h2{color:var(--plum);font-size:clamp(27px,3vw,39px);line-height:1.25;letter-spacing:-1px;margin:0}
    .section-intro{color:var(--muted);max-width:610px;margin:9px 0 0}
    .digest{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}
    .digest-card,.info-card,.spotlight-card,.notice-box,.faq-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:27px}
    .digest-card h3,.info-card h3,.spotlight-card h3{color:var(--plum);margin:0 0 9px;font-size:21px}
    .digest-card p,.info-card p,.spotlight-card p{color:var(--muted);margin:0}
    .digest-card.featured{background:var(--orange-light);border-color:#f4c58d}
    .metric{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0 0;margin-top:22px}
    .metric strong{font-size:25px;color:var(--plum)}
    .metric span{font-size:13px;color:var(--muted)}
    .news-wrap{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:42px}
    .news-list{display:grid;gap:0}
    .news-item{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:24px 0;border-top:1px solid var(--line);transition:.2s}
    .news-item:first-child{border-top:2px solid var(--plum)}
    .news-date{color:var(--teal);font-weight:800;font-size:13px;padding-top:4px}
    .news-item h3{margin:0 0 7px;color:var(--plum);font-size:20px;line-height:1.4}
    .news-item p{margin:0;color:var(--muted);font-size:14px}
    .news-item:hover h3{color:var(--orange)}
    .news-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;color:var(--faint);font-size:12px}
    .news-side{background:var(--plum);border-radius:var(--radius);padding:25px;color:#fff;height:max-content}
    .news-side h3{margin:0 0 18px;font-size:20px}.news-side ul{padding:0;margin:0;list-style:none}
    .news-side li{padding:13px 0;border-top:1px solid rgba(255,255,255,.15);color:#ded2df;font-size:14px}
    .empty{padding:36px;text-align:center;background:var(--white);border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}
    .timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .timeline-item{position:relative;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:24px}
    .timeline-item:first-child{border-top:4px solid var(--orange)}
    .timeline-item time{font-size:13px;color:var(--teal);font-weight:800}
    .timeline-item h3{font-size:18px;color:var(--plum);margin:12px 0 6px}.timeline-item p{color:var(--muted);font-size:14px;margin:0}
    .spotlight{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
    .spotlight-card.dark{background:var(--plum);color:#fff}.spotlight-card.dark h3{color:#fff}.spotlight-card.dark p{color:#ded2df}
    .reading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .info-card{min-height:180px}.info-icon{width:42px;height:42px;border-radius:12px;background:var(--teal-light);color:var(--teal);display:grid;place-items:center;font-weight:900;margin-bottom:18px}
    .filter-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;background:var(--white);border:1px solid var(--line);padding:16px;border-radius:14px}
    .filter-bar input{flex:1;min-width:220px;border:1px solid var(--line);border-radius:9px;padding:11px 14px;background:var(--cream);color:var(--ink)}
    .filter-chip{padding:10px 15px;border-radius:9px;background:var(--plum-soft);color:var(--plum);font-weight:700}
    .filter-chip:hover,.filter-chip.active{background:var(--orange)}
    .faq-list{display:grid;gap:12px;max-width:850px}
    .faq-item{padding:0;overflow:hidden}.faq-question{width:100%;background:transparent;text-align:left;padding:20px 24px;color:var(--plum);font-weight:800;display:flex;justify-content:space-between;align-items:center}
    .faq-answer{padding:0 24px 21px;color:var(--muted);display:none}.faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span{transform:rotate(45deg)}.faq-question span{font-size:24px;color:var(--orange);transition:.2s}
    .action-strip{margin-top:28px;background:var(--orange-light);border:1px solid #f4c58d;border-radius:16px;padding:21px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}
    .action-strip strong{color:var(--plum);font-size:18px}.action-strip p{margin:3px 0 0;color:var(--muted);font-size:14px}
    .site-footer{background:var(--plum-deep);color:#fff;padding:58px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}
    .footer-brand .logo{color:#fff}.footer-brand p{color:#cdbdce;margin-top:18px;max-width:260px}
    .footer-col{display:flex;flex-direction:column;gap:9px}.footer-col h3{font-size:14px;color:var(--orange);margin:0 0 8px}.footer-col a{color:#d7cbd8;font-size:14px}.footer-col a:hover{color:var(--orange)}
    .copyright{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.15);margin-top:42px;padding-top:20px;color:#a99aaa;font-size:12px}
    @media(max-width:1024px){.main-nav{gap:0}.main-nav a{padding:8px}.header-inner{gap:14px}.news-wrap{grid-template-columns:1fr 240px}}
    @media(max-width:768px){.site-header{height:70px}.container{width:min(var(--max),calc(100% - 32px))}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:70px;left:0;right:0;padding:12px 16px;background:var(--cream);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{text-align:center}.header-action{display:none}.page-intro{padding:52px 0}.section{padding:60px 0}.digest,.news-wrap,.spotlight{grid-template-columns:1fr}.timeline,.reading-grid{grid-template-columns:1fr}.news-side{order:-1}.footer-grid{grid-template-columns:1fr 1fr}.copyright{flex-direction:column;gap:6px}}
    @media(max-width:520px){.logo{font-size:14px;gap:8px}.logo-mark{width:28px;height:28px}.page-intro h1{font-size:36px}.page-intro p{font-size:15px}.section-head{display:block}.news-item{grid-template-columns:1fr;gap:5px}.filter-bar input{min-width:100%}.action-strip{display:block}.action-strip .btn{margin-top:15px;width:100%}.footer-grid{grid-template-columns:1fr}.copyright{font-size:11px}}

/* roulang page: category3 */
:root{
      --plum:#3b1f3f;
      --plum-deep:#28152c;
      --plum-soft:#eee5ef;
      --orange:#f28c28;
      --orange-light:#fff0df;
      --teal:#5f9c8d;
      --teal-light:#e7f1ee;
      --cream:#faf8f3;
      --sand:#f0eee8;
      --ink:#242226;
      --muted:#69636b;
      --faint:#938d91;
      --line:#ddd5df;
      --white:#fff;
      --radius:18px;
      --shadow:0 14px 36px rgba(59,31,63,.08);
      --shadow-hover:0 18px 42px rgba(59,31,63,.15);
      --max:1200px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--cream);
      color:var(--ink);
      font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;
      font-size:15px;
      line-height:1.65;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:inherit}
    button,input{font:inherit}
    button{border:0;cursor:pointer}
    img{display:block;max-width:100%}
    h1,h2,h3,h4,p{margin-top:0}
    h1,h2,h3,h4{font-weight:800}
    .container{width:min(var(--max),calc(100% - 48px));margin:0 auto}

    .site-header{
      height:78px;
      background:rgba(250,248,243,.94);
      border-bottom:1px solid rgba(221,213,223,.75);
      position:sticky;
      top:0;
      z-index:20;
      backdrop-filter:blur(12px);
    }
    .header-inner{
      height:100%;
      display:flex;
      align-items:center;
      gap:30px;
    }
    .logo{
      display:flex;
      align-items:center;
      gap:11px;
      color:var(--plum);
      font-weight:800;
      white-space:nowrap;
      font-size:17px;
      letter-spacing:-.3px;
    }
    .logo-mark{
      width:31px;
      height:31px;
      border-radius:10px;
      background:var(--orange);
      position:relative;
      display:grid;
      place-items:center;
      color:var(--plum);
      font-weight:900;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      border:2px solid var(--plum);
      border-radius:4px;
    }
    .logo-mark:before{width:12px;height:8px;top:7px}
    .logo-mark:after{width:17px;height:8px;bottom:6px;left:7px}
    .main-nav{
      display:flex;
      align-items:center;
      gap:5px;
      margin-left:auto;
    }
    .main-nav a{
      padding:9px 13px;
      border-radius:9px;
      color:var(--muted);
      font-weight:600;
      transition:.2s;
    }
    .main-nav a:hover,.main-nav a.active{
      color:var(--plum);
      background:var(--plum-soft);
    }
    .header-action{
      background:var(--plum);
      color:#fff;
      padding:11px 18px;
      border-radius:10px;
      font-weight:700;
      transition:.2s;
      white-space:nowrap;
    }
    .header-action:hover{
      background:var(--plum-deep);
      color:#fff;
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      background:transparent;
      color:var(--plum);
      font-size:24px;
      padding:7px;
    }

    .page-intro{
      padding:54px 0 50px;
      background:
        radial-gradient(circle at 88% 20%,rgba(242,140,40,.13),transparent 24%),
        var(--cream);
      border-bottom:1px solid var(--line);
    }
    .breadcrumb{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:9px;
      color:var(--faint);
      font-size:13px;
      margin-bottom:26px;
    }
    .breadcrumb a:hover{color:var(--plum)}
    .breadcrumb .current{color:var(--plum);font-weight:700}
    .breadcrumb .slash{color:#c7bdc7}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--teal);
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:28px;
      height:2px;
      background:var(--orange);
    }
    .page-intro h1{
      max-width:780px;
      margin-bottom:16px;
      color:var(--plum);
      font-size:clamp(34px,5vw,58px);
      line-height:1.16;
      letter-spacing:-1.8px;
    }
    .page-intro-copy{
      max-width:700px;
      margin-bottom:0;
      color:var(--muted);
      font-size:17px;
    }

    .section{padding:86px 0}
    .section.alt{background:var(--sand)}
    .section.soft{background:var(--plum-soft)}
    .section.plum-bg{background:var(--plum);color:#fff}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:28px;
      margin-bottom:32px;
    }
    .section-kicker{
      color:var(--orange);
      font-size:12px;
      font-weight:800;
      letter-spacing:.12em;
      margin-bottom:8px;
    }
    .section h2{
      margin-bottom:0;
      color:var(--plum);
      font-size:clamp(27px,3vw,40px);
      line-height:1.25;
      letter-spacing:-1px;
    }
    .plum-bg h2{color:#fff}
    .section-intro{
      max-width:600px;
      margin:12px 0 0;
      color:var(--muted);
    }
    .plum-bg .section-intro{color:#d8cbd9}

    .download-layout{
      display:grid;
      grid-template-columns:1.04fr .96fr;
      gap:24px;
      align-items:stretch;
    }
    .download-panel{
      min-height:390px;
      padding:34px;
      border-radius:24px;
      background:var(--plum);
      color:#fff;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .download-panel:after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border:1px solid rgba(255,255,255,.15);
      border-radius:50%;
      right:-70px;
      bottom:-80px;
      box-shadow:0 0 0 22px rgba(255,255,255,.04),0 0 0 44px rgba(255,255,255,.03);
    }
    .panel-label{
      display:inline-flex;
      padding:6px 10px;
      border-radius:8px;
      background:rgba(242,140,40,.18);
      color:#ffd39f;
      font-size:12px;
      font-weight:800;
      margin-bottom:20px;
    }
    .download-panel h2{
      max-width:420px;
      margin-bottom:12px;
      color:#fff;
      font-size:32px;
    }
    .download-panel p{
      max-width:500px;
      margin-bottom:25px;
      color:#d8cbd9;
    }
    .version-line{
      display:flex;
      flex-wrap:wrap;
      gap:18px;
      padding:16px 0;
      border-top:1px solid rgba(255,255,255,.16);
      border-bottom:1px solid rgba(255,255,255,.16);
      margin-bottom:25px;
    }
    .version-line span{
      color:#d8cbd9;
      font-size:13px;
    }
    .version-line b{color:#fff;margin-left:5px}
    .panel-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}

    .device-card{
      min-height:390px;
      padding:30px;
      border:1px solid var(--line);
      border-radius:24px;
      background:#fff;
      display:flex;
      align-items:center;
      gap:26px;
      box-shadow:var(--shadow);
    }
    .phone{
      width:158px;
      height:300px;
      flex:0 0 auto;
      padding:9px;
      border:6px solid var(--plum-deep);
      border-radius:27px;
      background:var(--plum);
      box-shadow:0 12px 26px rgba(59,31,63,.18);
    }
    .phone-screen{
      height:100%;
      border-radius:16px;
      padding:15px 11px;
      background:var(--cream);
      overflow:hidden;
    }
    .phone-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      color:var(--plum);
      font-size:10px;
      font-weight:800;
      margin-bottom:17px;
    }
    .phone-banner{
      height:55px;
      border-radius:10px;
      background:var(--orange);
      padding:9px;
      color:var(--plum-deep);
      font-size:11px;
      font-weight:800;
      line-height:1.35;
      margin-bottom:12px;
    }
    .phone-row{
      display:flex;
      align-items:center;
      gap:7px;
      padding:9px 0;
      border-bottom:1px solid var(--line);
      color:var(--plum);
      font-size:10px;
      font-weight:700;
    }
    .phone-dot{
      width:18px;
      height:18px;
      border-radius:6px;
      background:var(--teal-light);
      color:var(--teal);
      display:grid;
      place-items:center;
      font-size:9px;
    }
    .device-copy h3{color:var(--plum);font-size:23px;margin-bottom:10px}
    .device-copy p{color:var(--muted);margin-bottom:17px}
    .device-points{list-style:none;padding:0;margin:0;display:grid;gap:9px}
    .device-points li{display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:14px}
    .device-points li:before{content:"✓";color:var(--teal);font-weight:900}

    .btn{
      min-height:46px;
      padding:12px 21px;
      border-radius:11px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      font-weight:700;
      transition:.2s;
      border:1px solid transparent;
    }
    .btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .btn-primary{background:var(--plum);color:#fff}
    .btn-primary:hover{background:var(--plum-deep);color:#fff}
    .btn-accent{background:var(--orange);color:var(--plum-deep)}
    .btn-accent:hover{background:#f6a24b;color:var(--plum-deep)}
    .btn-light{background:#fff;border-color:var(--line);color:var(--plum)}
    .btn-light:hover{border-color:var(--orange);color:var(--plum)}
    .download-panel .btn-light{background:#fff;color:var(--plum)}
    .btn:focus,.main-nav a:focus,.faq-question:focus,.menu-toggle:focus{
      outline:3px solid rgba(242,140,40,.35);
      outline-offset:3px;
    }

    .method-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .method-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:26px;
      transition:.25s;
    }
    .method-card:hover{transform:translateY(-4px);border-color:var(--orange);box-shadow:var(--shadow-hover)}
    .method-card h3{color:var(--plum);font-size:21px;margin:15px 0 8px}
    .method-card p{color:var(--muted);margin-bottom:20px}
    .method-card.featured{background:var(--orange-light)}
    .method-icon{
      width:44px;
      height:44px;
      border-radius:13px;
      background:var(--plum-soft);
      color:var(--plum);
      display:grid;
      place-items:center;
      font-weight:900;
      font-size:18px;
    }
    .method-card.featured .method-icon{background:var(--orange)}

    .install-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:46px;
      align-items:start;
    }
    .install-summary{
      padding:28px;
      border-radius:var(--radius);
      background:var(--plum);
      color:#fff;
    }
    .install-summary h3{font-size:25px;margin-bottom:12px}
    .install-summary p{color:#d8cbd9;margin-bottom:20px}
    .mini-status{
      display:flex;
      justify-content:space-between;
      gap:15px;
      padding:13px 0;
      border-top:1px solid rgba(255,255,255,.16);
      font-size:13px;
    }
    .mini-status span{color:#d8cbd9}
    .mini-status b{color:#ffd39f}
    .steps{display:grid;gap:0}
    .step{
      display:grid;
      grid-template-columns:58px 1fr;
      gap:18px;
      position:relative;
      padding:0 0 28px;
    }
    .step:not(:last-child):after{
      content:"";
      position:absolute;
      left:28px;
      top:51px;
      bottom:0;
      width:1px;
      background:var(--line);
    }
    .step-number{
      width:56px;
      height:56px;
      border-radius:16px;
      background:var(--orange);
      color:var(--plum-deep);
      display:grid;
      place-items:center;
      font-weight:900;
      position:relative;
      z-index:1;
    }
    .step h3{color:var(--plum);font-size:19px;margin:4px 0 5px}
    .step p{color:var(--muted);margin-bottom:0}

    .preview-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .preview-card{
      min-height:208px;
      padding:24px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:#fff;
      position:relative;
      overflow:hidden;
    }
    .preview-card:before{
      content:"";
      position:absolute;
      width:80px;
      height:80px;
      border-radius:50%;
      right:-24px;
      top:-25px;
      background:var(--plum-soft);
    }
    .preview-card:nth-child(2):before{background:var(--orange-light)}
    .preview-card:nth-child(3):before{background:var(--teal-light)}
    .preview-card h3{position:relative;color:var(--plum);font-size:20px;margin:28px 0 7px}
    .preview-card p{position:relative;color:var(--muted);font-size:14px}
    .preview-tag{
      position:relative;
      display:inline-flex;
      padding:5px 9px;
      border-radius:7px;
      background:var(--sand);
      color:var(--faint);
      font-size:11px;
      font-weight:800;
    }

    .update-table{
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      background:#fff;
    }
    .update-row{
      display:grid;
      grid-template-columns:145px 1fr 145px;
      gap:20px;
      align-items:center;
      padding:20px 24px;
      border-bottom:1px solid var(--line);
    }
    .update-row:last-child{border-bottom:0}
    .update-row.latest{background:var(--orange-light)}
    .update-date{color:var(--faint);font-size:13px;font-weight:700}
    .update-row h3{color:var(--plum);font-size:17px;margin:0 0 3px}
    .update-row p{color:var(--muted);font-size:13px;margin:0}
    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:max-content;
      padding:5px 9px;
      border-radius:7px;
      font-size:11px;
      font-weight:800;
    }
    .badge-green{background:var(--teal-light);color:#3e7669}
    .badge-orange{background:var(--orange-light);color:#a65b14}
    .badge-gray{background:var(--sand);color:var(--muted)}

    .faq-wrap{max-width:860px;margin:0 auto}
    .faq-item{
      border-top:1px solid var(--line);
      background:#fff;
    }
    .faq-item:last-child{border-bottom:1px solid var(--line)}
    .faq-question{
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      padding:20px 4px;
      background:transparent;
      text-align:left;
      color:var(--plum);
      font-weight:800;
    }
    .faq-question span:last-child{
      width:25px;
      height:25px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--plum-soft);
      color:var(--plum);
      font-size:18px;
      flex:0 0 auto;
    }
    .faq-answer{
      display:none;
      padding:0 44px 20px 4px;
      color:var(--muted);
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span:last-child{background:var(--orange)}

    .cta-band{
      padding:30px 34px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:25px;
      border-radius:var(--radius);
      background:var(--plum);
      color:#fff;
    }
    .cta-band h2{color:#fff;font-size:28px;margin-bottom:7px}
    .cta-band p{color:#d8cbd9;margin-bottom:0}
    .cta-band .btn{flex:0 0 auto}

    .site-footer{
      padding:56px 0 22px;
      background:var(--plum-deep);
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr 1fr 1fr 1fr;
      gap:35px;
      padding-bottom:42px;
    }
    .footer-brand .logo{color:#fff;margin-bottom:16px}
    .footer-brand .logo-mark{color:var(--plum-deep)}
    .footer-brand p{max-width:280px;color:#c9b8cb;margin-bottom:0}
    .footer-col{display:flex;flex-direction:column;gap:9px}
    .footer-col h3{margin:0 0 8px;color:#fff;font-size:15px}
    .footer-col a{color:#c9b8cb;font-size:14px;transition:.2s}
    .footer-col a:hover{color:#ffd39f;transform:translateX(3px)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:20px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.14);
      color:#a994ab;
      font-size:12px;
    }

    @media (max-width:1024px){
      .header-inner{gap:16px}
      .main-nav a{padding:8px 9px;font-size:13px}
      .header-action{padding:10px 13px;font-size:13px}
      .download-layout,.install-layout{grid-template-columns:1fr}
      .device-card{min-height:300px}
    }

    @media (max-width:768px){
      .container{width:min(var(--max),calc(100% - 32px))}
      .site-header{height:68px}
      .main-nav{
        display:none;
        position:absolute;
        top:68px;
        left:0;
        right:0;
        padding:12px 16px 18px;
        background:var(--cream);
        border-bottom:1px solid var(--line);
        box-shadow:var(--shadow);
        flex-direction:column;
        align-items:stretch;
      }
      .main-nav.open{display:flex}
      .main-nav a{padding:12px 14px}
      .header-action{margin-left:auto}
      .menu-toggle{display:block}
      .page-intro{padding:38px 0 40px}
      .section{padding:64px 0}
      .section-head{display:block;margin-bottom:25px}
      .section-head .btn,.section-head .text-link{display:inline-flex;margin-top:18px}
      .device-card{align-items:flex-start;padding:24px}
      .phone{width:130px;height:250px}
      .preview-grid{grid-template-columns:1fr}
      .method-grid{grid-template-columns:1fr}
      .update-row{grid-template-columns:1fr;gap:7px;padding:18px}
      .update-row .badge{margin-top:5px}
      .cta-band{display:block;padding:27px}
      .cta-band .btn{margin-top:20px}
      .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
      .footer-brand{grid-column:1/-1}
      .copyright{display:block}
      .copyright span{display:block;margin-bottom:7px}
    }

    @media (max-width:520px){
      .logo{font-size:14px;gap:8px}
      .logo-mark{width:28px;height:28px}
      .header-action{font-size:12px;padding:9px 10px}
      .page-intro h1{font-size:35px;letter-spacing:-1px}
      .page-intro-copy{font-size:15px}
      .download-panel{padding:25px;min-height:auto}
      .download-panel h2{font-size:27px}
      .device-card{display:block}
      .phone{margin:0 auto 24px}
      .device-copy h3{font-size:21px}
      .panel-actions,.hero-actions{display:grid;grid-template-columns:1fr}
      .panel-actions .btn,.hero-actions .btn{width:100%}
      .install-layout{gap:28px}
      .install-summary{padding:24px}
      .step{grid-template-columns:48px 1fr;gap:13px}
      .step-number{width:46px;height:46px;border-radius:13px}
      .step:not(:last-child):after{left:23px;top:42px}
      .update-row h3{font-size:16px}
      .faq-question{padding:17px 0;font-size:14px}
      .faq-answer{font-size:14px}
      .footer-grid{grid-template-columns:1fr}
      .footer-brand{grid-column:auto}
    }
