/* roulang page: index */
:root{
      --brand-green:#18B56B;
      --brand-teal:#13C8B5;
      --brand-dark:#10231D;
      --accent-orange:#FF8A2A;
      --accent-red:#F05252;
      --data-blue:#3A8DFF;
      --data-purple:#7C5CFF;
      --bg-page:#F6FAF7;
      --bg-soft:#ECF7F1;
      --bg-card:#FFFFFF;
      --bg-dark:#0F1F19;
      --text-main:#16251F;
      --text-secondary:#64736D;
      --text-muted:#8A9992;
      --border-soft:rgba(22,37,31,.10);
      --shadow-soft:0 18px 50px rgba(16,35,29,.08);
      --shadow-hover:0 24px 70px rgba(16,35,29,.13);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text-main);
      background:
        radial-gradient(circle at 8% 6%,rgba(19,200,181,.12),transparent 34%),
        radial-gradient(circle at 88% 2%,rgba(255,138,42,.10),transparent 30%),
        var(--bg-page);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(246,250,247,.92);
      backdrop-filter:saturate(150%) blur(16px);
      border-bottom:1px solid rgba(22,37,31,.08);
      transition:box-shadow .25s ease,background .25s ease;
    }
    .site-header.is-scrolled{box-shadow:0 14px 36px rgba(16,35,29,.08);background:rgba(255,255,255,.94)}
    .navbar{min-height:78px;padding:12px 0}
    .brand-logo{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--brand-dark);letter-spacing:-.02em}
    .logo-mark{
      width:44px;height:44px;border-radius:16px;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 14px 28px rgba(24,181,107,.22);
      position:relative;overflow:hidden;flex:0 0 auto;
    }
    .logo-mark:before{content:"";position:absolute;inset:8px;border:2px solid rgba(255,255,255,.78);border-radius:12px}
    .logo-mark:after{
      content:"";position:absolute;left:17px;top:13px;
      border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;
      filter:drop-shadow(8px 1px 0 rgba(255,255,255,.45));
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.1}
    .brand-main{font-size:20px}
    .brand-sub{font-size:12px;color:var(--text-muted);font-weight:600;margin-top:3px}
    .navbar-nav{gap:4px}
    .nav-link{
      color:var(--text-secondary);
      font-weight:700;
      padding:10px 13px!important;
      border-radius:999px;
      position:relative;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link.active{color:var(--brand-dark);background:rgba(24,181,107,.10)}
    .nav-link.active:after{
      content:"";position:absolute;left:20px;right:20px;bottom:5px;height:3px;border-radius:999px;
      background:linear-gradient(90deg,var(--brand-green),var(--brand-teal));
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .search-pill{position:relative;min-width:230px}
    .search-pill input{
      width:100%;height:42px;border:1px solid var(--border-soft);border-radius:999px;
      background:#fff;padding:0 16px 0 40px;color:var(--text-main);outline:none;
      box-shadow:0 8px 20px rgba(16,35,29,.04);
    }
    .search-pill input:focus{border-color:rgba(24,181,107,.55);box-shadow:0 0 0 4px rgba(24,181,107,.12)}
    .search-pill span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted)}
    .btn-brand,.btn-soft,.btn-text{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border:0;border-radius:999px;font-weight:800;transition:.25s ease;white-space:nowrap;
    }
    .btn-brand{
      color:#fff;background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      padding:12px 24px;box-shadow:0 16px 32px rgba(24,181,107,.22);
    }
    .btn-brand:hover{color:#fff;transform:translateY(-2px);box-shadow:0 20px 44px rgba(24,181,107,.30)}
    .btn-soft{
      color:var(--brand-dark);background:#fff;border:1px solid var(--border-soft);
      padding:11px 20px;box-shadow:0 10px 24px rgba(16,35,29,.05);
    }
    .btn-soft:hover{background:var(--bg-soft);border-color:rgba(24,181,107,.45);transform:translateY(-1px)}
    .btn-text{color:var(--brand-green);padding:0;background:transparent}
    .btn-text .arrow{transition:.25s ease}
    .btn-text:hover .arrow{transform:translateX(4px)}
    .navbar-toggler{border:0;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(16,35,29,.08);padding:10px 12px}
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(24,181,107,.15)}
    .offcanvas{border:0;border-radius:24px 0 0 24px;background:var(--bg-page)}
    .section{padding:92px 0}
    .section-sm{padding:72px 0}
    .section-title{max-width:780px;margin-bottom:36px}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;border-radius:999px;
      background:rgba(24,181,107,.11);color:#0A8C56;
      font-size:13px;font-weight:800;margin-bottom:16px;
    }
    .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-orange);box-shadow:0 0 0 5px rgba(255,138,42,.12)}
    h1,h2,h3{letter-spacing:-.04em;color:var(--text-main)}
    h1{font-size:56px;line-height:1.12;font-weight:900;margin:0 0 22px}
    h2{font-size:38px;line-height:1.2;font-weight:900;margin:0 0 16px}
    h3{font-size:24px;line-height:1.35;font-weight:800}
    .lead{font-size:18px;color:var(--text-secondary);line-height:1.85}
    .hero{
      position:relative;padding:82px 0 72px;overflow:hidden;
      background:
        linear-gradient(135deg,rgba(240,255,246,.96),rgba(233,251,248,.94)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
    }
    .hero:before{
      content:"";position:absolute;inset:0;
      background:
        radial-gradient(circle at 18% 20%,rgba(24,181,107,.18),transparent 28%),
        radial-gradient(circle at 78% 22%,rgba(255,138,42,.13),transparent 24%),
        repeating-linear-gradient(110deg,rgba(16,35,29,.035) 0 1px,transparent 1px 22px);
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:1}
    .hero-copy{padding:28px 0}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
    .metric-row{display:flex;gap:12px;flex-wrap:wrap}
    .metric-badge{
      background:rgba(255,255,255,.82);border:1px solid var(--border-soft);
      border-radius:18px;padding:12px 15px;box-shadow:0 10px 24px rgba(16,35,29,.06);
      min-width:132px;
    }
    .metric-badge strong{display:block;font-size:21px;color:var(--brand-dark);line-height:1.1}
    .metric-badge span{font-size:13px;color:var(--text-secondary);font-weight:700}
    .scoreboard{
      background:rgba(255,255,255,.92);border:1px solid rgba(22,37,31,.08);
      border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);
      padding:24px;position:relative;overflow:hidden;
    }
    .scoreboard:before{
      content:"";position:absolute;right:-70px;top:-70px;width:210px;height:210px;border-radius:50%;
      border:28px solid rgba(24,181,107,.08);
    }
    .board-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;position:relative}
    .live-chip,.status-chip,.tag{
      display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-size:12px;font-weight:800;padding:6px 10px;
    }
    .live-chip{background:rgba(240,82,82,.10);color:#C43838}
    .status-chip.green{background:rgba(24,181,107,.12);color:#0A8C56}
    .status-chip.orange{background:rgba(255,138,42,.13);color:#B75B08}
    .status-chip.blue{background:rgba(58,141,255,.12);color:#2167C8}
    .tag{background:rgba(22,37,31,.06);color:var(--text-secondary)}
    .focus-match{
      border-radius:26px;background:linear-gradient(135deg,#10231D,#173A30);
      color:#fff;padding:24px;margin-bottom:16px;position:relative;overflow:hidden;
    }
    .focus-match:after{
      content:"";position:absolute;right:16px;bottom:-34px;width:140px;height:140px;border-radius:50%;
      border:22px solid rgba(255,255,255,.08);
    }
    .match-league{color:rgba(255,255,255,.68);font-size:13px;font-weight:700;margin-bottom:14px}
    .teams{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}
    .team{display:flex;align-items:center;gap:10px;font-weight:800}
    .team-logo{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));display:grid;place-items:center;color:#fff}
    .score{font-size:34px;font-weight:900;letter-spacing:.02em;color:#fff}
    .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .mini-card{background:#fff;border:1px solid var(--border-soft);border-radius:22px;padding:16px;position:relative;box-shadow:0 10px 26px rgba(16,35,29,.05)}
    .mini-card p{margin:8px 0 0;color:var(--text-secondary);font-size:14px}
    .image-card{
      position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:250px;
      box-shadow:var(--shadow-soft);background:#ddd;
    }
    .image-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.4s ease}
    .image-card:hover img{transform:scale(1.04)}
    .image-card .overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(15,31,25,.80))}
    .image-card .image-content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}
    .pain-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}
    .problem-list,.compare-card,.solution-desk,.channel-card,.data-panel,.review-card,.faq-wrap,.cta-panel{
      background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);
    }
    .problem-list{padding:30px}
    .problem-item{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid rgba(22,37,31,.08)}
    .problem-item:last-child{border-bottom:0}
    .icon-bubble{
      width:46px;height:46px;border-radius:16px;display:grid;place-items:center;
      background:linear-gradient(135deg,rgba(24,181,107,.14),rgba(19,200,181,.14));font-size:22px;
    }
    .problem-item h3{font-size:18px;margin:0 0 4px}
    .problem-item p{margin:0;color:var(--text-secondary);font-size:15px}
    .compare-card{padding:26px;background:linear-gradient(180deg,#fff,#F4FCF7)}
    .compare-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
    .compare-col{border-radius:22px;padding:18px;border:1px solid var(--border-soft)}
    .compare-col.chaos{background:rgba(240,82,82,.06)}
    .compare-col.clear{background:rgba(24,181,107,.08)}
    .compare-col ul{padding-left:18px;margin:12px 0 0;color:var(--text-secondary)}
    .solution-desk{padding:34px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#F1FBF5)}
    .solution-desk:before{content:"";position:absolute;inset:auto -120px -120px auto;width:300px;height:300px;border-radius:50%;background:rgba(19,200,181,.10)}
    .step-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;position:relative}
    .step-card{border-radius:22px;background:#fff;border:1px solid var(--border-soft);padding:22px;transition:.25s ease}
    .step-card:hover,.channel-card:hover,.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
    .step-no{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));margin-bottom:14px}
    .step-card h3{font-size:18px;margin-bottom:8px}
    .step-card p{font-size:14px;color:var(--text-secondary);margin:0}
    .capsule-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
    .capsule-cloud span{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--border-soft);font-weight:700;color:var(--text-secondary)}
    .channel-wall{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
    .feature-channel{min-height:472px}
    .channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .channel-card{padding:24px;transition:.25s ease;position:relative;overflow:hidden}
    .channel-card:after{
      content:"";position:absolute;right:-30px;top:-30px;width:92px;height:92px;border-radius:50%;
      background:linear-gradient(135deg,rgba(24,181,107,.13),rgba(19,200,181,.13));
    }
    .channel-card h3{font-size:21px;margin:12px 0 8px;position:relative;z-index:1}
    .channel-card p{color:var(--text-secondary);font-size:14px;margin-bottom:16px;position:relative;z-index:1}
    .channel-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;position:relative;z-index:1}
    .data-section{
      background:
        radial-gradient(circle at 12% 18%,rgba(24,181,107,.22),transparent 24%),
        radial-gradient(circle at 88% 70%,rgba(255,138,42,.14),transparent 24%),
        var(--bg-dark);
      color:#fff;position:relative;overflow:hidden;
    }
    .data-section h2,.data-section .lead{color:#fff}
    .data-section .lead{color:rgba(255,255,255,.72)}
    .data-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
    .data-panel{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);padding:30px;box-shadow:none;color:#fff}
    .data-number{font-size:46px;font-weight:900;line-height:1;color:#fff}
    .data-panel p{color:rgba(255,255,255,.70);margin:8px 0 0}
    .progress-soft{height:10px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin-top:18px}
    .progress-soft i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand-green),var(--brand-teal),var(--accent-orange))}
    .rank-list{display:grid;gap:12px}
    .rank-item{display:grid;grid-template-columns:34px 1fr 82px;gap:12px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:12px}
    .rank-no{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:900}
    .heat{height:8px;background:rgba(255,255,255,.14);border-radius:999px;overflow:hidden}
    .heat span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-green),var(--brand-teal))}
    .reviews-wrap{overflow:hidden}
    .reviews-grid{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:18px}
    .review-card{padding:22px;border-radius:24px;transition:.25s ease}
    .review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
    .review-name{font-weight:900}
    .review-meta{font-size:12px;color:var(--text-muted);margin-top:2px}
    .stars{color:#FFB020;font-weight:900;white-space:nowrap}
    .review-card p{font-size:15px;color:var(--text-secondary);margin:0 0 14px}
    .review-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:var(--text-muted);border-top:1px solid rgba(22,37,31,.08);padding-top:12px}
    .content-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
    .article-card{background:#fff;border:1px solid var(--border-soft);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.25s ease}
    .article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
    .article-thumb{height:178px;overflow:hidden}
    .article-thumb img{width:100%;height:100%;object-fit:cover;transition:.4s ease}
    .article-card:hover img{transform:scale(1.05)}
    .article-body{padding:22px}
    .article-body h3{font-size:20px;margin:10px 0 8px}
    .article-body p{color:var(--text-secondary);font-size:14px;margin-bottom:14px}
    .faq-wrap{padding:12px;background:#fff}
    .accordion-item{border:0;background:transparent;margin:10px;border-radius:22px;overflow:hidden}
    .accordion-button{
      border-radius:22px!important;background:#F7FCF9!important;color:var(--text-main)!important;
      font-weight:800;box-shadow:none!important;padding:20px 22px;
    }
    .accordion-button:not(.collapsed){
      background:#F1FBF5!important;border-left:5px solid var(--brand-green);padding-left:17px;
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(24,181,107,.12)!important}
    .accordion-body{background:#F9FFFB;color:var(--text-secondary);padding:0 24px 22px 27px;line-height:1.85}
    .cta-panel{
      padding:44px;
      background:
        radial-gradient(circle at 12% 25%,rgba(255,255,255,.28),transparent 22%),
        repeating-linear-gradient(115deg,rgba(255,255,255,.08) 0 1px,transparent 1px 20px),
        linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      color:#fff;position:relative;overflow:hidden;
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.82);max-width:700px}
    .cta-panel .btn-soft{background:rgba(255,255,255,.94)}
    .site-footer{background:var(--bg-dark);color:rgba(255,255,255,.78);padding:70px 0 24px}
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#fff}
    .footer-brand .brand-main{color:#fff}
    .footer-intro{max-width:360px;color:rgba(255,255,255,.68)}
    .footer-title{color:#fff;font-weight:900;margin-bottom:14px}
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(255,255,255,.68)}
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);text-align:center;font-size:14px;color:rgba(255,255,255,.62)}
    .footer-bottom a{color:rgba(255,255,255,.72);margin:0 7px}
    .footer-bottom a:hover{color:#fff}
    .record-line{margin:6px 0}
    @media (max-width:1199px){
      h1{font-size:48px}
      .search-pill{min-width:190px}
      .reviews-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}
    }
    @media (max-width:991px){
      .navbar-collapse{display:none!important}
      .hero{padding:58px 0}
      .pain-layout,.channel-wall,.data-grid{grid-template-columns:1fr}
      .step-flow{grid-template-columns:1fr 1fr}
      .feature-channel{min-height:360px}
      .nav-actions{display:none}
      .content-strip{grid-template-columns:1fr 1fr}
      .reviews-grid{display:flex;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}
      .review-card{min-width:292px;scroll-snap-align:start}
    }
    @media (max-width:767px){
      .section{padding:58px 0}
      .section-sm{padding:50px 0}
      h1{font-size:35px}
      h2{font-size:29px}
      h3{font-size:21px}
      .lead{font-size:16px}
      .hero-actions .btn-brand,.hero-actions .btn-soft,.cta-panel .btn-brand,.cta-panel .btn-soft{width:100%}
      .metric-row{display:grid;grid-template-columns:1fr 1fr}
      .scoreboard{padding:18px;border-radius:26px}
      .mini-grid,.compare-row,.channel-grid,.content-strip{grid-template-columns:1fr}
      .step-flow{grid-template-columns:1fr}
      .teams{align-items:flex-start}
      .score{font-size:28px}
      .cta-panel{padding:28px}
      .site-footer{padding-top:52px}
    }
    @media (max-width:575px){
      .brand-sub{display:none}
      .logo-mark{width:40px;height:40px}
      .navbar{min-height:68px}
      .hero{padding:42px 0 50px}
      .metric-row{grid-template-columns:1fr}
      .board-top,.teams{flex-direction:column;align-items:flex-start}
      .rank-item{grid-template-columns:32px 1fr}
      .rank-item .heat{grid-column:2/3;width:100%}
      .offcanvas{width:88%!important}
    }

/* roulang page: category1 */
:root{
      --brand-green:#18B56B;
      --brand-teal:#13C8B5;
      --brand-dark:#10231D;
      --accent-orange:#FF8A2A;
      --accent-red:#F05252;
      --data-blue:#3A8DFF;
      --data-purple:#7C5CFF;
      --bg-page:#F6FAF7;
      --bg-soft:#ECF7F1;
      --bg-card:#FFFFFF;
      --bg-dark:#0F1F19;
      --text-main:#16251F;
      --text-secondary:#64736D;
      --text-muted:#8A9992;
      --border-soft:rgba(22,37,31,.10);
      --shadow-soft:0 18px 50px rgba(16,35,29,.08);
      --shadow-hover:0 24px 70px rgba(16,35,29,.13);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:16px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text-main);
      background:
        radial-gradient(circle at 12% 8%, rgba(19,200,181,.15), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255,138,42,.12), transparent 26%),
        linear-gradient(180deg,#F5FFF8 0%,var(--bg-page) 34%,#fff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:all .25s ease}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    input:focus,button:focus,a:focus{outline:3px solid rgba(24,181,107,.22);outline-offset:3px}
    .container{max-width:var(--container)}
    .section{padding:88px 0}
    .section-sm{padding:64px 0}
    .section-title{font-size:36px;line-height:1.18;font-weight:800;letter-spacing:-.5px;margin:0 0 14px}
    .section-subtitle{max-width:760px;color:var(--text-secondary);font-size:17px;margin:0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 14px;border-radius:999px;
      background:rgba(24,181,107,.10);color:#08784C;
      font-weight:800;font-size:13px;margin-bottom:18px;
      border:1px solid rgba(24,181,107,.14)
    }
    .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));box-shadow:0 0 0 5px rgba(24,181,107,.12)}
    .site-header{
      position:sticky;top:0;z-index:1030;
      background:rgba(255,255,255,.92);
      backdrop-filter:saturate(140%) blur(14px);
      border-bottom:1px solid rgba(22,37,31,.08);
      transition:box-shadow .25s ease, background .25s ease;
    }
    .site-header.is-scrolled{box-shadow:0 12px 36px rgba(16,35,29,.08);background:rgba(255,255,255,.96)}
    .navbar{min-height:78px;padding:0}
    .brand-logo{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
    .logo-mark{
      width:42px;height:42px;border-radius:16px;position:relative;display:inline-block;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 12px 28px rgba(24,181,107,.25);
      overflow:hidden;
    }
    .logo-mark::before{
      content:"";position:absolute;inset:8px;border:2px solid rgba(255,255,255,.75);border-radius:50%;
    }
    .logo-mark::after{
      content:"";position:absolute;left:17px;top:13px;width:0;height:0;
      border-left:10px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent;
      filter:drop-shadow(10px 9px 0 rgba(255,255,255,.45));
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.1}
    .brand-main{font-size:20px;font-weight:900;letter-spacing:-.4px;color:var(--brand-dark)}
    .brand-sub{font-size:12px;color:var(--text-muted);font-weight:700;margin-top:3px}
    .navbar-nav{gap:4px}
    .nav-link{
      color:var(--text-secondary);font-weight:700;font-size:15px;
      padding:10px 14px!important;border-radius:999px;position:relative;
    }
    .nav-link:hover{color:#0B7B4D;background:rgba(24,181,107,.09)}
    .nav-link.active{color:#08784C;background:linear-gradient(180deg,rgba(24,181,107,.14),rgba(19,200,181,.10))}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .search-pill{
      width:260px;height:42px;display:flex;align-items:center;gap:8px;
      padding:0 14px;border:1px solid var(--border-soft);
      border-radius:999px;background:#fff;color:var(--text-muted);
      box-shadow:0 8px 24px rgba(16,35,29,.04);
      transition:all .25s ease;
    }
    .search-pill:focus-within{border-color:rgba(24,181,107,.48);box-shadow:0 0 0 5px rgba(24,181,107,.10)}
    .search-pill input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--text-main)}
    .search-pill input::placeholder{color:#8FA09A}
    .btn-brand,.btn-soft,.btn-outline-plain{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:999px;font-weight:800;white-space:nowrap;transition:all .25s ease;
    }
    .btn-brand{
      padding:12px 22px;color:#fff;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 14px 30px rgba(24,181,107,.24);
      border:0;
    }
    .btn-brand:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 42px rgba(24,181,107,.32)}
    .btn-soft{
      padding:11px 18px;background:#fff;color:#123D2C;border:1px solid var(--border-soft);
    }
    .btn-soft:hover{background:var(--bg-soft);border-color:rgba(24,181,107,.35);color:#08784C;transform:translateY(-1px)}
    .btn-outline-plain{
      padding:12px 22px;background:rgba(255,255,255,.72);border:1px solid rgba(22,37,31,.12);color:var(--brand-dark)
    }
    .btn-outline-plain:hover{background:#fff;color:#08784C;transform:translateY(-2px)}
    .navbar-toggler{
      border:0;background:var(--bg-soft);border-radius:14px;width:44px;height:44px;color:var(--brand-dark);
      display:inline-flex;align-items:center;justify-content:center;box-shadow:none!important
    }
    .offcanvas{border:0;background:#FAFFFC}
    .offcanvas-header{border-bottom:1px solid var(--border-soft);padding:22px}
    .offcanvas-body{padding:22px}
    .mobile-menu{display:grid;gap:10px}
    .mobile-menu a{padding:14px 16px;border-radius:16px;font-weight:800;background:#fff;border:1px solid var(--border-soft)}
    .mobile-menu a.active,.mobile-menu a:hover{background:rgba(24,181,107,.10);color:#08784C}
    .hero{
      position:relative;padding:78px 0 70px;overflow:hidden;
      background:
        linear-gradient(120deg,rgba(240,255,246,.94),rgba(233,251,248,.88)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
    }
    .hero::before{
      content:"";position:absolute;inset:0;pointer-events:none;opacity:.38;
      background-image:
        linear-gradient(90deg,rgba(24,181,107,.10) 1px,transparent 1px),
        linear-gradient(0deg,rgba(24,181,107,.08) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(90deg,#000,transparent 84%);
    }
    .hero::after{
      content:"";position:absolute;width:520px;height:520px;right:-170px;top:-150px;border-radius:50%;
      background:radial-gradient(circle,rgba(255,138,42,.22),transparent 62%);
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:1}
    .breadcrumb-wrap{margin-bottom:24px}
    .breadcrumb{
      --bs-breadcrumb-divider:"›";
      display:inline-flex;align-items:center;gap:2px;margin:0;
      padding:9px 14px;background:rgba(255,255,255,.70);
      border:1px solid rgba(22,37,31,.08);border-radius:999px;
      box-shadow:0 10px 30px rgba(16,35,29,.05)
    }
    .breadcrumb-item,.breadcrumb-item a{font-size:13px;font-weight:800;color:var(--text-secondary)}
    .breadcrumb-item.active{color:#08784C}
    .hero h1{
      font-size:54px;line-height:1.12;font-weight:900;letter-spacing:-1.4px;
      margin:0 0 20px;color:var(--brand-dark);max-width:760px;
    }
    .hero h1 .grad{
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }
    .hero-lead{font-size:18px;color:var(--text-secondary);max-width:720px;margin:0 0 28px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
    .hero-metrics{display:flex;gap:12px;flex-wrap:wrap}
    .metric-chip{
      padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.76);
      border:1px solid rgba(22,37,31,.08);box-shadow:0 12px 32px rgba(16,35,29,.06);
      min-width:132px;
    }
    .metric-chip strong{display:block;font-size:22px;line-height:1;font-weight:900;color:var(--brand-dark);margin-bottom:4px}
    .metric-chip span{font-size:13px;color:var(--text-muted);font-weight:700}
    .hero-panel{
      background:rgba(255,255,255,.88);border:1px solid rgba(22,37,31,.09);
      border-radius:32px;padding:18px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
    }
    .hero-panel::before{
      content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:50%;
      background:rgba(19,200,181,.15)
    }
    .hero-cover{
      border-radius:24px;overflow:hidden;height:210px;position:relative;margin-bottom:16px;
    }
    .hero-cover img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08)}
    .hero-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(15,31,25,.62))}
    .cover-caption{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;z-index:2}
    .cover-caption b{font-size:20px;display:block;margin-bottom:4px}
    .cover-caption span{font-size:13px;color:rgba(255,255,255,.84)}
    .focus-list{display:grid;gap:10px;position:relative;z-index:1}
    .focus-item{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:13px 14px;border-radius:18px;background:#F8FEFA;border:1px solid rgba(22,37,31,.07)
    }
    .focus-left{display:flex;align-items:center;gap:10px;min-width:0}
    .time-dot{width:46px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(24,181,107,.10);color:#08784C;font-weight:900;font-size:13px}
    .focus-name{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .focus-meta{font-size:12px;color:var(--text-muted);font-weight:700}
    .tag{
      display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;
      font-size:12px;font-weight:900;white-space:nowrap;border:1px solid transparent;
    }
    .tag-green{background:rgba(24,181,107,.12);color:#08784C;border-color:rgba(24,181,107,.16)}
    .tag-orange{background:rgba(255,138,42,.13);color:#A85100;border-color:rgba(255,138,42,.18)}
    .tag-red{background:rgba(240,82,82,.12);color:#B62D2D;border-color:rgba(240,82,82,.16)}
    .tag-blue{background:rgba(58,141,255,.12);color:#1463C9;border-color:rgba(58,141,255,.16)}
    .tag-purple{background:rgba(124,92,255,.12);color:#5940C8;border-color:rgba(124,92,255,.16)}
    .filter-card{
      margin-top:-34px;position:relative;z-index:3;background:#fff;border-radius:28px;
      border:1px solid rgba(22,37,31,.08);box-shadow:var(--shadow-soft);padding:24px;
    }
    .filter-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
    .filter-title{font-size:20px;font-weight:900;margin:0}
    .filter-hint{font-size:14px;color:var(--text-muted);font-weight:700}
    .filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}
    .filter-label{font-size:13px;font-weight:900;color:var(--text-secondary);min-width:72px}
    .filter-pill{
      display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:999px;
      background:#F8FCFA;border:1px solid rgba(22,37,31,.08);
      color:var(--text-secondary);font-weight:800;font-size:14px;cursor:pointer;
      transition:all .25s ease;
    }
    .filter-pill:hover,.filter-pill.active{background:rgba(24,181,107,.11);border-color:rgba(24,181,107,.32);color:#08784C;transform:translateY(-1px)}
    .timeline-wrap{
      position:relative;padding-left:22px;
    }
    .timeline-wrap::before{
      content:"";position:absolute;left:8px;top:16px;bottom:16px;width:2px;
      background:linear-gradient(180deg,var(--brand-green),rgba(19,200,181,.15));
      border-radius:999px;
    }
    .schedule-card{
      position:relative;margin-bottom:16px;background:#fff;border:1px solid rgba(22,37,31,.08);
      border-radius:24px;padding:20px;box-shadow:0 12px 34px rgba(16,35,29,.055);
      transition:all .25s ease;
    }
    .schedule-card::before{
      content:"";position:absolute;left:-20px;top:29px;width:14px;height:14px;border-radius:50%;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      border:3px solid #fff;box-shadow:0 0 0 5px rgba(24,181,107,.14)
    }
    .schedule-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:rgba(24,181,107,.25)}
    .schedule-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
    .schedule-time{font-size:24px;font-weight:900;color:var(--brand-dark);line-height:1}
    .schedule-league{font-size:13px;color:var(--text-muted);font-weight:800;margin-top:5px}
    .versus{
      display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;
      padding:16px;border-radius:20px;background:linear-gradient(180deg,#FBFFFC,#F2FAF5);
      border:1px solid rgba(22,37,31,.06);
    }
    .team{display:flex;align-items:center;gap:10px;font-weight:900;min-width:0}
    .team:last-child{justify-content:flex-end;text-align:right}
    .team-logo{
      width:34px;height:34px;flex:0 0 auto;border-radius:13px;
      background:linear-gradient(135deg,rgba(24,181,107,.18),rgba(19,200,181,.18));
      border:1px solid rgba(24,181,107,.18);position:relative;
    }
    .team-logo::after{content:"";position:absolute;inset:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand-green),var(--brand-teal))}
    .vs-badge{
      width:44px;height:44px;border-radius:16px;background:#fff;border:1px solid rgba(22,37,31,.08);
      display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--text-muted);
      box-shadow:0 10px 24px rgba(16,35,29,.06)
    }
    .schedule-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--text-secondary);font-size:14px}
    .link-arrow{font-weight:900;color:#08784C;display:inline-flex;align-items:center;gap:6px}
    .link-arrow::after{content:"→";transition:transform .25s ease}
    .link-arrow:hover::after{transform:translateX(4px)}
    .side-card,.info-card,.topic-card{
      background:#fff;border:1px solid rgba(22,37,31,.08);border-radius:28px;
      box-shadow:var(--shadow-soft);overflow:hidden;
    }
    .side-card{padding:24px;position:sticky;top:98px}
    .side-title{font-size:22px;font-weight:900;margin:0 0 16px}
    .reminder-list{display:grid;gap:12px}
    .reminder-item{
      padding:15px;border-radius:20px;background:linear-gradient(180deg,#FAFFFC,#F2FAF5);
      border:1px solid rgba(22,37,31,.07);
    }
    .reminder-item b{display:block;font-size:16px;margin-bottom:5px}
    .reminder-item span{display:block;font-size:13px;color:var(--text-muted);font-weight:700}
    .mini-progress{height:8px;border-radius:999px;background:rgba(22,37,31,.08);overflow:hidden;margin-top:12px}
    .mini-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent-orange),var(--brand-teal))}
    .image-card{
      border-radius:28px;overflow:hidden;position:relative;min-height:360px;box-shadow:var(--shadow-soft);
      background:url('/assets/images/coverpic/cover-2.webp') center/cover no-repeat;
    }
    .image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,31,25,.05),rgba(15,31,25,.78))}
    .image-card-content{position:absolute;left:28px;right:28px;bottom:26px;z-index:1;color:#fff}
    .image-card-content h3{font-size:28px;font-weight:900;margin:0 0 10px}
    .image-card-content p{margin:0;color:rgba(255,255,255,.82)}
    .process-strip{
      display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px;
    }
    .process-card{
      background:#fff;border:1px solid rgba(22,37,31,.08);border-radius:24px;padding:22px;
      box-shadow:0 14px 38px rgba(16,35,29,.06);position:relative;overflow:hidden;
    }
    .process-card::after{
      content:"";position:absolute;right:-24px;top:-24px;width:74px;height:74px;border-radius:50%;
      background:rgba(24,181,107,.08)
    }
    .process-num{font-size:13px;font-weight:900;color:#08784C;margin-bottom:12px}
    .process-card h3{font-size:18px;font-weight:900;margin:0 0 8px}
    .process-card p{font-size:14px;color:var(--text-secondary);margin:0}
    .topics-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px;margin-top:34px}
    .topic-card{transition:all .25s ease}
    .topic-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
    .topic-img{height:180px;overflow:hidden}
    .topic-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
    .topic-card:hover .topic-img img{transform:scale(1.06)}
    .topic-body{padding:22px}
    .topic-body h3{font-size:21px;font-weight:900;margin:12px 0 8px}
    .topic-body p{color:var(--text-secondary);font-size:15px;margin:0 0 14px}
    .topic-card.featured .topic-img{height:260px}
    .help-box{
      background:linear-gradient(135deg,#0F1F19,#16392D);
      color:#fff;border-radius:32px;padding:34px;position:relative;overflow:hidden;
      box-shadow:0 22px 60px rgba(15,31,25,.20);
    }
    .help-box::before{
      content:"";position:absolute;inset:0;opacity:.18;
      background-image:radial-gradient(circle at 20% 20%,#13C8B5 0 2px,transparent 3px);
      background-size:24px 24px;
    }
    .help-box > *{position:relative;z-index:1}
    .help-box h2{font-size:34px;font-weight:900;margin:0 0 12px}
    .help-box p{color:rgba(255,255,255,.76);max-width:720px;margin:0 0 22px}
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(22,37,31,.08)!important;border-radius:22px!important;overflow:hidden;
      background:#fff;box-shadow:0 12px 32px rgba(16,35,29,.045)
    }
    .accordion-button{
      border:0!important;box-shadow:none!important;background:#fff!important;color:var(--brand-dark)!important;
      font-weight:900;font-size:17px;padding:20px 22px;
    }
    .accordion-button:not(.collapsed){background:#F1FBF5!important}
    .accordion-button:not(.collapsed)::before{
      content:"";width:5px;height:24px;border-radius:999px;background:linear-gradient(180deg,var(--brand-green),var(--brand-teal));margin-right:12px;
    }
    .accordion-body{padding:0 22px 22px;color:var(--text-secondary)}
    .cta-panel{
      border-radius:34px;padding:46px;position:relative;overflow:hidden;color:#fff;
      background:
        linear-gradient(135deg,rgba(24,181,107,.94),rgba(19,200,181,.92)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      box-shadow:0 24px 70px rgba(24,181,107,.22);
    }
    .cta-panel::after{
      content:"";position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;border-radius:50%;
      border:42px solid rgba(255,255,255,.13)
    }
    .cta-panel h2{font-size:38px;font-weight:900;margin:0 0 12px}
    .cta-panel p{max-width:680px;color:rgba(255,255,255,.84);margin:0 0 24px}
    .cta-panel .btn-soft{background:#fff;border-color:#fff;color:#0B6C49}
    .site-footer{
      background:var(--bg-dark);color:#fff;padding:70px 0 26px;position:relative;overflow:hidden;
    }
    .site-footer::before{
      content:"";position:absolute;inset:0;opacity:.14;
      background:
        radial-gradient(circle at 18% 16%,rgba(19,200,181,.8),transparent 24%),
        linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px);
      background-size:auto,44px 44px;
    }
    .site-footer .container{position:relative;z-index:1}
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
    .footer-brand .brand-main{color:#fff}
    .footer-intro{color:rgba(255,255,255,.68);margin:0 0 10px;max-width:360px}
    .footer-title{font-size:15px;font-weight:900;margin-bottom:14px;color:#fff}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:rgba(255,255,255,.66);font-size:14px}
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .footer-bottom{
      margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);
      text-align:center;color:rgba(255,255,255,.62);font-size:13px;display:grid;gap:8px;
    }
    .footer-bottom a{color:rgba(255,255,255,.72)}
    .footer-bottom a:hover{color:#fff}
    @media (max-width:1199px){
      .nav-actions .search-pill{width:210px}
      .hero h1{font-size:48px}
      .process-strip{grid-template-columns:repeat(2,1fr)}
      .topics-grid{grid-template-columns:1fr 1fr}
      .topic-card.featured{grid-column:1/-1}
    }
    @media (max-width:991px){
      .navbar{min-height:72px}
      .nav-actions{display:none}
      .hero{padding:54px 0 68px}
      .hero-panel{margin-top:28px}
      .side-card{position:static;margin-top:24px}
      .topics-grid{grid-template-columns:1fr}
      .topic-card.featured .topic-img,.topic-img{height:220px}
      .section{padding:68px 0}
      .filter-top{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:767px){
      .hero h1{font-size:35px;letter-spacing:-.7px}
      .hero-lead{font-size:16px}
      .section-title{font-size:29px}
      .hero-actions .btn-brand,.hero-actions .btn-outline-plain{width:100%}
      .filter-card{padding:18px;border-radius:24px}
      .filter-label{width:100%;min-width:0}
      .filter-row{gap:8px}
      .timeline-wrap{padding-left:18px}
      .schedule-card{padding:16px;border-radius:22px}
      .schedule-head,.schedule-foot{align-items:flex-start;flex-direction:column}
      .versus{grid-template-columns:1fr;gap:10px;text-align:left}
      .team:last-child{justify-content:flex-start;text-align:left}
      .vs-badge{width:100%;height:36px}
      .process-strip{grid-template-columns:1fr}
      .help-box,.cta-panel{padding:28px;border-radius:28px}
      .help-box h2,.cta-panel h2{font-size:29px}
    }
    @media (max-width:575px){
      .container{padding-left:18px;padding-right:18px}
      .hero{padding-top:38px}
      .breadcrumb{border-radius:18px;flex-wrap:wrap}
      .hero-metrics{display:grid;grid-template-columns:1fr 1fr}
      .metric-chip{min-width:0}
      .focus-item{align-items:flex-start;flex-direction:column}
      .focus-left{width:100%}
      .section{padding:56px 0}
      .section-sm{padding:44px 0}
      .cta-panel .d-flex{flex-direction:column}
      .cta-panel .btn-brand,.cta-panel .btn-soft{width:100%}
    }

/* roulang page: category2 */
:root{
      --brand-green:#18B56B;
      --brand-teal:#13C8B5;
      --brand-dark:#10231D;
      --accent-orange:#FF8A2A;
      --accent-red:#F05252;
      --data-blue:#3A8DFF;
      --data-purple:#7C5CFF;
      --bg-page:#F6FAF7;
      --bg-soft:#ECF7F1;
      --bg-card:#FFFFFF;
      --bg-dark:#0F1F19;
      --text-main:#16251F;
      --text-secondary:#64736D;
      --text-muted:#8A9992;
      --border-soft:rgba(22,37,31,.10);
      --shadow-soft:0 18px 50px rgba(16,35,29,.08);
      --shadow-hover:0 24px 70px rgba(16,35,29,.13);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:16px;
      --container:1200px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text-main);
      background:
        radial-gradient(circle at 10% 4%, rgba(19,200,181,.12), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(255,138,42,.12), transparent 28%),
        linear-gradient(180deg,#F7FFF9 0%,var(--bg-page) 38%,#fff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--brand-green)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(24,181,107,.18);color:var(--brand-dark)}
    .container{max-width:var(--container)}
    .section{padding:86px 0;position:relative}
    .section-tight{padding:64px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 14px;
      border-radius:999px;
      color:#0E7C50;
      background:rgba(24,181,107,.10);
      border:1px solid rgba(24,181,107,.16);
      font-size:13px;
      font-weight:800;
      margin-bottom:14px;
    }
    .section-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 0 0 5px rgba(24,181,107,.10);
    }
    .section-title{
      font-size:38px;
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.8px;
      margin:0 0 14px;
      color:var(--text-main);
    }
    .section-desc{
      color:var(--text-secondary);
      font-size:17px;
      max-width:760px;
      margin:0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1020;
      background:rgba(255,255,255,.92);
      border-bottom:1px solid rgba(22,37,31,.08);
      backdrop-filter:saturate(140%) blur(12px);
      box-shadow:0 8px 28px rgba(16,35,29,.04);
    }
    .site-header .navbar{min-height:78px;padding:0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .logo-mark{
      position:relative;
      width:42px;
      height:42px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 12px 30px rgba(24,181,107,.24);
      overflow:hidden;
      flex:0 0 auto;
    }
    .logo-mark::before{
      content:"";
      position:absolute;
      inset:9px 8px;
      border:2px solid rgba(255,255,255,.82);
      border-radius:12px;
    }
    .logo-mark::after{
      content:"";
      position:absolute;
      left:17px;
      top:13px;
      width:0;height:0;
      border-left:10px solid #fff;
      border-top:7px solid transparent;
      border-bottom:7px solid transparent;
      filter:drop-shadow(8px 7px 0 rgba(255,255,255,.36));
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.05}
    .brand-main{font-size:22px;font-weight:900;color:var(--brand-dark);letter-spacing:-.3px}
    .brand-sub{font-size:12px;color:var(--text-muted);font-weight:700;margin-top:5px}
    .navbar-nav{gap:6px}
    .nav-link{
      color:#31443D;
      font-weight:800;
      font-size:15px;
      padding:10px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:#0D7F51;
      background:rgba(24,181,107,.09);
    }
    .nav-link.active{
      color:#0B7B4D!important;
      background:linear-gradient(135deg,rgba(24,181,107,.14),rgba(19,200,181,.12));
      box-shadow:inset 0 0 0 1px rgba(24,181,107,.12);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      width:254px;
      height:42px;
      padding:0 14px;
      background:#fff;
      border:1px solid var(--border-soft);
      border-radius:999px;
      box-shadow:0 10px 30px rgba(16,35,29,.05);
      transition:var(--ease);
    }
    .search-pill:focus-within{
      border-color:rgba(24,181,107,.50);
      box-shadow:0 0 0 4px rgba(24,181,107,.10);
    }
    .search-pill span{color:var(--brand-green);font-weight:900;font-size:18px}
    .search-pill input{
      border:0;
      outline:0;
      width:100%;
      background:transparent;
      color:var(--text-main);
      font-size:13px;
    }
    .search-pill input::placeholder{color:var(--text-muted)}
    .btn-brand,.btn-soft,.btn-line{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-brand{
      color:#fff!important;
      padding:11px 20px;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 16px 34px rgba(24,181,107,.24);
    }
    .btn-brand:hover{
      transform:translateY(-2px);
      box-shadow:0 22px 48px rgba(24,181,107,.32);
      filter:saturate(1.08);
    }
    .btn-soft{
      color:#134B37!important;
      padding:10px 16px;
      background:rgba(236,247,241,.88);
      border-color:rgba(24,181,107,.14);
    }
    .btn-soft:hover{
      background:#E0F6EA;
      border-color:rgba(24,181,107,.34);
      transform:translateY(-1px);
    }
    .btn-line{
      color:#12382A!important;
      padding:11px 20px;
      background:#fff;
      border-color:rgba(22,37,31,.12);
      box-shadow:0 12px 26px rgba(16,35,29,.05);
    }
    .btn-line:hover{
      border-color:rgba(24,181,107,.36);
      background:#F2FBF6;
      transform:translateY(-1px);
    }
    .navbar-toggler{
      border:0;
      width:42px;height:42px;
      border-radius:14px;
      background:rgba(24,181,107,.10);
      color:var(--brand-dark);
      box-shadow:none!important;
      margin-left:10px;
    }
    .offcanvas{
      background:#F8FFF9;
      border-left:1px solid rgba(22,37,31,.10);
    }
    .offcanvas .nav-link{
      padding:13px 16px!important;
      margin-bottom:6px;
      border-radius:16px;
    }
    .mobile-actions{
      display:grid;
      gap:12px;
      margin-top:20px;
    }
    .mobile-actions .btn-brand,.mobile-actions .btn-soft{width:100%;padding:13px 18px}

    .hero{
      position:relative;
      padding:92px 0 56px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg,rgba(240,255,246,.96),rgba(233,251,248,.92)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      z-index:-2;
    }
    .hero::after{
      content:"";
      position:absolute;
      width:720px;
      height:720px;
      right:-220px;
      top:-260px;
      background:
        radial-gradient(circle,rgba(255,138,42,.15),transparent 52%),
        repeating-linear-gradient(135deg,rgba(24,181,107,.10) 0 1px,transparent 1px 18px);
      border-radius:50%;
      z-index:-1;
      opacity:.9;
    }
    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--text-secondary);
      font-size:14px;
      font-weight:700;
      margin-bottom:22px;
    }
    .breadcrumb-wrap a{color:#0C7C50}
    .breadcrumb-wrap span{color:var(--text-muted)}
    .hero h1{
      font-size:54px;
      line-height:1.12;
      font-weight:950;
      letter-spacing:-1.2px;
      margin:0 0 18px;
      max-width:720px;
      color:var(--brand-dark);
    }
    .hero h1 em{
      font-style:normal;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      -webkit-background-clip:text;
      color:transparent;
    }
    .hero-lead{
      max-width:710px;
      color:var(--text-secondary);
      font-size:18px;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:28px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      color:#215343;
      font-weight:800;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(22,37,31,.08);
      box-shadow:0 10px 24px rgba(16,35,29,.05);
    }
    .tag.hot{background:rgba(255,138,42,.11);color:#A84D07;border-color:rgba(255,138,42,.18)}
    .tag.live{background:rgba(240,82,82,.10);color:#B03333;border-color:rgba(240,82,82,.18)}
    .score-dashboard{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(22,37,31,.08);
      border-radius:32px;
      box-shadow:var(--shadow-soft);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .score-dashboard::before{
      content:"";
      position:absolute;
      inset:auto -70px -90px auto;
      width:220px;height:220px;
      background:radial-gradient(circle,rgba(19,200,181,.18),transparent 66%);
      border-radius:50%;
    }
    .dashboard-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      margin-bottom:16px;
      position:relative;
      z-index:1;
    }
    .dashboard-title{font-size:18px;font-weight:950;color:var(--brand-dark)}
    .pulse-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      color:#B03333;
      background:rgba(240,82,82,.10);
      font-size:12px;
      font-weight:900;
    }
    .pulse-badge::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent-red);
      box-shadow:0 0 0 6px rgba(240,82,82,.12);
    }
    .featured-score{
      border-radius:26px;
      padding:20px;
      background:
        linear-gradient(135deg,rgba(15,31,25,.90),rgba(16,62,46,.86)),
        url('/assets/images/coverpic/cover-2.webp') center/cover no-repeat;
      color:#fff;
      overflow:hidden;
      position:relative;
      min-height:260px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .featured-score::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(15,31,25,.68),rgba(15,31,25,.18));
    }
    .featured-score>*{position:relative;z-index:1}
    .league-pill{
      display:inline-flex;
      width:max-content;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.15);
      border:1px solid rgba(255,255,255,.18);
      font-size:12px;
      font-weight:900;
    }
    .score-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-top:18px;
    }
    .team-mini{display:grid;gap:7px;font-weight:900}
    .team-mini span:first-child{font-size:13px;color:rgba(255,255,255,.76)}
    .team-mini span:last-child{font-size:20px}
    .score-big{
      font-size:42px;
      line-height:1;
      font-weight:950;
      letter-spacing:-1px;
      padding:10px 15px;
      border-radius:18px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
    }
    .mini-stats{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:18px;
    }
    .mini-stat{
      padding:10px;
      border-radius:16px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.14);
    }
    .mini-stat b{display:block;font-size:18px}
    .mini-stat span{font-size:12px;color:rgba(255,255,255,.74)}
    .quick-panel{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:14px;
      position:relative;
      z-index:1;
    }
    .quick-item{
      padding:13px;
      border-radius:18px;
      background:#F4FBF7;
      border:1px solid rgba(22,37,31,.08);
    }
    .quick-item b{display:block;font-size:19px;color:var(--brand-dark);line-height:1.15}
    .quick-item span{display:block;color:var(--text-muted);font-size:12px;font-weight:800;margin-top:4px}

    .filter-bar{
      margin-top:-28px;
      position:relative;
      z-index:10;
    }
    .filter-card{
      border-radius:28px;
      padding:18px;
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
    }
    .filter-group{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }
    .filter-label{
      font-size:13px;
      font-weight:950;
      color:var(--brand-dark);
      margin-right:2px;
    }
    .filter-chip{
      border:1px solid rgba(22,37,31,.10);
      background:#fff;
      color:#315046;
      padding:8px 13px;
      border-radius:999px;
      font-size:13px;
      font-weight:850;
      cursor:pointer;
      transition:var(--ease);
    }
    .filter-chip:hover,.filter-chip.active{
      color:#08784A;
      background:#EAF9F0;
      border-color:rgba(24,181,107,.32);
      box-shadow:0 10px 24px rgba(24,181,107,.09);
    }

    .score-board-bg{
      background:
        radial-gradient(circle at 20% 20%,rgba(24,181,107,.08),transparent 26%),
        linear-gradient(180deg,#fff 0%,#F6FAF7 100%);
    }
    .status-column{
      height:100%;
      border-radius:30px;
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      padding:20px;
    }
    .status-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
      padding-bottom:14px;
      border-bottom:1px solid rgba(22,37,31,.08);
    }
    .status-head h3{
      font-size:20px;
      font-weight:950;
      margin:0;
      color:var(--brand-dark);
    }
    .count-badge{
      min-width:34px;
      height:30px;
      display:inline-flex;
      justify-content:center;
      align-items:center;
      border-radius:999px;
      background:#F1FAF5;
      color:#0E7C50;
      font-weight:950;
      font-size:13px;
    }
    .match-card{
      position:relative;
      padding:16px;
      border-radius:22px;
      background:linear-gradient(180deg,#fff,#FAFDFB);
      border:1px solid rgba(22,37,31,.08);
      margin-bottom:12px;
      transition:var(--ease);
      overflow:hidden;
    }
    .match-card:hover{
      transform:translateY(-3px);
      box-shadow:0 16px 38px rgba(16,35,29,.10);
      border-color:rgba(24,181,107,.18);
    }
    .match-meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:8px;
      color:var(--text-muted);
      font-size:12px;
      font-weight:850;
      margin-bottom:12px;
    }
    .status-label{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:950;
    }
    .status-label.live{background:rgba(240,82,82,.10);color:#B03333}
    .status-label.done{background:rgba(58,141,255,.10);color:#2266C8}
    .status-label.wait{background:rgba(255,138,42,.12);color:#A84D07}
    .team-row{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:10px;
      margin-bottom:12px;
    }
    .team{
      display:flex;
      align-items:center;
      gap:9px;
      min-width:0;
      font-weight:950;
      color:var(--text-main);
    }
    .team:last-child{justify-content:flex-end;text-align:right}
    .team-dot{
      width:28px;height:28px;border-radius:12px;
      background:linear-gradient(135deg,rgba(24,181,107,.95),rgba(19,200,181,.85));
      box-shadow:0 8px 18px rgba(24,181,107,.18);
      flex:0 0 auto;
      position:relative;
    }
    .team-dot.orange{background:linear-gradient(135deg,#FF8A2A,#FFD166)}
    .team-dot.blue{background:linear-gradient(135deg,#3A8DFF,#13C8B5)}
    .team-dot.purple{background:linear-gradient(135deg,#7C5CFF,#13C8B5)}
    .team-name{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .score-mid{
      min-width:68px;
      text-align:center;
      font-size:24px;
      font-weight:950;
      color:var(--brand-dark);
      letter-spacing:-.4px;
      padding:7px 8px;
      border-radius:16px;
      background:#F1FAF5;
      border:1px solid rgba(24,181,107,.12);
    }
    .match-data{
      display:flex;
      flex-wrap:wrap;
      gap:7px;
    }
    .data-pill{
      display:inline-flex;
      border-radius:999px;
      padding:5px 9px;
      background:#F6FAF7;
      color:#53675F;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(22,37,31,.06);
    }

    .data-zone{
      background:linear-gradient(135deg,#0F1F19,#14382B);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .data-zone::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 12% 15%,rgba(19,200,181,.20),transparent 28%),
        radial-gradient(circle at 86% 24%,rgba(255,138,42,.14),transparent 26%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.055) 0 1px,transparent 1px 22px);
      opacity:.95;
    }
    .data-zone .container{position:relative;z-index:1}
    .data-zone .section-title,.data-zone .section-desc{color:#fff}
    .data-zone .section-desc{color:rgba(255,255,255,.72)}
    .metric-card{
      height:100%;
      padding:24px;
      border-radius:28px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 18px 50px rgba(0,0,0,.12);
      transition:var(--ease);
    }
    .metric-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.105)}
    .metric-icon{
      width:48px;height:48px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      font-size:22px;
      margin-bottom:16px;
      box-shadow:0 16px 34px rgba(19,200,181,.18);
    }
    .metric-card h3{font-size:21px;font-weight:950;margin:0 0 8px;color:#fff}
    .metric-card p{margin:0;color:rgba(255,255,255,.70);font-size:15px}
    .trend-line{
      margin-top:18px;
      height:9px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
    }
    .trend-line span{
      display:block;height:100%;
      width:72%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--brand-green),var(--brand-teal),var(--accent-orange));
    }
    .trend-line.wide span{width:84%}
    .trend-line.mid span{width:66%}
    .trend-line.short span{width:58%}

    .ranking-card,.help-card{
      height:100%;
      border-radius:30px;
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      padding:26px;
    }
    .ranking-list{
      display:grid;
      gap:14px;
      margin-top:8px;
    }
    .rank-item{
      display:grid;
      grid-template-columns:38px 1fr 82px;
      align-items:center;
      gap:12px;
      padding:13px;
      border-radius:20px;
      background:#F8FCFA;
      border:1px solid rgba(22,37,31,.06);
      transition:var(--ease);
    }
    .rank-item:hover{
      background:#F1FBF5;
      transform:translateX(3px);
    }
    .rank-no{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 10px 22px rgba(24,181,107,.18);
    }
    .rank-info b{display:block;color:var(--brand-dark);font-weight:950}
    .rank-info span{display:block;color:var(--text-muted);font-size:12px;font-weight:800}
    .heat-bar{
      height:10px;
      border-radius:999px;
      background:#EAF3EE;
      overflow:hidden;
    }
    .heat-bar span{
      display:block;height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--accent-orange),var(--brand-teal));
    }
    .help-card{
      background:
        linear-gradient(135deg,rgba(236,247,241,.92),rgba(255,255,255,.95)),
        url('/assets/images/coverpic/cover-6.webp') center/cover no-repeat;
      overflow:hidden;
    }
    .help-card h3,.ranking-card h3{
      font-size:25px;
      font-weight:950;
      margin:0 0 12px;
      color:var(--brand-dark);
    }
    .help-card p{color:var(--text-secondary);margin-bottom:20px}
    .help-steps{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .help-steps li{
      display:flex;
      gap:11px;
      align-items:flex-start;
      padding:13px;
      border-radius:18px;
      background:rgba(255,255,255,.80);
      border:1px solid rgba(22,37,31,.08);
      color:#385349;
      font-weight:800;
    }
    .step-num{
      width:24px;height:24px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;
      flex:0 0 auto;
      background:#DDF5E8;
      color:#08784A;
      font-size:12px;
      font-weight:950;
    }

    .feature-strip{
      border-radius:32px;
      padding:30px;
      background:linear-gradient(135deg,#FFFFFF,#F1FBF5);
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
    }
    .feature-mini{
      display:flex;
      gap:14px;
      padding:16px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(22,37,31,.07);
      height:100%;
      transition:var(--ease);
    }
    .feature-mini:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,35,29,.08)}
    .feature-mini .icon{
      width:42px;height:42px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
      background:linear-gradient(135deg,rgba(24,181,107,.16),rgba(19,200,181,.12));
      color:#08784A;
      font-weight:950;
      font-size:20px;
    }
    .feature-mini b{display:block;color:var(--brand-dark);font-weight:950;margin-bottom:3px}
    .feature-mini span{display:block;color:var(--text-secondary);font-size:14px;line-height:1.55}

    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(22,37,31,.08)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 12px 30px rgba(16,35,29,.05);
    }
    .accordion-button{
      padding:20px 22px;
      font-weight:950;
      color:var(--brand-dark);
      background:#fff;
      box-shadow:none!important;
      border:0;
      line-height:1.45;
    }
    .accordion-button:not(.collapsed){
      color:#08784A;
      background:#F1FBF5;
    }
    .accordion-button::after{
      filter:hue-rotate(92deg) saturate(1.8);
    }
    .accordion-body{
      padding:0 22px 22px 22px;
      color:var(--text-secondary);
      background:#F1FBF5;
      position:relative;
    }
    .accordion-body::before{
      content:"";
      display:block;
      width:4px;
      height:calc(100% - 22px);
      position:absolute;
      left:0;
      top:0;
      border-radius:999px;
      background:linear-gradient(var(--brand-green),var(--brand-teal));
    }

    .cta{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      padding:50px;
      background:
        linear-gradient(135deg,rgba(24,181,107,.96),rgba(19,200,181,.92)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      color:#fff;
      box-shadow:0 28px 76px rgba(24,181,107,.24);
    }
    .cta::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 18%,rgba(255,255,255,.22),transparent 24%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.14) 0 1px,transparent 1px 20px);
      opacity:.75;
    }
    .cta>*{position:relative;z-index:1}
    .cta h2{
      font-size:38px;
      font-weight:950;
      line-height:1.18;
      margin:0 0 14px;
      max-width:760px;
    }
    .cta p{
      color:rgba(255,255,255,.82);
      font-size:17px;
      max-width:760px;
      margin:0 0 24px;
    }
    .cta .btn-line{
      background:rgba(255,255,255,.95);
      border-color:rgba(255,255,255,.30);
    }
    .cta .btn-soft{
      background:rgba(15,31,25,.18);
      color:#fff!important;
      border-color:rgba(255,255,255,.28);
    }
    .cta .btn-soft:hover{background:rgba(15,31,25,.28)}

    .site-footer{
      background:var(--bg-dark);
      color:#fff;
      padding:64px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 10%,rgba(24,181,107,.16),transparent 30%),
        radial-gradient(circle at 84% 26%,rgba(19,200,181,.14),transparent 28%);
      pointer-events:none;
    }
    .site-footer .container{position:relative;z-index:1}
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .footer-brand .brand-main{color:#fff}
    .footer-brand .brand-sub{color:rgba(255,255,255,.58)}
    .footer-intro{
      color:rgba(255,255,255,.66);
      margin:0 0 12px;
      max-width:390px;
      font-size:15px;
    }
    .footer-title{
      color:#fff;
      font-weight:950;
      margin-bottom:14px;
      font-size:16px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.62);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#8EF2C1;
      transform:translateX(3px);
    }
    .footer-bottom{
      margin-top:38px;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.10);
      text-align:center;
      color:rgba(255,255,255,.62);
      font-size:13px;
      line-height:1.9;
    }
    .footer-bottom a{color:rgba(255,255,255,.72)}
    .footer-bottom a:hover{color:#8EF2C1}
    .record-line{margin:4px 0}

    @media (max-width:1199.98px){
      .nav-actions .search-pill{width:210px}
      .nav-actions .btn-soft{display:none}
      .hero h1{font-size:48px}
      .score-big{font-size:36px}
    }
    @media (max-width:991.98px){
      .site-header .navbar{min-height:70px}
      .collapse.navbar-collapse,.nav-actions{display:none!important}
      .hero{padding:72px 0 44px}
      .hero h1{font-size:40px}
      .hero-lead{font-size:17px}
      .score-dashboard{margin-top:28px}
      .section{padding:66px 0}
      .section-title{font-size:32px}
      .filter-bar{margin-top:0;padding-top:20px}
      .filter-card{border-radius:24px}
      .cta{padding:36px;border-radius:28px}
      .cta h2{font-size:31px}
    }
    @media (max-width:767.98px){
      .brand-main{font-size:20px}
      .brand-sub{font-size:11px}
      .logo-mark{width:39px;height:39px;border-radius:15px}
      .hero h1{font-size:34px;letter-spacing:-.5px}
      .hero-actions{display:grid}
      .hero-actions .btn-brand,.hero-actions .btn-line{width:100%;padding:13px 20px}
      .quick-panel{grid-template-columns:1fr}
      .mini-stats{grid-template-columns:1fr}
      .filter-group{align-items:flex-start}
      .filter-label{width:100%;margin-bottom:2px}
      .status-column{padding:16px;border-radius:24px}
      .team-row{grid-template-columns:1fr;gap:8px}
      .team:last-child{justify-content:flex-start;text-align:left}
      .score-mid{width:max-content;min-width:78px}
      .rank-item{grid-template-columns:34px 1fr;gap:10px}
      .heat-bar{grid-column:1 / -1}
      .feature-strip{padding:20px;border-radius:26px}
      .cta{padding:28px 22px}
      .cta h2{font-size:28px}
      .cta .d-flex{display:grid!important}
      .site-footer{padding-top:52px}
    }
    @media (max-width:575.98px){
      .container{padding-left:18px;padding-right:18px}
      .hero{padding-top:58px}
      .hero h1{font-size:31px}
      .section{padding:54px 0}
      .section-title{font-size:29px}
      .section-desc{font-size:16px}
      .score-dashboard{padding:16px;border-radius:26px}
      .featured-score{padding:16px;border-radius:22px;min-height:235px}
      .score-row{align-items:flex-start}
      .score-big{font-size:30px}
      .filter-chip{font-size:12px;padding:7px 10px}
      .accordion-button{padding:17px 18px}
      .accordion-body{padding:0 18px 18px 18px}
    }

/* roulang page: category3 */
:root {
      --brand-green: #18B56B;
      --brand-teal: #13C8B5;
      --brand-dark: #10231D;
      --accent-orange: #FF8A2A;
      --accent-red: #F05252;
      --data-blue: #3A8DFF;
      --data-purple: #7C5CFF;
      --bg-page: #F6FAF7;
      --bg-soft: #ECF7F1;
      --bg-card: #FFFFFF;
      --bg-dark: #0F1F19;
      --text-main: #16251F;
      --text-secondary: #64736D;
      --text-muted: #8A9992;
      --border-soft: rgba(22, 37, 31, .10);
      --shadow-soft: 0 18px 50px rgba(16, 35, 29, .08);
      --shadow-hover: 0 24px 70px rgba(16, 35, 29, .13);
      --radius-lg: 30px;
      --radius-md: 22px;
      --radius-sm: 16px;
      --container: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text-main);
      background:
        radial-gradient(circle at 8% 8%, rgba(19, 200, 181, .13), transparent 26%),
        radial-gradient(circle at 92% 12%, rgba(255, 138, 42, .10), transparent 28%),
        linear-gradient(180deg, #F7FCF8 0%, var(--bg-page) 48%, #FFFFFF 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    input:focus,
    button:focus,
    a:focus {
      outline: 3px solid rgba(19, 200, 181, .26);
      outline-offset: 3px;
    }

    .container {
      max-width: var(--container);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1030;
      background: rgba(255, 255, 255, .92);
      border-bottom: 1px solid rgba(22, 37, 31, .08);
      backdrop-filter: blur(14px);
      transition: box-shadow .25s ease, background .25s ease;
    }

    .site-header.is-scrolled {
      box-shadow: 0 12px 36px rgba(16, 35, 29, .08);
      background: rgba(255, 255, 255, .97);
    }

    .navbar {
      min-height: 78px;
      padding: 0;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
    }

    .logo-mark {
      width: 42px;
      height: 42px;
      position: relative;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
      box-shadow: 0 12px 28px rgba(24, 181, 107, .26);
      overflow: hidden;
      flex: 0 0 auto;
    }

    .logo-mark::before {
      content: "";
      position: absolute;
      inset: 8px;
      border: 2px solid rgba(255, 255, 255, .68);
      border-radius: 50%;
    }

    .logo-mark::after {
      content: "";
      position: absolute;
      left: 17px;
      top: 13px;
      width: 0;
      height: 0;
      border-left: 11px solid #fff;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      filter: drop-shadow(9px 1px 0 rgba(255, 138, 42, .95));
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.08;
    }

    .brand-main {
      font-size: 20px;
      font-weight: 900;
      letter-spacing: -.3px;
      color: var(--brand-dark);
    }

    .brand-sub {
      margin-top: 3px;
      font-size: 12px;
      font-weight: 700;
      color: var(--text-muted);
    }

    .navbar-nav {
      gap: 4px;
      padding: 0 18px;
    }

    .nav-link {
      color: var(--text-secondary);
      font-weight: 700;
      font-size: 15px;
      border-radius: 999px;
      padding: 10px 14px !important;
      position: relative;
    }

    .nav-link:hover {
      color: var(--brand-green);
      background: rgba(24, 181, 107, .08);
    }

    .nav-link.active {
      color: var(--brand-dark) !important;
      background: linear-gradient(135deg, rgba(24, 181, 107, .14), rgba(19, 200, 181, .12));
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .search-pill {
      width: 245px;
      height: 42px;
      display: flex;
      align-items: center;
      gap: 8px;
      border: 1px solid var(--border-soft);
      background: #fff;
      border-radius: 999px;
      padding: 0 14px;
      box-shadow: 0 10px 26px rgba(16, 35, 29, .04);
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .search-pill:focus-within {
      border-color: rgba(24, 181, 107, .55);
      box-shadow: 0 0 0 5px rgba(24, 181, 107, .10);
    }

    .search-pill span {
      color: var(--brand-green);
      font-weight: 900;
      font-size: 18px;
    }

    .search-pill input {
      border: 0;
      outline: 0;
      width: 100%;
      color: var(--text-main);
      background: transparent;
      font-size: 13px;
    }

    .btn-brand,
    .btn-soft,
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      font-weight: 800;
      line-height: 1;
      min-height: 42px;
      padding: 12px 20px;
      border: 1px solid transparent;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      white-space: nowrap;
    }

    .btn-brand {
      color: #fff;
      background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
      box-shadow: 0 14px 30px rgba(24, 181, 107, .26);
    }

    .btn-brand:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(24, 181, 107, .32);
      filter: saturate(1.08);
    }

    .btn-soft {
      color: var(--brand-dark);
      background: rgba(24, 181, 107, .08);
      border-color: rgba(24, 181, 107, .12);
    }

    .btn-soft:hover {
      color: var(--brand-green);
      background: rgba(24, 181, 107, .13);
      border-color: rgba(24, 181, 107, .28);
      transform: translateY(-1px);
    }

    .btn-ghost {
      color: var(--brand-dark);
      background: #fff;
      border-color: var(--border-soft);
    }

    .btn-ghost:hover {
      color: var(--brand-green);
      border-color: rgba(24, 181, 107, .30);
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
    }

    .navbar-toggler {
      border: 0;
      color: var(--brand-dark);
      background: rgba(24, 181, 107, .09);
      width: 44px;
      height: 44px;
      border-radius: 15px;
      padding: 0;
      font-weight: 900;
    }

    .offcanvas {
      border: 0;
      background: #FBFFFC;
    }

    .offcanvas-header {
      border-bottom: 1px solid var(--border-soft);
      padding: 22px;
    }

    .offcanvas-body {
      padding: 22px;
    }

    .mobile-links {
      display: grid;
      gap: 10px;
      margin-bottom: 22px;
    }

    .mobile-links .nav-link {
      font-size: 17px;
      padding: 13px 15px !important;
      background: #fff;
      border: 1px solid var(--border-soft);
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 86px 0;
      position: relative;
    }

    .section-sm {
      padding: 64px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--brand-dark);
      background: linear-gradient(135deg, rgba(24, 181, 107, .12), rgba(19, 200, 181, .10));
      border: 1px solid rgba(24, 181, 107, .16);
      border-radius: 999px;
      padding: 7px 13px;
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent-orange);
      box-shadow: 0 0 0 5px rgba(255, 138, 42, .13);
    }

    .hero {
      padding: 62px 0 84px;
      background:
        linear-gradient(135deg, rgba(240, 255, 246, .96), rgba(233, 251, 248, .92)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      position: relative;
      isolation: isolate;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      pointer-events: none;
      z-index: -1;
    }

    .hero::before {
      width: 520px;
      height: 520px;
      border-radius: 50%;
      border: 1px solid rgba(24, 181, 107, .16);
      left: -190px;
      bottom: -220px;
      box-shadow: inset 0 0 0 54px rgba(24, 181, 107, .04);
    }

    .hero::after {
      right: 4%;
      top: 18%;
      width: 230px;
      height: 150px;
      background-image: radial-gradient(rgba(19, 200, 181, .28) 1.5px, transparent 1.5px);
      background-size: 18px 18px;
      opacity: .55;
      transform: rotate(-8deg);
    }

    .breadcrumb {
      --bs-breadcrumb-divider-color: rgba(22, 37, 31, .38);
      margin-bottom: 24px;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
      color: var(--text-secondary);
      font-weight: 700;
      font-size: 14px;
    }

    .breadcrumb-item.active {
      color: var(--brand-green);
    }

    .hero h1 {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 900;
      line-height: 1.12;
      letter-spacing: -.9px;
      margin: 0 0 20px;
      color: var(--brand-dark);
    }

    .hero h1 .gradient-text {
      background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-desc {
      max-width: 720px;
      color: var(--text-secondary);
      font-size: 17px;
      margin: 0 0 28px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 28px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 800;
      color: var(--text-secondary);
      background: rgba(255, 255, 255, .72);
      border: 1px solid rgba(22, 37, 31, .08);
    }

    .tag.green {
      color: #117A4D;
      background: rgba(24, 181, 107, .11);
    }

    .tag.orange {
      color: #A85512;
      background: rgba(255, 138, 42, .12);
    }

    .tag.purple {
      color: #5B45C9;
      background: rgba(124, 92, 255, .12);
    }

    .hero-feature {
      background: rgba(255, 255, 255, .88);
      border: 1px solid rgba(22, 37, 31, .08);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      position: relative;
    }

    .hero-feature-img {
      height: 255px;
      position: relative;
      overflow: hidden;
    }

    .hero-feature-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
    }

    .hero-feature-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(15, 31, 25, .02), rgba(15, 31, 25, .58));
    }

    .feature-float {
      position: absolute;
      left: 22px;
      bottom: 20px;
      right: 22px;
      color: #fff;
      z-index: 2;
    }

    .feature-float .badge {
      background: rgba(255, 138, 42, .92);
      border-radius: 999px;
      padding: 7px 10px;
      margin-bottom: 10px;
    }

    .feature-float h2 {
      font-size: 24px;
      font-weight: 900;
      line-height: 1.25;
      margin: 0;
    }

    .hero-feature-body {
      padding: 24px;
    }

    .mini-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .mini-stat {
      background: var(--bg-soft);
      border-radius: 18px;
      padding: 14px;
      border: 1px solid rgba(24, 181, 107, .10);
    }

    .mini-stat strong {
      display: block;
      color: var(--brand-dark);
      font-size: 20px;
      font-weight: 900;
      line-height: 1.15;
    }

    .mini-stat span {
      display: block;
      margin-top: 4px;
      color: var(--text-muted);
      font-size: 12px;
      font-weight: 700;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 32px;
    }

    .section-title {
      max-width: 780px;
    }

    .section-title h2 {
      margin: 0 0 12px;
      font-size: clamp(28px, 3.4vw, 38px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -.45px;
      color: var(--brand-dark);
    }

    .section-title p {
      max-width: 720px;
      margin: 0;
      color: var(--text-secondary);
      font-size: 16px;
    }

    .topic-card {
      background: var(--bg-card);
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .topic-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-hover);
      border-color: rgba(24, 181, 107, .20);
    }

    .topic-image {
      position: relative;
      min-height: 360px;
      overflow: hidden;
    }

    .topic-image img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      object-fit: cover;
      transition: transform .45s ease;
    }

    .topic-card:hover .topic-image img {
      transform: scale(1.05);
    }

    .topic-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(15, 31, 25, .72), rgba(15, 31, 25, .18), rgba(15, 31, 25, .05));
    }

    .topic-content {
      position: absolute;
      inset: auto auto 0 0;
      width: min(620px, 100%);
      padding: 36px;
      color: #fff;
      z-index: 2;
    }

    .topic-content h2 {
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.16;
      font-weight: 900;
      margin: 12px 0 14px;
    }

    .topic-content p {
      color: rgba(255, 255, 255, .84);
      margin-bottom: 18px;
      font-size: 16px;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .soft-badge {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 800;
      background: rgba(255, 255, 255, .16);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .24);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 28px;
      align-items: start;
    }

    .news-list {
      display: grid;
      gap: 18px;
    }

    .news-card {
      display: grid;
      grid-template-columns: 210px 1fr;
      gap: 20px;
      background: #fff;
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-md);
      box-shadow: 0 12px 34px rgba(16, 35, 29, .055);
      padding: 16px;
      transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }

    .news-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-hover);
      border-color: rgba(24, 181, 107, .20);
    }

    .news-thumb {
      overflow: hidden;
      border-radius: 18px;
      min-height: 150px;
      background: var(--bg-soft);
    }

    .news-thumb img {
      width: 100%;
      height: 100%;
      min-height: 150px;
      object-fit: cover;
      transition: transform .35s ease;
    }

    .news-card:hover .news-thumb img {
      transform: scale(1.06);
    }

    .news-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }

    .label {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 5px 9px;
      font-size: 12px;
      font-weight: 900;
      line-height: 1;
    }

    .label.green {
      color: #0C7C4A;
      background: rgba(24, 181, 107, .12);
    }

    .label.orange {
      color: #A85512;
      background: rgba(255, 138, 42, .13);
    }

    .label.blue {
      color: #1E62B8;
      background: rgba(58, 141, 255, .13);
    }

    .label.purple {
      color: #5B45C9;
      background: rgba(124, 92, 255, .13);
    }

    .meta-text {
      color: var(--text-muted);
      font-size: 13px;
      font-weight: 700;
    }

    .news-card h3 {
      font-size: 22px;
      line-height: 1.32;
      font-weight: 900;
      margin: 0 0 8px;
      color: var(--brand-dark);
    }

    .news-card h3 a:hover {
      color: var(--brand-green);
    }

    .news-card p {
      margin: 0 0 14px;
      color: var(--text-secondary);
      font-size: 15px;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--brand-green);
      font-weight: 900;
      font-size: 14px;
    }

    .text-link::after {
      content: "→";
      transition: transform .2s ease;
    }

    .text-link:hover::after {
      transform: translateX(3px);
    }

    .side-stack {
      display: grid;
      gap: 18px;
      position: sticky;
      top: 100px;
    }

    .side-card {
      background: #fff;
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-md);
      padding: 24px;
      box-shadow: var(--shadow-soft);
    }

    .side-card h3 {
      font-size: 20px;
      font-weight: 900;
      color: var(--brand-dark);
      margin: 0 0 16px;
    }

    .hot-match {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(22, 37, 31, .08);
    }

    .hot-match:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .hot-match strong {
      display: block;
      color: var(--brand-dark);
      font-size: 15px;
      line-height: 1.35;
    }

    .hot-match span {
      display: block;
      color: var(--text-muted);
      font-size: 12px;
      margin-top: 4px;
      font-weight: 700;
    }

    .heat {
      min-width: 58px;
      height: 8px;
      border-radius: 999px;
      background: rgba(24, 181, 107, .12);
      overflow: hidden;
      margin-top: 8px;
    }

    .heat i {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--brand-green), var(--brand-teal));
    }

    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag-cloud a {
      border-radius: 999px;
      padding: 8px 12px;
      color: var(--text-secondary);
      background: var(--bg-soft);
      border: 1px solid rgba(24, 181, 107, .10);
      font-size: 13px;
      font-weight: 800;
    }

    .tag-cloud a:hover {
      color: var(--brand-green);
      background: rgba(24, 181, 107, .14);
      transform: translateY(-2px);
    }

    .recommend-item {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 12px;
      align-items: start;
      padding: 12px 0;
      border-bottom: 1px solid rgba(22, 37, 31, .08);
    }

    .recommend-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .rank-num {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
      box-shadow: 0 12px 24px rgba(24, 181, 107, .18);
    }

    .recommend-item strong {
      display: block;
      font-size: 14px;
      line-height: 1.45;
      color: var(--brand-dark);
      margin-bottom: 4px;
    }

    .recommend-item span {
      display: block;
      color: var(--text-muted);
      font-size: 12px;
      font-weight: 700;
    }

    .topic-strip {
      background: var(--bg-dark);
      color: #fff;
      border-radius: 34px;
      padding: 36px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(15, 31, 25, .18);
    }

    .topic-strip::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 15%, rgba(19, 200, 181, .22), transparent 28%),
        radial-gradient(circle at 92% 36%, rgba(255, 138, 42, .18), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, .06), transparent);
      pointer-events: none;
    }

    .topic-strip > * {
      position: relative;
      z-index: 2;
    }

    .topic-strip h2 {
      margin: 0 0 12px;
      font-size: clamp(26px, 3vw, 36px);
      font-weight: 900;
      line-height: 1.2;
    }

    .topic-strip p {
      color: rgba(255, 255, 255, .72);
      margin: 0;
      max-width: 700px;
    }

    .topic-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .topic-pills a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      background: rgba(255, 255, 255, .10);
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 999px;
      padding: 11px 15px;
      font-weight: 800;
    }

    .topic-pills a:hover {
      background: rgba(24, 181, 107, .38);
      transform: translateY(-2px);
    }

    .insight-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .insight-card {
      background: #fff;
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-md);
      padding: 26px;
      box-shadow: 0 12px 34px rgba(16, 35, 29, .055);
      min-height: 210px;
      transition: transform .24s ease, box-shadow .24s ease;
    }

    .insight-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-hover);
    }

    .insight-icon {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 17px;
      color: #fff;
      font-weight: 900;
      margin-bottom: 16px;
      background: linear-gradient(135deg, var(--brand-green), var(--brand-teal));
    }

    .insight-card:nth-child(2) .insight-icon {
      background: linear-gradient(135deg, var(--accent-orange), #FFB86B);
    }

    .insight-card:nth-child(3) .insight-icon {
      background: linear-gradient(135deg, var(--data-purple), var(--data-blue));
    }

    .insight-card h3 {
      font-size: 21px;
      font-weight: 900;
      margin: 0 0 10px;
      color: var(--brand-dark);
    }

    .insight-card p {
      margin: 0;
      color: var(--text-secondary);
      font-size: 15px;
    }

    .subscribe-card {
      background:
        linear-gradient(135deg, rgba(24, 181, 107, .13), rgba(19, 200, 181, .10)),
        #fff;
      border: 1px solid rgba(24, 181, 107, .16);
      border-radius: 34px;
      padding: 38px;
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
    }

    .subscribe-card::after {
      content: "";
      position: absolute;
      right: -70px;
      bottom: -90px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      border: 38px solid rgba(24, 181, 107, .06);
    }

    .subscribe-card h2 {
      font-size: clamp(28px, 3.4vw, 38px);
      line-height: 1.18;
      font-weight: 900;
      color: var(--brand-dark);
      margin: 0 0 12px;
    }

    .subscribe-card p {
      color: var(--text-secondary);
      max-width: 680px;
      margin: 0;
    }

    .subscribe-form {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 24px;
      max-width: 660px;
      position: relative;
      z-index: 2;
    }

    .form-control {
      height: 52px;
      border-radius: 999px;
      border: 1px solid rgba(22, 37, 31, .12);
      padding: 0 18px;
      color: var(--text-main);
      box-shadow: none;
    }

    .form-control:focus {
      border-color: rgba(24, 181, 107, .55);
      box-shadow: 0 0 0 5px rgba(24, 181, 107, .10);
    }

    .faq-wrap {
      background: #fff;
      border-radius: 34px;
      border: 1px solid var(--border-soft);
      box-shadow: var(--shadow-soft);
      padding: 18px;
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid rgba(22, 37, 31, .08) !important;
      border-radius: 22px !important;
      overflow: hidden;
      background: #fff;
    }

    .accordion-button {
      color: var(--brand-dark);
      background: #fff;
      font-weight: 900;
      font-size: 17px;
      padding: 20px 22px;
      box-shadow: none !important;
      border-radius: 22px !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--brand-dark);
      background: #F1FBF5;
    }

    .accordion-button:not(.collapsed)::before {
      content: "";
      width: 5px;
      height: 24px;
      border-radius: 99px;
      background: linear-gradient(180deg, var(--brand-green), var(--brand-teal));
      margin-right: 12px;
    }

    .accordion-button::after {
      filter: hue-rotate(95deg) saturate(1.8);
    }

    .accordion-body {
      padding: 0 24px 22px 39px;
      color: var(--text-secondary);
      font-size: 15px;
    }

    .cta-panel {
      border-radius: 36px;
      padding: 48px;
      color: #fff;
      background:
        radial-gradient(circle at 12% 20%, rgba(255, 138, 42, .22), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(19, 200, 181, .22), transparent 26%),
        linear-gradient(135deg, #10231D, #123A2C 58%, #0F1F19);
      position: relative;
      overflow: hidden;
      box-shadow: 0 28px 70px rgba(15, 31, 25, .20);
    }

    .cta-panel::after {
      content: "";
      position: absolute;
      right: -40px;
      top: -80px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: inset 0 0 0 48px rgba(255, 255, 255, .03);
      pointer-events: none;
    }

    .cta-panel h2 {
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.16;
      font-weight: 900;
      margin: 0 0 14px;
      max-width: 760px;
    }

    .cta-panel p {
      margin: 0 0 24px;
      color: rgba(255, 255, 255, .75);
      max-width: 760px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      position: relative;
      z-index: 2;
    }

    .cta-panel .btn-ghost {
      background: rgba(255, 255, 255, .12);
      color: #fff;
      border-color: rgba(255, 255, 255, .20);
    }

    .cta-panel .btn-ghost:hover {
      background: rgba(255, 255, 255, .18);
      color: #fff;
    }

    .site-footer {
      background: var(--bg-dark);
      color: rgba(255, 255, 255, .78);
      padding: 64px 0 28px;
      position: relative;
      overflow: hidden;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 8% 20%, rgba(24, 181, 107, .16), transparent 26%),
        radial-gradient(circle at 90% 10%, rgba(19, 200, 181, .12), transparent 25%);
      pointer-events: none;
    }

    .site-footer .container {
      position: relative;
      z-index: 2;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .footer-brand .brand-main {
      color: #fff;
    }

    .footer-intro {
      color: rgba(255, 255, 255, .66);
      margin: 0 0 10px;
      max-width: 390px;
      font-size: 14px;
    }

    .footer-title {
      color: #fff;
      font-weight: 900;
      margin-bottom: 14px;
      font-size: 16px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .64);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .footer-bottom {
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, .10);
      text-align: center;
      display: grid;
      gap: 8px;
    }

    .record-line {
      color: rgba(255, 255, 255, .62);
      font-size: 13px;
    }

    .record-line a {
      color: rgba(255, 255, 255, .72);
    }

    .record-line a:hover {
      color: #fff;
    }

    @media (max-width: 1199.98px) {
      .nav-actions .search-pill {
        display: none;
      }

      .nav-link {
        padding-left: 11px !important;
        padding-right: 11px !important;
      }

      .content-layout {
        grid-template-columns: 1fr 310px;
      }
    }

    @media (max-width: 991.98px) {
      .navbar {
        min-height: 72px;
      }

      .nav-actions {
        display: none;
      }

      .hero {
        padding: 46px 0 66px;
      }

      .hero-feature {
        margin-top: 28px;
      }

      .section {
        padding: 68px 0;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .content-layout {
        grid-template-columns: 1fr;
      }

      .side-stack {
        position: static;
        grid-template-columns: repeat(2, 1fr);
      }

      .insight-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767.98px) {
      .section {
        padding: 56px 0;
      }

      .section-sm {
        padding: 46px 0;
      }

      .hero-actions,
      .cta-actions,
      .subscribe-form {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn-brand,
      .hero-actions .btn-ghost,
      .cta-actions .btn-brand,
      .cta-actions .btn-ghost,
      .subscribe-form .btn-brand {
        width: 100%;
      }

      .mini-grid {
        grid-template-columns: 1fr;
      }

      .topic-image,
      .topic-image img {
        min-height: 470px;
      }

      .topic-content {
        padding: 26px;
      }

      .news-card {
        grid-template-columns: 1fr;
      }

      .news-thumb,
      .news-thumb img {
        min-height: 210px;
      }

      .side-stack {
        grid-template-columns: 1fr;
      }

      .topic-strip,
      .subscribe-card,
      .cta-panel {
        border-radius: 26px;
        padding: 28px;
      }

      .faq-wrap {
        border-radius: 26px;
        padding: 12px;
      }

      .accordion-button {
        font-size: 16px;
        padding: 18px;
      }

      .accordion-body {
        padding-left: 18px;
      }
    }

    @media (max-width: 575.98px) {
      .brand-sub {
        display: none;
      }

      .brand-main {
        font-size: 18px;
      }

      .logo-mark {
        width: 38px;
        height: 38px;
        border-radius: 14px;
      }

      .hero {
        padding-top: 34px;
      }

      .hero-desc {
        font-size: 16px;
      }

      .hero-tags {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 6px;
      }

      .tag {
        white-space: nowrap;
      }

      .topic-pills {
        flex-direction: column;
      }

      .topic-pills a {
        justify-content: center;
      }

      .footer-bottom {
        text-align: left;
      }
    }

/* roulang page: category4 */
:root{
      --brand-green:#18B56B;
      --brand-teal:#13C8B5;
      --brand-dark:#10231D;
      --accent-orange:#FF8A2A;
      --accent-red:#F05252;
      --data-blue:#3A8DFF;
      --data-purple:#7C5CFF;
      --bg-page:#F6FAF7;
      --bg-soft:#ECF7F1;
      --bg-card:#FFFFFF;
      --bg-dark:#0F1F19;
      --text-main:#16251F;
      --text-secondary:#64736D;
      --text-muted:#8A9992;
      --border-soft:rgba(22,37,31,0.10);
      --shadow-soft:0 18px 50px rgba(16,35,29,.08);
      --shadow-hover:0 24px 70px rgba(16,35,29,.13);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1220px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text-main);
      background:
        radial-gradient(circle at 8% 12%, rgba(19,200,181,.13), transparent 28%),
        radial-gradient(circle at 92% 0%, rgba(124,92,255,.10), transparent 26%),
        linear-gradient(180deg,#F7FCF8 0%,var(--bg-page) 42%,#FFFFFF 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:all .25s ease}
    img{max-width:100%;height:auto;display:block}
    button,input{font-family:inherit}
    input:focus,button:focus,a:focus{
      outline:3px solid rgba(24,181,107,.18);
      outline-offset:3px;
    }
    .container{max-width:var(--container)}
    .section{padding:92px 0}
    .section-tight{padding:68px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(24,181,107,.10);
      color:#0D7E4B;
      font-size:13px;
      font-weight:800;
      margin-bottom:14px;
    }
    .section-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 0 0 5px rgba(24,181,107,.12);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,56px);
      line-height:1.12;
      font-weight:800;
      letter-spacing:-.035em;
      color:var(--brand-dark);
    }
    h2{
      font-size:clamp(28px,3.2vw,38px);
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.025em;
      color:var(--brand-dark);
    }
    h3{font-size:24px;font-weight:800;line-height:1.35;color:var(--brand-dark)}
    .lead-text{
      color:var(--text-secondary);
      font-size:17px;
      max-width:760px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.92);
      border-bottom:1px solid rgba(22,37,31,.08);
      backdrop-filter:saturate(140%) blur(12px);
    }
    .site-header.scrolled{box-shadow:0 12px 34px rgba(16,35,29,.08)}
    .navbar{min-height:78px;padding:0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .logo-mark{
      width:44px;
      height:44px;
      border-radius:16px;
      position:relative;
      background:
        linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 12px 26px rgba(24,181,107,.26);
      overflow:hidden;
      flex:0 0 auto;
    }
    .logo-mark::before{
      content:"";
      position:absolute;
      inset:9px 7px;
      border:2px solid rgba(255,255,255,.78);
      border-radius:50%;
    }
    .logo-mark::after{
      content:"";
      position:absolute;
      left:18px;
      top:14px;
      width:0;
      height:0;
      border-top:7px solid transparent;
      border-bottom:7px solid transparent;
      border-left:11px solid #fff;
      filter:drop-shadow(8px 8px 0 rgba(255,138,42,.88));
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.12}
    .brand-main{font-weight:900;font-size:20px;letter-spacing:-.02em;color:var(--brand-dark)}
    .brand-sub{font-size:12px;color:var(--text-muted);font-weight:700;margin-top:3px}
    .navbar-nav{gap:4px}
    .nav-link{
      color:#32453D;
      font-weight:700;
      padding:10px 14px!important;
      border-radius:999px;
      font-size:15px;
      position:relative;
    }
    .nav-link:hover{
      color:#0D7E4B;
      background:rgba(24,181,107,.10);
    }
    .nav-link.active{
      color:#0D7E4B!important;
      background:linear-gradient(135deg,rgba(24,181,107,.14),rgba(19,200,181,.12));
    }
    .nav-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      min-width:360px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:235px;
      height:42px;
      border:1px solid var(--border-soft);
      border-radius:999px;
      padding:0 14px;
      background:#fff;
      color:var(--text-muted);
      transition:all .25s ease;
    }
    .search-pill:focus-within{
      border-color:rgba(24,181,107,.45);
      box-shadow:0 0 0 4px rgba(24,181,107,.10);
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      font-size:14px;
      color:var(--text-main);
    }
    .search-pill input::placeholder{color:#9AA8A1}
    .btn-brand,.btn-soft,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:all .25s ease;
      white-space:nowrap;
    }
    .btn-brand{
      padding:12px 22px;
      color:#fff!important;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      box-shadow:0 14px 30px rgba(24,181,107,.24);
    }
    .btn-brand:hover{
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(24,181,107,.32);
      filter:saturate(1.08);
    }
    .btn-soft{
      padding:10px 16px;
      color:#173D30!important;
      background:#F0F8F3;
      border-color:rgba(24,181,107,.16);
    }
    .btn-soft:hover{
      color:#0D7E4B!important;
      background:#E6F7ED;
      border-color:rgba(24,181,107,.32);
      transform:translateY(-1px);
    }
    .btn-darkline{
      padding:12px 22px;
      color:#173D30!important;
      background:#fff;
      border-color:rgba(22,37,31,.12);
    }
    .btn-darkline:hover{
      background:#F0F8F3;
      border-color:rgba(24,181,107,.34);
      transform:translateY(-2px);
    }
    .navbar-toggler{
      border:0;
      width:44px;
      height:44px;
      border-radius:14px;
      background:#F0F8F3;
      color:var(--brand-dark);
      font-size:22px;
      box-shadow:none!important;
    }
    .offcanvas{
      border:0;
      background:#F8FCF9;
      color:var(--text-main);
    }
    .offcanvas-header{padding:24px;border-bottom:1px solid var(--border-soft)}
    .offcanvas-body{padding:24px}
    .mobile-menu{
      display:grid;
      gap:10px;
      margin-bottom:24px;
    }
    .mobile-menu .nav-link{
      padding:14px 16px!important;
      background:#fff;
      border:1px solid var(--border-soft);
      border-radius:18px;
    }

    .hero{
      position:relative;
      padding:76px 0 54px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(240,255,246,.92),rgba(233,251,248,.9)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 78% 20%, rgba(124,92,255,.18), transparent 26%),
        radial-gradient(circle at 18% 72%, rgba(255,138,42,.13), transparent 24%),
        repeating-linear-gradient(120deg, transparent 0 18px, rgba(24,181,107,.045) 18px 20px);
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:1}
    .breadcrumb{
      --bs-breadcrumb-divider:"›";
      margin-bottom:20px;
      font-size:14px;
      color:var(--text-secondary);
    }
    .breadcrumb a{color:#0D7E4B;font-weight:800}
    .hero-copy{
      padding:30px 0;
    }
    .hero-title .gradient-text{
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal) 45%,var(--data-purple));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:28px;
    }
    .info-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(22,37,31,.08);
      color:#36554A;
      font-size:13px;
      font-weight:800;
      box-shadow:0 8px 24px rgba(16,35,29,.06);
    }
    .hero-panel{
      position:relative;
      border-radius:var(--radius-xl);
      background:rgba(255,255,255,.94);
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      padding:20px;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      right:-80px;
      top:-80px;
      width:210px;
      height:210px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(124,92,255,.22), transparent 68%);
    }
    .panel-cover{
      height:190px;
      border-radius:24px;
      overflow:hidden;
      position:relative;
      margin-bottom:18px;
    }
    .panel-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      transform:scale(1.03);
    }
    .panel-cover::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(15,31,25,.05),rgba(15,31,25,.58));
    }
    .cover-caption{
      position:absolute;
      left:18px;
      right:18px;
      bottom:16px;
      z-index:2;
      color:#fff;
    }
    .cover-caption strong{font-size:20px;display:block}
    .cover-caption span{font-size:13px;opacity:.86}
    .match-mini{
      position:relative;
      z-index:1;
      display:grid;
      gap:12px;
    }
    .match-row{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:12px;
      padding:14px;
      border-radius:20px;
      background:linear-gradient(135deg,#FFFFFF,#F3FBF7);
      border:1px solid rgba(22,37,31,.08);
    }
    .team-name{font-weight:900;color:var(--brand-dark)}
    .team-name:last-child{text-align:right}
    .versus{
      min-width:58px;
      padding:6px 10px;
      border-radius:999px;
      text-align:center;
      font-size:12px;
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg,var(--data-purple),var(--brand-teal));
    }

    .channel-grid{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:24px;
      align-items:stretch;
    }
    .game-feature{
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(16,35,29,.92),rgba(18,72,56,.88)),
        url("/assets/images/coverpic/cover-8.webp") center/cover no-repeat;
      color:#fff;
      padding:34px;
      min-height:420px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .game-feature::after{
      content:"";
      position:absolute;
      inset:auto -80px -110px auto;
      width:300px;
      height:300px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(19,200,181,.24), transparent 70%);
    }
    .feature-top{position:relative;z-index:1}
    .feature-top h2{color:#fff;max-width:520px}
    .feature-top p{color:rgba(255,255,255,.78);max-width:570px}
    .feature-metrics{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:26px;
    }
    .feature-metric{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.15);
    }
    .feature-metric strong{display:block;font-size:24px;line-height:1.1}
    .feature-metric span{font-size:13px;color:rgba(255,255,255,.74)}
    .game-cards{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .game-card{
      min-height:202px;
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      transition:all .25s ease;
      position:relative;
      overflow:hidden;
    }
    .game-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
    }
    .game-card::after{
      content:"";
      position:absolute;
      right:-35px;
      top:-35px;
      width:100px;
      height:100px;
      border-radius:50%;
      background:rgba(19,200,181,.12);
    }
    .game-card.purple::after{background:rgba(124,92,255,.14)}
    .game-card.orange::after{background:rgba(255,138,42,.16)}
    .game-icon{
      width:44px;
      height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
      margin-bottom:18px;
      box-shadow:0 12px 28px rgba(24,181,107,.20);
    }
    .game-card.purple .game-icon{background:linear-gradient(135deg,var(--data-purple),var(--data-blue))}
    .game-card.orange .game-icon{background:linear-gradient(135deg,var(--accent-orange),var(--accent-red))}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:#EFF8F3;
      color:#197A4E;
      font-size:12px;
      font-weight:800;
    }
    .tag.purple{background:#F1EEFF;color:#5C3DDB}
    .tag.orange{background:#FFF2E7;color:#B75A0C}
    .tag.red{background:#FFEEEE;color:#BA3D3D}
    .tag.blue{background:#ECF4FF;color:#246DCE}

    .timeline-wrap{
      position:relative;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      padding:30px;
      overflow:hidden;
    }
    .timeline-wrap::before{
      content:"";
      position:absolute;
      left:48px;
      top:46px;
      bottom:46px;
      width:2px;
      background:linear-gradient(180deg,var(--brand-green),rgba(124,92,255,.35),transparent);
    }
    .duel-card{
      position:relative;
      display:grid;
      grid-template-columns:100px 1fr auto;
      gap:22px;
      align-items:center;
      padding:20px;
      margin-left:24px;
      border-radius:24px;
      background:linear-gradient(135deg,#FFFFFF,#F7FCF9);
      border:1px solid rgba(22,37,31,.08);
      transition:all .25s ease;
    }
    .duel-card + .duel-card{margin-top:16px}
    .duel-card:hover{
      transform:translateX(4px);
      box-shadow:0 16px 38px rgba(16,35,29,.08);
    }
    .duel-card::before{
      content:"";
      position:absolute;
      left:-31px;
      top:32px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:#fff;
      border:4px solid var(--brand-green);
      box-shadow:0 0 0 6px rgba(24,181,107,.13);
    }
    .duel-time{
      font-weight:900;
      color:var(--brand-dark);
      line-height:1.35;
    }
    .duel-time span{
      display:block;
      font-size:12px;
      color:var(--text-muted);
      font-weight:800;
    }
    .duel-info h3{
      font-size:20px;
      margin-bottom:6px;
    }
    .duel-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:var(--text-secondary);
      font-size:14px;
      font-weight:700;
    }
    .status{
      display:inline-flex;
      align-items:center;
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .status.live{background:#FFECEC;color:#C93939}
    .status.soon{background:#EAF8F0;color:#0D7E4B}
    .status.hot{background:#FFF2E5;color:#B75A0C}
    .status.done{background:#F0F2F1;color:#6E7A75}
    .status.purple{background:#F0EDFF;color:#5B3BE0}

    .rank-panel{
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg,#FFFFFF,#F6FCF8);
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
      padding:28px;
      height:100%;
    }
    .rank-list{display:grid;gap:14px;margin-top:18px}
    .rank-item{
      display:grid;
      grid-template-columns:40px 1fr auto;
      align-items:center;
      gap:14px;
      padding:16px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      transition:all .25s ease;
    }
    .rank-item:hover{
      transform:translateY(-3px);
      box-shadow:0 14px 30px rgba(16,35,29,.08);
    }
    .rank-no{
      width:36px;
      height:36px;
      border-radius:14px;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-green),var(--brand-teal));
    }
    .rank-item:nth-child(2) .rank-no{background:linear-gradient(135deg,var(--data-purple),var(--data-blue))}
    .rank-item:nth-child(3) .rank-no{background:linear-gradient(135deg,var(--accent-orange),var(--accent-red))}
    .rank-team strong{display:block;font-weight:900;color:var(--brand-dark)}
    .rank-team span{display:block;font-size:13px;color:var(--text-muted);font-weight:700}
    .heat-bar{
      width:96px;
      height:9px;
      border-radius:999px;
      background:#E8F0EC;
      overflow:hidden;
    }
    .heat-bar i{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--brand-green),var(--brand-teal));
    }

    .insight-card{
      height:100%;
      border:1px solid rgba(22,37,31,.08);
      border-radius:26px;
      background:#fff;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:all .25s ease;
    }
    .insight-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow-hover);
    }
    .insight-img{
      height:180px;
      overflow:hidden;
      position:relative;
    }
    .insight-img img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .35s ease;
    }
    .insight-card:hover .insight-img img{transform:scale(1.06)}
    .insight-img::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(15,31,25,0),rgba(15,31,25,.28));
    }
    .insight-body{padding:22px}
    .insight-body h3{font-size:20px;margin:12px 0 8px}
    .insight-body p{color:var(--text-secondary);margin-bottom:0}
    .read-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:18px;
      color:var(--text-muted);
      font-size:13px;
      font-weight:800;
    }
    .text-link{
      color:#0D7E4B;
      font-weight:900;
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .text-link:hover{gap:10px;color:#0A6A40}

    .toolbox{
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        radial-gradient(circle at 18% 20%,rgba(124,92,255,.13),transparent 25%),
        radial-gradient(circle at 84% 14%,rgba(19,200,181,.18),transparent 26%),
        linear-gradient(135deg,#F2FBF6,#FFFFFF);
      border:1px solid rgba(22,37,31,.08);
      box-shadow:var(--shadow-soft);
    }
    .tool-list{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:26px;
    }
    .tool-item{
      background:#fff;
      border:1px solid rgba(22,37,31,.08);
      border-radius:24px;
      padding:20px;
      transition:all .25s ease;
    }
    .tool-item:hover{
      transform:translateY(-4px);
      box-shadow:0 16px 36px rgba(16,35,29,.08);
    }
    .tool-item strong{display:block;font-size:18px;color:var(--brand-dark);margin-bottom:8px}
    .tool-item span{display:block;color:var(--text-secondary);font-size:14px}

    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(22,37,31,.08)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 28px rgba(16,35,29,.05);
    }
    .accordion-button{
      padding:20px 24px;
      font-weight:900;
      color:var(--brand-dark);
      background:#fff;
      box-shadow:none!important;
      border:0;
      line-height:1.45;
    }
    .accordion-button:not(.collapsed){
      color:#0D7E4B;
      background:#F1FBF5;
    }
    .accordion-button:not(.collapsed)::before{
      content:"";
      width:4px;
      height:28px;
      border-radius:999px;
      background:linear-gradient(180deg,var(--brand-green),var(--brand-teal));
      margin-right:12px;
    }
    .accordion-button::after{
      filter:hue-rotate(90deg) saturate(1.4);
    }
    .accordion-body{
      padding:0 24px 22px 40px;
      color:var(--text-secondary);
      background:#F1FBF5;
    }

    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      background:
        linear-gradient(135deg,rgba(16,35,29,.95),rgba(13,95,72,.94)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      color:#fff;
      padding:46px;
      box-shadow:0 30px 80px rgba(16,35,29,.22);
    }
    .cta-band::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 24%,rgba(255,138,42,.18),transparent 28%),
        radial-gradient(circle at 78% 32%,rgba(19,200,181,.22),transparent 26%),
        repeating-linear-gradient(120deg,transparent 0 18px,rgba(255,255,255,.045) 18px 20px);
      pointer-events:none;
    }
    .cta-band .row{position:relative;z-index:1}
    .cta-band h2{color:#fff}
    .cta-band p{color:rgba(255,255,255,.78);margin-bottom:0}
    .cta-actions{
      display:flex;
      gap:12px;
      justify-content:flex-end;
      flex-wrap:wrap;
    }

    .site-footer{
      margin-top:90px;
      padding:62px 0 28px;
      background:var(--bg-dark);
      color:rgba(255,255,255,.78);
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 8% 15%,rgba(24,181,107,.16),transparent 28%),
        radial-gradient(circle at 90% 10%,rgba(19,200,181,.12),transparent 25%);
      pointer-events:none;
    }
    .site-footer .container{position:relative;z-index:1}
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .site-footer .brand-main{color:#fff}
    .footer-intro{
      color:rgba(255,255,255,.66);
      max-width:360px;
      margin-bottom:10px;
      font-size:15px;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .footer-bottom{
      margin-top:42px;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.12);
      text-align:center;
      color:rgba(255,255,255,.62);
      font-size:14px;
    }
    .record-line{margin-top:8px}
    .record-line a{
      color:rgba(255,255,255,.72);
    }
    .record-line a:hover{color:#fff}

    @media (max-width:1199px){
      .nav-actions{min-width:auto}
      .search-pill{min-width:200px}
      .nav-link{padding:10px 10px!important}
      .tool-list{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991px){
      .navbar{min-height:72px}
      .nav-actions{display:none}
      .hero{padding:52px 0 42px}
      .hero-copy{padding:8px 0 22px}
      .channel-grid{grid-template-columns:1fr}
      .game-feature{min-height:360px}
      .duel-card{grid-template-columns:86px 1fr;gap:14px}
      .duel-card .status{grid-column:2}
      .section-head{align-items:flex-start;flex-direction:column}
      .cta-actions{justify-content:flex-start;margin-top:22px}
    }
    @media (max-width:767px){
      .section{padding:62px 0}
      .section-tight{padding:52px 0}
      .hero-actions .btn-brand,.hero-actions .btn-darkline,.cta-actions .btn-brand,.cta-actions .btn-darkline{
        width:100%;
      }
      .feature-metrics{grid-template-columns:1fr}
      .game-cards{grid-template-columns:1fr}
      .timeline-wrap{padding:22px}
      .timeline-wrap::before{left:26px}
      .duel-card{
        margin-left:10px;
        grid-template-columns:1fr;
        padding:18px;
      }
      .duel-card::before{left:-18px}
      .duel-card .status{grid-column:auto;justify-self:start}
      .rank-item{grid-template-columns:38px 1fr}
      .heat-bar{grid-column:2;width:100%}
      .tool-list{grid-template-columns:1fr}
      .cta-band{padding:30px 22px;border-radius:28px}
      .panel-cover{height:160px}
    }
    @media (max-width:575px){
      .brand-main{font-size:18px}
      .logo-mark{width:40px;height:40px;border-radius:14px}
      .hero-badges{display:grid;grid-template-columns:1fr}
      .info-badge{justify-content:center}
      .game-feature{padding:24px}
      .rank-panel,.toolbox{padding:22px}
      .accordion-button{padding:18px}
      .accordion-body{padding:0 18px 20px 24px}
    }
