/* roulang page: index */
:root{
      --bg:#090B12;
      --bg-2:#0B0E17;
      --surface:#111521;
      --surface-2:#161B2A;
      --surface-3:#1D2433;
      --text:#E6EAF2;
      --muted:#9AA4B2;
      --weak:#6D7788;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(255,255,255,.14);
      --cyan:#22E6D1;
      --purple:#8B5CF6;
      --orange:#FFB020;
      --green:#34D399;
      --red:#F87171;
      --radius:8px;
      --radius-sm:6px;
      --shadow:0 16px 40px rgba(0,0,0,.28);
      --shadow-glow:0 0 28px rgba(34,230,209,.20);
      --container:1240px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --num:"DIN Alternate","Arial Narrow",system-ui,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(34,230,209,.10),transparent 28%),
        radial-gradient(circle at 80% 18%,rgba(139,92,246,.12),transparent 30%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 48%,#070910);
      line-height:1.75;
      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,a:focus{color:var(--cyan)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    button,.button{cursor:pointer}
    ::selection{background:rgba(34,230,209,.28);color:#fff}
    .site-wrap{min-height:100vh;display:flex;flex-direction:column}
    .container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
    .section{padding:86px 0;position:relative}
    .section.compact{padding:64px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:30px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--cyan);
      font-size:13px;
      font-weight:700;
      margin-bottom:10px;
    }
    .section-kicker:before{
      content:"";
      width:28px;height:2px;
      background:linear-gradient(90deg,var(--cyan),var(--purple));
      box-shadow:0 0 14px rgba(34,230,209,.45);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,4.2vw,52px);
      line-height:1.12;
      font-weight:800;
      letter-spacing:-.5px;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(25px,2.6vw,34px);
      line-height:1.25;
      font-weight:800;
      margin-bottom:12px;
    }
    h3{font-size:21px;line-height:1.35;font-weight:750;margin-bottom:10px}
    h4{font-size:17px;font-weight:750;margin-bottom:8px}
    p{color:var(--muted);font-size:16px}
    .muted{color:var(--muted)}
    .small{font-size:13px;color:var(--weak)}
    .accent{color:var(--cyan)}
    .top-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(8,10,18,.92);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(14px);
      box-shadow:0 10px 30px rgba(0,0,0,.22);
    }
    .top-bar,.top-bar ul{background:transparent}
    .nav-inner{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:230px;
      color:var(--text);
      font-weight:800;
      line-height:1.15;
    }
    .brand-mark{
      width:42px;height:42px;
      border:1px solid rgba(34,230,209,.42);
      border-radius:10px;
      display:grid;
      place-items:center;
      color:var(--cyan);
      background:
        linear-gradient(135deg,rgba(34,230,209,.13),rgba(139,92,246,.10)),
        #0b101b;
      box-shadow:inset 0 0 18px rgba(34,230,209,.10),0 0 18px rgba(34,230,209,.12);
      font-family:var(--num);
      letter-spacing:.8px;
    }
    .brand-text strong{display:block;font-size:15px}
    .brand-text span{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:2px}
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:4px;
      flex:1;
    }
    .desktop-nav a{
      position:relative;
      padding:24px 10px 22px;
      font-size:14px;
      color:#C9D0DD;
      font-weight:650;
      white-space:nowrap;
    }
    .desktop-nav a:after{
      content:"";
      position:absolute;
      left:10px;right:10px;bottom:15px;
      height:2px;
      background:linear-gradient(90deg,var(--cyan),var(--purple));
      transform:scaleX(0);
      transform-origin:center;
      transition:transform .22s ease;
      box-shadow:0 0 14px rgba(34,230,209,.5);
    }
    .desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
    .desktop-nav a.active{color:#fff;text-shadow:0 0 14px rgba(34,230,209,.25)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .status-pill{
      display:inline-flex;align-items:center;gap:8px;
      border:1px solid rgba(52,211,153,.28);
      background:rgba(52,211,153,.08);
      color:#BDF7DC;
      padding:8px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      white-space:nowrap;
    }
    .status-pill:before{
      content:"";width:7px;height:7px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(52,211,153,.8);
    }
    .menu-toggle{
      display:none;
      border:1px solid var(--line-strong);
      background:rgba(255,255,255,.04);
      color:var(--text);
      padding:10px 12px;
      border-radius:var(--radius-sm);
    }
    .mobile-panel{
      display:none;
      border-top:1px solid var(--line);
      padding:10px 0 18px;
    }
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:12px 4px;
      color:#D7DCE7;
      border-bottom:1px solid rgba(255,255,255,.06);
      font-weight:650;
    }
    .mobile-panel a:after{
      content:"";
      width:8px;height:8px;border-radius:50%;
      border:1px solid var(--cyan);
      opacity:.55;
    }
    .mobile-panel a.active{color:var(--cyan)}
    .button,.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-sm);
      padding:12px 18px;
      font-weight:800;
      font-size:14px;
      min-height:44px;
      border:1px solid transparent;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      margin:0;
    }
    .btn-primary{
      color:#071014;
      background:var(--cyan);
      border-color:var(--cyan);
      box-shadow:0 0 24px rgba(34,230,209,.18);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#071014;
      transform:translateY(-2px);
      box-shadow:0 0 26px rgba(34,230,209,.34);
    }
    .btn-ghost{
      background:rgba(255,255,255,.03);
      color:var(--text);
      border-color:var(--line-strong);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      border-color:rgba(139,92,246,.55);
      background:rgba(139,92,246,.12);
      transform:translateY(-2px);
    }
    .btn-small{min-height:34px;padding:8px 11px;font-size:12px;border-radius:6px}
    .btn-orange{border-color:rgba(255,176,32,.45);color:#FFE1A6;background:rgba(255,176,32,.10)}
    .btn-orange:hover{color:#071014;background:var(--orange);border-color:var(--orange)}
    .btn:focus-visible,.button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible{
      outline:2px solid rgba(34,230,209,.78);
      outline-offset:3px;
    }
    .ticker{
      border-bottom:1px solid var(--line);
      background:linear-gradient(90deg,rgba(34,230,209,.06),rgba(139,92,246,.05),rgba(255,176,32,.04));
    }
    .ticker-row{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:1px;
    }
    .ticker-item{
      padding:12px 14px;
      border-left:1px solid rgba(255,255,255,.05);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      min-width:0;
      color:#CBD3E1;
      font-size:13px;
    }
    .ticker-item:first-child{border-left:0}
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.05);
      color:#DDE4F0;
      white-space:nowrap;
    }
    .tag-cyan{color:#B9FFF8;border-color:rgba(34,230,209,.28);background:rgba(34,230,209,.08)}
    .tag-purple{color:#DDD1FF;border-color:rgba(139,92,246,.35);background:rgba(139,92,246,.10)}
    .tag-orange{color:#FFE0A3;border-color:rgba(255,176,32,.35);background:rgba(255,176,32,.10)}
    .tag-green{color:#BAF8DB;border-color:rgba(52,211,153,.30);background:rgba(52,211,153,.10)}
    .tag-red{color:#FFD0D0;border-color:rgba(248,113,113,.32);background:rgba(248,113,113,.09)}
    .hero{
      position:relative;
      padding:84px 0 66px;
      overflow:hidden;
      border-bottom:1px solid var(--line);
      background-image:linear-gradient(90deg,rgba(9,11,18,.96),rgba(9,11,18,.78) 45%,rgba(9,11,18,.92)),url('/assets/images/backpic/back-1.webp');
      background-size:cover;
      background-position:center;
    }
    .hero:before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent);
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:1}
    .hero-copy{max-width:670px}
    .hero-sub{font-size:17px;color:#B9C2D2;max-width:620px;margin-bottom:22px}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
    .hero-note{
      color:var(--weak);
      font-size:13px;
      display:flex;
      gap:10px;
      align-items:center;
    }
    .hero-note:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(34,230,209,.8);
    }
    .live-board{
      background:linear-gradient(180deg,rgba(22,27,42,.92),rgba(13,16,26,.92));
      border:1px solid var(--line);
      border-radius:12px;
      padding:18px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .live-board:before{
      content:"";
      position:absolute;top:0;left:18px;right:18px;height:2px;
      background:linear-gradient(90deg,var(--cyan),transparent,var(--purple));
      opacity:.85;
    }
    .board-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .match-card{
      border:1px solid var(--line);
      background:rgba(255,255,255,.035);
      border-radius:var(--radius);
      padding:14px;
      margin-bottom:12px;
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .match-card:hover{
      transform:translateY(-2px);
      border-color:rgba(34,230,209,.35);
      box-shadow:0 12px 28px rgba(0,0,0,.22);
    }
    .match-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}
    .team{text-align:center;font-weight:800}
    .team .abbr{
      width:42px;height:42px;border-radius:10px;
      display:grid;place-items:center;
      margin:0 auto 6px;
      background:linear-gradient(135deg,rgba(34,230,209,.16),rgba(139,92,246,.16));
      border:1px solid var(--line-strong);
      color:#fff;
      font-family:var(--num);
    }
    .score{text-align:center}
    .score strong{font-size:24px;font-family:var(--num);letter-spacing:1px;color:#fff}
    .score span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
    .match-foot{
      display:flex;align-items:center;justify-content:space-between;gap:8px;
      margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);
      font-size:13px;color:var(--muted);
    }
    .card{
      background:linear-gradient(180deg,rgba(22,27,42,.92),rgba(17,21,33,.92));
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
      overflow:hidden;
      height:100%;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(34,230,209,.35);
      box-shadow:0 18px 46px rgba(0,0,0,.34),0 0 26px rgba(34,230,209,.08);
    }
    .card-body{padding:20px}
    .metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .metric-card{
      padding:18px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(34,230,209,.06),transparent 48%),
        rgba(22,27,42,.78);
      min-height:132px;
      position:relative;
      overflow:hidden;
    }
    .metric-card:after{
      content:"";
      position:absolute;right:-20px;bottom:-24px;width:80px;height:80px;
      border:1px solid rgba(34,230,209,.12);
      border-radius:50%;
    }
    .metric-num{font-family:var(--num);font-size:32px;line-height:1;font-weight:800;color:#fff;margin-bottom:9px}
    .metric-num small{font-size:15px;color:var(--muted);font-family:var(--font)}
    .metric-label{font-weight:800;margin-bottom:4px}
    .metric-desc{font-size:12px;color:var(--weak);line-height:1.5}
    .trend{display:inline-flex;font-size:12px;color:#B9FFF8;margin-top:10px;font-weight:800}
    .category-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .league-card{
      position:relative;
      padding:20px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(34,230,209,.05)),var(--surface);
      min-height:180px;
      overflow:hidden;
    }
    .league-card:before{
      content:"";
      position:absolute;right:-30px;top:-30px;width:110px;height:110px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(139,92,246,.22),transparent 68%);
    }
    .league-card h3{position:relative;font-size:22px}
    .league-meta{position:relative;display:grid;gap:8px;margin:16px 0;color:var(--muted);font-size:13px}
    .table-wrap{
      overflow-x:auto;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(17,21,33,.88);
      box-shadow:var(--shadow);
    }
    table.data-table{
      margin:0;
      min-width:920px;
      color:var(--text);
      border-collapse:separate;
      border-spacing:0;
      background:transparent;
    }
    .data-table thead{background:rgba(255,255,255,.055)}
    .data-table th{
      color:#C9D2E2;
      font-size:13px;
      font-weight:800;
      padding:15px 16px;
      border-bottom:1px solid var(--line);
      white-space:nowrap;
    }
    .data-table td{
      padding:15px 16px;
      border-bottom:1px solid rgba(255,255,255,.055);
      color:#D9DFEA;
      font-size:14px;
      vertical-align:middle;
    }
    .data-table tbody tr{transition:background .18s ease}
    .data-table tbody tr:hover{background:rgba(34,230,209,.045)}
    .data-table tbody tr:last-child td{border-bottom:0}
    .versus{font-weight:850;color:#fff}
    .radar-layout{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .feature-match{
      min-height:430px;
      background-image:linear-gradient(180deg,rgba(8,10,18,.20),rgba(8,10,18,.94)),url('/assets/images/coverpic/cover-1.webp');
      background-size:cover;
      background-position:center;
      border-radius:var(--radius);
      border:1px solid var(--line);
      padding:26px;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .heat-list{display:grid;gap:12px}
    .heat-item{
      padding:16px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(22,27,42,.82);
    }
    .heat-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:9px;font-weight:800}
    .heat-bar{height:8px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}
    .heat-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--purple),var(--orange))}
    .rank-list{display:grid;gap:12px}
    .rank-item{
      display:grid;
      grid-template-columns:44px 1fr auto;
      gap:14px;
      align-items:center;
      padding:14px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:rgba(22,27,42,.78);
    }
    .rank-no{
      width:36px;height:36px;border-radius:9px;
      display:grid;place-items:center;
      background:rgba(34,230,209,.10);
      border:1px solid rgba(34,230,209,.25);
      color:var(--cyan);
      font-family:var(--num);
      font-weight:800;
    }
    .rank-name{font-weight:850;color:#fff}
    .rank-sub{font-size:12px;color:var(--muted);margin-top:2px}
    .progress-mini{
      width:112px;height:7px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin-top:6px
    }
    .progress-mini span{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--purple));border-radius:inherit}
    .player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .player-card{
      padding:18px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:
        linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),
        var(--surface);
    }
    .player-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .avatar{
      width:46px;height:46px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--purple),rgba(34,230,209,.65));
      color:#fff;font-weight:900;font-family:var(--num);
      border:1px solid rgba(255,255,255,.16);
    }
    .stat-line{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:10px;margin-top:10px;font-size:13px;color:var(--muted)}
    .stat-line strong{color:#fff;font-family:var(--num)}
    .timeline{
      position:relative;
      display:grid;
      gap:16px;
    }
    .timeline:before{
      content:"";
      position:absolute;left:13px;top:8px;bottom:8px;width:2px;
      background:linear-gradient(var(--cyan),var(--purple));
      opacity:.55;
    }
    .timeline-item{
      position:relative;
      padding-left:42px;
    }
    .timeline-dot{
      position:absolute;left:5px;top:5px;
      width:18px;height:18px;border-radius:50%;
      background:var(--bg);
      border:2px solid var(--cyan);
      box-shadow:0 0 14px rgba(34,230,209,.45);
    }
    .timeline-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(22,27,42,.78);
      padding:16px;
    }
    .cover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .cover-card .cover-img{
      position:relative;
      aspect-ratio:16/9;
      overflow:hidden;
      background:#10141f;
    }
    .cover-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:saturate(1.06) contrast(1.04)}
    .cover-card:hover img{transform:scale(1.04)}
    .cover-img:after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.64));
    }
    .cover-img .badge{position:absolute;left:14px;top:14px;z-index:2}
    .line-clamp-2{
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .topic-list{display:grid;gap:12px}
    .topic-item{
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:center;
      padding:15px 16px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(17,21,33,.80);
    }
    .topic-title{font-weight:800;color:#fff;margin-bottom:4px}
    .topic-meta{font-size:12px;color:var(--muted)}
    .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .service-card{
      padding:24px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(34,230,209,.07),rgba(139,92,246,.08) 50%,rgba(255,255,255,.02));
    }
    .service-icon{
      width:44px;height:44px;border-radius:10px;
      display:grid;place-items:center;
      background:rgba(34,230,209,.10);
      border:1px solid rgba(34,230,209,.24);
      color:var(--cyan);
      font-weight:900;
      margin-bottom:14px;
    }
    .review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .review-card{
      padding:18px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(22,27,42,.78);
      min-height:220px;
    }
    .review-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}
    .review-name{font-weight:850;color:#fff}
    .stars{color:var(--orange);font-size:13px;white-space:nowrap}
    .review-card p{font-size:14px;line-height:1.7;color:#C8D0DE}
    .review-foot{border-top:1px solid rgba(255,255,255,.06);padding-top:10px;margin-top:12px;display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--weak)}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      background:rgba(22,27,42,.78);
    }
    .accordion-title{
      border:0!important;
      background:transparent!important;
      color:#DFFAF7!important;
      font-size:16px;
      font-weight:800;
      padding:18px 46px 18px 18px;
    }
    .accordion-title:before{color:var(--cyan);font-size:22px;right:18px;margin-top:-12px}
    .accordion-title:hover,.accordion-title:focus{background:rgba(34,230,209,.045)!important;color:#fff!important}
    .accordion-content{
      border:0!important;
      background:rgba(7,9,15,.28)!important;
      color:#B9C2D1;
      padding:0 18px 18px;
      line-height:1.75;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(34,230,209,.24);
      border-radius:12px;
      padding:34px;
      background:
        linear-gradient(90deg,rgba(9,11,18,.94),rgba(9,11,18,.76)),
        url('/assets/images/backpic/back-2.webp');
      background-size:cover;
      background-position:center;
      box-shadow:var(--shadow-glow);
    }
    .contact-form{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:20px;
    }
    .field.full{grid-column:1/-1}
    .contact-form label{
      color:#DCE4F0;
      font-size:13px;
      font-weight:750;
      margin-bottom:6px;
    }
    .contact-form input,.contact-form select,.contact-form textarea{
      width:100%;
      border:1px solid var(--line-strong);
      background:rgba(5,7,12,.70);
      color:var(--text);
      border-radius:var(--radius-sm);
      min-height:45px;
      padding:11px 12px;
      box-shadow:none;
      margin:0;
    }
    .contact-form textarea{min-height:104px;resize:vertical}
    .contact-form input::placeholder,.contact-form textarea::placeholder{color:#677284}
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
      border-color:rgba(34,230,209,.72);
      background:rgba(5,7,12,.88);
      box-shadow:0 0 0 3px rgba(34,230,209,.10);
    }
    .site-footer{
      margin-top:auto;
      border-top:1px solid var(--line);
      background:#070910;
      padding:46px 0 28px;
    }
    .footer-main{
      display:grid;
      grid-template-columns:1.2fr 2fr;
      gap:34px;
      align-items:start;
      margin-bottom:28px;
    }
    .footer-brand{display:flex;gap:12px;align-items:center}
    .footer-links{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:10px;
    }
    .footer-links a{
      color:#B9C2D1;
      font-size:14px;
      padding:8px 0;
      border-bottom:1px solid rgba(255,255,255,.05);
    }
    .footer-links a:hover{color:var(--cyan);border-color:rgba(34,230,209,.28)}
    .beian{
      text-align:center;
      color:#8D98AA;
      font-size:13px;
      border-top:1px solid rgba(255,255,255,.06);
      padding-top:22px;
      line-height:1.9;
    }
    .beian a{color:#AAB4C4;margin:0 7px}
    .beian a:hover{color:var(--cyan)}
    .divider{height:1px;background:var(--line);margin:24px 0}
    @media (max-width:1120px){
      .desktop-nav a{padding-left:7px;padding-right:7px;font-size:13px}
      .brand{min-width:205px}
      .metric-grid{grid-template-columns:repeat(3,1fr)}
      .category-strip{grid-template-columns:repeat(2,1fr)}
      .player-grid,.review-grid{grid-template-columns:repeat(2,1fr)}
      .cover-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:900px){
      .container{width:min(100% - 40px,var(--container))}
      .desktop-nav,.nav-actions .status-pill{display:none}
      .menu-toggle{display:inline-flex}
      .mobile-panel.is-open{display:block}
      .ticker-row{grid-template-columns:repeat(2,1fr)}
      .ticker-item:nth-child(5){grid-column:1/-1}
      .hero{padding:58px 0 48px}
      .live-board{margin-top:28px}
      .section{padding:60px 0}
      .section-head{align-items:flex-start;flex-direction:column;gap:12px}
      .radar-layout{grid-template-columns:1fr}
      .feature-match{min-height:360px}
      .service-grid{grid-template-columns:1fr}
      .footer-main{grid-template-columns:1fr}
      .footer-links{grid-template-columns:repeat(3,1fr)}
    }
    @media (max-width:640px){
      .container{width:min(100% - 32px,var(--container))}
      .brand-text strong{font-size:14px}
      .brand-text span{display:none}
      .brand{min-width:0}
      .hero-actions .btn{width:100%}
      .ticker-row{grid-template-columns:1fr}
      .ticker-item:nth-child(5){grid-column:auto}
      .metric-grid{grid-template-columns:repeat(2,1fr);gap:10px}
      .metric-card{padding:14px;min-height:126px}
      .metric-num{font-size:26px}
      .category-strip,.cover-grid,.player-grid,.review-grid{grid-template-columns:1fr}
      .match-row{grid-template-columns:1fr;gap:10px}
      .score{order:2}
      .contact-form{grid-template-columns:1fr}
      .footer-links{grid-template-columns:repeat(2,1fr)}
      .cta-panel{padding:24px}
      .section{padding:50px 0}
    }
    @media (max-width:420px){
      .metric-grid{grid-template-columns:1fr}
      .footer-links{grid-template-columns:1fr}
      .rank-item{grid-template-columns:38px 1fr}
      .rank-item .btn{grid-column:1/-1}
    }

/* roulang page: category1 */
:root{
      --bg:#090B12;
      --bg-2:#0B0E17;
      --panel:#111521;
      --panel-2:#161B2A;
      --panel-3:#1D2433;
      --text:#E6EAF2;
      --muted:#9AA4B2;
      --weak:#687386;
      --cyan:#22E6D1;
      --cyan-soft:rgba(34,230,209,.13);
      --purple:#8B5CF6;
      --purple-soft:rgba(139,92,246,.16);
      --orange:#FFB020;
      --green:#34D399;
      --red:#FF6B6B;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(255,255,255,.14);
      --shadow:0 16px 40px rgba(0,0,0,.28);
      --shadow-glow:0 0 28px rgba(34,230,209,.18);
      --radius:8px;
      --radius-sm:6px;
      --container:1248px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --num:"DIN Alternate","Arial Narrow",system-ui,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 16% 4%, rgba(34,230,209,.08), transparent 28%),
        radial-gradient(circle at 84% 8%, rgba(139,92,246,.10), transparent 30%),
        linear-gradient(180deg, var(--bg), var(--bg-2) 52%, #070911);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease}
    a:hover,a:focus{color:var(--cyan)}
    img{display:block;max-width:100%;height:auto}
    button,input,textarea,select{font-family:inherit}
    button{cursor:pointer}
    :focus-visible{outline:2px solid var(--cyan);outline-offset:3px}
    .container{width:min(var(--container), calc(100% - 48px));margin:0 auto}
    .top-header{
      position:sticky;
      top:0;
      z-index:50;
      min-height:72px;
      background:rgba(8,10,18,.92);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(14px);
      box-shadow:0 10px 28px rgba(0,0,0,.22);
    }
    .nav-inner{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand,.footer-brand{display:flex;align-items:center;gap:12px;min-width:0}
    .brand-mark{
      width:42px;height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 42px;
      color:#071014;
      font-weight:900;
      letter-spacing:.02em;
      border-radius:10px;
      background:
        linear-gradient(135deg, var(--cyan), #B7FFF6 48%, var(--purple));
      box-shadow:0 0 24px rgba(34,230,209,.22), inset 0 0 0 1px rgba(255,255,255,.35);
      font-family:var(--num);
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25;min-width:0}
    .brand-text strong{
      color:var(--text);
      font-size:16px;
      font-weight:800;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .desktop-nav{display:flex;align-items:center;gap:4px}
    .desktop-nav a{
      position:relative;
      padding:24px 10px 22px;
      color:#C9D1DF;
      font-size:14px;
      font-weight:650;
      white-space:nowrap;
    }
    .desktop-nav a::after{
      content:"";
      position:absolute;
      left:12px;
      right:12px;
      bottom:15px;
      height:2px;
      transform:scaleX(0);
      transform-origin:center;
      border-radius:99px;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(34,230,209,.7);
      transition:transform .22s ease;
    }
    .desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1)}
    .desktop-nav a.active{color:var(--cyan)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .status-pill,.badge,.state,.tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--radius-sm);
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      color:var(--muted);
      font-size:12px;
      font-weight:700;
      line-height:1;
      white-space:nowrap;
    }
    .status-pill{padding:8px 10px}
    .status-pill::before{
      content:"";
      width:7px;height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 10px rgba(52,211,153,.8);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:11px 16px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius-sm);
      color:var(--text);
      background:rgba(255,255,255,.04);
      font-weight:800;
      font-size:14px;
      line-height:1.2;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
    }
    .btn:hover{
      transform:translateY(-2px);
      border-color:rgba(139,92,246,.55);
      background:rgba(139,92,246,.12);
      color:#fff;
    }
    .btn-primary{
      border-color:rgba(34,230,209,.68);
      background:rgba(34,230,209,.12);
      color:var(--cyan);
      box-shadow:inset 0 0 0 1px rgba(34,230,209,.08);
    }
    .btn-primary:hover{
      background:var(--cyan);
      color:#071014;
      border-color:var(--cyan);
      box-shadow:0 0 24px rgba(34,230,209,.28);
    }
    .btn-small{min-height:34px;padding:8px 12px;font-size:13px}
    .menu-toggle{
      display:none;
      min-height:36px;
      padding:8px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:rgba(255,255,255,.04);
      color:var(--text);
      font-weight:800;
    }
    .mobile-panel{display:none;border-top:1px solid var(--line);padding:10px 0 16px}
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:12px 10px;
      margin:4px 0;
      border:1px solid transparent;
      border-radius:var(--radius-sm);
      color:#D6DDE9;
      background:rgba(255,255,255,.02);
      font-weight:700;
    }
    .mobile-panel a::after{
      content:"";
      width:7px;height:7px;
      border-radius:50%;
      background:rgba(255,255,255,.18);
    }
    .mobile-panel a.active{border-color:rgba(34,230,209,.35);color:var(--cyan);background:var(--cyan-soft)}
    .mobile-panel a.active::after{background:var(--cyan);box-shadow:0 0 10px rgba(34,230,209,.7)}
    .mobile-panel.open{display:block}
    .section{padding:84px 0;position:relative}
    .section.tight{padding-top:56px}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border:1px solid rgba(34,230,209,.22);
      border-radius:var(--radius-sm);
      background:var(--cyan-soft);
      color:var(--cyan);
      font-size:12px;
      font-weight:900;
      margin-bottom:12px;
    }
    .section-kicker::before{
      content:"";
      width:16px;height:2px;
      background:var(--cyan);
      box-shadow:0 0 10px rgba(34,230,209,.8);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px, 4vw, 52px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(25px, 2.7vw, 34px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.025em;
      margin-bottom:10px;
    }
    h3{font-size:21px;line-height:1.28;font-weight:850;margin-bottom:10px}
    h4{font-size:16px;font-weight:850;margin-bottom:8px}
    .lead{color:#C5CEDD;font-size:17px;line-height:1.85;max-width:720px}
    .muted{color:var(--muted)}
    .hero{
      position:relative;
      min-height:650px;
      padding:88px 0 66px;
      overflow:hidden;
      background:
        linear-gradient(90deg, rgba(9,11,18,.96), rgba(9,11,18,.76) 48%, rgba(9,11,18,.92)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom:1px solid var(--line);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.8), transparent 86%);
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:0;height:120px;
      background:linear-gradient(180deg, transparent, var(--bg));
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:1}
    .hero-grid{align-items:center}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 28px}
    .tag{padding:8px 10px;color:#DCE5F3}
    .tag.hot{border-color:rgba(255,176,32,.38);color:var(--orange);background:rgba(255,176,32,.10)}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
    .hero-note{
      display:flex;
      align-items:center;
      gap:12px;
      max-width:650px;
      padding:13px 14px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(17,21,33,.72);
      color:var(--muted);
      font-size:14px;
    }
    .hero-note strong{color:var(--cyan)}
    .scoreboard{
      border:1px solid rgba(34,230,209,.22);
      border-radius:14px;
      background:linear-gradient(180deg, rgba(17,21,33,.92), rgba(13,17,28,.92));
      box-shadow:var(--shadow), var(--shadow-glow);
      overflow:hidden;
    }
    .scoreboard-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:18px 18px;
      border-bottom:1px solid var(--line);
      background:rgba(255,255,255,.03);
    }
    .scoreboard-title{font-size:15px;font-weight:900}
    .scoreboard-time{font-family:var(--num);color:var(--cyan);font-weight:900}
    .match-strip{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:14px;
      padding:18px;
      border-bottom:1px solid var(--line);
    }
    .match-strip:last-child{border-bottom:0}
    .team-side{min-width:0}
    .team-side strong{display:block;font-size:17px;font-weight:900}
    .team-side span{display:block;color:var(--muted);font-size:12px}
    .versus{text-align:center}
    .score-num{
      font-family:var(--num);
      font-size:30px;
      font-weight:900;
      color:#fff;
      line-height:1;
    }
    .state{padding:7px 9px;margin-top:8px}
    .state.live{border-color:rgba(255,176,32,.38);background:rgba(255,176,32,.10);color:var(--orange)}
    .state.wait{border-color:rgba(139,92,246,.42);background:var(--purple-soft);color:#C4B5FD}
    .state.done{border-color:rgba(52,211,153,.35);background:rgba(52,211,153,.10);color:var(--green)}
    .metric-row{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:12px;
      padding:16px;
      border-top:1px solid var(--line);
      background:rgba(0,0,0,.16);
    }
    .mini-metric{
      padding:13px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:rgba(255,255,255,.035);
    }
    .mini-metric b{
      display:block;
      color:var(--cyan);
      font-family:var(--num);
      font-size:24px;
      line-height:1.1;
    }
    .mini-metric span{color:var(--muted);font-size:12px}
    .card{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(22,27,42,.92), rgba(17,21,33,.94));
      box-shadow:0 10px 30px rgba(0,0,0,.16);
      overflow:hidden;
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(34,230,209,.35);
      box-shadow:var(--shadow);
    }
    .card-pad{padding:22px}
    .image-card img{width:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(1.08) contrast(1.04)}
    .image-card .cover-wrap{position:relative;overflow:hidden}
    .image-card .cover-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(9,11,18,.82));
    }
    .badge{
      padding:7px 9px;
      color:var(--cyan);
      border-color:rgba(34,230,209,.28);
      background:rgba(34,230,209,.09);
    }
    .badge.orange{color:var(--orange);border-color:rgba(255,176,32,.35);background:rgba(255,176,32,.10)}
    .badge.purple{color:#C4B5FD;border-color:rgba(139,92,246,.42);background:var(--purple-soft)}
    .badge.green{color:var(--green);border-color:rgba(52,211,153,.35);background:rgba(52,211,153,.10)}
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:16px;
    }
    .stat-card{
      min-height:138px;
      padding:20px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:
        radial-gradient(circle at top right, rgba(34,230,209,.10), transparent 44%),
        linear-gradient(180deg, rgba(22,27,42,.92), rgba(17,21,33,.98));
    }
    .stat-card .num{
      display:block;
      margin:9px 0 6px;
      font-family:var(--num);
      font-size:34px;
      line-height:1;
      color:#fff;
      font-weight:900;
    }
    .stat-card p{font-size:13px;color:var(--muted);margin-bottom:0;line-height:1.55}
    .trend{font-size:12px;color:var(--green);font-weight:900}
    .trend.orange{color:var(--orange)}
    .schedule-shell{
      border:1px solid var(--line);
      border-radius:12px;
      overflow:hidden;
      background:rgba(17,21,33,.72);
      box-shadow:var(--shadow);
    }
    .table-scroll{overflow-x:auto}
    table.es-table{
      width:100%;
      min-width:940px;
      border-collapse:collapse;
      margin:0;
      color:var(--text);
      background:transparent;
    }
    .es-table thead{background:rgba(255,255,255,.045)}
    .es-table th,.es-table td{
      padding:15px 16px;
      border-bottom:1px solid var(--line);
      text-align:left;
      font-size:14px;
      vertical-align:middle;
    }
    .es-table th{
      color:#D9E1EE;
      font-weight:900;
      white-space:nowrap;
    }
    .es-table td{color:#C6CEDB}
    .es-table tr:hover td{background:rgba(34,230,209,.035)}
    .team-vs{font-weight:900;color:#fff}
    .table-link{
      display:inline-flex;
      padding:7px 9px;
      border-radius:var(--radius-sm);
      border:1px solid rgba(34,230,209,.25);
      color:var(--cyan);
      background:rgba(34,230,209,.06);
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .table-link:hover{background:var(--cyan);color:#071014}
    .calendar-grid{
      display:grid;
      grid-template-columns:repeat(7, 1fr);
      gap:10px;
    }
    .date-card{
      padding:16px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.035);
      min-height:116px;
    }
    .date-card strong{
      display:flex;
      justify-content:space-between;
      align-items:center;
      font-family:var(--num);
      font-size:20px;
      color:#fff;
    }
    .date-card.active{
      border-color:rgba(34,230,209,.45);
      background:rgba(34,230,209,.10);
      box-shadow:0 0 24px rgba(34,230,209,.08);
    }
    .date-card span{display:block;margin-top:10px;color:var(--muted);font-size:13px;line-height:1.5}
    .rank-list{display:flex;flex-direction:column;gap:12px}
    .rank-item{
      display:grid;
      grid-template-columns:44px 1fr auto;
      gap:14px;
      align-items:center;
      padding:15px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.035);
    }
    .rank-no{
      width:34px;height:34px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:8px;
      background:rgba(34,230,209,.10);
      border:1px solid rgba(34,230,209,.28);
      color:var(--cyan);
      font-family:var(--num);
      font-weight:900;
    }
    .rank-main strong{display:block;color:#fff;font-size:15px}
    .rank-main span{display:block;color:var(--muted);font-size:12px}
    .heat{
      min-width:120px;
      height:8px;
      border-radius:99px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .heat i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--cyan),var(--purple))}
    .waterfall{
      columns:3 260px;
      column-gap:18px;
    }
    .topic-card{
      display:inline-block;
      width:100%;
      margin:0 0 18px;
      break-inside:avoid;
    }
    .topic-body{padding:18px}
    .topic-body p{color:var(--muted);font-size:14px;margin-bottom:14px}
    .topic-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      color:var(--weak);
      font-size:12px;
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:16px;
    }
    .process-card{
      padding:22px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(29,36,51,.78), rgba(17,21,33,.96));
    }
    .process-card .step{
      display:inline-flex;
      width:34px;height:34px;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(34,230,209,.32);
      border-radius:8px;
      color:var(--cyan);
      font-family:var(--num);
      font-weight:900;
      margin-bottom:14px;
      background:rgba(34,230,209,.08);
    }
    .accordion{
      margin:0;
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      background:rgba(17,21,33,.80);
    }
    .accordion-title{
      color:#E6EAF2;
      background:transparent;
      border:0;
      font-weight:900;
      font-size:15px;
      padding:18px 46px 18px 18px;
    }
    .accordion-title:hover,.accordion-title:focus{background:rgba(34,230,209,.06);color:var(--cyan)}
    .accordion-title::before{color:var(--cyan);right:18px}
    .accordion-content{
      border:0;
      border-top:1px solid var(--line);
      background:rgba(0,0,0,.10);
      color:var(--muted);
      padding:18px;
      line-height:1.8;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(34,230,209,.22);
      border-radius:14px;
      background:
        linear-gradient(90deg, rgba(17,21,33,.96), rgba(17,21,33,.82)),
        url("/assets/images/coverpic/cover-8.webp") center/cover no-repeat;
      box-shadow:var(--shadow);
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      inset:auto -10% -45% auto;
      width:360px;height:360px;
      border-radius:50%;
      background:rgba(139,92,246,.16);
      filter:blur(20px);
      pointer-events:none;
    }
    .contact-form{
      padding:22px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(9,11,18,.62);
    }
    .contact-form label{
      color:#D8E0ED;
      font-size:13px;
      font-weight:800;
      margin-bottom:6px;
    }
    .contact-form input,.contact-form textarea,.contact-form select{
      height:44px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:rgba(255,255,255,.045);
      box-shadow:none;
      color:var(--text);
      margin-bottom:14px;
    }
    .contact-form textarea{min-height:92px;resize:vertical}
    .contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{
      border-color:var(--cyan);
      background:rgba(34,230,209,.06);
      box-shadow:0 0 0 3px rgba(34,230,209,.10);
    }
    .contact-form select option{background:#111521;color:#E6EAF2}
    .site-footer{
      padding:54px 0 32px;
      border-top:1px solid var(--line);
      background:#070910;
      color:var(--muted);
    }
    .footer-main{
      display:grid;
      grid-template-columns:1.15fr 1fr;
      gap:34px;
      padding-bottom:30px;
      margin-bottom:24px;
      border-bottom:1px solid var(--line);
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:10px 18px;
      align-content:start;
    }
    .footer-links a{
      color:#B8C2D2;
      font-size:14px;
      padding:4px 0;
      border-bottom:1px solid transparent;
    }
    .footer-links a:hover{color:var(--cyan);border-color:rgba(34,230,209,.35)}
    .beian{
      text-align:center;
      color:#8D97A8;
      font-size:13px;
      line-height:2;
    }
    .beian a{color:#AAB4C3;margin:0 7px}
    .beian a:hover{color:var(--cyan)}
    @media (max-width:1100px){
      .desktop-nav{display:none}
      .menu-toggle{display:inline-flex}
      .stats-grid{grid-template-columns:repeat(2,1fr)}
      .process-grid{grid-template-columns:repeat(2,1fr)}
      .calendar-grid{grid-template-columns:repeat(4,1fr)}
    }
    @media (max-width:768px){
      .container{width:calc(100% - 40px)}
      .nav-inner{min-height:68px}
      .brand-text span{display:none}
      .status-pill{display:none}
      .hero{padding:62px 0 48px;min-height:auto}
      .hero-actions .btn{width:100%}
      .section{padding:56px 0}
      .section-head{display:block}
      .metric-row{grid-template-columns:repeat(2,1fr)}
      .calendar-grid{grid-template-columns:repeat(2,1fr)}
      .footer-main{grid-template-columns:1fr}
      .waterfall{columns:1}
    }
    @media (max-width:520px){
      .container{width:calc(100% - 32px)}
      .brand-mark{width:38px;height:38px;flex-basis:38px}
      .brand-text strong{font-size:14px;max-width:150px}
      .nav-actions .btn-small{display:none}
      h1{font-size:31px}
      .stats-grid,.process-grid{grid-template-columns:1fr}
      .match-strip{grid-template-columns:1fr;gap:10px;text-align:left}
      .versus{text-align:left}
      .rank-item{grid-template-columns:36px 1fr}
      .heat{grid-column:2 / 3;width:100%;min-width:0}
      .footer-links{grid-template-columns:1fr}
    }

/* roulang page: category2 */
:root{
      --bg:#090B12;
      --bg-2:#0B0E17;
      --panel:#111521;
      --panel-2:#161B2A;
      --panel-3:#1D2433;
      --text:#E6EAF2;
      --muted:#9AA4B2;
      --weak:#6F7A8C;
      --cyan:#22E6D1;
      --purple:#8B5CF6;
      --orange:#FFB020;
      --green:#34D399;
      --danger:#FB7185;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(34,230,209,.35);
      --shadow:0 16px 40px rgba(0,0,0,.28);
      --shadow-glow:0 0 24px rgba(34,230,209,.22);
      --radius:8px;
      --radius-sm:6px;
      --container:1240px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --num:"DIN Alternate","Arial Narrow",system-ui,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% 8%, rgba(139,92,246,.16), transparent 34%),
        radial-gradient(circle at 84% 18%, rgba(34,230,209,.12), transparent 30%),
        linear-gradient(180deg, #080A11 0%, var(--bg) 38%, #070910 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
    a:hover,a:focus{color:var(--cyan)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font-family:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(34,230,209,.32);color:#fff}
    .container{max-width:var(--container);margin:0 auto;padding:0 24px}
    .top-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(8,10,18,.92);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(14px);
      box-shadow:0 10px 34px rgba(0,0,0,.26);
    }
    .nav-inner{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand,.footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .brand-mark{
      width:46px;
      height:46px;
      border:1px solid rgba(34,230,209,.45);
      border-radius:10px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      font-family:var(--num);
      color:var(--cyan);
      background:
        linear-gradient(135deg, rgba(34,230,209,.12), rgba(139,92,246,.16)),
        #0C111C;
      box-shadow:inset 0 0 18px rgba(34,230,209,.08),0 0 18px rgba(34,230,209,.12);
      letter-spacing:.5px;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25}
    .brand-text strong{font-size:16px;color:#fff;font-weight:800;white-space:nowrap}
    .brand-text span{font-size:12px;color:var(--muted);white-space:nowrap}
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:4px;
      flex:1;
      justify-content:center;
    }
    .desktop-nav a,.mobile-panel a{
      position:relative;
      padding:24px 10px 22px;
      font-size:14px;
      color:#C9D1DD;
      font-weight:600;
    }
    .desktop-nav a::after{
      content:"";
      position:absolute;
      left:10px;
      right:10px;
      bottom:13px;
      height:2px;
      border-radius:4px;
      background:transparent;
      box-shadow:none;
      transition:.2s ease;
    }
    .desktop-nav a:hover::after,.desktop-nav a.active::after{
      background:var(--cyan);
      box-shadow:0 0 14px rgba(34,230,209,.65);
    }
    .desktop-nav a.active{color:#fff}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .status-pill,.badge,.trend,.rank-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      line-height:1;
      white-space:nowrap;
    }
    .status-pill{
      padding:8px 10px;
      font-size:12px;
      color:var(--green);
      background:rgba(52,211,153,.1);
      border:1px solid rgba(52,211,153,.24);
    }
    .status-pill::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(52,211,153,.8);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-sm);
      border:1px solid var(--line);
      padding:12px 18px;
      font-size:14px;
      font-weight:800;
      line-height:1.2;
      min-height:44px;
      color:var(--text);
      background:rgba(255,255,255,.03);
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
    }
    .btn:hover{transform:translateY(-2px);color:#fff;border-color:rgba(139,92,246,.55);background:rgba(139,92,246,.12)}
    .btn:focus-visible,.menu-toggle:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{
      outline:2px solid rgba(34,230,209,.78);
      outline-offset:3px;
    }
    .btn-primary{
      border-color:rgba(34,230,209,.58);
      color:#061011;
      background:var(--cyan);
      box-shadow:0 0 22px rgba(34,230,209,.16);
    }
    .btn-primary:hover{background:#37F5E1;color:#071014;box-shadow:var(--shadow-glow);border-color:var(--cyan)}
    .btn-secondary{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
    .btn-small{padding:9px 12px;min-height:36px;font-size:12px}
    .menu-toggle{
      display:none;
      border:1px solid rgba(34,230,209,.35);
      background:rgba(34,230,209,.08);
      color:var(--cyan);
      border-radius:var(--radius-sm);
      padding:9px 12px;
      font-weight:800;
    }
    .mobile-panel{
      display:none;
      border-top:1px solid var(--line);
      padding:8px 0 14px;
    }
    .mobile-panel a{
      display:block;
      padding:12px 10px;
      border-left:2px solid transparent;
      border-radius:6px;
    }
    .mobile-panel a.active{
      color:#fff;
      border-left-color:var(--cyan);
      background:rgba(34,230,209,.08);
    }

    .page-hero{
      position:relative;
      padding:68px 0 44px;
      overflow:hidden;
      border-bottom:1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(9,11,18,.96), rgba(9,11,18,.84) 46%, rgba(9,11,18,.66)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
    }
    .page-hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(135deg, rgba(34,230,209,.12), transparent 38%),
        radial-gradient(circle at 76% 36%, rgba(139,92,246,.22), transparent 26%);
      pointer-events:none;
    }
    .page-hero .container{position:relative;z-index:1}
    .hero-grid{align-items:center}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--cyan);
      background:rgba(34,230,209,.08);
      border:1px solid rgba(34,230,209,.22);
      border-radius:999px;
      padding:7px 11px;
      font-weight:800;
      font-size:13px;
      margin-bottom:18px;
    }
    .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px rgba(255,176,32,.75)}
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,4.2vw,50px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.02em;
      margin-bottom:18px;
      max-width:760px;
    }
    .hero-lead{
      color:#C7D0DE;
      font-size:17px;
      max-width:720px;
      margin-bottom:22px;
    }
    .tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 28px}
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:6px 10px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      color:#DDE5EF;
      background:rgba(255,255,255,.05);
      border:1px solid var(--line);
    }
    .tag.hot{color:var(--orange);border-color:rgba(255,176,32,.28);background:rgba(255,176,32,.08)}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px}
    .top-five-panel{
      background:linear-gradient(180deg, rgba(17,21,33,.92), rgba(13,17,28,.94));
      border:1px solid rgba(255,255,255,.1);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .top-five-panel::before{
      content:"";
      position:absolute;
      left:-20%;
      top:-40%;
      width:70%;
      height:80%;
      background:radial-gradient(circle, rgba(34,230,209,.18), transparent 62%);
      pointer-events:none;
    }
    .panel-head,.section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:22px;
    }
    .panel-head{position:relative;z-index:1;margin-bottom:14px}
    .panel-head h2,.section-head h2{
      margin:0;
      font-size:clamp(24px,3vw,34px);
      line-height:1.2;
      font-weight:900;
    }
    .panel-head p,.section-head p{
      margin:8px 0 0;
      color:var(--muted);
      max-width:680px;
    }
    .mini-ranking{position:relative;z-index:1;display:grid;gap:10px}
    .team-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:12px;
      padding:12px;
      border-radius:var(--radius-sm);
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      transition:.2s ease;
    }
    .team-row:hover{border-color:var(--line-strong);transform:translateY(-2px);background:rgba(34,230,209,.06)}
    .rank-badge{
      width:34px;
      height:34px;
      justify-content:center;
      border-radius:8px;
      background:rgba(34,230,209,.1);
      border:1px solid rgba(34,230,209,.28);
      color:var(--cyan);
      font-family:var(--num);
      font-weight:900;
    }
    .team-row strong{display:block;color:#fff;line-height:1.3}
    .team-row span{font-size:12px;color:var(--muted)}
    .score-num{font-family:var(--num);font-size:22px;font-weight:900;color:#fff}
    main{padding:0 0 72px}
    .section{padding:78px 0 0}
    .section.compact{padding-top:56px}
    .section-kicker{
      color:var(--cyan);
      font-size:13px;
      font-weight:900;
      letter-spacing:.02em;
      margin-bottom:8px;
    }
    .head-link{
      color:var(--cyan);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
      border-bottom:1px solid rgba(34,230,209,.45);
    }
    .metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .metric-card,.card,.data-panel,.filter-card,.player-card,.compare-card,.comment-card,.cta-box{
      background:linear-gradient(180deg, rgba(22,27,42,.98), rgba(15,19,31,.98));
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .metric-card:hover,.card:hover,.filter-card:hover,.player-card:hover,.compare-card:hover,.comment-card:hover{
      transform:translateY(-2px);
      border-color:var(--line-strong);
      box-shadow:0 18px 42px rgba(0,0,0,.34),0 0 18px rgba(34,230,209,.08);
    }
    .metric-card{padding:18px;min-height:136px}
    .metric-label{color:var(--muted);font-size:13px;font-weight:700}
    .metric-value{
      margin:8px 0 6px;
      font-family:var(--num);
      font-size:34px;
      font-weight:900;
      color:#fff;
      line-height:1;
    }
    .metric-desc{color:var(--weak);font-size:13px;line-height:1.55;margin:0}
    .trend{
      margin-top:12px;
      padding:6px 8px;
      font-size:12px;
      font-weight:800;
      color:var(--green);
      background:rgba(52,211,153,.08);
      border:1px solid rgba(52,211,153,.18);
    }
    .trend.orange{color:var(--orange);background:rgba(255,176,32,.08);border-color:rgba(255,176,32,.2)}
    .filter-card{padding:18px}
    .filter-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}
    .filter-tabs{display:flex;flex-wrap:wrap;gap:10px}
    .filter-tabs button{
      border:1px solid var(--line);
      color:#DCE4EF;
      background:rgba(255,255,255,.04);
      border-radius:999px;
      padding:9px 13px;
      font-weight:800;
      font-size:13px;
      transition:.2s ease;
    }
    .filter-tabs button:hover,.filter-tabs button.is-active{
      color:#071014;
      background:var(--cyan);
      border-color:var(--cyan);
      box-shadow:0 0 18px rgba(34,230,209,.18);
    }
    .filter-note{
      height:100%;
      border-radius:var(--radius-sm);
      border:1px solid rgba(139,92,246,.25);
      background:rgba(139,92,246,.09);
      padding:16px;
      color:#C9D1E2;
    }
    .table-wrap{
      overflow-x:auto;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(17,21,33,.86);
      box-shadow:var(--shadow);
    }
    table.team-table{
      width:100%;
      min-width:980px;
      border-collapse:separate;
      border-spacing:0;
      margin:0;
      color:var(--text);
    }
    .team-table thead th{
      position:sticky;
      top:0;
      background:#111827;
      color:#DCE6F2;
      font-size:13px;
      font-weight:900;
      padding:15px 14px;
      border-bottom:1px solid var(--line);
      text-align:left;
      white-space:nowrap;
    }
    .team-table tbody td{
      padding:16px 14px;
      border-bottom:1px solid rgba(255,255,255,.06);
      vertical-align:middle;
      font-size:14px;
    }
    .team-table tbody tr{transition:.2s ease}
    .team-table tbody tr:hover{background:rgba(34,230,209,.045)}
    .team-table tbody tr:last-child td{border-bottom:none}
    .team-identity{display:flex;align-items:center;gap:10px}
    .emblem{
      width:34px;
      height:34px;
      border-radius:8px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-family:var(--num);
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg, rgba(34,230,209,.25), rgba(139,92,246,.25));
      border:1px solid rgba(255,255,255,.12);
    }
    .badge{
      padding:6px 8px;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(34,230,209,.25);
      background:rgba(34,230,209,.08);
      color:var(--cyan);
    }
    .badge.purple{border-color:rgba(139,92,246,.32);background:rgba(139,92,246,.1);color:#C4B5FD}
    .badge.orange{border-color:rgba(255,176,32,.28);background:rgba(255,176,32,.08);color:var(--orange)}
    .heatbar{
      width:118px;
      height:8px;
      border-radius:999px;
      overflow:hidden;
      background:rgba(255,255,255,.08);
    }
    .heatbar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--purple))}
    .team-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .team-card{overflow:hidden}
    .team-card .cover{
      position:relative;
      aspect-ratio:16/9;
      overflow:hidden;
      border-radius:var(--radius) var(--radius) 0 0;
    }
    .team-card .cover img{width:100%;height:100%;object-fit:cover;filter:saturate(1.12) contrast(1.05)}
    .team-card .cover::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, transparent 18%, rgba(7,9,16,.86));
    }
    .team-card .cover .badge{position:absolute;left:14px;top:14px;z-index:1}
    .card-body{padding:18px}
    .card-body h3{font-size:21px;line-height:1.25;margin-bottom:8px;font-weight:900}
    .card-body p{color:var(--muted);font-size:14px;margin-bottom:14px}
    .stat-line{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
    .stat-line div{
      padding:10px;
      border-radius:var(--radius-sm);
      background:rgba(255,255,255,.04);
      border:1px solid var(--line);
    }
    .stat-line strong{display:block;font-family:var(--num);font-size:22px;color:#fff;line-height:1}
    .stat-line span{font-size:12px;color:var(--weak)}
    .trend-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .data-panel{padding:20px}
    .trend-list{display:grid;gap:13px;margin-top:18px}
    .trend-item{
      display:grid;
      grid-template-columns:98px 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.035);
      border-radius:var(--radius-sm);
    }
    .trend-item strong{color:#fff}
    .trend-item small{color:var(--muted)}
    .spark{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .spark span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--cyan));border-radius:999px}
    .player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .player-card{padding:16px;position:relative;overflow:hidden}
    .player-card::after{
      content:"";
      position:absolute;
      right:-28px;
      top:-28px;
      width:78px;
      height:78px;
      border-radius:50%;
      background:rgba(34,230,209,.09);
    }
    .avatar{
      width:48px;height:48px;border-radius:12px;
      display:flex;align-items:center;justify-content:center;
      font-weight:900;font-family:var(--num);
      background:linear-gradient(135deg, rgba(255,176,32,.2), rgba(139,92,246,.22));
      border:1px solid rgba(255,255,255,.12);
      color:#fff;
      margin-bottom:12px;
    }
    .player-card h3{font-size:19px;margin-bottom:2px}
    .player-card p{color:var(--muted);font-size:13px;margin-bottom:12px}
    .player-metrics{display:flex;flex-wrap:wrap;gap:8px}
    .player-metrics span{font-size:12px;color:#DCE5F2;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:999px;padding:5px 8px}
    .compare-layout{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center}
    .compare-card{padding:20px}
    .versus{
      width:54px;height:54px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      color:var(--orange);font-weight:900;
      background:rgba(255,176,32,.1);
      border:1px solid rgba(255,176,32,.24);
      box-shadow:0 0 20px rgba(255,176,32,.08);
    }
    .compare-card h3{font-size:22px;margin-bottom:6px}
    .compare-list{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:9px}
    .compare-list li{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed rgba(255,255,255,.1);padding-bottom:8px;color:var(--muted)}
    .compare-list strong{color:#fff;font-family:var(--num)}
    .review-note{color:var(--muted);margin-bottom:18px}
    .comment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .comment-card{padding:18px}
    .comment-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}
    .comment-top strong{color:#fff}
    .rating{color:var(--orange);font-weight:900;font-family:var(--num)}
    .comment-card p{color:#C9D1DF;font-size:14px;margin-bottom:12px}
    .comment-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--weak);font-size:12px}
    .accordion{background:transparent;margin:0}
    .accordion-item{margin-bottom:10px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(22,27,42,.88)}
    .accordion-title{
      border:none!important;
      background:rgba(255,255,255,.03);
      color:#E6EAF2!important;
      font-weight:900;
      font-size:15px;
      padding:18px 44px 18px 18px;
    }
    .accordion-title:hover,.accordion-title:focus{background:rgba(34,230,209,.07);color:var(--cyan)!important}
    .accordion-title::before{color:var(--cyan);font-size:20px;margin-top:-12px}
    .accordion-content{
      border:none!important;
      background:rgba(9,11,18,.36);
      color:#B9C3D1;
      padding:18px;
      line-height:1.8;
    }
    .cta-box{
      padding:30px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(34,230,209,.12), rgba(139,92,246,.11)),
        linear-gradient(180deg, rgba(22,27,42,.98), rgba(13,16,27,.98));
    }
    .cta-box::after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-100px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(34,230,209,.18), transparent 64%);
    }
    .cta-content{position:relative;z-index:1}
    .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
    .contact-form label{display:block;color:#CFD7E4;font-size:13px;font-weight:800;margin-bottom:7px}
    .contact-form input,.contact-form select,.contact-form textarea{
      width:100%;
      border:1px solid var(--line);
      background:rgba(6,8,14,.72);
      border-radius:var(--radius-sm);
      color:#fff;
      min-height:44px;
      padding:11px 12px;
      box-shadow:none;
    }
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
      border-color:rgba(34,230,209,.7);
      background:rgba(6,8,14,.92);
      box-shadow:0 0 0 3px rgba(34,230,209,.08);
    }
    .contact-form textarea{min-height:100px;resize:vertical}
    .form-full{grid-column:1 / -1}
    .site-footer{
      margin-top:0;
      padding:48px 0 28px;
      background:#070910;
      border-top:1px solid var(--line);
      color:var(--muted);
    }
    .footer-main{
      display:grid;
      grid-template-columns:1fr 1.2fr;
      gap:34px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid var(--line);
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px 18px;
    }
    .footer-links a{
      color:#B9C3D0;
      font-size:14px;
      padding:4px 0;
    }
    .footer-links a:hover{color:var(--cyan)}
    .beian{
      text-align:center;
      padding-top:22px;
      font-size:13px;
      line-height:1.9;
      color:#8D98A9;
    }
    .beian a{color:#AEB8C7;margin:0 7px}
    .beian a:hover{color:var(--cyan)}
    @media (max-width:1100px){
      .desktop-nav{display:none}
      .menu-toggle{display:inline-flex}
      .mobile-panel.is-open{display:block}
      .metric-grid{grid-template-columns:repeat(3,1fr)}
      .team-wall,.comment-grid{grid-template-columns:repeat(2,1fr)}
      .player-grid{grid-template-columns:repeat(2,1fr)}
      .trend-grid,.filter-layout{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .container{padding:0 20px}
      .page-hero{padding:48px 0 34px}
      .top-five-panel{margin-top:26px}
      .panel-head,.section-head{align-items:flex-start;flex-direction:column;gap:10px}
      .metric-grid{grid-template-columns:repeat(2,1fr)}
      .team-wall,.comment-grid,.trend-grid{grid-template-columns:1fr}
      .compare-layout{grid-template-columns:1fr}
      .versus{margin:0 auto}
      .footer-main{grid-template-columns:1fr}
      .footer-links{grid-template-columns:repeat(2,1fr)}
      .contact-form{grid-template-columns:1fr}
      .nav-actions .status-pill{display:none}
      .brand-text span{display:none}
    }
    @media (max-width:520px){
      .container{padding:0 16px}
      .nav-inner{min-height:64px}
      .brand-mark{width:40px;height:40px}
      .brand-text strong{font-size:14px}
      .nav-actions .btn-small{display:none}
      .hero-actions .btn{width:100%}
      .metric-grid,.player-grid{grid-template-columns:1fr}
      .stat-line{grid-template-columns:1fr}
      .trend-item{grid-template-columns:1fr;align-items:start}
      .footer-links{grid-template-columns:1fr}
      .cta-box{padding:22px}
    }

/* roulang page: category4 */
:root{
      --bg:#090B12;
      --bg-2:#0B0E17;
      --panel:#111521;
      --panel-2:#161B2A;
      --panel-3:#1D2433;
      --text:#E6EAF2;
      --muted:#9AA4B2;
      --weak:#6E7786;
      --cyan:#22E6D1;
      --purple:#8B5CF6;
      --orange:#FFB020;
      --green:#34D399;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(34,230,209,.35);
      --shadow:0 16px 40px rgba(0,0,0,.28);
      --radius:8px;
      --radius-sm:6px;
      --container:1240px;
      --space:clamp(44px,6vw,88px);
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --num:"DIN Alternate","Arial Narrow",system-ui,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      line-height:1.75;
      color:var(--text);
      background:
        radial-gradient(circle at 16% 8%,rgba(34,230,209,.12),transparent 30%),
        radial-gradient(circle at 88% 12%,rgba(139,92,246,.12),transparent 28%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 38%,#080A11);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}
    img{display:block;max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:2px solid var(--cyan);outline-offset:3px}
    .container{width:min(100% - 48px,var(--container));margin-inline:auto}
    .top-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(8,10,18,.92);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(14px);
      box-shadow:0 12px 36px rgba(0,0,0,.24);
    }
    .nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .brand{display:flex;align-items:center;gap:12px;min-width:260px}
    .brand-mark{
      width:44px;height:44px;border-radius:8px;
      display:inline-flex;align-items:center;justify-content:center;
      color:#071014;font-weight:900;font-size:15px;
      background:linear-gradient(135deg,var(--cyan),#D8FFF8 45%,var(--purple));
      box-shadow:0 0 24px rgba(34,230,209,.24);
      flex:0 0 auto;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25}
    .brand-text strong{font-size:16px;font-weight:800;color:#fff}
    .brand-text span{font-size:12px;color:var(--muted)}
    .desktop-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}
    .desktop-nav a{
      position:relative;
      padding:24px 10px 22px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
    }
    .desktop-nav a::after{
      content:"";
      position:absolute;left:10px;right:10px;bottom:13px;height:2px;
      background:transparent;border-radius:3px;
      box-shadow:none;
      transition:background .2s ease,box-shadow .2s ease;
    }
    .desktop-nav a:hover,.desktop-nav a.active{color:#fff}
    .desktop-nav a.active::after,.desktop-nav a:hover::after{background:var(--cyan);box-shadow:0 0 14px rgba(34,230,209,.65)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .status-pill,.tag,.badge{
      display:inline-flex;align-items:center;gap:6px;
      min-height:28px;padding:5px 10px;border-radius:6px;
      font-size:12px;font-weight:800;color:var(--cyan);
      background:rgba(34,230,209,.08);
      border:1px solid rgba(34,230,209,.22);
      white-space:nowrap;
    }
    .status-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(52,211,153,.8)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:44px;padding:10px 16px;border-radius:6px;
      border:1px solid var(--line);
      color:var(--text);font-weight:800;font-size:14px;
      background:rgba(255,255,255,.03);
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
    }
    .btn:hover{transform:translateY(-2px);border-color:rgba(139,92,246,.45);background:rgba(139,92,246,.12);color:#fff}
    .btn-primary{border-color:rgba(34,230,209,.65);background:rgba(34,230,209,.12);color:#EFFFFC}
    .btn-primary:hover{background:var(--cyan);color:#071014;box-shadow:0 0 24px rgba(34,230,209,.28)}
    .btn-small{min-height:36px;padding:7px 12px;font-size:13px}
    .menu-toggle{display:none;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);border-radius:6px;padding:8px 12px;font-weight:800}
    .mobile-panel{display:none;padding:0 0 16px}
    .mobile-panel a{display:block;padding:12px 14px;border:1px solid var(--line);border-radius:6px;margin-top:8px;color:var(--muted);background:rgba(255,255,255,.03)}
    .mobile-panel a.active,.mobile-panel a:hover{color:#fff;border-color:var(--line-strong);background:rgba(34,230,209,.08)}
    .mobile-panel.open{display:block}
    .hero{
      position:relative;
      min-height:650px;
      display:flex;
      align-items:center;
      padding:70px 0 42px;
      isolation:isolate;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg,rgba(9,11,18,.94),rgba(9,11,18,.72) 48%,rgba(9,11,18,.88)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
      z-index:-2;
    }
    .hero::after{
      content:"";
      position:absolute;inset:auto 0 0 0;height:180px;
      background:linear-gradient(180deg,transparent,var(--bg-2));
      z-index:-1;
    }
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:13px;font-weight:900;margin-bottom:14px}
    .eyebrow::before{content:"";width:22px;height:2px;background:var(--cyan);box-shadow:0 0 12px rgba(34,230,209,.8)}
    h1,h2,h3,h4,p{margin-top:0}
    h1{font-size:clamp(32px,4.2vw,52px);line-height:1.12;font-weight:900;margin-bottom:18px;letter-spacing:0}
    h2{font-size:clamp(24px,2.8vw,34px);line-height:1.2;font-weight:850;margin-bottom:12px}
    h3{font-size:clamp(19px,2vw,24px);line-height:1.3;font-weight:800;margin-bottom:10px}
    p{color:var(--muted);font-size:16px}
    .hero-lead{font-size:17px;max-width:680px;color:#C9D1DE}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .hero-cover{
      position:relative;
      border:1px solid var(--line);
      border-radius:8px;
      overflow:hidden;
      box-shadow:var(--shadow);
      background:var(--panel);
    }
    .hero-cover img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(1.08) contrast(1.08)}
    .hero-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(9,11,18,.92))}
    .cover-caption{position:absolute;left:18px;right:18px;bottom:18px;z-index:2}
    .cover-caption strong{display:block;font-size:22px;line-height:1.25}
    .cover-caption span{display:block;margin-top:6px;color:var(--muted);font-size:13px}
    main{position:relative}
    .section{padding:var(--space) 0}
    .section-alt{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));border-block:1px solid var(--line)}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}
    .section-head p{max-width:720px;margin-bottom:0}
    .section-link{color:var(--cyan);font-size:14px;font-weight:850;white-space:nowrap}
    .section-link:hover{color:#fff}
    .card{
      height:100%;
      background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));
      border:1px solid var(--line);
      border-radius:8px;
      box-shadow:0 12px 30px rgba(0,0,0,.18);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
      overflow:hidden;
    }
    .card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow)}
    .card-body{padding:20px}
    .image-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
    .image-card .thumb{position:relative}
    .image-card .thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(9,11,18,.86))}
    .meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--weak);font-size:13px;margin-top:14px}
    .guide-index{
      display:grid;
      gap:12px;
      padding:18px;
      border:1px solid var(--line);
      border-radius:8px;
      background:rgba(17,21,33,.78);
      box-shadow:var(--shadow);
    }
    .index-item{
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      padding:14px;border-radius:6px;
      border:1px solid rgba(255,255,255,.07);
      background:rgba(255,255,255,.035);
    }
    .index-item:hover{border-color:rgba(34,230,209,.3);background:rgba(34,230,209,.06)}
    .index-item strong{font-size:15px}
    .index-item span{color:var(--muted);font-size:13px}
    .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .stat-card{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--panel);min-height:132px}
    .stat-card b{display:block;font-family:var(--num);font-size:34px;line-height:1;color:#fff;margin-bottom:8px}
    .stat-card small{display:block;color:var(--muted);font-size:13px}
    .stat-card .trend{margin-top:12px;color:var(--orange);font-weight:800;font-size:12px}
    .lane-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
    .lane-map{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .lane-card{padding:18px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(34,230,209,.06),rgba(139,92,246,.08))}
    .lane-card h3{font-size:19px}
    .rune-panel{padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}
    .rune-list{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:12px}
    .rune-list li{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:6px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);color:var(--muted)}
    .rune-list strong{color:#fff}
    .replay-board{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-cover{position:relative;min-height:420px;border-radius:8px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
    .feature-cover img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
    .feature-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,11,18,.18),rgba(9,11,18,.92))}
    .feature-copy{position:absolute;left:24px;right:24px;bottom:24px;z-index:2}
    .rank-list{display:grid;gap:12px}
    .rank-item{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:14px;align-items:center;
      padding:15px;border-radius:8px;border:1px solid var(--line);
      background:rgba(255,255,255,.035);
    }
    .rank-num{font-family:var(--num);font-size:22px;color:var(--cyan);font-weight:900}
    .heat{width:110px;height:7px;border-radius:8px;background:rgba(255,255,255,.1);overflow:hidden}
    .heat i{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--purple))}
    .table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--panel)}
    table{width:100%;min-width:760px;border-collapse:collapse;margin:0;color:var(--text)}
    th,td{padding:15px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:14px}
    th{color:#fff;background:rgba(255,255,255,.045);font-weight:850}
    tr:last-child td{border-bottom:0}
    td{color:#C8D0DD}
    .status-hot{color:var(--orange);font-weight:850}
    .status-ok{color:var(--green);font-weight:850}
    .status-info{color:var(--cyan);font-weight:850}
    .route-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .step{position:relative;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}
    .step b{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:6px;background:rgba(34,230,209,.12);border:1px solid rgba(34,230,209,.28);color:var(--cyan);margin-bottom:12px}
    .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .review{padding:18px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.035)}
    .review-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}
    .review strong{color:#fff}
    .score{color:var(--orange);font-weight:900}
    .review p{font-size:14px;margin-bottom:12px}
    .accordion{background:transparent;margin:0}
    .accordion-item{border:1px solid var(--line);border-radius:8px;background:var(--panel);margin-bottom:12px;overflow:hidden}
    .accordion-title{border:0;color:#fff;background:transparent;font-weight:850;font-size:16px;padding:18px 44px 18px 18px}
    .accordion-title:hover,.accordion-title:focus{background:rgba(34,230,209,.06);color:var(--cyan)}
    .accordion-content{border:0;background:rgba(255,255,255,.025);color:var(--muted);padding:0 18px 18px}
    .cta-panel{
      padding:28px;
      border-radius:8px;
      border:1px solid rgba(34,230,209,.22);
      background:
        linear-gradient(135deg,rgba(34,230,209,.12),rgba(139,92,246,.11)),
        var(--panel);
      box-shadow:var(--shadow);
    }
    .contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
    .contact-form label{color:#fff;font-weight:800;font-size:13px}
    .contact-form input,.contact-form select,.contact-form textarea{
      width:100%;margin-top:7px;
      border:1px solid var(--line);
      background:rgba(9,11,18,.72);
      color:#fff;
      border-radius:6px;
      padding:12px 13px;
      min-height:44px;
      box-shadow:none;
    }
    .contact-form textarea{min-height:108px;resize:vertical}
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(34,230,209,.12);background:#0B0E17}
    .full{grid-column:1/-1}
    .site-footer{padding:54px 0 28px;background:#070910;border-top:1px solid var(--line)}
    .footer-main{display:grid;grid-template-columns:1fr 1.25fr;gap:36px;margin-bottom:28px}
    .footer-brand{display:flex;align-items:center;gap:12px}
    .footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 18px}
    .footer-links a{color:var(--muted);font-size:14px}
    .footer-links a:hover{color:var(--cyan)}
    .beian{text-align:center;color:var(--weak);font-size:13px;line-height:2;border-top:1px solid var(--line);padding-top:20px}
    .beian a{color:var(--muted);padding:0 8px}
    .beian a:hover{color:var(--cyan)}
    @media (max-width:1024px){
      .container{width:min(100% - 40px,var(--container))}
      .desktop-nav{display:none}
      .menu-toggle{display:inline-flex}
      .brand{min-width:0}
      .hero{min-height:auto;padding:54px 0}
      .stat-grid{grid-template-columns:repeat(2,1fr)}
      .lane-grid,.replay-board,.footer-main{grid-template-columns:1fr}
      .route-steps,.review-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:768px){
      .nav-inner{min-height:66px;gap:12px}
      .brand-text span,.status-pill{display:none}
      .nav-actions{gap:8px}
      .btn-small{display:none}
      .section-head{display:block}
      .section-link{display:inline-block;margin-top:10px}
      .hero-actions .btn{width:100%}
      .lane-map,.contact-form{grid-template-columns:1fr}
      .footer-links{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:520px){
      .container{width:min(100% - 32px,var(--container))}
      h1{font-size:31px}
      .brand-mark{width:40px;height:40px}
      .brand-text strong{font-size:14px}
      .stat-grid,.route-steps,.review-grid{grid-template-columns:1fr}
      .rank-item{grid-template-columns:36px 1fr}
      .heat{grid-column:2;width:100%}
      .feature-cover{min-height:340px}
      .footer-links{grid-template-columns:1fr}
    }

/* roulang page: category3 */
:root {
      --bg: #090b12;
      --bg-2: #0b0e17;
      --panel: #111521;
      --panel-2: #161b2a;
      --panel-3: #1d2433;
      --text: #e6eaf2;
      --muted: #9aa4b2;
      --weak: #687386;
      --line: rgba(255,255,255,.08);
      --line-strong: rgba(34,230,209,.35);
      --cyan: #22e6d1;
      --purple: #8b5cf6;
      --orange: #ffb020;
      --green: #34d399;
      --danger: #fb7185;
      --radius: 8px;
      --radius-sm: 6px;
      --shadow: 0 16px 40px rgba(0,0,0,.28);
      --shadow-cyan: 0 0 24px rgba(34,230,209,.22);
      --container: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background:
        radial-gradient(circle at 15% 8%, rgba(34,230,209,.12), transparent 30%),
        radial-gradient(circle at 80% 10%, rgba(139,92,246,.12), transparent 28%),
        linear-gradient(180deg, var(--bg), var(--bg-2) 52%, #080a10);
      color: var(--text);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 1.75;
      min-height: 100vh;
    }

    a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
    img { display: block; max-width: 100%; height: auto; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

    .container {
      width: min(var(--container), calc(100% - 48px));
      margin: 0 auto;
    }

    .top-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(8,10,18,.92);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px);
      box-shadow: 0 12px 32px rgba(0,0,0,.22);
    }

    .nav-inner {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand, .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(34,230,209,.5);
      border-radius: var(--radius);
      color: var(--cyan);
      background:
        linear-gradient(135deg, rgba(34,230,209,.12), rgba(139,92,246,.12)),
        #0d111b;
      box-shadow: inset 0 0 18px rgba(34,230,209,.12), 0 0 18px rgba(34,230,209,.12);
      font-weight: 800;
      font-size: 13px;
      letter-spacing: 0;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.25;
      min-width: 0;
    }

    .brand-text strong {
      color: #fff;
      font-weight: 800;
      font-size: 17px;
      white-space: nowrap;
    }

    .brand-text span {
      color: var(--muted);
      font-size: 12px;
      white-space: nowrap;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex: 1;
    }

    .desktop-nav a {
      position: relative;
      padding: 24px 10px 22px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
    }

    .desktop-nav a::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 13px;
      height: 2px;
      background: transparent;
      border-radius: 2px;
      box-shadow: none;
      transition: background .2s ease, box-shadow .2s ease;
    }

    .desktop-nav a:hover,
    .desktop-nav a.active {
      color: #fff;
    }

    .desktop-nav a.active::after,
    .desktop-nav a:hover::after {
      background: var(--cyan);
      box-shadow: 0 0 14px rgba(34,230,209,.55);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .status-pill, .tag, .impact-badge, .trend {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 5px 10px;
      color: var(--muted);
      background: rgba(255,255,255,.035);
      font-size: 12px;
      line-height: 1.2;
      white-space: nowrap;
    }

    .status-pill::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 12px rgba(52,211,153,.65);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 10px 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      color: var(--text);
      background: rgba(255,255,255,.04);
      font-weight: 700;
      font-size: 14px;
      line-height: 1.2;
      text-align: center;
    }

    .btn:hover {
      transform: translateY(-1px);
      border-color: rgba(139,92,246,.6);
      background: rgba(139,92,246,.12);
      color: #fff;
    }

    .btn-primary {
      border-color: rgba(34,230,209,.75);
      background: rgba(34,230,209,.12);
      color: var(--cyan);
      box-shadow: inset 0 0 14px rgba(34,230,209,.08);
    }

    .btn-primary:hover {
      background: var(--cyan);
      color: #071014;
      border-color: var(--cyan);
      box-shadow: var(--shadow-cyan);
    }

    .btn-small {
      min-height: 36px;
      padding: 8px 12px;
      font-size: 13px;
    }

    .menu-toggle {
      display: none;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: var(--text);
      border-radius: var(--radius-sm);
      padding: 8px 11px;
      font-weight: 700;
    }

    .mobile-panel {
      display: none;
      padding: 0 0 16px;
      border-top: 1px solid var(--line);
    }

    .mobile-panel a {
      display: block;
      padding: 12px 4px;
      color: var(--muted);
      border-bottom: 1px solid rgba(255,255,255,.05);
      font-weight: 700;
    }

    .mobile-panel a.active,
    .mobile-panel a:hover {
      color: var(--cyan);
    }

    .main {
      overflow: hidden;
    }

    .hero {
      position: relative;
      padding: 70px 0 56px;
      background:
        linear-gradient(90deg, rgba(9,11,18,.94), rgba(9,11,18,.72), rgba(9,11,18,.88)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom: 1px solid var(--line);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(34,230,209,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(139,92,246,.08) 1px, transparent 1px);
      background-size: 54px 54px;
      opacity: .35;
      pointer-events: none;
      mask-image: linear-gradient(180deg, #000, transparent 85%);
    }

    .hero .container { position: relative; z-index: 1; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--cyan);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 16px;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(34,230,209,.75);
    }

    h1, h2, h3, h4, p { margin-top: 0; }
    h1 {
      max-width: 780px;
      color: #fff;
      font-size: clamp(32px, 4.2vw, 52px);
      line-height: 1.12;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .hero-lead {
      max-width: 720px;
      color: #c6cedb;
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 22px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 28px;
    }

    .tag {
      border-color: rgba(34,230,209,.2);
      color: #d9fff9;
      background: rgba(34,230,209,.07);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .version-panel {
      height: 100%;
      min-height: 420px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(17,21,33,.82);
      box-shadow: var(--shadow);
      backdrop-filter: blur(12px);
    }

    .patch-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
    }

    .patch-head strong {
      display: block;
      color: #fff;
      font-size: 24px;
      line-height: 1.15;
      margin-bottom: 6px;
    }

    .patch-head span,
    .mini-copy {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .timeline-mini {
      display: grid;
      gap: 12px;
    }

    .timeline-item {
      position: relative;
      display: grid;
      grid-template-columns: 72px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,.035);
    }

    .timeline-item:hover {
      border-color: var(--line-strong);
      transform: translateY(-2px);
    }

    .timeline-item time {
      color: var(--cyan);
      font-weight: 800;
      font-size: 13px;
    }

    .timeline-item strong {
      color: #fff;
      font-size: 15px;
      line-height: 1.35;
    }

    .impact-badge {
      border-radius: var(--radius-sm);
      color: #141008;
      background: var(--orange);
      border-color: var(--orange);
      font-weight: 800;
    }

    .impact-badge.mid {
      color: #fff;
      background: rgba(139,92,246,.22);
      border-color: rgba(139,92,246,.45);
    }

    .section {
      padding: 82px 0;
    }

    .section.compact {
      padding: 58px 0;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-kicker {
      color: var(--cyan);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .section h2 {
      color: #fff;
      font-size: clamp(25px, 2.8vw, 34px);
      line-height: 1.25;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .section-desc {
      max-width: 740px;
      color: var(--muted);
      margin-bottom: 0;
    }

    .section-link {
      color: var(--cyan);
      font-weight: 800;
      white-space: nowrap;
    }

    .section-link:hover {
      color: #fff;
      text-shadow: 0 0 12px rgba(34,230,209,.45);
    }

    .card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025)), var(--panel);
      box-shadow: var(--shadow);
      overflow: hidden;
      transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .card:hover {
      border-color: var(--line-strong);
      transform: translateY(-2px);
      box-shadow: 0 20px 44px rgba(0,0,0,.34);
    }

    .card-pad { padding: 20px; }

    .image-card {
      position: relative;
      min-height: 280px;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
    }

    .image-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
    }

    .image-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(9,11,18,.12), rgba(9,11,18,.86));
    }

    .image-card-content {
      position: relative;
      z-index: 1;
      padding: 24px;
    }

    .image-card h3,
    .card h3 {
      color: #fff;
      font-size: 21px;
      line-height: 1.35;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .image-card p,
    .card p {
      color: var(--muted);
      margin-bottom: 0;
    }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .metric-card {
      min-height: 150px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(34,230,209,.08), transparent 42%),
        var(--panel-2);
      transition: border-color .2s ease, transform .2s ease;
    }

    .metric-card:hover {
      border-color: var(--line-strong);
      transform: translateY(-2px);
    }

    .metric-card .num {
      display: block;
      color: #fff;
      font-family: "DIN Alternate", "Arial Narrow", system-ui, sans-serif;
      font-size: 34px;
      line-height: 1;
      font-weight: 800;
      margin: 12px 0 8px;
    }

    .metric-card .label {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .trend {
      width: fit-content;
      border-radius: var(--radius-sm);
      color: var(--green);
      border-color: rgba(52,211,153,.25);
      background: rgba(52,211,153,.08);
    }

    .table-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: var(--shadow);
    }

    table.version-table {
      width: 100%;
      min-width: 860px;
      border-collapse: collapse;
      margin: 0;
      color: var(--text);
    }

    .version-table th,
    .version-table td {
      padding: 15px 16px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: middle;
      font-size: 14px;
    }

    .version-table th {
      color: #fff;
      background: rgba(255,255,255,.045);
      font-weight: 800;
    }

    .version-table tr:hover td {
      background: rgba(34,230,209,.04);
    }

    .version-table tr:last-child td {
      border-bottom: 0;
    }

    .role-chip {
      display: inline-flex;
      padding: 4px 8px;
      border-radius: var(--radius-sm);
      color: #ded7ff;
      background: rgba(139,92,246,.14);
      border: 1px solid rgba(139,92,246,.28);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .state-high {
      color: #151006;
      background: var(--orange);
      border-color: var(--orange);
    }

    .hero-rank {
      display: grid;
      gap: 14px;
    }

    .rank-row {
      display: grid;
      grid-template-columns: 36px 1fr 90px;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,255,255,.035);
    }

    .rank-no {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      color: var(--cyan);
      background: rgba(34,230,209,.1);
      border: 1px solid rgba(34,230,209,.25);
      font-weight: 900;
    }

    .rank-row strong {
      color: #fff;
      display: block;
      line-height: 1.25;
    }

    .rank-row span {
      color: var(--muted);
      font-size: 13px;
    }

    .bar {
      height: 8px;
      border-radius: 99px;
      background: rgba(255,255,255,.08);
      overflow: hidden;
    }

    .bar i {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      box-shadow: 0 0 14px rgba(34,230,209,.3);
    }

    .lane-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }

    .lane-card {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel-2);
      min-height: 210px;
    }

    .lane-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      color: var(--cyan);
      background: rgba(34,230,209,.08);
      border: 1px solid rgba(34,230,209,.22);
      font-weight: 900;
      margin-bottom: 14px;
    }

    .lane-card h3 {
      font-size: 19px;
      margin-bottom: 8px;
    }

    .lane-card ul {
      margin: 14px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
    }

    .lane-card li {
      color: var(--muted);
      font-size: 14px;
      padding-left: 14px;
      position: relative;
    }

    .lane-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .75em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--purple);
    }

    .topic-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
    }

    .topic-list {
      display: grid;
      gap: 14px;
    }

    .topic-item {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 14px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,255,255,.03);
    }

    .topic-item img {
      width: 120px;
      height: 88px;
      object-fit: cover;
      border-radius: var(--radius-sm);
      filter: saturate(1.05) contrast(1.03);
    }

    .topic-item h3 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .topic-item p {
      font-size: 14px;
      line-height: 1.6;
    }

    .process {
      counter-reset: step;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .process-card {
      counter-increment: step;
      position: relative;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(139,92,246,.08), rgba(255,255,255,.025)), var(--panel);
      min-height: 190px;
    }

    .process-card::before {
      content: "0" counter(step);
      display: inline-flex;
      margin-bottom: 18px;
      color: var(--cyan);
      font-family: "DIN Alternate", "Arial Narrow", system-ui, sans-serif;
      font-size: 26px;
      font-weight: 900;
    }

    .process-card h3 {
      font-size: 19px;
    }

    .reviews {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .review-card {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,255,255,.035);
    }

    .review-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .review-top strong {
      color: #fff;
      display: block;
      line-height: 1.25;
    }

    .review-top span,
    .review-meta {
      color: var(--muted);
      font-size: 12px;
    }

    .score {
      color: var(--orange);
      font-weight: 900;
      white-space: nowrap;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      overflow: hidden;
    }

    .accordion-title {
      border: 0;
      color: var(--cyan);
      background: rgba(255,255,255,.025);
      font-weight: 800;
      font-size: 16px;
      padding: 18px 48px 18px 18px;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: rgba(34,230,209,.08);
      color: #fff;
    }

    .accordion-title::before {
      color: var(--cyan);
      right: 18px;
      margin-top: -10px;
    }

    .accordion-content {
      border: 0;
      border-top: 1px solid var(--line);
      background: rgba(255,255,255,.018);
      color: var(--muted);
      padding: 18px;
    }

    .cta {
      padding: 34px;
      border: 1px solid rgba(34,230,209,.22);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(34,230,209,.12), rgba(139,92,246,.12)),
        var(--panel);
      box-shadow: var(--shadow);
    }

    .contact-form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 20px;
    }

    .contact-form label {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      width: 100%;
      margin-top: 6px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(8,10,18,.65);
      color: var(--text);
      padding: 12px 13px;
      box-shadow: none;
    }

    .contact-form textarea {
      min-height: 108px;
      resize: vertical;
    }

    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
      border-color: var(--cyan);
      background: rgba(8,10,18,.9);
      box-shadow: 0 0 0 3px rgba(34,230,209,.12);
    }

    .full { grid-column: 1 / -1; }

    .site-footer {
      padding: 46px 0 30px;
      border-top: 1px solid var(--line);
      background: #070910;
      color: var(--muted);
    }

    .footer-main {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 36px;
      align-items: start;
      padding-bottom: 28px;
      border-bottom: 1px solid var(--line);
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px 18px;
    }

    .footer-links a,
    .beian a {
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links a:hover,
    .beian a:hover {
      color: var(--cyan);
    }

    .beian {
      text-align: center;
      padding-top: 24px;
      display: grid;
      gap: 8px;
      font-size: 13px;
    }

    .beian a {
      margin: 0 7px;
    }

    @media screen and (max-width: 1024px) {
      .container { width: min(100% - 40px, var(--container)); }
      .desktop-nav { display: none; }
      .menu-toggle { display: inline-flex; }
      .mobile-panel.is-open { display: block; }
      .hero { padding: 54px 0 48px; }
      .version-panel { margin-top: 24px; min-height: auto; }
      .metric-grid { grid-template-columns: repeat(2, 1fr); }
      .lane-grid { grid-template-columns: repeat(2, 1fr); }
      .topic-grid { grid-template-columns: 1fr; }
      .process { grid-template-columns: repeat(2, 1fr); }
      .reviews { grid-template-columns: repeat(2, 1fr); }
      .footer-main { grid-template-columns: 1fr; }
    }

    @media screen and (max-width: 768px) {
      .section { padding: 56px 0; }
      .section.compact { padding: 44px 0; }
      .section-head { display: block; }
      .section-link { display: inline-flex; margin-top: 12px; }
      .brand-text strong { font-size: 15px; }
      .brand-text span { display: none; }
      .status-pill { display: none; }
      .timeline-item { grid-template-columns: 60px 1fr; }
      .timeline-item .impact-badge { grid-column: 2; width: fit-content; }
      .lane-grid { grid-template-columns: 1fr; }
      .process { grid-template-columns: 1fr; }
      .reviews { grid-template-columns: 1fr; }
      .contact-form { grid-template-columns: 1fr; }
      .footer-links { grid-template-columns: repeat(2, 1fr); }
    }

    @media screen and (max-width: 520px) {
      .container { width: calc(100% - 32px); }
      .nav-inner { min-height: 66px; gap: 12px; }
      .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
      .btn-small { display: none; }
      .hero-actions .btn { width: 100%; }
      .metric-grid { grid-template-columns: 1fr; }
      .topic-item { grid-template-columns: 1fr; }
      .topic-item img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
      .rank-row { grid-template-columns: 34px 1fr; }
      .rank-row .bar { grid-column: 2; width: 100%; }
      .cta { padding: 22px; }
      .footer-links { grid-template-columns: 1fr; }
    }

/* roulang page: category5 */
:root {
      --bg: #090b12;
      --bg-soft: #0f1320;
      --panel: #111521;
      --panel-2: #161b2a;
      --panel-3: #1d2433;
      --text: #e6eaf2;
      --muted: #9aa4b2;
      --weak: #6f7a8a;
      --line: rgba(255,255,255,.08);
      --line-strong: rgba(34,230,209,.35);
      --cyan: #22e6d1;
      --purple: #8b5cf6;
      --orange: #ffb020;
      --green: #34d399;
      --danger: #ff6b6b;
      --shadow: 0 16px 40px rgba(0,0,0,.28);
      --shadow-neon: 0 0 24px rgba(34,230,209,.24);
      --radius: 8px;
      --radius-sm: 6px;
      --container: 1240px;
    }

    * { 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 20% 0%, rgba(34,230,209,.12), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(139,92,246,.14), transparent 30%),
        linear-gradient(180deg, #090b12 0%, #0b0e17 46%, #090b12 100%);
      line-height: 1.75;
      min-width: 320px;
    }

    a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
    img { display: block; max-width: 100%; height: auto; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    ::selection { background: rgba(34,230,209,.28); color: var(--text); }

    .container {
      width: min(100% - 48px, var(--container));
      margin-inline: auto;
    }

    .top-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(8,10,18,.92);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px);
      box-shadow: 0 10px 30px rgba(0,0,0,.25);
    }

    .nav-inner {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand, .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(34,230,209,.48);
      border-radius: 50%;
      color: var(--cyan);
      font-weight: 800;
      font-size: 13px;
      background:
        linear-gradient(135deg, rgba(34,230,209,.14), rgba(139,92,246,.12)),
        #0d111c;
      box-shadow: inset 0 0 18px rgba(34,230,209,.12), 0 0 18px rgba(34,230,209,.12);
    }

    .brand-text { min-width: 0; }
    .brand-text strong {
      display: block;
      font-size: 16px;
      line-height: 1.25;
      color: #fff;
      white-space: nowrap;
    }

    .brand-text span {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.3;
      white-space: nowrap;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      flex: 1;
    }

    .desktop-nav a {
      position: relative;
      padding: 25px 11px 23px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
    }

    .desktop-nav a::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 16px;
      height: 2px;
      background: transparent;
      border-radius: 2px;
      box-shadow: none;
      transition: background .2s ease, box-shadow .2s ease;
    }

    .desktop-nav a:hover,
    .desktop-nav a.active {
      color: var(--text);
    }

    .desktop-nav a:hover::after,
    .desktop-nav a.active::after {
      background: var(--cyan);
      box-shadow: 0 0 16px rgba(34,230,209,.58);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .status-pill, .badge, .topic-tag, .state {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      border: 1px solid var(--line);
      color: var(--muted);
      background: rgba(255,255,255,.04);
      line-height: 1;
      white-space: nowrap;
    }

    .status-pill {
      padding: 8px 10px;
      color: var(--green);
      border-color: rgba(52,211,153,.28);
      font-size: 12px;
    }

    .status-pill::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 12px rgba(52,211,153,.7);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 11px 16px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      color: var(--text);
      background: rgba(255,255,255,.04);
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
      color: #071014;
      background: var(--cyan);
      border-color: var(--cyan);
      box-shadow: var(--shadow-neon);
    }

    .btn:focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
      outline: 2px solid var(--cyan);
      outline-offset: 3px;
    }

    .btn-primary {
      background: rgba(34,230,209,.12);
      border-color: rgba(34,230,209,.55);
      color: var(--cyan);
    }

    .btn-secondary:hover {
      color: var(--text);
      background: rgba(139,92,246,.16);
      border-color: rgba(139,92,246,.55);
      box-shadow: 0 0 22px rgba(139,92,246,.2);
    }

    .btn-small { min-height: 36px; padding: 9px 12px; font-size: 13px; }
    .menu-toggle {
      display: none;
      min-height: 36px;
      padding: 8px 12px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: var(--text);
      font-weight: 700;
    }

    .mobile-panel {
      display: none;
      padding: 0 0 16px;
      border-top: 1px solid var(--line);
    }

    .mobile-panel a {
      display: block;
      padding: 12px 2px;
      color: var(--muted);
      border-bottom: 1px solid rgba(255,255,255,.05);
      font-weight: 700;
    }

    .mobile-panel a.active,
    .mobile-panel a:hover {
      color: var(--cyan);
    }

    .page-hero {
      position: relative;
      padding: 74px 0 48px;
      overflow: hidden;
      border-bottom: 1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(9,11,18,.88), rgba(9,11,18,.62)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
    }

    .page-hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 120px;
      background: linear-gradient(180deg, transparent, rgba(9,11,18,.96));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      align-items: stretch;
      gap: 28px;
    }

    .hero-copy {
      padding: 26px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      color: var(--cyan);
      font-size: 13px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(34,230,209,.75);
    }

    h1, h2, h3, h4, p { margin-top: 0; }
    h1 {
      max-width: 760px;
      margin-bottom: 18px;
      font-size: clamp(32px, 4.1vw, 52px);
      line-height: 1.12;
      font-weight: 800;
      color: #fff;
    }

    h2 {
      font-size: clamp(24px, 2.5vw, 34px);
      line-height: 1.22;
      font-weight: 800;
      color: #fff;
      margin-bottom: 12px;
    }

    h3 {
      font-size: 21px;
      line-height: 1.35;
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
    }

    .lead {
      max-width: 760px;
      color: #c9d1dd;
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 22px 0 26px;
    }

    .topic-tag {
      padding: 8px 11px;
      color: #dce7f5;
      font-size: 13px;
      border-color: rgba(255,255,255,.12);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .live-panel {
      height: 100%;
      padding: 18px;
      border: 1px solid rgba(34,230,209,.18);
      border-radius: var(--radius);
      background: rgba(17,21,33,.86);
      box-shadow: var(--shadow);
      backdrop-filter: blur(8px);
    }

    .stream-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
    }

    .stream-card {
      padding: 14px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    }

    .stream-card + .stream-card { margin-top: 12px; }
    .stream-meta {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      color: var(--muted);
      font-size: 12px;
      margin-bottom: 10px;
    }

    .match-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 44px;
    }

    .team-name {
      width: 36%;
      font-weight: 800;
      color: #fff;
    }

    .score {
      min-width: 72px;
      padding: 6px 8px;
      text-align: center;
      color: var(--cyan);
      border: 1px solid rgba(34,230,209,.3);
      background: rgba(34,230,209,.08);
      border-radius: var(--radius-sm);
      font-family: "DIN Alternate", "Arial Narrow", system-ui;
      font-weight: 800;
    }

    .section {
      padding: 82px 0;
      position: relative;
    }

    .section-tight { padding-top: 56px; }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 26px;
    }

    .section-head p {
      max-width: 720px;
      color: var(--muted);
      margin-bottom: 0;
    }

    .section-link {
      color: var(--cyan);
      font-weight: 800;
      white-space: nowrap;
    }

    .section-link:hover { color: #fff; }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .metric-card, .content-card, .topic-card, .review-card, .faq-card, .contact-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)), var(--panel);
      box-shadow: var(--shadow);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .metric-card:hover, .content-card:hover, .topic-card:hover, .review-card:hover {
      transform: translateY(-2px);
      border-color: var(--line-strong);
      box-shadow: 0 18px 44px rgba(0,0,0,.34), 0 0 22px rgba(34,230,209,.08);
    }

    .metric-card {
      min-height: 132px;
      padding: 18px;
    }

    .metric-value {
      display: block;
      margin-bottom: 6px;
      color: #fff;
      font-family: "DIN Alternate", "Arial Narrow", system-ui;
      font-size: 32px;
      font-weight: 800;
      line-height: 1;
    }

    .metric-label {
      display: block;
      color: var(--text);
      font-weight: 800;
      margin-bottom: 6px;
    }

    .metric-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .metric-trend {
      display: inline-flex;
      margin-top: 12px;
      padding: 5px 8px;
      border-radius: 999px;
      background: rgba(52,211,153,.12);
      color: var(--green);
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
    }

    .flow-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
      gap: 22px;
    }

    .feed-list {
      display: grid;
      gap: 12px;
    }

    .topic-card {
      display: grid;
      grid-template-columns: 96px minmax(0, 1fr) auto;
      gap: 14px;
      align-items: center;
      padding: 14px;
    }

    .topic-rank {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255,176,32,.38);
      background: rgba(255,176,32,.1);
      color: var(--orange);
      font-family: "DIN Alternate", "Arial Narrow", system-ui;
      font-size: 24px;
      font-weight: 800;
    }

    .topic-card h3 {
      margin-bottom: 4px;
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .topic-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .heat {
      width: 132px;
      text-align: right;
    }

    .heat strong {
      display: block;
      color: var(--cyan);
      font-family: "DIN Alternate", "Arial Narrow", system-ui;
      font-size: 22px;
      line-height: 1;
    }

    .heat span {
      display: block;
      margin-top: 8px;
      height: 6px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
    }

    .side-stack {
      display: grid;
      gap: 16px;
    }

    .image-card {
      position: relative;
      overflow: hidden;
      min-height: 250px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .image-card img {
      width: 100%;
      height: 100%;
      min-height: 250px;
      object-fit: cover;
      filter: saturate(1.1) contrast(1.05);
    }

    .image-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(9,11,18,.12), rgba(9,11,18,.88));
    }

    .image-copy {
      position: absolute;
      inset: auto 18px 18px;
      z-index: 1;
    }

    .image-copy p {
      margin-bottom: 0;
      color: #cbd5e1;
      font-size: 14px;
    }

    .table-shell {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: var(--shadow);
    }

    table {
      width: 100%;
      min-width: 900px;
      border-collapse: collapse;
      margin: 0;
      color: var(--text);
    }

    thead {
      background: rgba(255,255,255,.05);
      color: #dce7f5;
    }

    th, td {
      padding: 15px 14px;
      text-align: left;
      border-bottom: 1px solid rgba(255,255,255,.065);
      font-size: 14px;
      vertical-align: middle;
    }

    th {
      font-size: 13px;
      color: var(--muted);
      font-weight: 800;
    }

    tbody tr:hover {
      background: rgba(34,230,209,.045);
    }

    tbody tr:last-child td { border-bottom: 0; }
    .state {
      padding: 6px 8px;
      font-size: 12px;
      font-weight: 800;
    }

    .state-live { color: var(--orange); border-color: rgba(255,176,32,.38); background: rgba(255,176,32,.1); }
    .state-ready { color: var(--cyan); border-color: rgba(34,230,209,.34); background: rgba(34,230,209,.08); }
    .state-done { color: var(--green); border-color: rgba(52,211,153,.34); background: rgba(52,211,153,.08); }

    .portal-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .content-card {
      overflow: hidden;
    }

    .card-media {
      position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #0d111c;
    }

    .card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s ease;
    }

    .content-card:hover .card-media img {
      transform: scale(1.04);
    }

    .card-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(9,11,18,.04), rgba(9,11,18,.72));
    }

    .badge {
      padding: 6px 8px;
      font-size: 12px;
      font-weight: 800;
    }

    .media-badge {
      position: absolute;
      left: 12px;
      top: 12px;
      z-index: 1;
      color: var(--cyan);
      border-color: rgba(34,230,209,.32);
      background: rgba(9,11,18,.72);
    }

    .card-body {
      padding: 18px;
    }

    .card-body p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 14px;
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      color: var(--weak);
      font-size: 12px;
    }

    .review-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .review-card {
      min-height: 220px;
      padding: 18px;
    }

    .review-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .review-name {
      color: #fff;
      font-weight: 800;
    }

    .review-tag {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
    }

    .rating {
      color: var(--orange);
      font-family: "DIN Alternate", "Arial Narrow", system-ui;
      font-weight: 800;
    }

    .review-card p {
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 14px;
    }

    .review-foot {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      color: var(--weak);
      font-size: 12px;
    }

    .accordion {
      background: transparent;
      margin: 0;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--panel);
      box-shadow: 0 10px 26px rgba(0,0,0,.18);
    }

    .accordion-title {
      padding: 18px 48px 18px 18px;
      border: 0;
      color: var(--cyan);
      font-size: 16px;
      font-weight: 800;
      background: rgba(255,255,255,.03);
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: #fff;
      background: rgba(34,230,209,.08);
    }

    .accordion-content {
      padding: 0 18px 18px;
      color: var(--muted);
      border: 0;
      background: transparent;
    }

    .contact-card {
      padding: 28px;
      background:
        linear-gradient(135deg, rgba(34,230,209,.1), rgba(139,92,246,.08)),
        var(--panel);
    }

    .contact-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 28px;
      align-items: start;
    }

    .contact-list {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .contact-list div {
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,.035);
    }

    .contact-list strong {
      display: block;
      color: #fff;
      margin-bottom: 4px;
    }

    .contact-list span {
      color: var(--muted);
      font-size: 14px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    label {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    input, select, textarea {
      width: 100%;
      margin-top: 7px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      color: var(--text);
      background: rgba(9,11,18,.72);
      box-shadow: none;
    }

    input:focus, select:focus, textarea:focus {
      border-color: var(--cyan);
      background: rgba(9,11,18,.92);
      box-shadow: 0 0 0 3px rgba(34,230,209,.1);
    }

    textarea { min-height: 120px; resize: vertical; }
    .form-wide { grid-column: 1 / -1; }

    .site-footer {
      padding: 54px 0 30px;
      border-top: 1px solid var(--line);
      background: #070910;
      color: var(--muted);
    }

    .footer-main {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 38px;
      align-items: start;
      padding-bottom: 30px;
      border-bottom: 1px solid var(--line);
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 12px 18px;
    }

    .footer-links a, .beian a {
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links a:hover, .beian a:hover {
      color: var(--cyan);
    }

    .beian {
      padding-top: 22px;
      text-align: center;
      color: var(--weak);
      font-size: 13px;
      line-height: 2;
    }

    .beian a {
      margin: 0 8px;
    }

    @media (max-width: 1024px) {
      .container { width: min(100% - 40px, var(--container)); }
      .desktop-nav { display: none; }
      .menu-toggle { display: inline-flex; }
      .mobile-panel.is-open { display: block; }
      .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .flow-layout, .contact-grid { grid-template-columns: 1fr; }
      .portal-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .section { padding: 66px 0; }
      .brand-text strong { white-space: normal; }
      .brand-text span { white-space: normal; }
    }

    @media (max-width: 768px) {
      .container { width: min(100% - 32px, var(--container)); }
      .page-hero { padding: 54px 0 38px; }
      .nav-inner { min-height: 66px; gap: 12px; }
      .status-pill { display: none; }
      .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
      .brand-text strong { font-size: 14px; }
      .brand-text span { display: none; }
      .section-head { display: block; }
      .section-link { display: inline-flex; margin-top: 12px; }
      .topic-card { grid-template-columns: 58px minmax(0, 1fr); }
      .heat { grid-column: 2; width: 100%; text-align: left; }
      .portal-grid, .review-grid { grid-template-columns: 1fr; }
      .form-grid { grid-template-columns: 1fr; }
      .footer-main { grid-template-columns: 1fr; }
      .footer-links { justify-content: flex-start; }
    }

    @media (max-width: 520px) {
      .container { width: min(100% - 28px, var(--container)); }
      h1 { font-size: 32px; }
      .hero-actions .btn { width: 100%; }
      .metric-grid { grid-template-columns: 1fr; }
      .metric-card { min-height: auto; }
      .stream-head, .match-line, .review-foot { align-items: flex-start; flex-direction: column; }
      .team-name { width: 100%; }
      .score { width: 100%; }
      .topic-card { grid-template-columns: 1fr; }
      .topic-rank { width: 48px; height: 48px; }
      .heat { grid-column: auto; }
      th, td { padding: 13px 12px; }
      .contact-card { padding: 20px; }
    }
