/* roulang page: index */
:root{
      --bg:#08070b;
      --bg-2:#101018;
      --bg-3:#141019;
      --panel:#111018;
      --panel-2:#18131d;
      --gold:#d8b56d;
      --gold-2:#f0d38a;
      --gold-3:#b8873a;
      --rose:#7a1e3a;
      --purple:#2a183f;
      --teal:#0f4c4a;
      --success:#4db39e;
      --danger:#e06a6a;
      --text:#fff7e8;
      --muted:rgba(255,247,232,.68);
      --soft:rgba(255,247,232,.48);
      --line:rgba(216,181,109,.28);
      --line-strong:rgba(240,211,138,.5);
      --shadow:0 24px 70px rgba(0,0,0,.38);
      --shadow-gold:0 16px 44px rgba(184,135,58,.16);
      --radius-xl:30px;
      --radius-lg:18px;
      --radius-md:14px;
      --radius-pill:999px;
      --container:1220px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 18% 6%, rgba(122,30,58,.28), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(42,24,63,.36), transparent 30%),
        linear-gradient(180deg,#08070b 0%,#101018 45%,#08070b 100%);
      line-height:1.75;
      overflow-x:hidden;
      text-rendering:optimizeLegibility;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.34;
      background-image:
        linear-gradient(rgba(216,181,109,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,181,109,.045) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--gold-2)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(216,181,109,.35);color:#fff}
    .container,.container-lg,.container-xl{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:18px;
      z-index:50;
      padding:0 14px;
      margin-top:18px;
    }
    .club-nav{
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      background:rgba(8,7,11,.76);
      backdrop-filter:blur(14px);
      box-shadow:0 18px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
      padding:8px 10px;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text)!important;
      font-weight:800;
      letter-spacing:.2px;
      min-width:0;
    }
    .brand-mark{
      width:34px;
      height:34px;
      flex:0 0 auto;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#1b1205;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      box-shadow:0 0 0 4px rgba(216,181,109,.12),0 8px 24px rgba(216,181,109,.18);
      font-weight:900;
    }
    .brand-text{white-space:nowrap}
    .navbar-nav{
      gap:6px;
      align-items:center;
    }
    .nav-link{
      color:var(--muted)!important;
      border-radius:var(--radius-pill);
      padding:9px 15px!important;
      font-weight:600;
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--gold-2)!important;
      background:rgba(216,181,109,.08);
    }
    .nav-link.active{
      color:var(--gold-2)!important;
      background:linear-gradient(180deg,rgba(216,181,109,.14),rgba(216,181,109,.05));
      box-shadow:inset 0 0 0 1px rgba(216,181,109,.22);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:50%;
      bottom:5px;
      width:18px;
      height:2px;
      border-radius:var(--radius-pill);
      background:var(--gold-2);
      transform:translateX(-50%);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius-pill);
      padding:9px 14px;
      color:var(--gold-2);
      background:rgba(216,181,109,.08);
      font-weight:700;
      white-space:nowrap;
    }
    .nav-cta .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 5px rgba(77,179,158,.12);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      padding:8px 12px;
      color:var(--gold-2);
      box-shadow:none!important;
    }
    .toggler-lines{
      width:20px;height:14px;display:flex;flex-direction:column;justify-content:space-between;
    }
    .toggler-lines span{height:2px;background:var(--gold-2);border-radius:999px}
    main{position:relative}
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:54px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      background:rgba(216,181,109,.07);
      color:var(--gold-2);
      font-size:14px;
      font-weight:700;
      margin-bottom:16px;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--gold-2);
      box-shadow:0 0 18px rgba(216,181,109,.8);
    }
    h1,h2,h3,h4{font-weight:800;letter-spacing:0;line-height:1.18;color:var(--text)}
    h1{font-size:52px;margin:0 0 18px;max-width:980px}
    h2{font-size:36px;margin:0 0 14px}
    h3{font-size:21px;margin:0 0 10px}
    p{margin:0;color:var(--muted)}
    .lead-text{
      font-size:18px;
      max-width:760px;
      line-height:1.85;
      color:rgba(255,247,232,.78);
    }
    .section-head{
      max-width:760px;
      margin-bottom:32px;
    }
    .btn{
      border-radius:var(--radius-pill);
      padding:12px 20px;
      font-weight:800;
      border:1px solid transparent;
      min-height:46px;
      transition:.22s ease;
    }
    .btn-primary-gold{
      color:#170f05;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      border-color:rgba(240,211,138,.5);
      box-shadow:0 12px 30px rgba(184,135,58,.22);
    }
    .btn-primary-gold:hover,.btn-primary-gold:focus{
      color:#120c04;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(184,135,58,.28);
    }
    .btn-outline-gold{
      color:var(--gold-2);
      background:rgba(8,7,11,.35);
      border-color:var(--line);
    }
    .btn-outline-gold:hover,.btn-outline-gold:focus{
      color:var(--gold-2);
      border-color:var(--line-strong);
      background:rgba(216,181,109,.1);
      transform:translateY(-2px);
    }
    .hero{
      padding:56px 0 70px;
      min-height:calc(100vh - 90px);
      display:flex;
      align-items:center;
    }
    .hero-stage{
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(20,16,25,.94),rgba(8,7,11,.86)),
        radial-gradient(circle at 72% 22%, rgba(216,181,109,.14), transparent 32%);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-stage:before,.hero-stage:after{
      content:"";
      position:absolute;
      pointer-events:none;
    }
    .hero-stage:before{
      inset:0;
      background:
        linear-gradient(90deg, transparent 0 12%, rgba(216,181,109,.08) 12% 12.3%, transparent 12.3% 88%, rgba(216,181,109,.08) 88% 88.3%, transparent 88.3%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 12px);
      opacity:.55;
    }
    .hero-stage:after{
      width:120px;height:120px;border-radius:50%;
      right:-60px;top:42%;
      background:var(--bg);
      box-shadow:-1px 0 0 var(--line);
    }
    .hero-copy{
      padding:54px 38px 54px 48px;
      position:relative;
      z-index:1;
    }
    .hero-cover{
      min-height:520px;
      padding:28px;
      position:relative;
      z-index:1;
      display:flex;
      align-items:stretch;
    }
    .whitepaper-card{
      width:100%;
      border:1px solid rgba(240,211,138,.34);
      border-radius:26px;
      background:
        radial-gradient(circle at 50% 0%, rgba(216,181,109,.18), transparent 34%),
        linear-gradient(180deg,rgba(17,16,24,.92),rgba(12,10,15,.98));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 60px rgba(0,0,0,.25);
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
      position:relative;
    }
    .whitepaper-card:before{
      content:"";
      position:absolute;
      inset:22px;
      border:1px dashed rgba(216,181,109,.22);
      border-radius:20px;
      pointer-events:none;
    }
    .cover-title{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      border-bottom:1px solid rgba(216,181,109,.18);
      padding-bottom:20px;
    }
    .cover-title strong{display:block;font-size:26px;line-height:1.25}
    .cover-title span{display:block;color:var(--muted);font-size:14px;margin-top:8px}
    .cover-badge{
      flex:0 0 auto;
      border:1px solid var(--line-strong);
      color:var(--gold-2);
      border-radius:var(--radius-pill);
      padding:7px 11px;
      font-size:13px;
      background:rgba(216,181,109,.08);
    }
    .toc-list{
      position:relative;
      z-index:1;
      margin:26px 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .toc-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      color:rgba(255,247,232,.76);
      padding:12px 0;
      border-bottom:1px solid rgba(216,181,109,.12);
    }
    .toc-list b{
      color:var(--gold-2);
      font-variant-numeric:tabular-nums;
      min-width:28px;
    }
    .cover-matrix{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .matrix-tile{
      border:1px solid rgba(216,181,109,.2);
      border-radius:16px;
      padding:14px;
      background:rgba(8,7,11,.34);
    }
    .matrix-tile span{display:block;color:var(--soft);font-size:13px}
    .matrix-tile strong{display:block;color:var(--text);font-size:19px;margin-top:4px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .data-points{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .data-pill{
      border:1px solid rgba(216,181,109,.22);
      border-radius:var(--radius-pill);
      padding:9px 13px;
      color:rgba(255,247,232,.78);
      background:rgba(255,255,255,.03);
      font-size:14px;
    }
    .data-pill strong{color:var(--gold-2);margin-right:4px}
    .countdown-bar{
      margin-top:-34px;
      position:relative;
      z-index:3;
    }
    .countdown-panel{
      border:1px solid var(--line);
      border-radius:24px;
      background:linear-gradient(135deg,rgba(17,16,24,.96),rgba(20,16,25,.92));
      box-shadow:var(--shadow);
      padding:22px;
      display:grid;
      grid-template-columns:1.1fr 1.3fr .9fr;
      gap:20px;
      align-items:center;
    }
    .countdown-label strong{display:block;font-size:20px;color:var(--text)}
    .countdown-label span{color:var(--muted);font-size:14px}
    .countdown-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
    }
    .time-box{
      border:1px solid rgba(216,181,109,.32);
      border-radius:16px;
      background:rgba(8,7,11,.42);
      padding:12px 8px;
      text-align:center;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
    }
    .time-box b{
      display:block;
      font-size:27px;
      color:var(--gold-2);
      font-variant-numeric:tabular-nums;
      line-height:1.1;
    }
    .time-box small{color:var(--soft)}
    .badge-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
    .club-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid rgba(216,181,109,.32);
      border-radius:var(--radius-pill);
      padding:8px 12px;
      background:linear-gradient(180deg,rgba(216,181,109,.1),rgba(216,181,109,.04));
      color:var(--gold-2);
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
    }
    .club-badge:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:currentColor;
      box-shadow:0 0 14px rgba(216,181,109,.65);
    }
    .channel-wrap{
      display:grid;
      grid-template-columns:1fr 1.15fr;
      gap:34px;
      align-items:start;
    }
    .channel-list{
      display:grid;
      gap:16px;
    }
    .channel-item{
      border:1px solid rgba(216,181,109,.2);
      border-radius:18px;
      padding:18px;
      background:linear-gradient(135deg,rgba(24,19,29,.86),rgba(12,10,15,.8));
      transition:.22s ease;
    }
    .channel-item:hover{
      transform:translateY(-3px);
      border-color:rgba(240,211,138,.46);
      box-shadow:var(--shadow-gold);
      background:linear-gradient(135deg,rgba(32,25,36,.9),rgba(16,13,20,.9));
    }
    .channel-item .topline{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:8px;
    }
    .mini-tag{
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(216,181,109,.28);
      border-radius:var(--radius-pill);
      padding:4px 9px;
      color:var(--gold-2);
      font-size:12px;
      background:rgba(216,181,109,.06);
      white-space:nowrap;
    }
    .status-tag{
      color:var(--success);
      font-size:13px;
      font-weight:700;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:16px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:21px;
      top:18px;
      bottom:18px;
      width:1px;
      background:linear-gradient(var(--gold),rgba(216,181,109,.05));
    }
    .timeline-item{
      position:relative;
      display:grid;
      grid-template-columns:44px 1fr auto;
      gap:16px;
      align-items:center;
      border:1px solid rgba(216,181,109,.2);
      border-radius:18px;
      padding:16px;
      background:rgba(17,16,24,.72);
      transition:.22s ease;
    }
    .timeline-item:hover{
      transform:translateX(3px);
      border-color:rgba(240,211,138,.46);
      background:rgba(24,19,29,.9);
    }
    .number-dot{
      width:44px;height:44px;border-radius:50%;
      display:grid;place-items:center;
      color:#160f05;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      box-shadow:0 0 0 6px rgba(216,181,109,.1);
      z-index:1;
    }
    .timeline-item p{font-size:14px}
    .stats-strip{
      border-block:1px solid rgba(216,181,109,.18);
      background:
        linear-gradient(90deg,rgba(122,30,58,.14),transparent,rgba(15,76,74,.12)),
        rgba(8,7,11,.34);
      padding:28px 0;
    }
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .stat-item{
      padding:20px;
      border-right:1px solid rgba(216,181,109,.14);
    }
    .stat-item:last-child{border-right:0}
    .stat-item strong{
      display:block;
      color:var(--gold-2);
      font-size:34px;
      line-height:1.1;
      font-variant-numeric:tabular-nums;
      margin-bottom:8px;
    }
    .stat-item span{color:var(--muted)}
    .lead-panel,.privacy-panel,.cta-panel{
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 18% 10%,rgba(216,181,109,.12),transparent 32%),
        linear-gradient(135deg,rgba(20,16,25,.96),rgba(12,10,15,.95));
      box-shadow:var(--shadow);
      padding:34px;
      overflow:hidden;
      position:relative;
    }
    .form-control,.form-select{
      color:var(--text);
      background-color:#111018;
      border:1px solid rgba(216,181,109,.32);
      border-radius:14px;
      min-height:48px;
      padding:12px 14px;
    }
    .form-control::placeholder{color:rgba(255,247,232,.36)}
    .form-control:focus,.form-select:focus{
      color:var(--text);
      background-color:#111018;
      border-color:var(--gold-2);
      box-shadow:0 0 0 .22rem rgba(216,181,109,.14);
    }
    .form-select{
      background-image:none;
    }
    .form-label{
      color:rgba(255,247,232,.82);
      font-weight:700;
      margin-bottom:8px;
    }
    .form-check-input{
      background-color:#111018;
      border-color:rgba(216,181,109,.35);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--gold-3);
      border-color:var(--gold-2);
    }
    .form-text{color:var(--soft)}
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .ticket-card{
      position:relative;
      border:1px solid rgba(216,181,109,.22);
      border-radius:18px;
      background:linear-gradient(180deg,rgba(24,19,29,.86),rgba(11,10,14,.9));
      padding:20px;
      min-height:100%;
      transition:.22s ease;
      overflow:hidden;
    }
    .ticket-card:before,.ticket-card:after{
      content:"";
      position:absolute;
      width:18px;height:18px;border-radius:50%;
      background:var(--bg);
      top:50%;
      transform:translateY(-50%);
      box-shadow:0 0 0 1px rgba(216,181,109,.18);
    }
    .ticket-card:before{left:-9px}
    .ticket-card:after{right:-9px}
    .ticket-card:hover{
      transform:translateY(-4px);
      border-color:rgba(240,211,138,.5);
      box-shadow:var(--shadow-gold);
      background:linear-gradient(180deg,rgba(31,25,36,.92),rgba(14,12,18,.95));
    }
    .ticket-card .meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
    }
    .ticket-card p{font-size:15px;margin-bottom:16px}
    .guide-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
    }
    .guide-checklist{
      display:grid;
      gap:12px;
      padding:0;
      list-style:none;
      margin:0;
    }
    .guide-checklist li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border:1px solid rgba(216,181,109,.18);
      border-radius:16px;
      background:rgba(17,16,24,.62);
    }
    .guide-checklist i{
      width:24px;height:24px;border-radius:50%;
      flex:0 0 auto;
      display:grid;place-items:center;
      color:#160f05;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      font-style:normal;
      font-weight:900;
      font-size:13px;
      margin-top:2px;
    }
    .hot-list{
      display:grid;
      gap:14px;
      counter-reset:hot;
    }
    .hot-item{
      counter-increment:hot;
      display:grid;
      grid-template-columns:54px 1fr auto;
      gap:16px;
      align-items:center;
      border:1px solid rgba(216,181,109,.2);
      border-radius:18px;
      padding:16px;
      background:linear-gradient(90deg,rgba(24,19,29,.86),rgba(10,9,13,.74));
      transition:.22s ease;
    }
    .hot-item:hover{
      transform:translateY(-3px);
      border-color:rgba(240,211,138,.46);
      box-shadow:var(--shadow-gold);
    }
    .hot-rank{
      width:48px;height:48px;border-radius:16px;
      display:grid;place-items:center;
      border:1px solid var(--line-strong);
      color:var(--gold-2);
      font-weight:900;
      background:rgba(216,181,109,.08);
      font-variant-numeric:tabular-nums;
    }
    .info-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:26px;
      align-items:start;
    }
    .article-list{
      border:1px solid rgba(216,181,109,.2);
      border-radius:22px;
      background:rgba(17,16,24,.72);
      overflow:hidden;
    }
    .article-link{
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      padding:18px 20px;
      border-bottom:1px solid rgba(216,181,109,.13);
      align-items:center;
    }
    .article-link:last-child{border-bottom:0}
    .article-link:hover{
      background:rgba(216,181,109,.07);
      color:var(--text);
    }
    .article-link strong{
      display:block;
      color:var(--text);
      font-size:17px;
      margin-bottom:4px;
    }
    .article-link span{color:var(--muted);font-size:14px}
    .recommend-box{
      border:1px solid rgba(216,181,109,.22);
      border-radius:22px;
      padding:22px;
      background:linear-gradient(180deg,rgba(24,19,29,.9),rgba(11,10,14,.92));
      position:sticky;
      top:110px;
    }
    .recommend-box ul{
      padding:0;margin:18px 0 0;list-style:none;display:grid;gap:12px;
    }
    .recommend-box li{
      padding-left:16px;
      position:relative;
      color:var(--muted);
    }
    .recommend-box li:before{
      content:"";
      position:absolute;left:0;top:.78em;
      width:6px;height:6px;border-radius:50%;
      background:var(--gold-2);
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(216,181,109,.2)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:rgba(17,16,24,.72)!important;
      transition:.22s ease;
    }
    .accordion-item:hover{
      border-color:rgba(240,211,138,.42)!important;
    }
    .accordion-button{
      color:var(--text)!important;
      background:rgba(17,16,24,.72)!important;
      border:0!important;
      font-weight:800;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--gold-2)!important;
      background:rgba(216,181,109,.08)!important;
    }
    .accordion-button:after{
      filter:invert(78%) sepia(53%) saturate(330%) hue-rotate(2deg) brightness(96%) contrast(89%);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
      line-height:1.85;
    }
    .privacy-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
      margin-top:24px;
    }
    .privacy-item{
      border:1px solid rgba(216,181,109,.18);
      border-radius:18px;
      padding:18px;
      background:rgba(8,7,11,.32);
    }
    .privacy-item strong{display:block;margin-bottom:8px;color:var(--text)}
    .privacy-item p{font-size:14px}
    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:45;
      display:flex;
      align-items:center;
      gap:10px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius-pill);
      background:rgba(8,7,11,.82);
      backdrop-filter:blur(14px);
      padding:10px 12px 10px 16px;
      box-shadow:0 20px 60px rgba(0,0,0,.34);
    }
    .floating-cta span{
      color:var(--gold-2);
      font-weight:800;
      white-space:nowrap;
      font-size:14px;
    }
    .site-footer{
      padding:56px 0 28px;
      background:
        linear-gradient(180deg,rgba(8,7,11,.2),rgba(8,7,11,.95)),
        #08070b;
      border-top:1px solid rgba(216,181,109,.18);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .7fr .7fr;
      gap:28px;
      margin-bottom:32px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
      font-weight:900;
      font-size:20px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
    }
    .footer-links a:hover{
      color:var(--gold-2);
      transform:translateX(3px);
    }
    .copyright{
      border-top:1px solid rgba(216,181,109,.14);
      padding-top:18px;
      color:var(--soft);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:14px;
    }
    @media (max-width: 991.98px){
      .site-header{top:10px;margin-top:10px}
      .club-nav{border-radius:24px}
      .navbar-collapse{
        margin-top:10px;
        padding:10px;
        border:1px solid rgba(216,181,109,.16);
        border-radius:20px;
        background:rgba(13,11,17,.96);
      }
      .navbar-nav{align-items:stretch}
      .nav-link{padding:12px 14px!important}
      .nav-link.active:after{display:none}
      h1{font-size:38px}
      h2{font-size:29px}
      .hero{padding:38px 0 54px;min-height:auto}
      .hero-copy{padding:34px 24px 20px}
      .hero-cover{min-height:auto;padding:20px}
      .countdown-panel{grid-template-columns:1fr;gap:16px}
      .badge-row{justify-content:flex-start}
      .channel-wrap,.guide-grid,.info-layout{grid-template-columns:1fr}
      .entry-grid{grid-template-columns:repeat(2,1fr)}
      .stat-grid{grid-template-columns:repeat(2,1fr)}
      .stat-item:nth-child(2){border-right:0}
      .recommend-box{position:static}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-grid>div:first-child{grid-column:1/-1}
    }
    @media (max-width: 767.98px){
      .section{padding:54px 0}
      .section-tight{padding:38px 0}
      h1{font-size:32px}
      h2{font-size:25px}
      .lead-text{font-size:16px}
      .brand-text{max-width:180px;overflow:hidden;text-overflow:ellipsis}
      .hero-stage{border-radius:24px}
      .cover-title{flex-direction:column}
      .cover-matrix{grid-template-columns:1fr}
      .countdown-bar{margin-top:-22px}
      .countdown-grid{grid-template-columns:repeat(2,1fr)}
      .timeline-item,.hot-item{grid-template-columns:44px 1fr}
      .timeline-item .mini-tag,.hot-item .btn{grid-column:2}
      .entry-grid,.privacy-grid{grid-template-columns:1fr}
      .lead-panel,.privacy-panel,.cta-panel{padding:24px;border-radius:24px}
      .article-link{grid-template-columns:1fr}
      .floating-cta{
        left:14px;right:14px;bottom:14px;
        justify-content:space-between;
      }
      .footer-grid{grid-template-columns:1fr}
      .copyright{padding-bottom:56px}
    }
    @media (max-width: 520px){
      .container{padding-left:18px;padding-right:18px}
      .hero-copy{padding:28px 18px 18px}
      .hero-cover{padding:14px}
      .whitepaper-card{padding:20px}
      .hero-actions .btn{width:100%}
      .stat-grid{grid-template-columns:1fr}
      .stat-item{border-right:0;border-bottom:1px solid rgba(216,181,109,.14)}
      .stat-item:last-child{border-bottom:0}
      .countdown-panel{padding:18px}
      .nav-cta{display:none}
    }

/* roulang page: category2 */
:root{
      --bg:#08070B;
      --bg-2:#101018;
      --panel:#141019;
      --panel-2:#181321;
      --panel-3:#20162a;
      --gold:#D8B56D;
      --gold-2:#F0D38A;
      --gold-3:#B8873A;
      --rose:#7A1E3A;
      --purple:#2A183F;
      --teal:#0F4C4A;
      --success:#4DB39E;
      --danger:#E06A6A;
      --text:#F7F1E3;
      --muted:rgba(247,241,227,.72);
      --soft:rgba(247,241,227,.54);
      --line:rgba(216,181,109,.25);
      --line-strong:rgba(216,181,109,.46);
      --shadow:0 22px 60px rgba(0,0,0,.42);
      --shadow-gold:0 18px 46px rgba(184,135,58,.12);
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:28px;
      --radius-pill:999px;
      --container:1180px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 14% 6%, rgba(122,30,58,.28), transparent 36%),
        radial-gradient(circle at 86% 18%, rgba(15,76,74,.22), transparent 32%),
        linear-gradient(180deg,#08070B 0%,#101018 48%,#08070B 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(216,181,109,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,181,109,.03) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.78), transparent 76%);
      z-index:-2;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:radial-gradient(circle at 50% -10%, rgba(240,211,138,.08), transparent 28%);
      z-index:-1;
    }

    a{color:inherit;text-decoration:none;transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(216,181,109,.32);color:#fff}

    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:18px;
      z-index:1000;
      padding:0 14px;
    }
    .club-nav{
      min-height:70px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      background:rgba(12,10,15,.76);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      box-shadow:0 14px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
      padding:10px 14px;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text);
      font-weight:800;
      letter-spacing:.01em;
      min-width:max-content;
    }
    .brand-mark{
      display:inline-grid;
      place-items:center;
      width:38px;
      height:38px;
      border-radius:50%;
      color:#181008;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      box-shadow:0 0 0 4px rgba(216,181,109,.12), inset 0 -8px 12px rgba(0,0,0,.16);
    }
    .brand-text{font-size:18px}
    .navbar-nav{
      gap:6px;
      align-items:center;
    }
    .nav-link{
      position:relative;
      color:rgba(247,241,227,.72);
      font-weight:600;
      padding:10px 16px!important;
      border-radius:var(--radius-pill);
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--gold-2);
      background:rgba(216,181,109,.08);
    }
    .nav-link.active{
      color:var(--gold-2)!important;
      background:rgba(216,181,109,.11);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:50%;
      bottom:5px;
      width:22px;
      height:2px;
      border-radius:9px;
      transform:translateX(-50%);
      background:linear-gradient(90deg,transparent,var(--gold-2),transparent);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:10px 16px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius-pill);
      color:var(--gold-2);
      font-weight:700;
      background:linear-gradient(180deg,rgba(216,181,109,.12),rgba(216,181,109,.04));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-1px);
      border-color:rgba(240,211,138,.7);
      box-shadow:var(--shadow-gold);
      color:#fff6d8;
    }
    .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 5px rgba(77,179,158,.12);
    }
    .navbar-toggler{
      width:46px;
      height:42px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      padding:0;
      color:var(--gold);
      box-shadow:none!important;
    }
    .navbar-toggler:focus{outline:2px solid rgba(240,211,138,.36);outline-offset:2px}
    .toggler-lines{
      display:flex;
      flex-direction:column;
      gap:5px;
      align-items:center;
      justify-content:center;
    }
    .toggler-lines span{
      width:18px;
      height:2px;
      border-radius:6px;
      background:var(--gold-2);
    }

    main{padding-top:38px}
    .breadcrumb-wrap{
      padding-top:28px;
      margin-bottom:18px;
    }
    .breadcrumb{
      margin:0;
      padding:10px 16px;
      display:inline-flex;
      border:1px solid rgba(216,181,109,.18);
      border-radius:var(--radius-pill);
      background:rgba(20,16,25,.58);
    }
    .breadcrumb-item,.breadcrumb-item a{
      color:rgba(247,241,227,.62);
      font-size:14px;
      font-weight:600;
    }
    .breadcrumb-item.active{color:var(--gold-2)}
    .breadcrumb-item + .breadcrumb-item::before{color:rgba(216,181,109,.55)}

    .section{padding:66px 0}
    .section-tight{padding:42px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      padding:7px 12px;
      background:rgba(216,181,109,.08);
      font-size:14px;
      font-weight:700;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--gold-2);
      box-shadow:0 0 16px rgba(240,211,138,.55);
    }
    h1,h2,h3,h4{line-height:1.2;letter-spacing:0;margin:0;color:var(--text)}
    h1{
      margin-top:18px;
      font-size:clamp(32px,5vw,54px);
      font-weight:850;
      max-width:780px;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      font-weight:820;
      margin-bottom:14px;
    }
    h3{font-size:21px;font-weight:780}
    p{margin:0;color:var(--muted)}
    .lead{
      margin-top:18px;
      font-size:17px;
      max-width:760px;
      color:rgba(247,241,227,.78);
    }
    .hero-compact{
      position:relative;
      padding:34px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(216,181,109,.10),transparent 34%),
        radial-gradient(circle at 88% 20%,rgba(15,76,74,.26),transparent 30%),
        linear-gradient(180deg,rgba(20,16,25,.96),rgba(14,12,18,.96));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-compact::before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px dashed rgba(216,181,109,.17);
      border-radius:22px;
      pointer-events:none;
    }
    .hero-compact::after{
      content:"中 文 / 入 口 / 校 验 / 提 醒";
      position:absolute;
      right:-48px;
      bottom:24px;
      transform:rotate(-8deg);
      color:rgba(216,181,109,.08);
      font-weight:900;
      font-size:56px;
      letter-spacing:.12em;
      white-space:nowrap;
    }
    .hero-content{position:relative;z-index:1}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .btn-gold,.btn-ghost{
      min-height:48px;
      padding:12px 20px;
      border-radius:var(--radius-pill);
      font-weight:800;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:1px solid transparent;
    }
    .btn-gold{
      color:#171008;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      box-shadow:0 14px 32px rgba(184,135,58,.24);
    }
    .btn-gold:hover{
      transform:translateY(-2px);
      color:#08070B;
      box-shadow:0 18px 42px rgba(184,135,58,.34);
    }
    .btn-ghost{
      color:var(--gold-2);
      border-color:var(--line-strong);
      background:rgba(8,7,11,.35);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      color:#fff7dc;
      border-color:rgba(240,211,138,.72);
      background:rgba(216,181,109,.10);
    }
    .btn-gold:focus,.btn-ghost:focus,.form-control:focus,.form-select:focus{
      outline:0;
      box-shadow:0 0 0 .25rem rgba(216,181,109,.24);
    }

    .progress-panel{
      position:relative;
      z-index:1;
      border:1px solid rgba(216,181,109,.3);
      border-radius:24px;
      padding:24px;
      background:
        radial-gradient(circle at 50% 0%,rgba(216,181,109,.14),transparent 38%),
        rgba(8,7,11,.5);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .ring{
      width:174px;
      height:174px;
      margin:0 auto 20px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:conic-gradient(var(--gold-2) 0 76%, rgba(216,181,109,.14) 76% 100%);
      box-shadow:0 0 34px rgba(216,181,109,.12);
      position:relative;
    }
    .ring::before{
      content:"";
      position:absolute;
      inset:13px;
      border-radius:50%;
      background:linear-gradient(180deg,#17121c,#0b0a10);
      border:1px solid rgba(216,181,109,.2);
    }
    .ring span{
      position:relative;
      z-index:1;
      font-size:34px;
      font-weight:900;
      color:var(--gold-2);
      font-variant-numeric:tabular-nums;
    }
    .ring small{
      display:block;
      font-size:13px;
      color:var(--soft);
      margin-top:2px;
      font-weight:700;
    }
    .tier-list{
      display:grid;
      gap:10px;
    }
    .tier-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border:1px solid rgba(216,181,109,.18);
      border-radius:14px;
      padding:11px 12px;
      background:rgba(255,255,255,.035);
    }
    .tier-item strong{font-size:15px}
    .tier-item span{font-size:13px;color:var(--muted)}
    .status-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:max-content;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(77,179,158,.34);
      color:#9BE2D3;
      background:rgba(15,76,74,.25);
      font-size:12px;
      font-weight:800;
    }

    .guide-strip{
      display:flex;
      gap:12px;
      padding:12px;
      border:1px solid rgba(216,181,109,.18);
      border-radius:22px;
      background:rgba(16,16,24,.72);
      overflow:auto;
      scrollbar-width:thin;
      scrollbar-color:rgba(216,181,109,.5) transparent;
    }
    .guide-chip{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border:1px solid rgba(216,181,109,.22);
      border-radius:var(--radius-pill);
      color:rgba(247,241,227,.78);
      background:rgba(255,255,255,.035);
      font-weight:700;
      white-space:nowrap;
    }
    .guide-chip.active,.guide-chip:hover{
      color:var(--gold-2);
      border-color:rgba(240,211,138,.56);
      background:rgba(216,181,109,.1);
    }

    .intro-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:24px;
      align-items:stretch;
    }
    .info-card,.matrix-group,.compare-panel,.subscribe-panel,.cta-panel,.note-panel{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(24,19,33,.86),rgba(14,12,18,.9));
      box-shadow:0 16px 44px rgba(0,0,0,.24);
    }
    .info-card{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .info-card::after{
      content:"";
      position:absolute;
      right:-30px;
      top:-30px;
      width:120px;
      height:120px;
      border-radius:50%;
      background:rgba(216,181,109,.08);
      filter:blur(2px);
    }
    .info-list{
      display:grid;
      gap:12px;
      margin-top:18px;
      padding:0;
      list-style:none;
    }
    .info-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      color:var(--muted);
    }
    .num-badge{
      flex:0 0 auto;
      width:28px;
      height:28px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#160f08;
      font-weight:900;
      font-size:13px;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
    }
    .mini-stats{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .stat-box{
      border:1px solid rgba(216,181,109,.2);
      border-radius:16px;
      padding:18px;
      background:rgba(8,7,11,.32);
    }
    .stat-box strong{
      display:block;
      font-size:28px;
      line-height:1;
      color:var(--gold-2);
      font-variant-numeric:tabular-nums;
      margin-bottom:8px;
    }
    .stat-box span{
      color:var(--soft);
      font-size:14px;
    }

    .matrix-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:24px;
    }
    .matrix-head p{max-width:620px}
    .matrix-grid{
      display:grid;
      gap:22px;
      grid-template-columns:repeat(3,1fr);
    }
    .matrix-group{
      padding:22px;
      position:relative;
      overflow:hidden;
      transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
    }
    .matrix-group:hover{
      transform:translateY(-3px);
      border-color:rgba(240,211,138,.58);
      background:linear-gradient(180deg,rgba(31,24,41,.92),rgba(16,14,20,.96));
      box-shadow:var(--shadow-gold);
    }
    .matrix-group::before,.entry-item::before{
      content:"";
      position:absolute;
      left:-1px;
      top:28px;
      width:6px;
      height:40px;
      border-radius:0 8px 8px 0;
      background:linear-gradient(180deg,var(--gold-2),var(--gold-3));
      opacity:.85;
    }
    .group-icon{
      width:44px;
      height:44px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:var(--gold-2);
      border:1px solid rgba(216,181,109,.34);
      background:rgba(216,181,109,.08);
      margin-bottom:16px;
      font-weight:900;
    }
    .entry-list{
      display:grid;
      gap:10px;
      margin-top:18px;
    }
    .entry-item{
      position:relative;
      padding:14px 14px 14px 18px;
      border:1px solid rgba(216,181,109,.16);
      border-radius:14px;
      background:rgba(255,255,255,.03);
    }
    .entry-item::before{
      top:15px;
      height:22px;
      width:3px;
      opacity:.58;
    }
    .entry-item strong{
      display:block;
      color:var(--text);
      line-height:1.35;
      margin-bottom:4px;
    }
    .entry-item span{
      color:var(--soft);
      font-size:14px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(216,181,109,.24);
      color:var(--gold-2);
      background:rgba(216,181,109,.07);
      font-size:13px;
      font-weight:750;
    }
    .tag.teal{
      color:#9BE2D3;
      border-color:rgba(77,179,158,.32);
      background:rgba(15,76,74,.23);
    }
    .tag.rose{
      color:#FFB0C3;
      border-color:rgba(224,106,106,.25);
      background:rgba(122,30,58,.22);
    }

    .compare-panel{
      padding:24px;
      overflow:hidden;
    }
    .table-wrap{
      margin-top:18px;
      border:1px solid rgba(216,181,109,.18);
      border-radius:18px;
      overflow:hidden;
    }
    .custom-table{
      margin:0;
      color:var(--muted);
      --bs-table-bg:transparent;
      --bs-table-color:var(--muted);
      --bs-table-border-color:rgba(216,181,109,.14);
    }
    .custom-table thead th{
      color:var(--gold-2);
      background:rgba(216,181,109,.08);
      border-bottom:1px solid rgba(216,181,109,.2);
      font-weight:800;
      white-space:nowrap;
      padding:16px;
    }
    .custom-table tbody td{
      padding:16px;
      vertical-align:middle;
      color:rgba(247,241,227,.72);
    }
    .custom-table tbody tr:hover td{
      background:rgba(216,181,109,.045);
      color:rgba(247,241,227,.86);
    }

    .flow-list{
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
      margin-top:20px;
    }
    .flow-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border:1px solid rgba(216,181,109,.18);
      border-radius:18px;
      background:
        linear-gradient(90deg,rgba(216,181,109,.07),transparent 35%),
        rgba(255,255,255,.026);
      transition:transform .24s ease,border-color .24s ease,background .24s ease;
    }
    .flow-item:hover{
      transform:translateX(3px);
      border-color:rgba(240,211,138,.52);
      background:rgba(216,181,109,.07);
    }
    .flow-step{
      width:42px;
      height:42px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#140d07;
      background:linear-gradient(135deg,var(--gold-2),var(--gold-3));
      font-weight:900;
    }
    .flow-item p{font-size:15px}
    .flow-time{
      color:var(--gold-2);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(216,181,109,.28);
      border-radius:var(--radius-pill);
      padding:6px 10px;
      white-space:nowrap;
    }

    .subscribe-panel{
      padding:26px;
      background:
        radial-gradient(circle at 90% 18%,rgba(15,76,74,.28),transparent 26%),
        linear-gradient(180deg,rgba(24,19,33,.94),rgba(14,12,18,.96));
    }
    .form-label{
      color:rgba(247,241,227,.82);
      font-weight:750;
      margin-bottom:8px;
    }
    .form-control,.form-select{
      min-height:48px;
      border-radius:14px;
      border:1px solid rgba(216,181,109,.32);
      background-color:#111018;
      color:var(--text);
      padding:12px 14px;
    }
    .form-control::placeholder{color:rgba(247,241,227,.38)}
    .form-control:focus,.form-select:focus{
      border-color:rgba(240,211,138,.7);
      background-color:#13111a;
      color:var(--text);
    }
    .form-select{
      --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D8B56D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
    .form-check-input{
      background-color:#111018;
      border-color:rgba(216,181,109,.38);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--gold-3);
      border-color:var(--gold-2);
    }
    .hint{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:14px;
      border-radius:14px;
      border:1px solid rgba(77,179,158,.22);
      background:rgba(15,76,74,.18);
      color:rgba(247,241,227,.72);
      font-size:14px;
    }

    .faq-wrap{
      max-width:900px;
      margin:24px auto 0;
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(216,181,109,.2)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:rgba(20,16,25,.74);
      box-shadow:0 14px 34px rgba(0,0,0,.18);
    }
    .accordion-button{
      color:var(--text);
      background:rgba(20,16,25,.86);
      font-weight:800;
      padding:18px 20px;
      line-height:1.45;
    }
    .accordion-button:not(.collapsed){
      color:var(--gold-2);
      background:linear-gradient(90deg,rgba(216,181,109,.12),rgba(42,24,63,.16));
      box-shadow:inset 0 -1px 0 rgba(216,181,109,.18);
    }
    .accordion-button::after{
      filter:invert(83%) sepia(35%) saturate(557%) hue-rotate(356deg) brightness(99%) contrast(91%);
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
      background:rgba(8,7,11,.24);
    }

    .cta-panel{
      padding:30px;
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(216,181,109,.13),transparent 38%),
        linear-gradient(180deg,rgba(31,22,37,.94),rgba(11,10,14,.98));
      position:relative;
      overflow:hidden;
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:260px;
      height:260px;
      border-radius:50%;
      border:1px solid rgba(216,181,109,.16);
      box-shadow:inset 0 0 60px rgba(216,181,109,.07);
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .cta-inner p{max-width:640px}

    .site-footer{
      margin-top:72px;
      padding:54px 0 26px;
      background:
        linear-gradient(180deg,rgba(8,7,11,.2),rgba(8,7,11,.96)),
        #08070B;
      border-top:1px solid rgba(216,181,109,.18);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:20px;
      font-weight:850;
      margin-bottom:14px;
    }
    .site-footer p{
      max-width:460px;
      color:rgba(247,241,227,.62);
    }
    .site-footer h3{
      font-size:16px;
      margin-bottom:14px;
      color:var(--gold-2);
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(247,241,227,.66);
      width:max-content;
      border-bottom:1px solid transparent;
    }
    .footer-links a:hover{
      color:var(--gold-2);
      border-color:rgba(216,181,109,.45);
      transform:translateX(2px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding-top:22px;
      border-top:1px solid rgba(216,181,109,.14);
      color:rgba(247,241,227,.45);
      font-size:14px;
    }

    @media (max-width: 991.98px){
      .site-header{top:10px}
      .club-nav{
        border-radius:28px;
        padding:10px 12px;
      }
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border-radius:22px;
        border:1px solid rgba(216,181,109,.18);
        background:rgba(8,7,11,.78);
      }
      .navbar-nav{align-items:stretch}
      .nav-link{padding:12px 14px!important}
      .nav-link.active::after{display:none}
      .nav-cta{width:100%;margin-top:8px}
      .intro-grid{grid-template-columns:1fr}
      .matrix-grid{grid-template-columns:1fr 1fr}
      .hero-compact{padding:26px}
      .cta-inner{align-items:flex-start;flex-direction:column}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      main{padding-top:24px}
      .section{padding:48px 0}
      .section-tight{padding:34px 0}
      .hero-compact{
        border-radius:22px;
        padding:22px;
      }
      .hero-compact::before{inset:12px;border-radius:18px}
      .hero-compact::after{font-size:34px;right:-80px}
      .progress-panel{margin-top:18px}
      .ring{width:148px;height:148px}
      .ring span{font-size:28px}
      .matrix-head{display:block}
      .matrix-grid{grid-template-columns:1fr}
      .mini-stats{grid-template-columns:1fr 1fr}
      .flow-item{grid-template-columns:auto 1fr}
      .flow-time{grid-column:2}
      .table-wrap{overflow-x:auto}
      .custom-table{min-width:680px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column}
      .brand-text{font-size:16px}
    }
    @media (max-width: 520px){
      .site-header{padding:0 8px}
      .club-nav{min-height:62px}
      .brand-mark{width:34px;height:34px}
      h1{font-size:31px}
      .lead{font-size:16px}
      .hero-actions{flex-direction:column}
      .btn-gold,.btn-ghost{width:100%}
      .mini-stats{grid-template-columns:1fr}
      .guide-strip{border-radius:18px}
      .matrix-group,.compare-panel,.subscribe-panel,.cta-panel,.info-card{padding:20px}
    }

/* roulang page: category1 */
:root {
      --bg: #08070b;
      --bg-2: #101018;
      --panel: #141019;
      --panel-2: #19131f;
      --panel-3: #111a19;
      --gold: #d8b56d;
      --gold-2: #f0d38a;
      --gold-3: #b8873a;
      --rose: #7a1e3a;
      --purple: #2a183f;
      --teal: #0f4c4a;
      --text: #fff7e8;
      --muted: rgba(255, 247, 232, .72);
      --faint: rgba(255, 247, 232, .52);
      --line: rgba(216, 181, 109, .28);
      --line-strong: rgba(240, 211, 138, .52);
      --shadow: 0 24px 70px rgba(0, 0, 0, .42);
      --glow: 0 0 0 1px rgba(216, 181, 109, .18), 0 18px 46px rgba(184, 135, 58, .12);
      --radius-lg: 28px;
      --radius: 18px;
      --radius-sm: 12px;
      --nav-h: 76px;
      --container: 1200px;
      --font: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font);
      color: var(--text);
      line-height: 1.8;
      background:
        linear-gradient(90deg, rgba(216, 181, 109, .04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(216, 181, 109, .035) 1px, transparent 1px),
        radial-gradient(circle at 15% 10%, rgba(122, 30, 58, .28), transparent 34%),
        radial-gradient(circle at 78% 6%, rgba(15, 76, 74, .22), transparent 30%),
        linear-gradient(180deg, #08070b 0%, #101018 42%, #08070b 100%);
      background-size: 48px 48px, 48px 48px, auto, auto, auto;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
    }

    a:hover {
      color: var(--gold-2);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font-family: inherit;
    }

    ::selection {
      background: rgba(216, 181, 109, .28);
      color: #fff;
    }

    .container {
      max-width: var(--container);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 18px 0 10px;
      background: linear-gradient(180deg, rgba(8, 7, 11, .92), rgba(8, 7, 11, .54), transparent);
    }

    .club-nav {
      min-height: var(--nav-h);
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(12, 10, 15, .78);
      backdrop-filter: blur(14px);
      box-shadow: var(--glow);
      padding: 10px 16px;
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-weight: 800;
      min-width: fit-content;
    }

    .brand-mark {
      width: 36px;
      height: 36px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      color: #211706;
      font-weight: 900;
      background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 8px 22px rgba(216, 181, 109, .2);
    }

    .brand-text {
      font-size: 18px;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .navbar-nav {
      gap: 8px;
      align-items: center;
    }

    .nav-link {
      position: relative;
      color: rgba(255, 247, 232, .76);
      font-weight: 600;
      padding: 10px 14px !important;
      border-radius: 999px;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--gold-2);
      background: rgba(216, 181, 109, .08);
    }

    .nav-link.active {
      color: var(--gold-2) !important;
      background: rgba(216, 181, 109, .12);
      box-shadow: inset 0 0 0 1px rgba(216, 181, 109, .22);
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 5px;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      transform: translateX(-50%);
      background: var(--gold-2);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 10px 16px;
      border: 1px solid var(--line-strong);
      border-radius: 999px;
      color: var(--gold-2);
      font-weight: 700;
      background: linear-gradient(135deg, rgba(216, 181, 109, .16), rgba(122, 30, 58, .18));
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      background: linear-gradient(135deg, rgba(216, 181, 109, .22), rgba(15, 76, 74, .22));
      color: #fff;
      box-shadow: 0 14px 34px rgba(216, 181, 109, .14);
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4db39e;
      box-shadow: 0 0 0 5px rgba(77, 179, 158, .12);
    }

    .navbar-toggler {
      width: 46px;
      height: 46px;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: var(--gold-2);
      background: rgba(216, 181, 109, .08);
      box-shadow: none;
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 4px rgba(216, 181, 109, .18);
    }

    .toggler-lines {
      display: grid;
      gap: 4px;
      justify-items: center;
    }

    .toggler-lines span {
      width: 18px;
      height: 2px;
      border-radius: 99px;
      background: var(--gold-2);
    }

    .main {
      padding-bottom: 0;
    }

    .inner-hero {
      padding: 34px 0 58px;
    }

    .top-strip {
      border-top: 1px solid rgba(216, 181, 109, .2);
      border-bottom: 1px solid rgba(216, 181, 109, .18);
      background: linear-gradient(90deg, rgba(240, 211, 138, .12), rgba(122, 30, 58, .12), rgba(15, 76, 74, .12));
      padding: 12px 0;
      color: rgba(255, 247, 232, .78);
      font-size: 14px;
    }

    .top-strip .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .breadcrumb-wrap {
      margin-bottom: 22px;
    }

    .breadcrumb {
      --bs-breadcrumb-divider-color: rgba(255, 247, 232, .36);
      margin: 0;
      font-size: 14px;
    }

    .breadcrumb-item a {
      color: var(--gold);
    }

    .breadcrumb-item.active {
      color: var(--faint);
    }

    .cover-band {
      position: relative;
      min-height: 330px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(216, 181, 109, .16), transparent 34%),
        linear-gradient(110deg, rgba(122, 30, 58, .2), rgba(42, 24, 63, .2) 52%, rgba(15, 76, 74, .22)),
        #111018;
      box-shadow: var(--shadow);
    }

    .cover-band::before {
      content: "文 文 码 中 读 修 入口 清 晰 显 示";
      position: absolute;
      inset: 22px;
      color: rgba(240, 211, 138, .12);
      font-size: 34px;
      font-weight: 800;
      line-height: 1.9;
      word-spacing: 22px;
      overflow: hidden;
      mask-image: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.12));
    }

    .cover-band::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 46%;
      background: linear-gradient(180deg, transparent, rgba(8, 7, 11, .72));
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 38px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(216, 181, 109, .38);
      border-radius: 999px;
      padding: 7px 12px;
      color: var(--gold-2);
      background: rgba(8, 7, 11, .45);
      font-size: 14px;
      font-weight: 700;
    }

    .hero-content h1 {
      max-width: 820px;
      margin: 18px 0 14px;
      font-size: 46px;
      line-height: 1.18;
      font-weight: 800;
      letter-spacing: 0;
    }

    .hero-lead {
      max-width: 760px;
      color: var(--muted);
      font-size: 18px;
      margin: 0;
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 26px;
    }

    .btn-club,
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 999px;
      font-weight: 800;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }

    .btn-club {
      color: #201707;
      background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
      box-shadow: 0 16px 36px rgba(216, 181, 109, .22);
    }

    .btn-club:hover,
    .btn-club:focus {
      color: #140f06;
      transform: translateY(-2px);
      box-shadow: 0 22px 46px rgba(216, 181, 109, .28);
    }

    .btn-ghost {
      color: var(--gold-2);
      background: rgba(8, 7, 11, .48);
      border-color: var(--line);
    }

    .btn-ghost:hover,
    .btn-ghost:focus {
      color: #fff;
      border-color: var(--line-strong);
      background: rgba(216, 181, 109, .1);
      transform: translateY(-2px);
    }

    .status-dock {
      position: relative;
      z-index: 3;
      margin: -48px 28px 0 auto;
      max-width: 520px;
      border: 1px solid rgba(216, 181, 109, .35);
      border-radius: 22px;
      padding: 18px;
      background: rgba(12, 10, 15, .88);
      box-shadow: var(--glow);
    }

    .status-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .status-item {
      padding: 12px;
      border-radius: 16px;
      background: rgba(255, 247, 232, .045);
      border: 1px solid rgba(216, 181, 109, .16);
    }

    .status-item strong {
      display: block;
      color: var(--gold-2);
      font-size: 20px;
      line-height: 1.2;
      font-variant-numeric: tabular-nums;
    }

    .status-item span {
      display: block;
      margin-top: 5px;
      color: var(--faint);
      font-size: 13px;
      line-height: 1.4;
    }

    .section {
      padding: 72px 0;
    }

    .section-tight {
      padding: 54px 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-title {
      margin: 0;
      font-size: 34px;
      line-height: 1.22;
      font-weight: 800;
      letter-spacing: 0;
    }

    .section-desc {
      max-width: 620px;
      margin: 8px 0 0;
      color: var(--muted);
    }

    .tag-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .filter-chip,
    .club-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 36px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(216, 181, 109, .3);
      background: rgba(216, 181, 109, .07);
      color: rgba(255, 247, 232, .84);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .filter-chip.active,
    .club-badge.gold {
      color: #221707;
      background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
      border-color: transparent;
    }

    .filter-chip:hover {
      color: var(--gold-2);
      border-color: var(--line-strong);
      transform: translateY(-1px);
    }

    .split-layout {
      display: grid;
      grid-template-columns: 300px minmax(0, 1fr);
      gap: 26px;
      align-items: start;
    }

    .side-panel,
    .ticket-card,
    .process-card,
    .subscribe-panel,
    .faq-panel,
    .cta-band {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255, 247, 232, .055), rgba(255, 247, 232, .025));
      box-shadow: var(--shadow);
    }

    .side-panel {
      position: sticky;
      top: 116px;
      border-radius: var(--radius);
      padding: 18px;
    }

    .side-panel h2,
    .side-panel h3 {
      margin: 0 0 14px;
      font-size: 20px;
      font-weight: 800;
    }

    .side-panel p {
      color: var(--muted);
      margin: 0 0 16px;
      font-size: 15px;
    }

    .side-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .side-list a {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 11px 12px;
      border-radius: 14px;
      border: 1px solid rgba(216, 181, 109, .16);
      color: var(--muted);
      background: rgba(8, 7, 11, .28);
    }

    .side-list a:hover,
    .side-list a.active {
      color: var(--gold-2);
      border-color: var(--line-strong);
      background: rgba(216, 181, 109, .08);
    }

    .ticket-flow {
      display: grid;
      gap: 16px;
    }

    .ticket-card {
      position: relative;
      display: grid;
      grid-template-columns: 110px minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      padding: 18px;
      border-radius: var(--radius);
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .ticket-card::before,
    .ticket-card::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--bg);
      border: 1px solid rgba(216, 181, 109, .18);
      transform: translateY(-50%);
    }

    .ticket-card::before {
      left: -10px;
    }

    .ticket-card::after {
      right: -10px;
    }

    .ticket-card:hover {
      transform: translateY(-3px);
      border-color: var(--line-strong);
      background: linear-gradient(180deg, rgba(216, 181, 109, .09), rgba(255, 247, 232, .035));
      box-shadow: 0 26px 72px rgba(0, 0, 0, .46), 0 0 0 1px rgba(240, 211, 138, .08);
    }

    .ticket-state {
      display: grid;
      gap: 8px;
      justify-items: start;
    }

    .state-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      color: var(--gold-2);
      background: rgba(216, 181, 109, .09);
      border: 1px solid rgba(216, 181, 109, .24);
      font-size: 13px;
      font-weight: 800;
    }

    .serial {
      color: rgba(255, 247, 232, .38);
      font-size: 26px;
      font-weight: 900;
      line-height: 1;
      font-variant-numeric: tabular-nums;
    }

    .ticket-body h3 {
      margin: 0 0 6px;
      font-size: 20px;
      line-height: 1.35;
      font-weight: 800;
    }

    .ticket-body p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .ticket-meta {
      display: grid;
      gap: 10px;
      justify-items: end;
      min-width: 140px;
    }

    .time-note {
      color: var(--faint);
      font-size: 13px;
      font-variant-numeric: tabular-nums;
    }

    .mini-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      color: var(--gold-2);
      border: 1px solid rgba(216, 181, 109, .34);
      font-weight: 800;
      font-size: 14px;
      background: rgba(216, 181, 109, .06);
    }

    .mini-link:hover {
      color: #fff;
      border-color: var(--line-strong);
      background: rgba(216, 181, 109, .12);
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .process-card {
      min-height: 210px;
      border-radius: var(--radius);
      padding: 20px;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .process-card:hover {
      transform: translateY(-3px);
      border-color: var(--line-strong);
      background: rgba(216, 181, 109, .065);
    }

    .process-no {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 50%;
      color: #211706;
      background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
      font-weight: 900;
      font-variant-numeric: tabular-nums;
    }

    .process-card h3 {
      margin: 0 0 8px;
      font-size: 19px;
      font-weight: 800;
    }

    .process-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
    }

    .subscribe-panel {
      border-radius: var(--radius-lg);
      padding: 30px;
      background:
        linear-gradient(135deg, rgba(122, 30, 58, .18), transparent 42%),
        linear-gradient(180deg, rgba(255, 247, 232, .06), rgba(255, 247, 232, .025));
    }

    .form-label {
      color: rgba(255, 247, 232, .84);
      font-weight: 800;
      margin-bottom: 8px;
    }

    .form-control,
    .form-select {
      min-height: 48px;
      border-radius: 14px;
      color: var(--text);
      border: 1px solid rgba(216, 181, 109, .32);
      background-color: #111018;
    }

    .form-control::placeholder {
      color: rgba(255, 247, 232, .36);
    }

    .form-control:focus,
    .form-select:focus {
      color: var(--text);
      border-color: var(--gold-2);
      background-color: #111018;
      box-shadow: 0 0 0 4px rgba(216, 181, 109, .16);
    }

    textarea.form-control {
      min-height: 116px;
    }

    .form-check-input {
      border-color: rgba(216, 181, 109, .42);
      background-color: rgba(8, 7, 11, .85);
    }

    .form-check-input:checked {
      background-color: var(--gold-3);
      border-color: var(--gold-2);
    }

    .form-check-input:focus {
      box-shadow: 0 0 0 4px rgba(216, 181, 109, .16);
      border-color: var(--gold-2);
    }

    .privacy-note {
      color: rgba(255, 247, 232, .58);
      font-size: 14px;
      margin: 12px 0 0;
    }

    .alert-soft {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding: 13px 14px;
      border-radius: 14px;
      color: rgba(255, 247, 232, .78);
      border: 1px solid rgba(77, 179, 158, .28);
      background: rgba(15, 76, 74, .18);
    }

    .compare-wrap {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 247, 232, .035);
      box-shadow: var(--shadow);
    }

    .table {
      margin: 0;
      color: var(--text);
      --bs-table-bg: transparent;
      --bs-table-border-color: rgba(216, 181, 109, .16);
    }

    .table thead th {
      color: var(--gold-2);
      background: rgba(216, 181, 109, .08);
      border-bottom-color: rgba(216, 181, 109, .24);
      font-weight: 800;
      padding: 16px;
    }

    .table tbody td {
      color: var(--muted);
      padding: 16px;
      vertical-align: middle;
    }

    .table strong {
      color: var(--text);
    }

    .pagination {
      gap: 8px;
      margin-top: 24px;
    }

    .page-link {
      min-width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 999px !important;
      color: var(--muted);
      border: 1px solid rgba(216, 181, 109, .22);
      background: rgba(8, 7, 11, .45);
      font-weight: 800;
    }

    .page-link:hover,
    .page-link:focus {
      color: var(--gold-2);
      border-color: var(--line-strong);
      background: rgba(216, 181, 109, .09);
      box-shadow: none;
    }

    .page-item.active .page-link {
      color: #211706;
      border-color: transparent;
      background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid rgba(216, 181, 109, .22);
      border-radius: var(--radius) !important;
      overflow: hidden;
      background: rgba(255, 247, 232, .035);
      color: var(--text);
    }

    .accordion-button {
      color: var(--text);
      background: rgba(13, 12, 18, .92);
      font-weight: 800;
      line-height: 1.5;
      padding: 18px 20px;
      box-shadow: none;
    }

    .accordion-button:hover {
      color: var(--gold-2);
      background: rgba(216, 181, 109, .07);
    }

    .accordion-button:not(.collapsed) {
      color: var(--gold-2);
      background: rgba(216, 181, 109, .1);
      box-shadow: inset 0 -1px 0 rgba(216, 181, 109, .16);
    }

    .accordion-button::after {
      filter: invert(83%) sepia(35%) saturate(494%) hue-rotate(356deg) brightness(103%) contrast(88%);
    }

    .accordion-button:focus {
      border-color: var(--gold-2);
      box-shadow: 0 0 0 4px rgba(216, 181, 109, .13);
    }

    .accordion-body {
      color: var(--muted);
      padding: 18px 20px 20px;
      background: rgba(8, 7, 11, .28);
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      padding: 34px;
      background:
        linear-gradient(110deg, rgba(216, 181, 109, .16), rgba(122, 30, 58, .16), rgba(15, 76, 74, .16)),
        #111018;
    }

    .cta-band h2 {
      margin: 0 0 10px;
      font-size: 32px;
      font-weight: 800;
      line-height: 1.22;
    }

    .cta-band p {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
    }

    .cta-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .site-footer {
      padding: 56px 0 26px;
      border-top: 1px solid rgba(216, 181, 109, .18);
      background: linear-gradient(180deg, rgba(8, 7, 11, .2), rgba(8, 7, 11, .96));
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) .8fr .8fr;
      gap: 34px;
      padding-bottom: 28px;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      font-size: 20px;
      font-weight: 900;
    }

    .site-footer p {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
    }

    .site-footer h3 {
      margin: 0 0 14px;
      color: var(--gold-2);
      font-size: 17px;
      font-weight: 800;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
    }

    .footer-links a:hover {
      color: var(--gold-2);
      transform: translateX(2px);
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      padding-top: 22px;
      color: rgba(255, 247, 232, .48);
      border-top: 1px solid rgba(216, 181, 109, .14);
      font-size: 14px;
    }

    @media (max-width: 991.98px) {
      .club-nav {
        border-radius: 28px;
      }

      .navbar-collapse {
        margin-top: 14px;
        padding: 12px;
        border-top: 1px solid rgba(216, 181, 109, .14);
      }

      .navbar-nav {
        align-items: stretch;
      }

      .nav-link {
        padding: 12px 14px !important;
      }

      .nav-cta {
        width: 100%;
        margin-top: 8px;
      }

      .hero-content h1 {
        font-size: 38px;
      }

      .status-dock {
        margin: 18px 0 0;
        max-width: none;
      }

      .split-layout {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
      }

      .process-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid > div:first-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 767.98px) {
      .site-header {
        padding: 12px 0 8px;
      }

      .brand-text {
        font-size: 16px;
        max-width: 178px;
        white-space: normal;
        line-height: 1.25;
      }

      .inner-hero {
        padding: 24px 0 42px;
      }

      .cover-band {
        min-height: 390px;
        border-radius: 24px;
      }

      .cover-band::before {
        font-size: 25px;
        line-height: 2.1;
      }

      .hero-content {
        padding: 26px 22px;
      }

      .hero-content h1 {
        font-size: 32px;
      }

      .hero-lead {
        font-size: 16px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
      }

      .btn-club,
      .btn-ghost {
        width: 100%;
      }

      .status-grid {
        grid-template-columns: 1fr;
      }

      .section,
      .section-tight {
        padding: 48px 0;
      }

      .section-head {
        display: block;
      }

      .section-title {
        font-size: 26px;
      }

      .tag-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
      }

      .filter-chip,
      .club-badge {
        flex: 0 0 auto;
      }

      .ticket-card {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .ticket-meta {
        justify-items: start;
        min-width: 0;
      }

      .process-grid {
        grid-template-columns: 1fr;
      }

      .subscribe-panel,
      .cta-band {
        padding: 22px;
        border-radius: 22px;
      }

      .table {
        min-width: 640px;
      }

      .compare-wrap {
        overflow-x: auto;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .club-nav {
        padding: 8px 10px;
      }

      .brand-mark {
        width: 32px;
        height: 32px;
      }

      .top-strip {
        font-size: 13px;
      }

      .hero-content h1 {
        font-size: 30px;
      }

      .status-dock {
        padding: 14px;
      }

      .ticket-body h3 {
        font-size: 18px;
      }

      .cta-band h2 {
        font-size: 25px;
      }
    }
