/* roulang page: index */
:root{
      --bg:#090609;
      --bg-2:#120912;
      --bg-3:#171018;
      --card:#141014;
      --card-soft:rgba(255,255,255,.045);
      --gold:#F0C66A;
      --gold-2:#D7A84F;
      --rose:#9E2F55;
      --purple:#4B235A;
      --copper:#7A4A2B;
      --text:#F7EFD8;
      --muted:#CFC2AE;
      --weak:#918476;
      --line:rgba(240,198,106,.24);
      --line-soft:rgba(255,255,255,.09);
      --shadow:0 24px 70px rgba(0,0,0,.52);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1200px;
      --ease:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(158,47,85,.28), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(75,35,90,.34), transparent 32%),
        radial-gradient(circle at 60% 70%, rgba(122,74,43,.22), transparent 40%),
        linear-gradient(180deg,var(--bg),#0b070b 42%,#080608);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    .site-shell{position:relative;min-height:100vh}
    .site-shell:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(240,198,106,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240,198,106,.03) 1px, transparent 1px);
      background-size:64px 64px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 78%);
      z-index:-1;
    }
    .container{max-width:var(--container)}
    .section{padding:92px 0;position:relative}
    .section-tight{padding:64px 0}
    .section-title{
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.18;
      font-weight:800;
      letter-spacing:-.02em;
      margin:0 0 16px;
    }
    .section-lead{
      color:var(--muted);
      max-width:760px;
      margin:0;
      font-size:16px;
    }
    .text-gold{
      background:linear-gradient(135deg,#FFF0B9 0%,var(--gold) 42%,#B77B2E 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .navbar-wrap{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,6,9,.82);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(240,198,106,.18);
      box-shadow:0 12px 34px rgba(0,0,0,.28);
    }
    .navbar{min-height:76px;padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--text)!important;
      font-weight:850;
      letter-spacing:-.03em;
      max-width:48vw;
      white-space:normal;
      line-height:1.15;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      color:#1b1206;font-weight:900;
      background:radial-gradient(circle at 35% 25%,#FFF2B9,var(--gold) 52%,#8B5724);
      box-shadow:0 0 0 5px rgba(240,198,106,.08),0 10px 28px rgba(215,168,79,.24);
      flex:0 0 auto;
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:999px;
      padding:9px 12px;
      color:var(--gold);
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      width:22px;height:22px;
      filter:invert(84%) sepia(62%) saturate(463%) hue-rotate(349deg) brightness(101%);
    }
    .nav-pills-club{
      display:flex;
      gap:10px;
      align-items:center;
      margin-left:auto;
    }
    .nav-link{
      color:var(--muted)!important;
      padding:10px 18px!important;
      border-radius:999px;
      font-weight:700;
      border:1px solid transparent;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--gold)!important;
      border-color:rgba(240,198,106,.2);
      background:rgba(240,198,106,.06);
    }
    .nav-link.active{
      color:#1b1206!important;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      box-shadow:0 12px 30px rgba(215,168,79,.2);
    }
    .nav-age{
      border:1px solid rgba(240,198,106,.25);
      color:var(--gold);
      background:rgba(158,47,85,.16);
      border-radius:999px;
      padding:9px 14px;
      font-weight:800;
      font-size:13px;
      white-space:nowrap;
    }
    .btn-club{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border:0;
      border-radius:999px;
      padding:13px 22px;
      font-weight:850;
      line-height:1;
      transition:var(--ease);
      min-height:48px;
      cursor:pointer;
    }
    .btn-gold{
      color:#1c1206;
      background:linear-gradient(135deg,#FFF0B9 0%,var(--gold) 45%,var(--gold-2) 100%);
      box-shadow:0 18px 38px rgba(215,168,79,.24);
    }
    .btn-gold:hover,.btn-gold:focus{
      transform:translateY(-2px);
      color:#100b05;
      box-shadow:0 22px 48px rgba(240,198,106,.34);
      filter:saturate(1.06);
    }
    .btn-outline-gold{
      color:var(--gold);
      background:rgba(255,255,255,.025);
      border:1px solid rgba(240,198,106,.38);
    }
    .btn-outline-gold:hover,.btn-outline-gold:focus{
      color:var(--text);
      background:rgba(75,35,90,.38);
      border-color:var(--gold);
      transform:translateY(-2px);
    }
    .badge-club{
      display:inline-flex;align-items:center;gap:8px;
      border:1px solid rgba(240,198,106,.26);
      color:var(--gold);
      background:rgba(240,198,106,.07);
      border-radius:999px;
      padding:8px 12px;
      font-weight:800;
      font-size:13px;
      line-height:1;
    }
    .hero{
      padding:78px 0 44px;
    }
    .hero-stage{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(240,198,106,.22);
      border-radius:36px;
      padding:44px;
      background:
        linear-gradient(135deg,rgba(20,16,20,.95),rgba(18,9,18,.86)),
        radial-gradient(circle at 80% 20%,rgba(240,198,106,.18),transparent 30%);
      box-shadow:var(--shadow);
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      right:-60px;top:-70px;
      width:360px;height:360px;border-radius:50%;
      background:radial-gradient(circle,rgba(240,198,106,.18),transparent 62%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:32px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .hero h1{
      font-size:clamp(34px,5vw,58px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.045em;
      margin:18px 0 20px;
      max-width:850px;
    }
    .hero-desc{
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
      max-width:760px;
      margin-bottom:26px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}
    .trust-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:12px;
    }
    .trust-item{
      border:1px solid var(--line-soft);
      border-radius:18px;
      padding:14px 16px;
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-size:14px;
    }
    .trust-item strong{display:block;color:var(--text);font-size:18px;line-height:1.2}
    .pass-panel{
      position:relative;
      border:1px solid rgba(240,198,106,.26);
      border-radius:30px;
      padding:24px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),
        radial-gradient(circle at 30% 15%,rgba(158,47,85,.24),transparent 42%);
      min-height:100%;
      overflow:hidden;
    }
    .pass-panel:before{
      content:"";
      position:absolute;inset:0;
      background:repeating-linear-gradient(90deg,transparent 0 14px,rgba(240,198,106,.05) 14px 16px);
      opacity:.55;pointer-events:none;
    }
    .pass-top,.entry-grid,.safe-progress{position:relative;z-index:1}
    .pass-top{
      display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px;
    }
    .club-seal{
      width:86px;height:86px;border-radius:50%;
      border:1px solid rgba(240,198,106,.52);
      display:grid;place-items:center;text-align:center;
      color:var(--gold);
      font-weight:900;
      background:radial-gradient(circle,rgba(240,198,106,.15),rgba(20,16,20,.92));
      box-shadow:inset 0 0 22px rgba(240,198,106,.12),0 14px 34px rgba(0,0,0,.32);
      transition:var(--ease);
    }
    .club-seal:hover{transform:translateY(-3px) rotate(-3deg)}
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .entry-card{
      border:1px solid rgba(240,198,106,.18);
      border-radius:20px;
      padding:18px;
      min-height:118px;
      background:rgba(9,6,9,.55);
      transition:var(--ease);
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(240,198,106,.42);
      background:rgba(75,35,90,.24);
    }
    .entry-card span{
      display:inline-block;width:10px;height:10px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 6px rgba(240,198,106,.08);
      margin-bottom:15px;
    }
    .entry-card h3{font-size:18px;margin:0 0 6px;font-weight:800}
    .entry-card p{margin:0;color:var(--weak);font-size:14px;line-height:1.55}
    .safe-progress{
      margin-top:20px;
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.035);
      border:1px solid var(--line-soft);
    }
    .wave-line{
      height:34px;
      display:flex;
      gap:5px;
      align-items:center;
      overflow:hidden;
    }
    .wave-line i{
      display:block;width:6px;border-radius:999px;
      background:linear-gradient(180deg,var(--gold),rgba(158,47,85,.62));
      opacity:.85;
    }
    .wave-line i:nth-child(1){height:12px}.wave-line i:nth-child(2){height:26px}.wave-line i:nth-child(3){height:18px}.wave-line i:nth-child(4){height:30px}.wave-line i:nth-child(5){height:14px}.wave-line i:nth-child(6){height:24px}.wave-line i:nth-child(7){height:32px}.wave-line i:nth-child(8){height:18px}.wave-line i:nth-child(9){height:28px}.wave-line i:nth-child(10){height:12px}.wave-line i:nth-child(11){height:22px}.wave-line i:nth-child(12){height:34px}
    .bento-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr .75fr;
      grid-auto-rows:minmax(180px,auto);
      gap:18px;
      margin-top:34px;
    }
    .club-card{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(240,198,106,.18);
      border-radius:var(--radius-lg);
      padding:24px;
      background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
      box-shadow:0 18px 44px rgba(0,0,0,.25);
      transition:var(--ease);
    }
    .club-card:hover{
      transform:translateY(-5px);
      border-color:rgba(240,198,106,.4);
      box-shadow:0 24px 60px rgba(0,0,0,.36);
    }
    .club-card:before{
      content:"";
      position:absolute;left:24px;right:24px;top:0;height:2px;
      background:linear-gradient(90deg,transparent,var(--gold),transparent);
      opacity:.55;
    }
    .club-card.large{grid-column:span 2;min-height:260px}
    .club-card.tall{grid-row:span 2}
    .card-kicker{color:var(--gold);font-weight:850;font-size:13px;margin-bottom:12px}
    .club-card h3{font-size:22px;font-weight:850;margin:0 0 12px}
    .club-card p{color:var(--muted);margin:0;font-size:15px}
    .mini-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:10px}
    .mini-list li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:14px}
    .mini-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold);margin-top:9px;flex:0 0 auto}
    .carousel-shell{
      margin-top:34px;
      border:1px solid rgba(240,198,106,.22);
      border-radius:32px;
      overflow:hidden;
      background:rgba(20,16,20,.75);
      box-shadow:var(--shadow);
    }
    .slide-inner{
      display:grid;
      grid-template-columns:1fr .78fr;
      gap:28px;
      min-height:430px;
      padding:34px;
      align-items:center;
    }
    .ui-shot{
      border-radius:28px;
      min-height:330px;
      border:1px solid rgba(240,198,106,.22);
      background:
        radial-gradient(circle at 25% 20%,rgba(240,198,106,.2),transparent 26%),
        linear-gradient(135deg,rgba(75,35,90,.6),rgba(9,6,9,.92));
      padding:26px;
      display:grid;
      align-content:end;
      position:relative;
      overflow:hidden;
    }
    .ui-shot:after{
      content:"";
      position:absolute;inset:28px;
      border-radius:22px;
      border:1px dashed rgba(240,198,106,.24);
      background:repeating-linear-gradient(0deg,rgba(240,198,106,.06) 0 6px,transparent 6px 16px);
      opacity:.62;
    }
    .shot-badge{position:relative;z-index:2;max-width:max-content}
    .slide-copy h3{font-size:28px;font-weight:850;margin:14px 0}
    .slide-copy p{color:var(--muted)}
    .feature-points{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
    .feature-points li{
      border:1px solid var(--line-soft);
      border-radius:16px;
      padding:12px 14px;
      color:var(--muted);
      background:rgba(255,255,255,.035);
    }
    .carousel-control-prev,.carousel-control-next{
      width:48px;height:48px;
      top:auto;bottom:22px;
      border:1px solid rgba(240,198,106,.42);
      border-radius:50%;
      background:rgba(9,6,9,.85);
      opacity:1;
    }
    .carousel-control-prev{left:auto;right:86px}
    .carousel-control-next{right:28px}
    .carousel-indicators [data-bs-target]{
      background-color:var(--gold);
      width:28px;height:4px;border-radius:999px;
    }
    .compat-grid{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:24px;
      margin-top:34px;
    }
    .dark-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border:1px solid rgba(240,198,106,.18);
      border-radius:24px;
      background:rgba(20,16,20,.72);
    }
    .dark-table th,.dark-table td{
      padding:18px 20px;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      vertical-align:middle;
    }
    .dark-table th{color:var(--gold);font-weight:850;background:rgba(240,198,106,.055)}
    .dark-table tr:last-child th,.dark-table tr:last-child td{border-bottom:0}
    .pill-row{display:flex;flex-wrap:wrap;gap:8px}
    .mini-pill{
      display:inline-flex;align-items:center;
      border-radius:999px;
      border:1px solid rgba(240,198,106,.22);
      padding:6px 10px;
      color:var(--text);
      background:rgba(255,255,255,.035);
      font-size:13px;
      font-weight:750;
    }
    .check-panel{
      border:1px solid rgba(240,198,106,.22);
      border-radius:24px;
      background:linear-gradient(180deg,rgba(158,47,85,.16),rgba(255,255,255,.035));
      padding:24px;
      height:100%;
    }
    .check-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:13px}
    .check-list li{
      display:flex;gap:11px;
      color:var(--muted);
      border-bottom:1px solid rgba(255,255,255,.07);
      padding-bottom:12px;
    }
    .check-list li:last-child{border-bottom:0;padding-bottom:0}
    .check-list li:before{content:"✓";color:#191006;background:var(--gold);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-weight:900;flex:0 0 auto;margin-top:2px}
    .reviews-wrap{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      margin-top:34px;
    }
    .review-stack{display:grid;gap:18px}
    .review-card{
      border:1px solid rgba(240,198,106,.18);
      border-radius:24px;
      padding:22px;
      background:rgba(255,255,255,.04);
    }
    .review-card.wide{min-height:210px}
    .review-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:radial-gradient(circle,rgba(240,198,106,.25),rgba(75,35,90,.42));
      border:1px solid rgba(240,198,106,.34);
      color:var(--gold);
      font-weight:900;
    }
    .review-card p{color:var(--muted);margin:0}
    .stars{color:var(--gold);letter-spacing:2px;margin-top:16px}
    .download-panel{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(240,198,106,.34);
      border-radius:36px;
      padding:36px;
      background:
        radial-gradient(circle at 10% 10%,rgba(240,198,106,.16),transparent 28%),
        radial-gradient(circle at 88% 24%,rgba(158,47,85,.2),transparent 34%),
        linear-gradient(135deg,rgba(20,16,20,.98),rgba(10,7,10,.98));
      box-shadow:var(--shadow);
    }
    .download-grid{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:center;
      margin-top:28px;
    }
    .version-box{
      border:1px solid rgba(240,198,106,.2);
      border-radius:26px;
      padding:24px;
      background:rgba(255,255,255,.035);
    }
    .qr-box{
      width:150px;height:150px;border-radius:22px;
      border:1px solid rgba(240,198,106,.28);
      background:
        linear-gradient(90deg,rgba(240,198,106,.12) 2px,transparent 2px),
        linear-gradient(rgba(240,198,106,.12) 2px,transparent 2px),
        rgba(9,6,9,.8);
      background-size:18px 18px;
      display:grid;place-items:center;color:var(--gold);font-weight:900;
      margin-top:18px;
    }
    .download-buttons{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .platform-btn{
      border:1px solid rgba(240,198,106,.22);
      border-radius:20px;
      padding:18px;
      background:rgba(255,255,255,.04);
      transition:var(--ease);
      min-height:104px;
    }
    .platform-btn:hover{
      transform:translateY(-4px);
      border-color:rgba(240,198,106,.45);
      background:rgba(240,198,106,.08);
    }
    .platform-btn strong{display:block;font-size:18px;margin-bottom:6px}
    .platform-btn span{color:var(--muted);font-size:14px}
    .calendar-strip{
      display:grid;
      grid-template-columns:260px 1fr;
      gap:24px;
      margin-top:34px;
    }
    .countdown{
      border-radius:28px;
      border:1px solid rgba(240,198,106,.26);
      background:linear-gradient(180deg,rgba(158,47,85,.22),rgba(20,16,20,.75));
      padding:24px;
    }
    .time-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
    .time-cell{
      border-radius:16px;
      border:1px solid rgba(240,198,106,.18);
      background:rgba(9,6,9,.5);
      padding:13px 8px;
      text-align:center;
    }
    .time-cell strong{display:block;font-size:26px;color:var(--gold);line-height:1}
    .timeline{
      display:grid;
      gap:14px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:90px 1fr;
      gap:16px;
      align-items:start;
      border:1px solid rgba(240,198,106,.16);
      border-radius:22px;
      padding:18px;
      background:rgba(255,255,255,.035);
    }
    .timeline-date{color:var(--gold);font-weight:850}
    .timeline-item h3{font-size:18px;margin:0 0 5px;font-weight:850}
    .timeline-item p{color:var(--muted);margin:0;font-size:14px}
    .topic-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr .8fr;
      gap:18px;
      margin-top:34px;
    }
    .topic-card{
      min-height:210px;
      border:1px solid rgba(240,198,106,.18);
      border-radius:26px;
      padding:24px;
      background:linear-gradient(135deg,rgba(255,255,255,.052),rgba(255,255,255,.025));
      position:relative;overflow:hidden;
    }
    .topic-card.big{min-height:280px}
    .topic-card:after{
      content:"";
      position:absolute;right:18px;bottom:18px;
      width:110px;height:48px;
      background:repeating-linear-gradient(90deg,var(--gold) 0 5px,transparent 5px 12px);
      opacity:.16;
    }
    .topic-card h3{font-size:22px;font-weight:850;margin:13px 0 10px}
    .topic-card p{color:var(--muted);font-size:15px;position:relative;z-index:1}
    .dashboard{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:34px;
    }
    .metric{
      border:1px solid rgba(240,198,106,.18);
      border-radius:24px;
      padding:22px;
      background:rgba(255,255,255,.04);
    }
    .metric strong{display:block;font-size:34px;line-height:1;color:var(--gold);font-weight:900}
    .metric span{color:var(--muted);font-size:14px}
    .news-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:24px;
      margin-top:34px;
    }
    .news-list{
      border:1px solid rgba(240,198,106,.18);
      border-radius:28px;
      overflow:hidden;
      background:rgba(255,255,255,.035);
    }
    .news-item{
      display:grid;
      grid-template-columns:140px 1fr;
      gap:18px;
      padding:20px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .news-item:last-child{border-bottom:0}
    .news-item time{color:var(--gold);font-weight:850}
    .news-item a{font-weight:850;font-size:18px;color:var(--text)}
    .news-item a:hover{color:var(--gold)}
    .news-item p{margin:6px 0 0;color:var(--muted);font-size:14px}
    .recommend-box{
      border:1px solid rgba(240,198,106,.2);
      border-radius:28px;
      padding:24px;
      background:linear-gradient(180deg,rgba(75,35,90,.18),rgba(255,255,255,.035));
      height:max-content;
    }
    .guide-steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:34px;
    }
    .step-card{
      border:1px solid rgba(240,198,106,.18);
      border-radius:24px;
      padding:24px;
      background:rgba(255,255,255,.04);
      position:relative;
    }
    .step-num{
      width:44px;height:44px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--gold);
      color:#1b1206;
      font-weight:900;
      margin-bottom:18px;
    }
    .step-card h3{font-size:20px;font-weight:850;margin:0 0 10px}
    .step-card p{color:var(--muted);font-size:14px;margin:0}
    .accordion{margin-top:34px}
    .accordion-item{
      color:var(--text);
      background:rgba(255,255,255,.035);
      border:1px solid rgba(240,198,106,.17)!important;
      border-radius:20px!important;
      overflow:hidden;
      margin-bottom:12px;
    }
    .accordion-button{
      color:var(--text);
      background:rgba(20,16,20,.8);
      font-weight:850;
      padding:18px 22px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--gold);
      background:linear-gradient(135deg,rgba(75,35,90,.34),rgba(20,16,20,.88));
    }
    .accordion-button:after{filter:invert(83%) sepia(58%) saturate(449%) hue-rotate(349deg)}
    .accordion-body{color:var(--muted);padding:18px 22px 22px}
    .footer{
      border-top:1px solid rgba(240,198,106,.18);
      background:rgba(7,5,7,.92);
      padding:48px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:30px;
      align-items:start;
    }
    .footer-logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:20px;margin-bottom:14px}
    .footer p{color:var(--muted);margin:0}
    .footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
    .footer-links a{
      border:1px solid rgba(240,198,106,.18);
      border-radius:999px;
      padding:9px 13px;
      color:var(--muted);
      font-weight:750;
    }
    .footer-links a:hover{color:var(--gold);border-color:rgba(240,198,106,.42)}
    .copyright{
      margin-top:28px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--weak);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .modal-content{
      background:linear-gradient(180deg,#171018,#090609);
      border:1px solid rgba(240,198,106,.34);
      border-radius:28px;
      color:var(--text);
      box-shadow:var(--shadow);
    }
    .modal-header,.modal-footer{border-color:rgba(240,198,106,.14)}
    .modal-body{color:var(--muted)}
    :focus-visible{outline:3px solid rgba(240,198,106,.55);outline-offset:3px}
    @media (max-width: 1199px){
      .hero-stage{padding:34px}
      .bento-grid,.topic-grid{grid-template-columns:1fr 1fr}
      .club-card.large{grid-column:span 1}
      .dashboard,.guide-steps{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 991px){
      .navbar-collapse{
        padding:16px 0 20px;
        border-top:1px solid rgba(240,198,106,.12);
        margin-top:10px;
      }
      .nav-pills-club{align-items:stretch;margin-left:0}
      .nav-age{width:max-content;margin-top:10px}
      .hero-grid,.slide-inner,.compat-grid,.download-grid,.calendar-strip,.news-layout,.reviews-wrap,.footer-grid{
        grid-template-columns:1fr;
      }
      .pass-panel{min-height:auto}
      .carousel-control-prev{right:78px}
      .carousel-control-next{right:22px}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width: 767px){
      .section{padding:68px 0}
      .hero{padding:42px 0 24px}
      .hero-stage{padding:24px;border-radius:28px}
      .trust-strip,.entry-grid,.bento-grid,.topic-grid,.dashboard,.guide-steps,.download-buttons{
        grid-template-columns:1fr;
      }
      .slide-inner{padding:22px;min-height:auto}
      .ui-shot{min-height:280px}
      .dark-table th,.dark-table td{display:block;width:100%;padding:14px 16px}
      .dark-table th{border-bottom:0}
      .news-item,.timeline-item{grid-template-columns:1fr}
      .qr-box{display:none}
      .hero-actions .btn-club,.download-buttons .platform-btn{width:100%}
      .navbar-brand{font-size:15px;max-width:72vw}
    }
    @media (max-width: 520px){
      .container{padding-left:18px;padding-right:18px}
      .hero h1{font-size:34px}
      .section-title{font-size:26px}
      .club-card,.download-panel{padding:20px;border-radius:22px}
      .pass-top{align-items:flex-start;flex-direction:column}
      .club-seal{width:76px;height:76px}
      .time-row{grid-template-columns:1fr}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#090609;
      --bg-2:#120912;
      --bg-3:#171018;
      --panel:#141014;
      --panel-soft:rgba(255,255,255,.045);
      --gold:#F0C66A;
      --gold-2:#D7A84F;
      --rose:#9E2F55;
      --purple:#4B235A;
      --copper:#7A4A2B;
      --text:#F7EFD8;
      --muted:#CFC2AE;
      --weak:#918476;
      --line:rgba(240,198,106,.22);
      --line-soft:rgba(255,255,255,.08);
      --danger-bg:rgba(96,18,26,.42);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --shadow:0 26px 70px rgba(0,0,0,.48);
      --shadow-gold:0 16px 42px rgba(215,168,79,.18);
      --ease:all .28s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(158,47,85,.22), transparent 30%),
        radial-gradient(circle at 82% 12%, rgba(75,35,90,.28), transparent 34%),
        radial-gradient(circle at 50% 88%, rgba(122,74,43,.16), transparent 42%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 52%,#080508);
      line-height:1.8;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--gold)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(240,198,106,.28);color:var(--text)}
    .container{max-width:1200px}
    .section{padding:92px 0;position:relative}
    .section.tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(240,198,106,.08);
      color:var(--gold);
      font-size:13px;
      font-weight:750;
      letter-spacing:.02em;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 16px rgba(240,198,106,.72);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,56px);
      line-height:1.12;
      font-weight:850;
      letter-spacing:-.04em;
      margin:18px 0 18px;
    }
    h2{
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.22;
      font-weight:820;
      letter-spacing:-.03em;
      margin-bottom:16px;
    }
    h3{font-size:22px;font-weight:780;line-height:1.35;margin-bottom:10px}
    p{color:var(--muted)}
    .lead-text{font-size:17px;max-width:760px;color:#ddcfb8}
    .gold-text{
      background:linear-gradient(92deg,#fff1ba 0%,var(--gold) 52%,#b88432 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .navbar-wrap{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(9,6,9,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(240,198,106,.18);
      box-shadow:0 12px 42px rgba(0,0,0,.34);
    }
    .navbar{min-height:78px;padding:10px 0}
    .navbar-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:var(--text);
      font-weight:850;
      letter-spacing:-.02em;
      font-size:19px;
    }
    .logo-mark{
      display:inline-grid;
      place-items:center;
      width:42px;
      height:42px;
      border-radius:50%;
      color:#171008;
      font-weight:900;
      font-size:13px;
      background:linear-gradient(135deg,#fff0ad,var(--gold-2));
      border:1px solid rgba(255,255,255,.18);
      box-shadow:0 8px 24px rgba(240,198,106,.24), inset 0 1px 0 rgba(255,255,255,.5);
      flex:0 0 auto;
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:9px 11px;
      box-shadow:none!important;
      background:rgba(255,255,255,.04);
    }
    .navbar-toggler:focus{outline:3px solid rgba(240,198,106,.24)}
    .navbar-toggler-icon{
      width:24px;height:24px;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28240,198,106,.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .nav-pills-club{
      gap:8px;
      align-items:center;
    }
    .nav-pills-club .nav-link{
      color:var(--muted);
      padding:10px 16px;
      border-radius:999px;
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
    }
    .nav-pills-club .nav-link:hover{
      color:var(--gold);
      background:rgba(240,198,106,.08);
      border-color:rgba(240,198,106,.16);
    }
    .nav-pills-club .nav-link.active{
      color:#170e07;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      box-shadow:var(--shadow-gold);
    }
    .nav-age{
      display:inline-flex;
      align-items:center;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(240,198,106,.25);
      background:var(--danger-bg);
      color:#ffe2a0;
      font-size:12px;
      font-weight:750;
      white-space:nowrap;
    }
    .btn-club{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:11px 18px;
      font-size:14px;
      line-height:1.2;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-gold{
      color:#160f08;
      background:linear-gradient(135deg,#fff1ad 0%,var(--gold) 48%,var(--gold-2) 100%);
      box-shadow:0 14px 34px rgba(215,168,79,.22);
    }
    .btn-gold:hover{
      color:#110b05;
      transform:translateY(-2px);
      box-shadow:0 18px 46px rgba(240,198,106,.3);
      filter:saturate(1.08);
    }
    .btn-outline-gold{
      color:var(--gold);
      border-color:rgba(240,198,106,.38);
      background:rgba(255,255,255,.03);
    }
    .btn-outline-gold:hover{
      color:var(--text);
      background:rgba(158,47,85,.22);
      border-color:rgba(240,198,106,.58);
      transform:translateY(-2px);
    }
    .btn-club:focus-visible,.filter-pill:focus-visible,.card-link:focus-visible{
      outline:3px solid rgba(240,198,106,.28);
      outline-offset:3px;
    }

    .hero{
      padding:94px 0 64px;
      position:relative;
      isolation:isolate;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(240,198,106,.05) 1px,transparent 1px),
        linear-gradient(180deg,rgba(240,198,106,.045) 1px,transparent 1px);
      background-size:76px 76px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 78%);
      z-index:-1;
    }
    .hero-copy{
      padding:22px 0;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin:28px 0 26px;
    }
    .trust-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .trust-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid var(--line-soft);
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-size:13px;
      font-weight:680;
    }
    .trust-chip i{
      width:8px;height:8px;border-radius:50%;
      background:var(--gold);
      display:inline-block;
    }

    .vertical-console{
      max-width:420px;
      margin-left:auto;
      position:relative;
      border-radius:36px;
      padding:18px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.025)),
        radial-gradient(circle at 20% 20%,rgba(240,198,106,.2),transparent 34%),
        radial-gradient(circle at 82% 72%,rgba(158,47,85,.22),transparent 40%);
      border:1px solid rgba(240,198,106,.26);
      box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
    }
    .vertical-console:after{
      content:"";
      position:absolute;
      inset:12px;
      border-radius:30px;
      border:1px solid rgba(255,255,255,.08);
      pointer-events:none;
    }
    .console-screen{
      position:relative;
      min-height:560px;
      border-radius:28px;
      overflow:hidden;
      padding:22px;
      background:linear-gradient(180deg,#1c1119,#0d090d 62%,#130b10);
    }
    .console-screen:before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.28;
      background:
        repeating-linear-gradient(90deg,transparent 0 14px,rgba(240,198,106,.32) 15px 18px,transparent 19px 28px);
      height:82px;
      top:auto;
      bottom:0;
      mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);
    }
    .console-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .round-badge{
      width:74px;height:74px;
      border-radius:50%;
      display:grid;
      place-items:center;
      text-align:center;
      color:#1a1008;
      font-weight:900;
      line-height:1.15;
      background:linear-gradient(135deg,#fff0b0,var(--gold-2));
      box-shadow:0 16px 36px rgba(240,198,106,.22);
      border:1px solid rgba(255,255,255,.22);
    }
    .status-lines{
      display:grid;
      gap:8px;
      width:132px;
    }
    .status-lines span{
      height:9px;
      border-radius:999px;
      background:linear-gradient(90deg,rgba(240,198,106,.75),rgba(158,47,85,.32),rgba(255,255,255,.06));
    }
    .status-lines span:nth-child(2){width:76%;margin-left:auto}
    .status-lines span:nth-child(3){width:58%}
    .entrance-stack{
      position:relative;
      z-index:1;
      display:grid;
      gap:14px;
      margin-top:28px;
    }
    .entry-item{
      padding:16px;
      border-radius:20px;
      border:1px solid rgba(240,198,106,.18);
      background:rgba(255,255,255,.045);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
      transition:var(--ease);
    }
    .entry-item:hover{
      transform:translateY(-3px);
      border-color:rgba(240,198,106,.4);
      background:rgba(240,198,106,.07);
    }
    .entry-item strong{
      display:block;
      color:var(--text);
      font-size:16px;
      margin-bottom:4px;
    }
    .entry-item span{
      color:var(--weak);
      font-size:13px;
    }
    .console-bottom{
      position:absolute;
      left:22px;right:22px;bottom:24px;
      display:flex;
      align-items:end;
      justify-content:space-between;
      z-index:1;
    }
    .spectrum{
      display:flex;
      align-items:end;
      gap:5px;
      height:58px;
    }
    .spectrum b{
      width:7px;
      border-radius:999px;
      background:linear-gradient(180deg,var(--gold),rgba(158,47,85,.45));
      box-shadow:0 0 14px rgba(240,198,106,.18);
    }
    .spectrum b:nth-child(1){height:24px}.spectrum b:nth-child(2){height:42px}.spectrum b:nth-child(3){height:32px}.spectrum b:nth-child(4){height:54px}.spectrum b:nth-child(5){height:28px}.spectrum b:nth-child(6){height:46px}.spectrum b:nth-child(7){height:36px}
    .mini-note{
      max-width:150px;
      color:#ead9b7;
      font-size:13px;
      text-align:right;
    }

    .filter-shell{
      margin-top:38px;
      border-radius:var(--radius-lg);
      padding:14px;
      background:rgba(255,255,255,.035);
      border:1px solid var(--line-soft);
      box-shadow:0 18px 50px rgba(0,0,0,.26);
      overflow:hidden;
    }
    .filter-scroll{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-scroll::-webkit-scrollbar{display:none}
    .filter-pill{
      flex:0 0 auto;
      border:1px solid rgba(240,198,106,.22);
      background:rgba(20,16,20,.72);
      color:var(--muted);
      padding:10px 16px;
      border-radius:999px;
      font-weight:760;
      font-size:14px;
      transition:var(--ease);
    }
    .filter-pill.active,.filter-pill:hover{
      color:#160f08;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      border-color:transparent;
      box-shadow:0 14px 30px rgba(215,168,79,.18);
    }

    .bento{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:22px;
      align-items:start;
    }
    .bento-list{
      display:grid;
      grid-template-columns:repeat(6,1fr);
      gap:18px;
    }
    .club-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      padding:24px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025)),
        var(--panel);
      border:1px solid rgba(240,198,106,.18);
      box-shadow:0 18px 54px rgba(0,0,0,.3);
      transition:var(--ease);
    }
    .club-card:hover{
      transform:translateY(-4px);
      border-color:rgba(240,198,106,.36);
      box-shadow:0 24px 66px rgba(0,0,0,.42);
    }
    .club-card:before{
      content:"";
      position:absolute;
      left:24px;right:24px;top:0;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--gold),rgba(158,47,85,.75),transparent);
      opacity:.7;
    }
    .card-wide{grid-column:span 4;min-height:310px}
    .card-tall{grid-column:span 2;min-height:310px}
    .card-mid{grid-column:span 3;min-height:250px}
    .card-small{grid-column:span 2;min-height:220px}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      color:var(--gold);
      background:rgba(240,198,106,.09);
      border:1px solid rgba(240,198,106,.2);
      font-size:12px;
      font-weight:800;
      margin-bottom:14px;
    }
    .tag.dark{
      color:#f4dba3;
      background:rgba(158,47,85,.16);
      border-color:rgba(158,47,85,.32);
    }
    .abstract-cover{
      height:126px;
      border-radius:20px;
      margin:18px 0;
      border:1px solid rgba(240,198,106,.16);
      background:
        radial-gradient(circle at 20% 28%,rgba(240,198,106,.34),transparent 24%),
        radial-gradient(circle at 80% 66%,rgba(158,47,85,.3),transparent 30%),
        linear-gradient(135deg,#241424,#0b080b);
      position:relative;
      overflow:hidden;
    }
    .abstract-cover:after{
      content:"";
      position:absolute;
      inset:auto 14px 18px;
      height:42px;
      background:repeating-linear-gradient(90deg,rgba(240,198,106,.8) 0 4px,transparent 5px 13px);
      border-radius:999px;
      opacity:.36;
      mask-image:linear-gradient(90deg,transparent,black 14%,black 86%,transparent);
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:8px;
      color:var(--gold);
      font-weight:820;
      font-size:14px;
    }
    .card-link:after{content:"→";transition:var(--ease)}
    .card-link:hover:after{transform:translateX(4px)}
    .meta-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:18px;
    }
    .meta-box{
      border-radius:16px;
      padding:14px;
      background:rgba(255,255,255,.035);
      border:1px solid var(--line-soft);
    }
    .meta-box strong{
      display:block;
      color:var(--gold);
      font-size:22px;
      line-height:1.15;
      margin-bottom:4px;
    }
    .meta-box span{color:var(--weak);font-size:12px;font-weight:700}
    .side-panel{
      position:sticky;
      top:102px;
      border-radius:var(--radius-xl);
      padding:22px;
      border:1px solid rgba(240,198,106,.24);
      background:
        radial-gradient(circle at 18% 0,rgba(240,198,106,.18),transparent 32%),
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
      box-shadow:var(--shadow);
    }
    .check-list{
      list-style:none;
      padding:0;margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:14px;
      padding-bottom:12px;
      border-bottom:1px solid rgba(255,255,255,.07);
    }
    .check-list li:last-child{border-bottom:0;padding-bottom:0}
    .check-list li:before{
      content:"";
      width:18px;height:18px;border-radius:50%;
      flex:0 0 auto;
      margin-top:4px;
      background:
        radial-gradient(circle at center,#1a1008 0 34%,transparent 36%),
        linear-gradient(135deg,var(--gold),var(--gold-2));
      box-shadow:0 0 16px rgba(240,198,106,.2);
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .tag-cloud span{
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(240,198,106,.14);
      color:var(--muted);
      font-size:12px;
      font-weight:700;
    }

    .steps-wrap{
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        linear-gradient(135deg,rgba(75,35,90,.24),rgba(122,74,43,.11)),
        rgba(255,255,255,.032);
      border:1px solid rgba(240,198,106,.18);
      box-shadow:var(--shadow);
    }
    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:28px;
      position:relative;
    }
    .step-card{
      position:relative;
      padding:22px 18px;
      border-radius:22px;
      background:rgba(9,6,9,.54);
      border:1px solid rgba(240,198,106,.16);
      min-height:218px;
    }
    .step-num{
      width:44px;height:44px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      color:#170e08;
      font-weight:900;
      margin-bottom:16px;
      box-shadow:0 12px 26px rgba(215,168,79,.18);
    }
    .step-card p{font-size:14px;margin-bottom:0;color:var(--muted)}
    .wave-divider{
      height:20px;
      margin:24px 0 0;
      background:repeating-linear-gradient(90deg,transparent 0 10px,rgba(240,198,106,.58) 11px 14px,transparent 15px 24px);
      opacity:.24;
      mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);
      border-radius:999px;
    }

    .compat{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:stretch;
    }
    .compat-card{
      border-radius:var(--radius-xl);
      padding:28px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(240,198,106,.18);
      box-shadow:0 18px 54px rgba(0,0,0,.28);
    }
    .dark-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border-radius:22px;
      border:1px solid rgba(240,198,106,.18);
      background:rgba(9,6,9,.44);
    }
    .dark-table th,.dark-table td{
      padding:16px 18px;
      border-bottom:1px solid rgba(255,255,255,.07);
      color:var(--muted);
      vertical-align:middle;
      font-size:14px;
    }
    .dark-table tr:last-child th,.dark-table tr:last-child td{border-bottom:0}
    .dark-table th{
      width:32%;
      color:var(--gold);
      font-weight:820;
      background:rgba(240,198,106,.045);
    }
    .badge-soft{
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(240,198,106,.09);
      border:1px solid rgba(240,198,106,.18);
      color:#f1d596;
      font-size:12px;
      font-weight:800;
      margin:2px 3px 2px 0;
    }

    .download-panel{
      border-radius:36px;
      padding:34px;
      background:
        radial-gradient(circle at 20% 0,rgba(240,198,106,.22),transparent 28%),
        radial-gradient(circle at 84% 72%,rgba(158,47,85,.24),transparent 32%),
        linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
      border:1px solid rgba(240,198,106,.3);
      box-shadow:var(--shadow);
    }
    .download-buttons{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:22px;
    }
    .platform-btn{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:17px 18px;
      border-radius:20px;
      background:rgba(9,6,9,.5);
      border:1px solid rgba(240,198,106,.18);
      transition:var(--ease);
    }
    .platform-btn:hover{
      transform:translateY(-3px);
      border-color:rgba(240,198,106,.42);
      background:rgba(240,198,106,.08);
    }
    .platform-btn strong{display:block;font-size:16px;color:var(--text)}
    .platform-btn span{display:block;font-size:12px;color:var(--weak)}
    .platform-btn em{
      font-style:normal;
      color:#170e08;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .notice-strip{
      margin-top:20px;
      padding:14px 16px;
      border-radius:18px;
      border:1px solid rgba(240,198,106,.24);
      background:var(--danger-bg);
      color:#f2dca9;
      font-size:13px;
      font-weight:650;
    }

    .faq-wrap .accordion{
      display:grid;
      gap:12px;
    }
    .faq-wrap .accordion-item{
      border:1px solid rgba(240,198,106,.18);
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,255,255,.035);
      color:var(--text);
    }
    .faq-wrap .accordion-button{
      color:var(--text);
      background:rgba(255,255,255,.025);
      box-shadow:none;
      padding:18px 20px;
      font-weight:820;
      gap:10px;
    }
    .faq-wrap .accordion-button:before{
      content:"";
      width:18px;height:18px;border-radius:50%;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      flex:0 0 auto;
    }
    .faq-wrap .accordion-button:not(.collapsed){
      color:var(--gold);
      background:linear-gradient(135deg,rgba(75,35,90,.34),rgba(158,47,85,.1));
    }
    .faq-wrap .accordion-button:after{
      filter:invert(82%) sepia(40%) saturate(551%) hue-rotate(357deg) brightness(103%) contrast(88%);
    }
    .faq-wrap .accordion-body{
      color:var(--muted);
      padding:0 20px 20px 48px;
      background:rgba(9,6,9,.18);
    }

    .footer{
      padding:56px 0 30px;
      border-top:1px solid rgba(240,198,106,.2);
      background:
        radial-gradient(circle at 12% 0,rgba(240,198,106,.12),transparent 32%),
        #070507;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:34px;
      align-items:start;
    }
    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer p{
      max-width:560px;
      color:var(--weak);
      margin-bottom:0;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:14px;
      font-weight:720;
    }
    .footer-links a:hover{
      color:var(--gold);
      border-color:rgba(240,198,106,.25);
      background:rgba(240,198,106,.06);
    }
    .copyright{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }

    @media (max-width: 991.98px){
      .navbar-collapse{
        margin-top:14px;
        padding:16px;
        border-radius:22px;
        border:1px solid rgba(240,198,106,.16);
        background:rgba(12,8,12,.96);
      }
      .nav-pills-club{align-items:stretch}
      .nav-pills-club .nav-link{display:block}
      .vertical-console{margin:34px auto 0}
      .bento,.compat{grid-template-columns:1fr}
      .side-panel{position:relative;top:auto}
      .steps-grid{grid-template-columns:repeat(2,1fr)}
      .section{padding:72px 0}
      .hero{padding:76px 0 46px}
    }
    @media (max-width: 767.98px){
      .navbar{min-height:66px}
      .navbar-brand{font-size:16px}
      .logo-mark{width:38px;height:38px}
      .hero-actions .btn-club{width:100%}
      .console-screen{min-height:500px}
      .bento-list{grid-template-columns:1fr}
      .card-wide,.card-tall,.card-mid,.card-small{grid-column:auto;min-height:auto}
      .meta-grid{grid-template-columns:1fr}
      .steps-wrap,.download-panel{padding:24px}
      .steps-grid{grid-template-columns:1fr}
      .download-buttons{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .dark-table th,.dark-table td{display:block;width:100%;padding:13px 15px}
      .dark-table th{border-bottom:0}
    }
    @media (max-width: 520px){
      h1{font-size:34px}
      .hero{padding-top:56px}
      .section{padding:58px 0}
      .club-card{padding:20px;border-radius:22px}
      .vertical-console{padding:12px;border-radius:28px}
      .console-screen{border-radius:22px;padding:18px;min-height:470px}
      .round-badge{width:62px;height:62px;font-size:13px}
      .platform-btn{align-items:flex-start;flex-direction:column}
      .copyright{display:grid}
    }
