/* roulang page: index */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --card:rgba(12,30,52,.68);
      --card-strong:rgba(9,22,40,.84);
      --line:rgba(125,255,190,.18);
      --line2:rgba(125,211,252,.14);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --weak:#60788C;
      --green:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --pink:#FB7185;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 10% 20%, rgba(45,212,255,.10), transparent 25%),
        radial-gradient(circle at 80% 0%, rgba(57,255,136,.10), transparent 20%),
        radial-gradient(circle at 85% 80%, rgba(251,191,36,.08), transparent 18%),
        linear-gradient(180deg, #081827 0%, #07111F 100%);
      color:var(--text);
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
      opacity:.16;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle, rgba(57,255,136,.18) 1.2px, transparent 1.2px);
      background-size: 18px 18px;
      mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.7) 12%, rgba(0,0,0,.7) 88%, transparent);
      opacity:.05;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button,input,textarea,select{font:inherit}
    .container-site{width:min(1280px, calc(100% - 32px)); margin:0 auto}
    .glass{
      background:var(--card);
      border:1px solid var(--line);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:0 12px 40px rgba(2,8,20,.35);
    }
    .glass-strong{
      background:var(--card-strong);
      border:1px solid var(--line2);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:0 12px 40px rgba(2,8,20,.45);
    }
    .card-hover{
      transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
    }
    .card-hover:hover{
      transform:translateY(-4px);
      border-color:rgba(57,255,136,.34);
      box-shadow:0 18px 44px rgba(2,8,20,.45), 0 0 0 1px rgba(57,255,136,.16), 0 0 26px rgba(57,255,136,.10);
      background:rgba(16,34,58,.82);
    }
    .nav-blur{
      background:rgba(7,17,31,.72);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(125,211,252,.12);
    }
    .hero-bg{
      background-image:
        linear-gradient(90deg, rgba(7,17,31,.92) 0%, rgba(7,17,31,.74) 45%, rgba(7,17,31,.52) 100%),
        url('/assets/images/backpic/back-1.webp');
      background-size:cover;
      background-position:center;
      position:relative;
      overflow:hidden;
    }
    .hero-bg::before{
      content:"";
      position:absolute;
      inset:auto -10% -35% auto;
      width:420px;height:420px;
      border-radius:999px;
      background:radial-gradient(circle, rgba(57,255,136,.12), transparent 62%);
      filter:blur(6px);
    }
    .hero-bg::after{
      content:"";
      position:absolute;
      inset:10% 6% auto auto;
      width:220px;height:220px;
      border:1px solid rgba(57,255,136,.12);
      border-radius:50%;
      box-shadow:0 0 0 28px rgba(45,212,255,.03), 0 0 0 56px rgba(57,255,136,.02);
      opacity:.8;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:14px;
      background:
        linear-gradient(145deg, rgba(57,255,136,.22), rgba(45,212,255,.16)),
        rgba(8,24,39,.9);
      border:1px solid rgba(125,255,190,.24);
      position:relative;
      box-shadow:0 6px 20px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06);
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      left:50%;top:50%;
      transform:translate(-50%,-50%);
      border-radius:999px;
    }
    .logo-mark:before{
      width:18px;height:18px;border:2px solid rgba(57,255,136,.88);
      box-shadow:0 0 0 8px rgba(57,255,136,.05);
    }
    .logo-mark:after{
      width:2px;height:28px;background:linear-gradient(to bottom, rgba(45,212,255,.2), rgba(45,212,255,.9), rgba(45,212,255,.2));
    }
    .pill{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.45rem .85rem;border-radius:999px;
      border:1px solid rgba(125,255,190,.18);
      background:rgba(8,24,39,.62);
      color:#c9fbdc;font-size:.82rem;
    }
    .btn-primary{
      background:linear-gradient(135deg, #39FF88 0%, #8cffbc 100%);
      color:#082033;
      border:1px solid rgba(57,255,136,.36);
      box-shadow:0 10px 26px rgba(57,255,136,.22), 0 0 24px rgba(57,255,136,.16);
      transition:all .25s ease;
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 14px 32px rgba(57,255,136,.28),0 0 28px rgba(57,255,136,.18)}
    .btn-secondary{
      background:rgba(11,28,48,.72);
      color:var(--text);
      border:1px solid rgba(45,212,255,.25);
      transition:all .25s ease;
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(20,40,66,.82);border-color:rgba(45,212,255,.42)}
    .btn-text{color:#cbe8f7}
    .btn-text:hover{color:var(--green)}
    .focus-ring:focus{outline:none; box-shadow:0 0 0 3px rgba(57,255,136,.26)}
    .section-title{
      font-weight:800; letter-spacing:-.02em; line-height:1.12;
    }
    .kicker{
      color:#baf8cf; font-size:.82rem; letter-spacing:.12em; text-transform:uppercase;
    }
    .score-dot{width:8px;height:8px;border-radius:999px;display:inline-block}
    .field-lines{
      position:relative;
      overflow:hidden;
    }
    .field-lines:before{
      content:"";
      position:absolute;
      inset:8% 6%;
      border:1px solid rgba(57,255,136,.12);
      border-radius:26px;
      pointer-events:none;
    }
    .field-lines:after{
      content:"";
      position:absolute;
      left:50%;top:8%;bottom:8%;
      width:1px;background:rgba(57,255,136,.10);
      pointer-events:none;
    }
    .mag-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:20px;
    }
    .masonry{
      column-count:3;
      column-gap:20px;
    }
    .masonry > article{
      break-inside:avoid;
      margin-bottom:20px;
    }
    .table-scroll{overflow:auto}
    .faq-item summary{
      list-style:none;
      cursor:pointer;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item[open] .faq-plus{transform:rotate(45deg)}
    .faq-plus{transition:transform .25s ease}
    .search-shell{
      background:rgba(11,28,48,.74);
      border:1px solid rgba(125,211,252,.14);
      border-radius:999px;
    }
    .search-shell input{background:transparent;color:var(--text)}
    .search-shell input::placeholder{color:#8aa2b6}
    .stat-card{
      background:linear-gradient(180deg, rgba(10,26,44,.82), rgba(8,20,34,.68));
      border:1px solid rgba(125,255,190,.14);
    }
    .rating-star{color:var(--amber); text-shadow:0 0 10px rgba(251,191,36,.18)}
    .footer-link{color:#b9cbda}
    .footer-link:hover{color:var(--green)}
    ::-webkit-scrollbar{width:10px;height:10px}
    ::-webkit-scrollbar-track{background:#07111F}
    ::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgba(45,212,255,.38), rgba(57,255,136,.30)); border-radius:999px}
    @media (max-width: 1024px){
      .mag-grid{grid-template-columns:1fr}
      .masonry{column-count:2}
    }
    @media (max-width: 768px){
      .container-site{width:min(100% - 24px, 1280px)}
      .masonry{column-count:1}
    }
    @media (max-width: 520px){
      .container-site{width:min(100% - 20px, 1280px)}
    }

/* roulang page: category2 */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --card:rgba(12,30,52,.68);
      --card-strong:rgba(10,24,43,.88);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --soft:#60788C;
      --line:rgba(125,211,252,.14);
      --line-green:rgba(125,255,190,.18);
      --pitch:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --rose:#FB7185;
      --radius:24px;
      --radius-sm:16px;
      --shadow:0 18px 40px rgba(3,10,22,.45);
      --glow:0 0 0 1px rgba(57,255,136,.18),0 0 24px rgba(57,255,136,.10);
      --container:1280px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.7;
      background:
        radial-gradient(circle at 15% 20%, rgba(45,212,255,.10), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(57,255,136,.10), transparent 24%),
        radial-gradient(circle at 50% 120%, rgba(251,191,36,.08), transparent 30%),
        linear-gradient(180deg, #081827 0%, #07111F 54%, #081522 100%);
      min-height:100vh;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(rgba(125,255,190,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125,211,252,.04) 1px, transparent 1px);
      background-size: 42px 42px, 42px 42px;
      mask-image: radial-gradient(circle at center, rgba(0,0,0,.55), transparent 92%);
      opacity:.35;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 50% 15%, rgba(57,255,136,.08), transparent 10%),
        radial-gradient(circle at 50% 50%, rgba(57,255,136,.04), transparent 12%),
        linear-gradient(90deg, transparent 49.7%, rgba(57,255,136,.08) 50%, transparent 50.3%);
      opacity:.25;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button,input,select,textarea{font:inherit}
    .container-site{width:min(var(--container), calc(100% - 32px)); margin-inline:auto}
    .glass{
      background:var(--card);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .glass-strong{
      background:var(--card-strong);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border:1px solid var(--line-green);
      box-shadow:var(--shadow), var(--glow);
    }
    .section-pad{padding:88px 0}
    .logo-mark{
      width:38px;height:38px;border-radius:12px;display:inline-block;position:relative;overflow:hidden;
      background:
        radial-gradient(circle at center, rgba(57,255,136,.22), rgba(45,212,255,.10) 40%, rgba(7,17,31,.2) 72%),
        linear-gradient(135deg, rgba(57,255,136,.25), rgba(45,212,255,.12));
      border:1px solid rgba(125,255,190,.28);
      box-shadow:0 0 0 1px rgba(57,255,136,.10), 0 10px 20px rgba(0,0,0,.25);
    }
    .logo-mark::before,.logo-mark::after{
      content:"";position:absolute;background:rgba(57,255,136,.85)
    }
    .logo-mark::before{width:18px;height:1.5px;left:10px;top:18px;box-shadow:0 -8px 0 rgba(45,212,255,.8),0 8px 0 rgba(45,212,255,.5)}
    .logo-mark::after{width:1.5px;height:20px;left:18px;top:9px}
    .topbar{
      position:sticky;top:0;z-index:50;
      background:rgba(7,17,31,.58);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(125,211,252,.10);
    }
    .nav-link-active{
      color:var(--pitch)!important;
      background:rgba(57,255,136,.08)!important;
      border:1px solid rgba(57,255,136,.18)!important;
    }
    .search-shell{
      display:flex;align-items:center;gap:10px;
      background:rgba(10,24,43,.85);
      border:1px solid rgba(125,211,252,.12);
      border-radius:999px;
      padding:10px 14px;
      min-width:270px;
      transition:.25s ease;
    }
    .search-shell:focus-within{
      border-color:rgba(57,255,136,.4);
      box-shadow:0 0 0 3px rgba(57,255,136,.10);
    }
    .search-shell input{
      background:transparent;border:none;outline:none;color:var(--text);width:100%;
    }
    .search-shell input::placeholder{color:#6f879b}
    .btn-main{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      border:none;border-radius:999px;padding:13px 22px;font-weight:700;
      color:#062112;
      background:linear-gradient(135deg, #52ff9b 0%, #39FF88 42%, #a3ffcc 100%);
      box-shadow:0 10px 28px rgba(57,255,136,.24), 0 0 0 1px rgba(57,255,136,.18);
      transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
    }
    .btn-main:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 14px 34px rgba(57,255,136,.28), 0 0 22px rgba(57,255,136,.18)}
    .btn-ghost{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      border-radius:999px;padding:13px 22px;font-weight:700;
      color:#dce9f6;background:rgba(11,26,45,.62);border:1px solid rgba(45,212,255,.22);
      transition:.25s ease;
    }
    .btn-ghost:hover{transform:translateY(-2px);background:rgba(18,40,66,.82);border-color:rgba(45,212,255,.4)}
    .btn-main:focus-visible,.btn-ghost:focus-visible,.footer-link:focus-visible,.faq-item summary:focus-visible,.menu-btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
      outline:2px solid rgba(57,255,136,.9);outline-offset:2px;
    }
    .tag{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;
      border:1px solid rgba(125,255,190,.22);background:rgba(57,255,136,.08);color:var(--pitch);
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border-radius:999px;background:rgba(45,212,255,.09);
      color:#bdeeff;border:1px solid rgba(45,212,255,.18);font-size:12px;font-weight:700;letter-spacing:.08em
    }
    .hero-wrap{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      border:1px solid rgba(125,255,190,.16);
      background:
        linear-gradient(135deg, rgba(8,24,39,.92), rgba(7,17,31,.84)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
      isolation:isolate;
    }
    .hero-wrap::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg, rgba(57,255,136,.08) 1px, transparent 1px),
        linear-gradient(rgba(45,212,255,.05) 1px, transparent 1px);
      background-size:36px 36px;
      opacity:.22;
      z-index:-1;
    }
    .hero-wrap::after{
      content:"";
      position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;
      background:radial-gradient(circle, rgba(57,255,136,.18), transparent 70%);
      filter:blur(10px);
      z-index:-1;
    }
    .calendar-pill{
      display:flex;flex-direction:column;align-items:center;justify-content:center;
      min-height:92px;border-radius:20px;
      border:1px solid rgba(125,211,252,.14);
      background:rgba(12,30,52,.58);
      transition:.25s ease;
    }
    .calendar-pill.active{
      border-color:rgba(57,255,136,.30);
      background:linear-gradient(180deg, rgba(57,255,136,.12), rgba(12,30,52,.75));
      box-shadow:0 0 0 1px rgba(57,255,136,.18), 0 0 24px rgba(57,255,136,.08);
    }
    .calendar-pill:hover{transform:translateY(-3px);border-color:rgba(45,212,255,.32)}
    .match-card,.feature-card,.league-card,.team-card,.flow-card,.faq-box,.cta-card,.panel-card{
      transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease, background .25s ease;
    }
    .match-card:hover,.feature-card:hover,.league-card:hover,.team-card:hover,.flow-card:hover,.faq-box:hover,.panel-card:hover{
      transform:translateY(-4px);
      border-color:rgba(57,255,136,.24)!important;
      box-shadow:var(--shadow), 0 0 26px rgba(57,255,136,.08);
    }
    .score-dot{width:8px;height:8px;border-radius:999px;background:var(--pitch);box-shadow:0 0 10px rgba(57,255,136,.8)}
    .mini-stat{
      border:1px solid rgba(125,211,252,.12);
      border-radius:20px;
      background:rgba(9,22,39,.62);
      padding:18px;
    }
    .vs-badge{
      min-width:56px;text-align:center;padding:8px 12px;border-radius:999px;
      color:#d9f6ff;background:rgba(45,212,255,.10);border:1px solid rgba(45,212,255,.20);font-weight:800;font-size:13px;
    }
    .time-badge{
      display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;
      background:rgba(251,191,36,.10);border:1px solid rgba(251,191,36,.22);color:#ffd872;font-size:12px;font-weight:700;
    }
    .faq-item{
      border-radius:20px;
      border:1px solid rgba(125,211,252,.12);
      background:rgba(10,24,43,.72);
      overflow:hidden;
    }
    .faq-item summary{
      list-style:none;cursor:pointer;padding:22px 22px 18px 22px;font-weight:800;color:#eef7ff;position:relative;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{
      content:"+";
      position:absolute;right:22px;top:18px;font-size:22px;color:var(--pitch);transition:.2s ease;
    }
    .faq-item[open] summary::after{transform:rotate(45deg)}
    .faq-item .faq-content{
      padding:0 22px 22px 22px;color:var(--muted);font-size:15px
    }
    .footer-link{
      color:#98adbd;transition:.2s ease
    }
    .footer-link:hover{color:var(--pitch);transform:translateX(2px)}
    .input-dark,.select-dark,.textarea-dark{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(125,211,252,.14);
      background:rgba(8,20,36,.84);
      color:var(--text);
      padding:14px 16px;
      outline:none;
      transition:.2s ease;
    }
    .input-dark::placeholder,.textarea-dark::placeholder{color:#667d92}
    .input-dark:focus,.select-dark:focus,.textarea-dark:focus{
      border-color:rgba(57,255,136,.42);
      box-shadow:0 0 0 3px rgba(57,255,136,.08);
    }
    .image-mask{
      position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(125,211,252,.12)
    }
    .image-mask::after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(180deg, rgba(7,17,31,.05), rgba(7,17,31,.45));
      pointer-events:none;
    }
    .scrollbar-thin::-webkit-scrollbar{height:10px;width:10px}
    .scrollbar-thin::-webkit-scrollbar-thumb{background:rgba(125,211,252,.20);border-radius:999px}
    .scrollbar-thin::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}
    .mobile-panel{
      display:none;
    }
    @media (max-width: 1024px){
      .search-shell{min-width:210px}
    }
    @media (max-width: 768px){
      .section-pad{padding:68px 0}
      .container-site{width:min(var(--container), calc(100% - 24px))}
      .search-shell{display:none}
      .mobile-panel.show{display:block}
    }
    @media (max-width: 520px){
      .container-site{width:min(var(--container), calc(100% - 18px))}
      .btn-main,.btn-ghost{width:100%}
      .hero-wrap{border-radius:24px}
    }

/* roulang page: category1 */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --card:rgba(12,30,52,.68);
      --card-strong:rgba(10,24,42,.84);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --weak:#60788C;
      --line:rgba(125,255,190,.18);
      --line2:rgba(125,211,252,.14);
      --green:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --pink:#FB7185;
      --radius:24px;
      --radius-sm:16px;
      --shadow:0 16px 50px rgba(0,0,0,.35);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 15% 20%, rgba(45,212,255,.08), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(57,255,136,.08), transparent 30%),
        radial-gradient(circle at 50% 80%, rgba(251,191,36,.05), transparent 26%),
        linear-gradient(180deg, #081827 0%, #07111F 48%, #06101b 100%);
      min-height:100vh;
      line-height:1.7;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(180deg, rgba(255,255,255,.14), transparent 70%);
      opacity:.22;
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at center, transparent 0 29%, rgba(57,255,136,.08) 29.2% 29.5%, transparent 29.7%),
        linear-gradient(90deg, transparent 49.8%, rgba(57,255,136,.08) 50%, transparent 50.2%);
      background-size: min(78vw,900px) min(78vw,900px), min(78vw,900px) min(78vw,900px);
      background-repeat:no-repeat;
      background-position: center 160px, center 160px;
      opacity:.16;
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    button,input,select,textarea{font:inherit}
    .container-site{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}
    .glass{
      background:var(--card);
      border:1px solid var(--line2);
      box-shadow:var(--shadow);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .glass-strong{
      background:var(--card-strong);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
    }
    .logo-mark{
      width:38px;height:38px;border-radius:12px;display:inline-block;position:relative;
      background:
        radial-gradient(circle at 50% 50%, rgba(57,255,136,.35), transparent 46%),
        linear-gradient(135deg, rgba(45,212,255,.9), rgba(57,255,136,.8));
      box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 24px rgba(57,255,136,.18);
      overflow:hidden;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";position:absolute;background:rgba(7,17,31,.78)
    }
    .logo-mark:before{width:2px;height:100%;left:50%;top:0;transform:translateX(-50%)}
    .logo-mark:after{width:64%;height:64%;left:18%;top:18%;border:2px solid rgba(7,17,31,.78);border-radius:50%;background:transparent}
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(6,16,27,.68);
      border-bottom:1px solid rgba(125,211,252,.10);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
    .nav-chip{transition:.25s ease}
    .nav-chip:hover{transform:translateY(-1px)}
    .nav-chip.active{
      color:var(--green);
      background:rgba(57,255,136,.08);
      border:1px solid rgba(57,255,136,.18);
      box-shadow: inset 0 0 0 1px rgba(57,255,136,.05), 0 0 22px rgba(57,255,136,.06);
    }
    .search-pill{
      background:rgba(10,24,42,.8);
      border:1px solid rgba(125,211,252,.12);
      color:var(--text);
      border-radius:999px;
      transition:.2s ease;
    }
    .search-pill:focus{
      outline:none;
      border-color:rgba(57,255,136,.45);
      box-shadow:0 0 0 4px rgba(57,255,136,.08);
    }
    .btn-main,.btn-sub,.btn-text{transition:.25s ease}
    .btn-main{
      background:linear-gradient(135deg, #39FF88, #6DFFB1);
      color:#072032;
      box-shadow:0 10px 28px rgba(57,255,136,.22), 0 0 28px rgba(57,255,136,.12);
    }
    .btn-main:hover{transform:translateY(-2px);filter:brightness(1.04)}
    .btn-sub{
      background:rgba(45,212,255,.08);
      border:1px solid rgba(45,212,255,.22);
      color:#dff6ff;
    }
    .btn-sub:hover{transform:translateY(-2px);background:rgba(45,212,255,.12)}
    .btn-text:hover{color:var(--green)}
    .btn-main:focus,.btn-sub:focus,.btn-text:focus,.mobile-toggle:focus,a:focus,input:focus,textarea:focus,select:focus{
      outline:none;
      box-shadow:0 0 0 4px rgba(57,255,136,.12);
    }
    .hero-panel{
      background:
        linear-gradient(180deg, rgba(5,14,24,.35), rgba(5,14,24,.78)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      position:relative;
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg, rgba(57,255,136,.12), transparent 30%),
        repeating-linear-gradient(180deg, rgba(57,255,136,.09) 0 2px, transparent 2px 14px);
      opacity:.35;
      mix-blend-mode:screen;
      pointer-events:none;
    }
    .section-title{letter-spacing:.02em}
    .badge{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.5rem .85rem;border-radius:999px;
      border:1px solid rgba(57,255,136,.16);
      background:rgba(57,255,136,.08);
      color:#bdf8d1;font-size:.85rem
    }
    .card-hover{transition:.25s ease}
    .card-hover:hover{
      transform:translateY(-4px);
      border-color:rgba(57,255,136,.3)!important;
      box-shadow:0 0 0 1px rgba(57,255,136,.12), 0 18px 45px rgba(0,0,0,.28), 0 0 34px rgba(57,255,136,.08);
    }
    .score-row{
      display:grid;
      grid-template-columns:84px 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px 0;
      border-bottom:1px dashed rgba(125,211,252,.12);
    }
    .score-row:last-child{border-bottom:none}
    .status-pill{
      padding:.28rem .65rem;border-radius:999px;font-size:.78rem;font-weight:700
    }
    .status-live{background:rgba(251,113,133,.12);color:#ffd4dd;border:1px solid rgba(251,113,133,.22)}
    .status-soon{background:rgba(45,212,255,.09);color:#c9f6ff;border:1px solid rgba(45,212,255,.18)}
    .status-done{background:rgba(57,255,136,.08);color:#c9ffd9;border:1px solid rgba(57,255,136,.18)}
    .mini-dot{width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 10px rgba(57,255,136,.7)}
    .timeline-step{
      position:relative;padding-left:28px
    }
    .timeline-step:before{
      content:"";position:absolute;left:7px;top:8px;width:10px;height:10px;border-radius:999px;background:var(--green);box-shadow:0 0 0 5px rgba(57,255,136,.08)
    }
    .timeline-step:after{
      content:"";position:absolute;left:11px;top:22px;bottom:-18px;width:2px;background:linear-gradient(180deg, rgba(57,255,136,.28), rgba(45,212,255,.04))
    }
    .timeline-step:last-child:after{display:none}
    .faq-item summary{
      list-style:none;cursor:pointer
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item[open]{border-color:rgba(57,255,136,.26)}
    .faq-item .faq-plus{transition:.2s ease}
    .faq-item[open] .faq-plus{transform:rotate(45deg);color:var(--green)}
    .table-wrap{overflow:auto}
    .footer-link{color:#9db1c2;transition:.2s ease}
    .footer-link:hover{color:var(--green)}
    .fake-scroll::-webkit-scrollbar{height:10px;width:10px}
    .fake-scroll::-webkit-scrollbar-thumb{background:rgba(125,211,252,.18);border-radius:999px}
    .fake-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    .mobile-menu{display:none}
    .mobile-menu.open{display:block}
    @media (max-width:1024px){
      .container-site{padding-left:20px;padding-right:20px}
      .score-row{grid-template-columns:72px 1fr}
      .score-row .score-side{grid-column:1 / -1}
    }
    @media (max-width:768px){
      body:after{background-size:120vw 120vw,120vw 120vw;background-position:center 120px,center 120px}
      .container-site{padding-left:16px;padding-right:16px}
      .score-row{grid-template-columns:1fr;gap:10px}
    }
    @media (max-width:520px){
      .hero-actions .btn-main,.hero-actions .btn-sub{width:100%;justify-content:center}
      .hero-actions{flex-direction:column}
    }

/* roulang page: category4 */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --card:rgba(12,30,52,.72);
      --card-strong:rgba(8,20,38,.86);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --weak:#60788C;
      --line:rgba(125,211,252,.14);
      --line-green:rgba(57,255,136,.20);
      --green:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --pink:#FB7185;
      --radius:24px;
      --shadow:0 10px 30px rgba(0,0,0,.35);
      --glow:0 0 0 1px rgba(57,255,136,.12), 0 0 40px rgba(57,255,136,.06);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 15% 20%, rgba(45,212,255,.10), transparent 26%),
        radial-gradient(circle at 85% 10%, rgba(57,255,136,.08), transparent 22%),
        radial-gradient(circle at 50% 70%, rgba(251,191,36,.06), transparent 30%),
        linear-gradient(180deg, #081827 0%, #07111F 48%, #06101B 100%);
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.24;
      background-image:
        linear-gradient(rgba(45,212,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45,212,255,.06) 1px, transparent 1px);
      background-size:32px 32px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.35), transparent 80%);
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at center, transparent 0 14%, rgba(57,255,136,.08) 14.3% 14.6%, transparent 15%),
        linear-gradient(90deg, transparent 49.7%, rgba(57,255,136,.08) 50%, transparent 50.3%),
        linear-gradient(180deg, transparent 49.7%, rgba(57,255,136,.05) 50%, transparent 50.3%);
      background-repeat:no-repeat;
      background-position:right -180px top 100px;
      background-size:580px 580px;
      opacity:.18;
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    button,input,textarea,select{font:inherit}
    button{border:0;background:none;cursor:pointer}
    .container-site{max-width:1280px;margin:0 auto;padding:0 24px}
    .glass{
      background:var(--card);
      border:1px solid var(--line);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:var(--shadow);
    }
    .glass-strong{
      background:var(--card-strong);
      border:1px solid var(--line-green);
      backdrop-filter:blur(22px);
      -webkit-backdrop-filter:blur(22px);
      box-shadow:var(--glow);
    }
    .card-hover{transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease}
    .card-hover:hover{transform:translateY(-4px);border-color:rgba(57,255,136,.28);box-shadow:var(--glow), var(--shadow)}
    .logo-mark{
      width:40px;height:40px;border-radius:12px;position:relative;display:inline-block;
      background:
      radial-gradient(circle at 50% 50%, rgba(57,255,136,.24), transparent 55%),
      linear-gradient(135deg, rgba(45,212,255,.35), rgba(57,255,136,.12));
      border:1px solid rgba(57,255,136,.22);
      box-shadow:0 0 24px rgba(57,255,136,.18);
      overflow:hidden;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";position:absolute;inset:auto;
      border:1px solid rgba(216,231,242,.65);
      opacity:.85;
    }
    .logo-mark:before{width:18px;height:18px;border-radius:999px;left:10px;top:10px}
    .logo-mark:after{width:2px;height:24px;left:19px;top:8px;border:none;background:rgba(216,231,242,.65)}
    .nav-shell{
      position:sticky;top:0;z-index:50;
      background:rgba(7,17,31,.64);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(125,211,252,.10);
    }
    .search-box{
      background:rgba(6,17,30,.72);
      border:1px solid rgba(125,211,252,.14);
      color:var(--text);
    }
    .search-box::placeholder{color:#6e8799}
    .search-box:focus,.field:focus,.textarea:focus{
      outline:none;border-color:rgba(57,255,136,.55);
      box-shadow:0 0 0 3px rgba(57,255,136,.12);
    }
    .btn-main{
      background:linear-gradient(135deg, #52ff99 0%, #39FF88 52%, #24d974 100%);
      color:#07111F;font-weight:800;
      box-shadow:0 10px 24px rgba(57,255,136,.22), 0 0 24px rgba(57,255,136,.14);
      transition:all .25s ease;
    }
    .btn-main:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 14px 30px rgba(57,255,136,.28), 0 0 28px rgba(57,255,136,.18)}
    .btn-sub{
      background:rgba(8,20,38,.65);
      border:1px solid rgba(45,212,255,.22);
      color:#d8e7f2;
      transition:all .25s ease;
    }
    .btn-sub:hover{background:rgba(45,212,255,.08);transform:translateY(-2px);border-color:rgba(45,212,255,.34)}
    .btn-main:focus,.btn-sub:focus,.nav-btn:focus,.nav-link:focus,.footer-link:focus,.faq-btn:focus,.mobile-link:focus{
      outline:none;box-shadow:0 0 0 3px rgba(57,255,136,.18);
    }
    .tag{
      display:inline-flex;align-items:center;gap:.45rem;
      padding:.42rem .78rem;border-radius:999px;
      border:1px solid rgba(57,255,136,.18);
      color:#baf8d2;background:rgba(57,255,136,.08);
      font-size:.82rem;line-height:1;
    }
    .section-title{
      font-size:clamp(1.9rem, 2.5vw, 2.7rem);
      font-weight:900;line-height:1.15;letter-spacing:-.02em;
    }
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}
    .hero-cover{
      position:relative;overflow:hidden;border-radius:30px;
      background:
        linear-gradient(180deg, rgba(4,10,18,.12), rgba(4,10,18,.72)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
    }
    .hero-cover:before{
      content:"";position:absolute;inset:0;
      background:
        linear-gradient(90deg, rgba(57,255,136,.14) 0, transparent 18%, transparent 82%, rgba(45,212,255,.12) 100%),
        repeating-linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.03) 2px, transparent 2px, transparent 8px);
      mix-blend-mode:screen;opacity:.28;pointer-events:none;
    }
    .headline-card{
      background:linear-gradient(180deg, rgba(8,20,38,.2), rgba(8,20,38,.78));
      border:1px solid rgba(57,255,136,.18);
      border-radius:28px;overflow:hidden;position:relative;
    }
    .headline-card .overlay{
      position:absolute;inset:0;
      background:linear-gradient(180deg, rgba(7,17,31,.05) 0%, rgba(7,17,31,.18) 32%, rgba(7,17,31,.90) 100%);
    }
    .headline-card img{height:100%;width:100%;object-fit:cover}
    .news-ticker li{
      position:relative;padding-left:18px;
    }
    .news-ticker li:before{
      content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;border-radius:999px;background:var(--green);
      box-shadow:0 0 12px rgba(57,255,136,.4);
    }
    .article-card{
      border-radius:24px;overflow:hidden;position:relative;
      background:rgba(10,22,40,.74);
      border:1px solid rgba(125,211,252,.14);
    }
    .article-card .thumb{
      aspect-ratio:16/10;overflow:hidden;position:relative;
    }
    .article-card .thumb img{
      width:100%;height:100%;object-fit:cover;transition:transform .45s ease;
    }
    .article-card:hover .thumb img{transform:scale(1.05)}
    .article-card .thumb:after{
      content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent, rgba(7,17,31,.18));
    }
    .stat-chip{
      border:1px solid rgba(251,191,36,.22);
      background:rgba(251,191,36,.08);
      color:#fde7a1;
      border-radius:999px;padding:.42rem .75rem;font-size:.84rem
    }
    .timeline-item{
      position:relative;padding-left:24px;
    }
    .timeline-item:before{
      content:"";position:absolute;left:0;top:.45rem;width:10px;height:10px;border-radius:999px;background:var(--cyan);box-shadow:0 0 16px rgba(45,212,255,.35)
    }
    .timeline-item:after{
      content:"";position:absolute;left:4px;top:1rem;bottom:-1rem;width:1px;background:linear-gradient(180deg, rgba(45,212,255,.35), transparent)
    }
    .timeline-item:last-child:after{display:none}
    .hot-tag{
      border:1px solid rgba(125,211,252,.16);
      background:rgba(45,212,255,.06);
      color:#c8f4ff;
      padding:.56rem .82rem;border-radius:999px;
      transition:.25s ease;
      display:inline-flex;align-items:center;gap:.4rem
    }
    .hot-tag:hover{border-color:rgba(57,255,136,.28);background:rgba(57,255,136,.08);color:#d8ffe8;transform:translateY(-2px)}
    .faq-item{
      border:1px solid rgba(125,211,252,.12);
      background:rgba(9,20,36,.82);
      border-radius:20px;
      overflow:hidden;
    }
    .faq-btn{
      width:100%;text-align:left;padding:1.15rem 1.2rem;color:#e7f3fb;
      display:flex;align-items:center;justify-content:space-between;gap:1rem;
      font-weight:700;
    }
    .faq-content{
      padding:0 1.2rem 1.2rem;color:var(--muted);line-height:1.8;
      border-top:1px solid rgba(125,211,252,.08)
    }
    .field,.textarea,.select{
      width:100%;
      background:rgba(7,17,31,.72);
      border:1px solid rgba(125,211,252,.14);
      color:var(--text);
      border-radius:16px;
      padding:.95rem 1rem;
    }
    .textarea{min-height:140px;resize:vertical}
    .footer-link{color:#9db4c5;transition:.2s ease}
    .footer-link:hover{color:#39FF88}
    .mobile-panel{display:none}
    .mobile-panel.open{display:block}
    ::-webkit-scrollbar{width:10px;height:10px}
    ::-webkit-scrollbar-thumb{background:rgba(125,211,252,.18);border-radius:999px}
    ::-webkit-scrollbar-track{background:rgba(7,17,31,.6)}
    @media (max-width:1024px){
      .container-site{padding:0 20px}
    }
    @media (max-width:768px){
      .container-site{padding:0 16px}
    }
    @media (max-width:520px){
      .section-title{font-size:1.85rem}
    }

/* roulang page: category3 */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --panel:rgba(12,30,52,.68);
      --panel-strong:rgba(9,22,38,.88);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --weak:#60788C;
      --line:rgba(125,255,190,.18);
      --line2:rgba(125,211,252,.14);
      --green:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --rose:#FB7185;
      --radius:28px;
      --radius-md:22px;
      --radius-sm:16px;
      --shadow:0 18px 50px rgba(3,10,24,.42);
      --glow:0 0 0 1px rgba(57,255,136,.12), 0 10px 30px rgba(57,255,136,.06);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 15% 15%, rgba(45,212,255,.10), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(57,255,136,.08), transparent 25%),
        radial-gradient(circle at 50% 80%, rgba(251,191,36,.06), transparent 20%),
        linear-gradient(180deg, #081827 0%, #07111F 100%);
      min-height:100vh;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg, rgba(255,255,255,.16), transparent 72%);
      opacity:.16;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at center, transparent 0 18%, rgba(57,255,136,.08) 18.2% 18.4%, transparent 18.6%),
        linear-gradient(90deg, transparent 49.8%, rgba(57,255,136,.08) 50%, transparent 50.2%),
        linear-gradient(transparent 49.8%, rgba(57,255,136,.06) 50%, transparent 50.2%);
      background-size:100% 100%, 100% 100%, 100% 100%;
      opacity:.12;
      mix-blend-mode:screen;
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    button,input,select,textarea{
      font:inherit;
      border:none;
      outline:none;
      background:none;
      color:inherit;
    }
    .container-site{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}
    .glass{
      background:var(--panel);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      border:1px solid var(--line2);
      box-shadow:var(--shadow);
    }
    .glass-strong{
      background:var(--panel-strong);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .logo-mark{
      width:42px;height:42px;border-radius:14px;display:inline-block;position:relative;
      background:
        radial-gradient(circle at center, rgba(57,255,136,.22) 0 18%, transparent 19%),
        linear-gradient(90deg, transparent 48%, rgba(216,231,242,.32) 49%, rgba(216,231,242,.32) 51%, transparent 52%),
        linear-gradient(180deg, rgba(45,212,255,.24), rgba(57,255,136,.12));
      border:1px solid rgba(125,255,190,.24);
      box-shadow:0 0 0 1px rgba(57,255,136,.08), inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.28);
    }
    .logo-mark::before,.logo-mark::after{
      content:"";position:absolute;inset:8px;border:1px solid rgba(216,231,242,.18);border-radius:10px;
    }
    .logo-mark::after{
      inset:auto 10px 10px 10px;height:8px;border-radius:999px;background:linear-gradient(90deg, rgba(45,212,255,.1), rgba(57,255,136,.35));border:none;
    }
    .topbar{
      position:sticky;top:0;z-index:50;
      background:rgba(7,17,31,.64);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(125,211,252,.10);
    }
    .nav-link-active{
      color:var(--green)!important;
      background:rgba(57,255,136,.08)!important;
      border:1px solid rgba(57,255,136,.18)!important;
    }
    .search-shell{
      display:flex;align-items:center;gap:10px;
      background:rgba(9,22,38,.9);
      border:1px solid rgba(125,211,252,.12);
      border-radius:999px;
      padding:10px 14px;
      min-width:250px;
      transition:.25s ease;
    }
    .search-shell:focus-within{
      border-color:rgba(57,255,136,.4);
      box-shadow:0 0 0 4px rgba(57,255,136,.08);
    }
    .btn-main{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      border-radius:999px;
      padding:14px 22px;
      font-weight:700;
      color:#062113;
      background:linear-gradient(135deg, #7DFFB0 0%, #39FF88 48%, #2DFFB4 100%);
      box-shadow:0 0 0 1px rgba(57,255,136,.16), 0 12px 28px rgba(57,255,136,.22);
      transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }
    .btn-main:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 0 0 1px rgba(57,255,136,.2), 0 16px 34px rgba(57,255,136,.28), 0 0 26px rgba(57,255,136,.16)}
    .btn-sub{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      border-radius:999px;
      padding:13px 20px;
      font-weight:700;
      color:#d8e7f2;
      background:rgba(12,30,52,.55);
      border:1px solid rgba(45,212,255,.24);
      transition:.2s ease;
    }
    .btn-sub:hover{transform:translateY(-2px);background:rgba(45,212,255,.08);border-color:rgba(45,212,255,.34)}
    .btn-main:focus-visible,.btn-sub:focus-visible,.footer-link:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{
      outline:2px solid rgba(57,255,136,.78);
      outline-offset:3px;
    }
    .hero-banner{
      position:relative;overflow:hidden;border-radius:32px;
      background:
        linear-gradient(90deg, rgba(7,17,31,.92), rgba(7,17,31,.62)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      border:1px solid rgba(125,255,190,.16);
      box-shadow:var(--shadow);
    }
    .hero-banner::after{
      content:"";
      position:absolute;inset:0;
      background:
        radial-gradient(circle at 70% 30%, rgba(57,255,136,.16), transparent 24%),
        linear-gradient(180deg, transparent, rgba(7,17,31,.35));
      pointer-events:none;
    }
    .badge{
      display:inline-flex;align-items:center;gap:8px;
      border-radius:999px;padding:8px 14px;
      background:rgba(57,255,136,.08);
      border:1px solid rgba(57,255,136,.18);
      color:#c6ffdc;font-size:13px;font-weight:700;
      letter-spacing:.02em;
    }
    .section-title{font-size:clamp(1.9rem, 3.8vw, 2.6rem);line-height:1.12;font-weight:800;letter-spacing:-.02em}
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}
    .feature-card,.info-card,.faq-card,.team-card,.process-card,.stat-card,.table-shell,.cta-card{
      border-radius:24px;
      background:var(--panel);
      border:1px solid rgba(125,211,252,.12);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      box-shadow:var(--shadow);
      transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
    }
    .feature-card:hover,.info-card:hover,.team-card:hover,.process-card:hover,.stat-card:hover{
      transform:translateY(-4px);
      border-color:rgba(57,255,136,.26);
      box-shadow:0 0 0 1px rgba(57,255,136,.12), 0 18px 42px rgba(3,10,24,.44), 0 0 24px rgba(57,255,136,.08);
      background:rgba(13,32,56,.76);
    }
    .kicker{
      color:#d7fff0;
      font-weight:700;
      font-size:12px;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .split-line{
      height:1px;background:linear-gradient(90deg, rgba(45,212,255,.0), rgba(45,212,255,.24), rgba(57,255,136,.0));
    }
    .league-chip{
      display:inline-flex;align-items:center;gap:8px;
      padding:10px 14px;border-radius:999px;
      border:1px solid rgba(125,255,190,.18);
      background:rgba(57,255,136,.06);
      color:#d8fff0;font-weight:700;font-size:14px;
    }
    .rank-badge{
      width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;
      font-weight:800;
      background:linear-gradient(135deg, rgba(57,255,136,.14), rgba(45,212,255,.14));
      border:1px solid rgba(125,255,190,.18);
      color:#dbfff0;
      flex-shrink:0;
    }
    .mini-dot{
      width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 12px rgba(57,255,136,.72);
    }
    .status-pill{
      border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;
      border:1px solid rgba(251,191,36,.18);
      background:rgba(251,191,36,.10);color:#ffe19a;
    }
    .table-wrap{overflow-x:auto;border-radius:22px}
    table{width:100%;border-collapse:collapse;min-width:760px}
    th,td{padding:16px 14px;text-align:left}
    thead th{
      font-size:13px;
      color:#d7fff0;
      background:rgba(10,28,48,.92);
      border-bottom:1px solid rgba(125,255,190,.18);
      white-space:nowrap;
    }
    tbody tr{border-bottom:1px solid rgba(125,211,252,.08);transition:background .2s ease}
    tbody tr:nth-child(odd){background:rgba(255,255,255,.015)}
    tbody tr:hover{background:rgba(57,255,136,.05)}
    .faq-item{
      border-radius:20px;
      border:1px solid rgba(125,211,252,.12);
      background:rgba(8,24,39,.72);
      overflow:hidden;
    }
    .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;cursor:pointer;font-weight:700}
    .faq-a{padding:0 22px 22px;color:var(--muted);line-height:1.9}
    .footer-link{color:#93a9bb;transition:.2s ease}
    .footer-link:hover{color:var(--green)}
    .footer-meta-links{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:center}
    .mobile-panel{display:none}
    .hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px}
    .resource-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
    .rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .cta-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px}
    ::-webkit-scrollbar{width:10px;height:10px}
    ::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgba(45,212,255,.36), rgba(57,255,136,.36));border-radius:999px}
    ::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    @media (max-width: 1024px){
      .search-shell{min-width:200px}
      .hero-grid,.resource-grid,.cta-grid{grid-template-columns:1fr}
      .rules-grid{grid-template-columns:repeat(2,1fr)}
      .process-grid,.team-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 768px){
      .container-site{padding-left:16px;padding-right:16px}
      .mobile-panel{display:block}
      .rules-grid,.process-grid,.team-grid{grid-template-columns:1fr}
      .hero-banner{border-radius:26px}
      .section-title{font-size:clamp(1.75rem, 7vw, 2.2rem)}
    }
    @media (max-width: 520px){
      .btn-main,.btn-sub{width:100%}
      .search-shell{min-width:unset;width:100%}
    }

/* roulang page: category5 */
:root{
      --bg:#07111F;
      --bg2:#081827;
      --card:rgba(12,30,52,.68);
      --card-strong:rgba(10,24,42,.86);
      --text:#D8E7F2;
      --muted:#8EA7BB;
      --weak:#60788C;
      --line:rgba(125,255,190,.18);
      --line2:rgba(125,211,252,.14);
      --pitch:#39FF88;
      --cyan:#2DD4FF;
      --amber:#FBBF24;
      --rose:#FB7185;
      --radius:24px;
      --radius-md:18px;
      --radius-sm:14px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 10% 10%, rgba(45,212,255,.12), transparent 28%),
        radial-gradient(circle at 90% 14%, rgba(57,255,136,.10), transparent 24%),
        radial-gradient(circle at 50% 80%, rgba(251,191,36,.06), transparent 20%),
        linear-gradient(180deg, #07111F 0%, #081827 58%, #07111F 100%);
      min-height:100vh;
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.42), transparent 85%);
      opacity:.14;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 50% 30%, transparent 0 190px, rgba(57,255,136,.08) 190px 192px, transparent 192px),
        linear-gradient(90deg, transparent 49.8%, rgba(57,255,136,.08) 50%, transparent 50.2%);
      opacity:.22;
      transform:translateY(120px);
    }
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{border:none;background:none;cursor:pointer}
    input,select,textarea{
      background:rgba(8,24,39,.72);
      border:1px solid rgba(125,211,252,.12);
      color:var(--text);
      outline:none;
    }
    input::placeholder, textarea::placeholder{color:#6f8799}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(57,255,136,.58);
      box-shadow:0 0 0 3px rgba(57,255,136,.12);
    }
    .container-site{max-width:1280px;margin:0 auto;padding:0 24px}
    .glass{
      background:var(--card);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border:1px solid var(--line2);
      box-shadow:0 10px 40px rgba(0,0,0,.22);
    }
    .glass-strong{
      background:var(--card-strong);
      backdrop-filter:blur(22px);
      -webkit-backdrop-filter:blur(22px);
      border:1px solid var(--line);
      box-shadow:0 10px 40px rgba(0,0,0,.26);
    }
    .logo-mark{
      width:38px;height:38px;border-radius:12px;display:inline-block;position:relative;
      background:
        radial-gradient(circle at 50% 50%, rgba(57,255,136,.22), rgba(57,255,136,.06) 50%, transparent 52%),
        linear-gradient(135deg, rgba(45,212,255,.22), rgba(57,255,136,.18));
      border:1px solid rgba(125,255,190,.26);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 0 20px rgba(57,255,136,.12);
    }
    .logo-mark::before,
    .logo-mark::after{
      content:"";
      position:absolute;
      background:rgba(216,231,242,.88);
      border-radius:999px;
    }
    .logo-mark::before{width:18px;height:2px;left:10px;top:18px}
    .logo-mark::after{width:2px;height:18px;left:18px;top:10px}
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(7,17,31,.72);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(125,211,252,.10);
    }
    .nav-link-active{
      color:var(--pitch)!important;
      background:rgba(57,255,136,.08)!important;
      border:1px solid rgba(57,255,136,.18)!important;
    }
    .search-shell{
      display:flex;align-items:center;gap:10px;
      border:1px solid rgba(125,211,252,.12);
      background:rgba(8,24,39,.78);
      border-radius:999px;
      padding:10px 14px;
      min-width:280px;
      transition:.25s ease;
    }
    .search-shell:focus-within{
      border-color:rgba(57,255,136,.34);
      box-shadow:0 0 0 3px rgba(57,255,136,.10);
    }
    .search-shell input{background:transparent;border:none;box-shadow:none;padding:0;width:100%}
    .btn-main{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      background:linear-gradient(135deg, #39FF88, #7BFFAF);
      color:#062033;
      padding:14px 22px;
      border-radius:999px;
      font-weight:800;
      box-shadow:0 10px 24px rgba(57,255,136,.22), 0 0 20px rgba(57,255,136,.12);
      transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }
    .btn-main:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 16px 36px rgba(57,255,136,.26), 0 0 30px rgba(57,255,136,.16)}
    .btn-sub{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      background:rgba(8,24,39,.54);
      color:#d6eff9;
      padding:14px 22px;
      border-radius:999px;
      font-weight:700;
      border:1px solid rgba(45,212,255,.24);
      transition:.2s ease;
    }
    .btn-sub:hover{transform:translateY(-2px);background:rgba(45,212,255,.10);border-color:rgba(45,212,255,.34)}
    .btn-main:focus-visible,.btn-sub:focus-visible,.footer-link:focus-visible,a:focus-visible,button:focus-visible{
      outline:2px solid rgba(57,255,136,.7);
      outline-offset:3px;
    }
    .hero-panel{
      position:relative;overflow:hidden;border-radius:32px;
      background:
        linear-gradient(180deg, rgba(7,17,31,.64), rgba(7,17,31,.88)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      border:1px solid rgba(125,255,190,.16);
    }
    .hero-panel::before{
      content:"";
      position:absolute;inset:0;pointer-events:none;
      background:
        linear-gradient(90deg, rgba(57,255,136,.0), rgba(57,255,136,.08), rgba(57,255,136,.0)),
        radial-gradient(circle at 80% 20%, rgba(45,212,255,.12), transparent 28%);
      opacity:.9;
    }
    .section-title{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15;font-weight:900;letter-spacing:-.02em}
    .kicker{
      display:inline-flex;align-items:center;gap:10px;
      padding:8px 14px;border-radius:999px;
      background:rgba(57,255,136,.08);
      border:1px solid rgba(57,255,136,.18);
      color:#a9ffd0;
      font-size:13px;font-weight:700;letter-spacing:.04em;
    }
    .card-hover{transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease}
    .card-hover:hover{transform:translateY(-4px);border-color:rgba(57,255,136,.28);box-shadow:0 18px 40px rgba(0,0,0,.24), 0 0 28px rgba(57,255,136,.10)}
    .metric-card,.data-card,.faq-card,.timeline-card,.compare-card,.contact-card{
      border-radius:24px;
      overflow:hidden;
    }
    .mini-dot{width:8px;height:8px;border-radius:999px;display:inline-block}
    .tab-badge{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border-radius:999px;
      font-size:12px;font-weight:700;
      border:1px solid rgba(125,211,252,.14);
      background:rgba(255,255,255,.03);
      color:#c7d7e4;
    }
    .line-chart{
      height:220px;border-radius:22px;position:relative;overflow:hidden;
      background:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8,24,39,.72), rgba(8,24,39,.34));
      background-size:100% 44px, 64px 100%, 100% 100%;
      border:1px solid rgba(125,211,252,.12);
    }
    .line-chart svg{position:absolute;inset:0;width:100%;height:100%}
    .bar{
      height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;
    }
    .bar > span{
      display:block;height:100%;border-radius:999px;
      background:linear-gradient(90deg, rgba(57,255,136,.88), rgba(45,212,255,.88));
      box-shadow:0 0 18px rgba(57,255,136,.22);
    }
    .timeline-step{
      position:relative;padding-left:34px;
    }
    .timeline-step::before{
      content:"";position:absolute;left:8px;top:6px;width:12px;height:12px;border-radius:999px;background:var(--pitch);box-shadow:0 0 16px rgba(57,255,136,.42);
    }
    .timeline-step::after{
      content:"";position:absolute;left:13px;top:20px;bottom:-18px;width:2px;background:linear-gradient(180deg, rgba(57,255,136,.28), rgba(45,212,255,.04));
    }
    .timeline-step:last-child::after{display:none}
    .footer-link{color:#9ab0c2;transition:.2s ease}
    .footer-link:hover{color:var(--pitch)}
    .table-wrap{overflow:auto;border-radius:20px;border:1px solid rgba(125,211,252,.12)}
    table{width:100%;border-collapse:collapse;min-width:760px}
    th,td{padding:16px 18px;text-align:left}
    thead th{
      background:rgba(8,24,39,.95);
      color:#d9edf8;
      font-size:14px;font-weight:800;
      border-bottom:1px solid rgba(125,211,252,.14);
    }
    tbody tr:nth-child(odd){background:rgba(255,255,255,.02)}
    tbody tr:nth-child(even){background:rgba(255,255,255,.04)}
    tbody tr:hover{background:rgba(57,255,136,.05)}
    .field{
      width:100%;padding:14px 16px;border-radius:16px;
    }
    .mobile-drawer{
      max-height:0;overflow:hidden;transition:max-height .35s ease;
    }
    .mobile-drawer.open{max-height:460px}
    ::-webkit-scrollbar{width:10px;height:10px}
    ::-webkit-scrollbar-thumb{background:rgba(125,211,252,.22);border-radius:999px}
    ::-webkit-scrollbar-track{background:rgba(255,255,255,.03)}
    @media (max-width: 1024px){
      .search-shell{min-width:220px}
    }
    @media (max-width: 768px){
      .container-site{padding:0 16px}
      .hero-panel{border-radius:24px}
      .search-shell{display:none}
    }
    @media (max-width: 520px){
      .btn-main,.btn-sub{width:100%}
      .section-title{font-size:2rem}
    }
