/* roulang page: index */
:root{
      --bg:#111019;
      --bg-2:#171421;
      --card:#1B1826;
      --card-2:#242033;
      --surface:#F6F7FB;
      --white:#FFFFFF;
      --text:#161622;
      --muted:#666A78;
      --muted-dark:rgba(255,255,255,.72);
      --weak-dark:rgba(255,255,255,.48);
      --primary:#6D4AFF;
      --primary-2:#4E36C8;
      --cyan:#20D6B5;
      --amber:#FFB23F;
      --danger:#FF6B7A;
      --line:rgba(255,255,255,.12);
      --line-light:rgba(35,32,60,.12);
      --shadow-dark:0 18px 50px rgba(0,0,0,.28);
      --shadow-light:0 12px 30px rgba(35,32,60,.08);
      --radius-xl:24px;
      --radius-lg:20px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1200px;
      --nav-h:74px;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      background:var(--surface);
      color:var(--text);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    button{border:0;cursor:pointer;background:none}
    :focus-visible{outline:3px solid rgba(32,214,181,.45);outline-offset:3px}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .topline{
      background:#0b0a11;
      color:var(--muted-dark);
      font-size:13px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .topline-inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding:7px 0;
    }
    .status-dot{
      width:8px;height:8px;border-radius:50%;background:var(--cyan);
      box-shadow:0 0 0 5px rgba(32,214,181,.12);
      display:inline-block;margin-right:9px;vertical-align:middle;
    }
    .topline strong{color:#fff;font-weight:650}
    .risk-note{color:#ffd79a}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(17,16,25,.94);
      backdrop-filter:blur(10px);
      border-bottom:1px solid rgba(255,255,255,.09);
      transition:box-shadow .25s ease,background .25s ease;
    }
    .nav{
      height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:800;
      letter-spacing:.2px;
      white-space:nowrap;
    }
    .logo-mark{
      width:38px;height:38px;border-radius:14px;
      background:linear-gradient(135deg,var(--primary),var(--cyan));
      display:grid;place-items:center;
      box-shadow:0 10px 28px rgba(109,74,255,.32);
      position:relative;
      overflow:hidden;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";position:absolute;background:rgba(255,255,255,.35);
    }
    .logo-mark:before{width:22px;height:2px;transform:rotate(35deg)}
    .logo-mark:after{width:2px;height:22px;transform:rotate(35deg)}
    .logo small{display:block;color:var(--weak-dark);font-size:12px;font-weight:500;margin-top:-3px}
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
    }
    .nav-links a{
      color:var(--muted-dark);
      padding:9px 15px;
      border-radius:999px;
      font-size:14px;
      transition:color .2s ease,background .2s ease,transform .2s ease;
    }
    .nav-links a:hover{
      color:#fff;
      background:rgba(255,255,255,.08);
      transform:translateY(-1px);
    }
    .nav-links a.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(109,74,255,.9),rgba(78,54,200,.92));
      box-shadow:0 10px 24px rgba(109,74,255,.24);
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      font-weight:700;
      font-size:14px;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 28px rgba(109,74,255,.28);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(109,74,255,.36)}
    .btn-secondary{
      color:#fff;
      border:1px solid rgba(255,255,255,.24);
      background:rgba(255,255,255,.04);
    }
    .btn-secondary:hover{border-color:rgba(32,214,181,.65);background:rgba(32,214,181,.1);transform:translateY(-1px)}
    .btn-light{
      color:var(--primary-2);
      background:#fff;
      box-shadow:var(--shadow-light);
    }
    .btn-light:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(35,32,60,.14)}
    .menu-toggle{
      display:none;
      width:42px;height:42px;border-radius:12px;
      background:rgba(255,255,255,.08);
      color:#fff;
      align-items:center;justify-content:center;
    }
    .menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{
      display:block;width:20px;height:2px;background:#fff;border-radius:2px;content:"";position:relative;
    }
    .menu-toggle span:before{position:absolute;top:-7px}
    .menu-toggle span:after{position:absolute;top:7px}

    .hero{
      position:relative;
      color:#fff;
      background:
        radial-gradient(circle at 18% 20%,rgba(109,74,255,.38),transparent 32%),
        radial-gradient(circle at 82% 16%,rgba(32,214,181,.22),transparent 28%),
        linear-gradient(135deg,rgba(17,16,25,.92),rgba(17,16,25,.78)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
      overflow:hidden;
    }
    .hero:after{
      content:"";
      position:absolute;inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),rgba(0,0,0,.2));
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      z-index:1;
      min-height:670px;
      padding:92px 0 78px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      align-items:center;
      gap:54px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#dcd7ff;
      background:rgba(109,74,255,.18);
      border:1px solid rgba(109,74,255,.36);
      border-radius:999px;
      padding:7px 13px;
      font-size:13px;
      font-weight:700;
      margin-bottom:20px;
    }
    .hero h1{
      font-size:clamp(32px,4.6vw,54px);
      line-height:1.14;
      letter-spacing:-1.2px;
      font-weight:850;
      margin-bottom:22px;
    }
    .hero h1 span{color:#bdb0ff}
    .hero-sub{
      max-width:650px;
      color:rgba(255,255,255,.78);
      font-size:18px;
      line-height:1.85;
      margin-bottom:28px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
    .keyword-strip{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.76);
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      line-height:1.2;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
    }
    .tag:before{
      content:"";
      width:6px;height:6px;border-radius:50%;
      background:var(--cyan);
    }
    .score-terminal{
      background:linear-gradient(180deg,rgba(27,24,38,.96),rgba(18,16,27,.96));
      border:1px solid rgba(255,255,255,.14);
      border-radius:28px;
      box-shadow:var(--shadow-dark);
      overflow:hidden;
    }
    .terminal-head{
      padding:18px 20px;
      border-bottom:1px solid rgba(255,255,255,.1);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
    }
    .terminal-title{font-weight:800}
    .terminal-live{
      color:var(--cyan);
      font-size:13px;
      display:flex;align-items:center;gap:8px;
    }
    .terminal-live i{
      width:8px;height:8px;border-radius:50%;background:var(--cyan);
      box-shadow:0 0 0 6px rgba(32,214,181,.12);
    }
    .match-board{
      padding:22px;
      display:grid;
      gap:16px;
    }
    .match-card{
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11);
      border-radius:20px;
      padding:18px;
      transition:transform .2s ease,border-color .2s ease,background .2s ease;
    }
    .match-card:hover{
      transform:translateY(-2px);
      border-color:rgba(32,214,181,.35);
      background:rgba(255,255,255,.075);
    }
    .match-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:var(--weak-dark);
      font-size:12px;
      margin-bottom:13px;
    }
    .match-row{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:14px;
    }
    .team{
      display:flex;
      align-items:center;
      gap:9px;
      font-weight:800;
    }
    .team:last-child{justify-content:flex-end}
    .team-badge{
      width:30px;height:30px;border-radius:10px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#342474);
      font-size:12px;
    }
    .vs{
      width:48px;height:48px;border-radius:50%;
      display:grid;place-items:center;
      color:var(--cyan);
      background:rgba(32,214,181,.1);
      border:1px solid rgba(32,214,181,.32);
      font-weight:900;
    }
    .data-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:4px;
    }
    .data-cell{
      border-radius:18px;
      padding:17px;
      background:linear-gradient(180deg,rgba(109,74,255,.16),rgba(255,255,255,.045));
      border:1px solid rgba(255,255,255,.1);
    }
    .data-cell small{display:block;color:var(--weak-dark);font-size:12px;margin-bottom:7px}
    .data-cell strong{display:block;font-size:25px;line-height:1.1;color:#fff}
    .data-cell p{font-size:13px;color:var(--muted-dark);margin-top:7px;line-height:1.55}

    main{background:var(--surface)}
    .section{padding:88px 0}
    .section.dark{
      background:var(--bg);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .section.dark:before{
      content:"";
      position:absolute;inset:auto -80px -160px auto;
      width:430px;height:430px;border-radius:50%;
      background:radial-gradient(circle,rgba(109,74,255,.25),transparent 70%);
      pointer-events:none;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:34px;
    }
    .section-kicker{
      color:var(--primary);
      font-size:13px;
      font-weight:850;
      letter-spacing:.12em;
      margin-bottom:8px;
    }
    .section.dark .section-kicker{color:var(--cyan)}
    .section-title{
      font-size:clamp(25px,3vw,38px);
      line-height:1.24;
      letter-spacing:-.5px;
      font-weight:850;
    }
    .section-desc{
      max-width:620px;
      color:var(--muted);
      margin-top:12px;
    }
    .section.dark .section-desc{color:var(--muted-dark)}
    .quick-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .quick-card{
      background:#fff;
      border:1px solid var(--line-light);
      border-radius:20px;
      padding:20px;
      box-shadow:var(--shadow-light);
      display:flex;
      gap:14px;
      min-height:136px;
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .quick-card:hover{
      transform:translateY(-4px);
      box-shadow:0 20px 44px rgba(35,32,60,.13);
      border-color:rgba(109,74,255,.22);
    }
    .quick-icon{
      flex:0 0 42px;
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--cyan));
      font-weight:900;
    }
    .quick-card h3{font-size:17px;margin-bottom:5px}
    .quick-card p{color:var(--muted);font-size:14px;line-height:1.65}
    .arrow{color:var(--primary);font-weight:900;margin-top:8px;display:inline-block;transition:transform .2s ease}
    .quick-card:hover .arrow{transform:translateX(4px)}

    .timeline-layout{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:34px;
      align-items:start;
    }
    .timeline{
      background:#fff;
      border-radius:var(--radius-xl);
      padding:26px;
      box-shadow:var(--shadow-light);
      border:1px solid var(--line-light);
      position:relative;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:28px 1fr;
      gap:14px;
      padding-bottom:24px;
      position:relative;
    }
    .timeline-item:last-child{padding-bottom:0}
    .timeline-item:before{
      content:"";
      position:absolute;
      left:13px;top:27px;bottom:-2px;
      width:2px;
      background:linear-gradient(var(--primary),var(--cyan));
      opacity:.45;
    }
    .timeline-item:last-child:before{display:none}
    .node{
      width:28px;height:28px;border-radius:50%;
      background:#fff;
      border:6px solid var(--primary);
      box-shadow:0 0 0 6px rgba(109,74,255,.11);
      z-index:1;
      margin-top:3px;
    }
    .timeline-item:nth-child(3) .node,.timeline-item:nth-child(4) .node{border-color:var(--cyan);box-shadow:0 0 0 6px rgba(32,214,181,.11)}
    .timeline h3{font-size:18px}
    .timeline p{color:var(--muted);font-size:14px;margin-top:5px}
    .feature-card{
      background:var(--card);
      color:#fff;
      border-radius:28px;
      overflow:hidden;
      box-shadow:var(--shadow-dark);
      border:1px solid rgba(255,255,255,.1);
    }
    .feature-image{
      position:relative;
      aspect-ratio:16/9;
      overflow:hidden;
    }
    .feature-image img{width:100%;height:100%;object-fit:cover}
    .feature-image:after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(to top,rgba(17,16,25,.86),transparent 65%);
    }
    .image-label{
      position:absolute;
      left:18px;bottom:16px;z-index:1;
      background:rgba(255,178,63,.92);
      color:#22170a;
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      font-weight:850;
    }
    .feature-body{padding:26px}
    .feature-body h3{font-size:26px;line-height:1.28;margin-bottom:12px}
    .feature-body p{color:var(--muted-dark)}
    .info-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:22px;
    }
    .info-mini{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      border-radius:16px;
      padding:15px;
    }
    .info-mini strong{display:block;margin-bottom:4px}
    .info-mini span{color:var(--muted-dark);font-size:13px}

    .score-section-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:28px;
      align-items:start;
    }
    .table-card,.analysis-card,.check-card,.article-card,.form-card,.proof-card{
      background:#fff;
      border:1px solid var(--line-light);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-light);
      overflow:hidden;
    }
    .table-card{padding:0}
    .card-head{
      padding:20px 22px;
      border-bottom:1px solid var(--line-light);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
    }
    .card-head h3{font-size:20px}
    .update-pill{
      border-radius:999px;
      background:rgba(32,214,181,.12);
      color:#087968;
      padding:6px 10px;
      font-size:12px;
      font-weight:800;
    }
    .score-table-wrap{overflow-x:auto}
    .score-table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
    }
    .score-table th{
      text-align:left;
      background:#f0eff8;
      color:#4d4a5f;
      font-size:13px;
      padding:13px 18px;
      font-weight:850;
    }
    .score-table td{
      padding:16px 18px;
      border-top:1px solid #ececf3;
      font-size:14px;
      vertical-align:middle;
    }
    .score-table tr{transition:background .2s ease}
    .score-table tr:hover{background:#faf9ff}
    .capsule{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:5px 9px;
      font-weight:850;
      font-size:12px;
      background:#f2f0ff;
      color:var(--primary-2);
      margin:0 3px;
    }
    .state{
      display:inline-flex;
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:850;
    }
    .state.done{background:#eef0f5;color:#666A78}
    .state.live{background:rgba(32,214,181,.13);color:#087968}
    .state.review{background:rgba(109,74,255,.13);color:var(--primary-2)}
    .state.warn{background:rgba(255,178,63,.17);color:#9a5a00}
    .analysis-card{padding:26px}
    .analysis-card h3{font-size:24px;margin-bottom:14px}
    .analysis-list{display:grid;gap:14px;margin-top:18px}
    .analysis-item{
      display:flex;gap:12px;
      padding:14px;
      border-radius:16px;
      background:#f8f8fc;
      border:1px solid #eeeef5;
    }
    .analysis-item i{
      flex:0 0 26px;width:26px;height:26px;border-radius:9px;
      background:rgba(109,74,255,.12);
      color:var(--primary);
      display:grid;place-items:center;
      font-style:normal;
      font-weight:900;
    }
    .analysis-item p{color:var(--muted);font-size:14px;line-height:1.65}
    .warn-box{
      margin-top:18px;
      padding:15px 16px;
      border-left:4px solid var(--amber);
      background:#fff8ea;
      border-radius:14px;
      color:#765112;
      font-size:14px;
    }

    .check-layout{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:30px;
      align-items:center;
    }
    .check-visual{
      position:relative;
      border-radius:28px;
      overflow:hidden;
      min-height:430px;
      background:url('/assets/images/coverpic/cover-2.webp') center/cover no-repeat;
      box-shadow:var(--shadow-dark);
    }
    .check-visual:after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(17,16,25,.18),rgba(17,16,25,.88));
    }
    .visual-copy{
      position:absolute;left:24px;right:24px;bottom:24px;z-index:1;color:#fff;
    }
    .visual-copy h3{font-size:25px;margin-bottom:8px}
    .visual-copy p{color:var(--muted-dark)}
    .check-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .check-item{
      background:#fff;
      border:1px solid var(--line-light);
      border-radius:20px;
      padding:18px;
      box-shadow:var(--shadow-light);
      transition:transform .2s ease,border-color .2s ease;
    }
    .check-item:hover{transform:translateY(-3px);border-color:rgba(109,74,255,.24)}
    .check-item.risk{border-color:rgba(255,178,63,.5);background:#fffaf0}
    .check-icon{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(32,214,181,.12);
      color:#087968;
      font-weight:900;
      margin-bottom:12px;
    }
    .risk .check-icon{background:rgba(255,178,63,.18);color:#a56500}
    .check-item h3{font-size:17px;margin-bottom:5px}
    .check-item p{color:var(--muted);font-size:14px;line-height:1.62}

    .articles-layout{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
    }
    .article-card.big{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      min-height:330px;
    }
    .article-thumb{
      position:relative;
      overflow:hidden;
      min-height:240px;
    }
    .article-thumb img{width:100%;height:100%;object-fit:cover}
    .article-thumb:after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(to top,rgba(17,16,25,.55),transparent);
    }
    .article-body{padding:26px}
    .badge{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:6px 10px;
      background:#f0edff;
      color:var(--primary-2);
      font-size:12px;
      font-weight:850;
      margin-bottom:12px;
    }
    .article-body h3{font-size:25px;line-height:1.32;margin-bottom:12px}
    .article-body p{color:var(--muted);font-size:15px}
    .meta{color:#888c99;font-size:13px;margin-top:16px}
    .side-list{
      display:grid;
      gap:12px;
    }
    .side-link{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:12px;
      background:#fff;
      border:1px solid var(--line-light);
      border-radius:18px;
      padding:16px;
      box-shadow:var(--shadow-light);
      transition:transform .2s ease,border-color .2s ease;
    }
    .side-link:hover{transform:translateX(4px);border-color:rgba(109,74,255,.24)}
    .side-date{
      width:54px;height:54px;border-radius:16px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      font-size:12px;
      font-weight:900;
      text-align:center;
      line-height:1.25;
    }
    .side-link h3{font-size:16px;line-height:1.42;margin-bottom:4px}
    .side-link span{color:var(--muted);font-size:13px}

    .proof-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .proof-card{
      padding:22px;
      background:linear-gradient(180deg,#fff,#fbfbff);
    }
    .proof-card strong{
      display:block;
      font-size:34px;
      line-height:1;
      color:var(--primary);
      margin-bottom:10px;
    }
    .proof-card h3{font-size:18px;margin-bottom:6px}
    .proof-card p{color:var(--muted);font-size:14px}

    .faq-wrap{
      max-width:900px;
      margin:0 auto;
      display:grid;
      gap:12px;
    }
    .faq-item{
      background:#fff;
      border:1px solid var(--line-light);
      border-radius:18px;
      box-shadow:var(--shadow-light);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      padding:20px 22px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      color:var(--text);
      font-weight:850;
      text-align:left;
    }
    .faq-q span:last-child{
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      background:#f1efff;
      color:var(--primary);
      flex:0 0 auto;
      transition:transform .2s ease;
    }
    .faq-a{
      display:none;
      padding:0 22px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.active .faq-a{display:block}
    .faq-item.active .faq-q span:last-child{transform:rotate(45deg)}

    .subscribe{
      background:
        linear-gradient(135deg,rgba(109,74,255,.94),rgba(17,16,25,.94)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      color:#fff;
      border-radius:34px;
      overflow:hidden;
      box-shadow:var(--shadow-dark);
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:0;
    }
    .subscribe-copy{padding:42px}
    .subscribe-copy h2{font-size:34px;line-height:1.22;margin-bottom:14px}
    .subscribe-copy p{color:var(--muted-dark)}
    .compliance-mini{
      margin-top:22px;
      border-radius:18px;
      padding:16px;
      background:rgba(255,178,63,.14);
      border:1px solid rgba(255,178,63,.38);
      color:#ffe3b1;
      font-size:14px;
    }
    .form-card{
      margin:22px;
      padding:24px;
      background:rgba(255,255,255,.97);
      color:var(--text);
      border-radius:24px;
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .field{display:grid;gap:7px}
    .field.full{grid-column:1/-1}
    .field label{font-size:13px;font-weight:850;color:#4d4a5f}
    .field input,.field select,.field textarea{
      width:100%;
      border:1px solid #ddddE8;
      border-radius:14px;
      padding:12px 13px;
      background:#fff;
      color:var(--text);
      min-height:48px;
      transition:border-color .2s ease,box-shadow .2s ease;
    }
    .field textarea{min-height:88px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 4px rgba(109,74,255,.12);
      outline:none;
    }
    .checkline{
      display:flex;gap:9px;
      align-items:flex-start;
      color:var(--muted);
      font-size:13px;
      margin:14px 0 18px;
    }
    .checkline input{margin-top:5px;accent-color:var(--primary)}
    .form-tip{
      margin-top:13px;
      color:#087968;
      background:rgba(32,214,181,.1);
      border-radius:14px;
      padding:11px 13px;
      font-size:13px;
    }

    .footer{
      background:#0b0a11;
      color:rgba(255,255,255,.76);
      padding:54px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer .logo{margin-bottom:16px}
    .footer p{color:rgba(255,255,255,.62);font-size:14px;line-height:1.75}
    .footer h3{
      color:#fff;
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links,.footer-tags{display:flex;flex-wrap:wrap;gap:10px}
    .footer-links a,.footer-tags a{
      color:rgba(255,255,255,.68);
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      padding:7px 11px;
      font-size:13px;
      transition:color .2s ease,border-color .2s ease,background .2s ease;
    }
    .footer-links a:hover,.footer-tags a:hover{
      color:#fff;
      border-color:rgba(32,214,181,.45);
      background:rgba(32,214,181,.08);
    }
    .footer-risk{
      border-left:4px solid var(--amber);
      background:rgba(255,178,63,.1);
      border-radius:16px;
      padding:14px 16px;
      color:#ffe4b4!important;
    }
    .copyright{
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,255,255,.48);
    }

    @media (max-width:1100px){
      .nav-actions .btn-secondary{display:none}
      .hero-inner{grid-template-columns:1fr;gap:36px;min-height:auto;padding:72px 0}
      .score-terminal{max-width:780px}
      .quick-strip{grid-template-columns:repeat(2,1fr)}
      .score-section-grid,.check-layout,.articles-layout,.subscribe{grid-template-columns:1fr}
      .article-card.big{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:820px){
      .container{width:min(100% - 32px,var(--container))}
      .menu-toggle{display:flex}
      .nav-links{
        position:absolute;
        left:16px;right:16px;top:calc(var(--nav-h) + 8px);
        display:none;
        flex-direction:column;
        align-items:stretch;
        background:#111019;
        border:1px solid rgba(255,255,255,.12);
        border-radius:20px;
        padding:12px;
        box-shadow:var(--shadow-dark);
      }
      .nav-links.open{display:flex}
      .nav-links a{padding:13px 15px}
      .nav-actions{display:none}
      .section{padding:68px 0}
      .section-head{display:block}
      .timeline-layout{grid-template-columns:1fr}
      .check-list{grid-template-columns:1fr}
      .proof-grid{grid-template-columns:1fr}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:560px){
      .topline-inner{align-items:flex-start}
      .logo span{font-size:15px}
      .logo small{display:none}
      .hero-inner{padding:54px 0 58px}
      .hero-sub{font-size:16px}
      .hero-actions .btn{width:100%}
      .keyword-strip{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}
      .tag{flex:0 0 auto}
      .data-grid{grid-template-columns:1fr}
      .match-row{grid-template-columns:1fr;gap:10px;text-align:center}
      .team,.team:last-child{justify-content:center}
      .vs{margin:0 auto}
      .quick-strip{
        display:flex;
        overflow-x:auto;
        padding-bottom:10px;
        scroll-snap-type:x mandatory;
      }
      .quick-card{min-width:270px;scroll-snap-align:start}
      .feature-body,.timeline,.analysis-card,.article-body,.subscribe-copy,.form-card{padding:20px}
      .subscribe{border-radius:24px}
      .form-card{margin:16px}
      .article-body h3,.feature-body h3{font-size:22px}
      .footer{padding-top:42px}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#111019;
      --bg-2:#171321;
      --card:#1b1826;
      --card-2:#231f31;
      --surface:#ffffff;
      --surface-soft:#f6f7fb;
      --text:#ffffff;
      --text-dark:#161622;
      --muted:rgba(255,255,255,.72);
      --muted-dark:#666a78;
      --line:rgba(255,255,255,.12);
      --line-dark:rgba(35,32,60,.12);
      --primary:#6d4aff;
      --primary-2:#4e36c8;
      --accent:#20d6b5;
      --warning:#ffb23f;
      --danger:#ff6b6b;
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:15px;
      --radius-sm:12px;
      --shadow-dark:0 18px 50px rgba(0,0,0,.28);
      --shadow-soft:0 12px 30px rgba(35,32,60,.08);
      --container:1200px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      line-height:1.75;
      color:var(--text-dark);
      background:var(--surface-soft);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer;border:0;background:none}
    :focus-visible{outline:3px solid rgba(32,214,181,.36);outline-offset:3px}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .section{padding:76px 0}
    .section-sm{padding:58px 0}
    .section-dark{background:var(--bg);color:var(--text)}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--accent);
      background:rgba(32,214,181,.09);
      border:1px solid rgba(32,214,181,.2);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 16px rgba(32,214,181,.75);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      margin-bottom:18px;
      font-size:clamp(30px,5vw,52px);
      line-height:1.12;
      letter-spacing:-.04em;
      font-weight:850;
    }
    h2{
      margin-bottom:14px;
      font-size:clamp(25px,3.2vw,36px);
      line-height:1.22;
      letter-spacing:-.03em;
      font-weight:800;
    }
    h3{font-size:20px;line-height:1.35;font-weight:760}
    p{color:var(--muted-dark);font-size:16px}
    .section-dark p,.hero p,.dark-card p{color:var(--muted)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(17,16,25,.94);
      backdrop-filter:saturate(120%) blur(10px);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 8px 26px rgba(0,0,0,.16);
    }
    .nav{
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:850;
      line-height:1.15;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .logo small{
      display:block;
      margin-top:2px;
      font-size:11px;
      color:rgba(255,255,255,.58);
      font-weight:650;
      letter-spacing:0;
    }
    .logo-mark{
      position:relative;
      width:38px;
      height:38px;
      border-radius:13px;
      background:
        linear-gradient(135deg,rgba(109,74,255,.95),rgba(32,214,181,.88)),
        radial-gradient(circle at 25% 25%,rgba(255,255,255,.55),transparent 34%);
      box-shadow:0 10px 28px rgba(109,74,255,.32);
      flex:0 0 auto;
    }
    .logo-mark::before,.logo-mark::after{
      content:"";
      position:absolute;
      background:rgba(255,255,255,.86);
      border-radius:999px;
    }
    .logo-mark::before{width:20px;height:3px;left:9px;top:13px}
    .logo-mark::after{width:13px;height:3px;right:8px;bottom:12px}
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      flex:1;
    }
    .nav-links a{
      position:relative;
      padding:10px 14px;
      border-radius:999px;
      color:rgba(255,255,255,.72);
      font-size:14px;
      font-weight:720;
      transition:var(--ease);
    }
    .nav-links a:hover{color:#fff;background:rgba(255,255,255,.07)}
    .nav-links a.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(109,74,255,.28),rgba(32,214,181,.12));
      box-shadow:inset 0 0 0 1px rgba(109,74,255,.32);
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-size:14px;
      font-weight:800;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 14px 32px rgba(109,74,255,.28);
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 18px 38px rgba(109,74,255,.36)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.18);
    }
    .btn-secondary:hover{background:rgba(255,255,255,.11);transform:translateY(-1px)}
    .btn-outline{
      color:var(--primary);
      background:#fff;
      border:1px solid rgba(109,74,255,.22);
      box-shadow:var(--shadow-soft);
    }
    .btn-outline:hover{transform:translateY(-2px);border-color:rgba(109,74,255,.5)}
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .menu-toggle span,.menu-toggle span::before,.menu-toggle span::after{
      display:block;
      width:18px;
      height:2px;
      margin:auto;
      border-radius:999px;
      background:#fff;
      transition:var(--ease);
      content:"";
      position:relative;
    }
    .menu-toggle span::before{position:absolute;top:-6px}
    .menu-toggle span::after{position:absolute;top:6px}
    .menu-toggle.open span{background:transparent}
    .menu-toggle.open span::before{top:0;transform:rotate(45deg)}
    .menu-toggle.open span::after{top:0;transform:rotate(-45deg)}
    .hero{
      position:relative;
      color:#fff;
      background:
        linear-gradient(120deg,rgba(17,16,25,.94),rgba(17,16,25,.76) 56%,rgba(78,54,200,.42)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      overflow:hidden;
      padding:54px 0 74px;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.86),rgba(0,0,0,.08));
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;
      right:-140px;
      top:40px;
      width:430px;
      height:430px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(32,214,181,.18),transparent 64%);
      pointer-events:none;
    }
    .hero-inner{position:relative;z-index:1}
    .breadcrumbs{
      display:flex;
      gap:8px;
      align-items:center;
      color:rgba(255,255,255,.66);
      font-size:13px;
      margin-bottom:34px;
    }
    .breadcrumbs a:hover{color:#fff}
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
      gap:34px;
      align-items:end;
    }
    .hero-copy{
      max-width:780px;
      padding-top:18px;
    }
    .hero-copy .lead{
      max-width:760px;
      margin-bottom:24px;
      font-size:18px;
      line-height:1.85;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
    .filter-dock{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:30px;
    }
    .filter-pill{
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.13);
      color:rgba(255,255,255,.78);
      font-size:13px;
      font-weight:750;
      transition:var(--ease);
    }
    .filter-pill.active,.filter-pill:hover{
      color:#fff;
      background:linear-gradient(135deg,rgba(109,74,255,.95),rgba(78,54,200,.95));
      border-color:rgba(255,255,255,.2);
    }
    .hero-panel{
      background:rgba(27,24,38,.88);
      border:1px solid rgba(255,255,255,.13);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-dark);
      padding:22px;
      overflow:hidden;
    }
    .panel-head{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      margin-bottom:18px;
    }
    .panel-head strong{font-size:18px}
    .live-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(32,214,181,.12);
      color:var(--accent);
      font-size:12px;
      font-weight:800;
    }
    .live-dot::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 12px rgba(32,214,181,.9);
    }
    .mini-score-list{display:grid;gap:12px}
    .mini-score{
      padding:15px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.09);
      transition:var(--ease);
    }
    .mini-score:hover{background:rgba(255,255,255,.085);transform:translateY(-2px)}
    .mini-score-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:10px;
      color:rgba(255,255,255,.62);
      font-size:12px;
      font-weight:750;
    }
    .versus{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      font-weight:850;
    }
    .team{
      padding:7px 10px;
      border-radius:999px;
      background:rgba(109,74,255,.2);
      color:#fff;
      min-width:72px;
      text-align:center;
      font-size:13px;
    }
    .vs{
      color:var(--accent);
      font-size:13px;
      letter-spacing:.12em;
    }
    .status{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:4px 9px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .status.green{background:rgba(32,214,181,.12);color:var(--accent)}
    .status.purple{background:rgba(109,74,255,.14);color:#b8a9ff}
    .status.orange{background:rgba(255,178,63,.13);color:var(--warning)}
    .status.gray{background:rgba(255,255,255,.09);color:rgba(255,255,255,.68)}
    .notice-bar{
      background:#0c0b12;
      color:rgba(255,255,255,.72);
      font-size:13px;
      border-bottom:1px solid rgba(255,255,255,.07);
    }
    .notice-inner{
      min-height:38px;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .notice-inner i{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--warning);
      box-shadow:0 0 14px rgba(255,178,63,.65);
      flex:0 0 auto;
    }
    .split-heading{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .split-heading p{max-width:660px;margin-bottom:0}
    .score-terminal{
      display:grid;
      grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
      gap:22px;
      align-items:start;
    }
    .table-card,.info-card,.content-card,.check-card,.faq-card,.cta-box{
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
    }
    .table-card{overflow:hidden}
    .table-toolbar{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding:18px 20px;
      background:linear-gradient(135deg,#fff,#f4f1ff);
      border-bottom:1px solid var(--line-dark);
    }
    .table-toolbar strong{font-size:18px}
    .table-wrap{overflow-x:auto}
    table{
      width:100%;
      min-width:720px;
      border-collapse:separate;
      border-spacing:0;
    }
    th,td{
      padding:15px 18px;
      text-align:left;
      border-bottom:1px solid rgba(35,32,60,.08);
      font-size:14px;
      vertical-align:middle;
    }
    th{
      color:#55536a;
      background:#f4f2fb;
      font-size:12px;
      letter-spacing:.02em;
      font-weight:850;
    }
    tr:hover td{background:#fbfaff}
    .team-pair{
      display:flex;
      align-items:center;
      gap:8px;
      font-weight:820;
      color:var(--text-dark);
    }
    .team-pair span{
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      background:#f0edff;
      color:#4430b0;
      font-size:12px;
    }
    .reference-box{
      padding:22px;
      background:linear-gradient(180deg,#fff,#faf9ff);
    }
    .reference-box h3{margin-bottom:10px}
    .ref-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .ref-list li{
      display:flex;
      gap:11px;
      align-items:flex-start;
      padding:13px;
      border-radius:14px;
      background:#f7f6fb;
      color:#464253;
      font-size:14px;
    }
    .ref-list li::before{
      content:"";
      width:10px;
      height:10px;
      margin-top:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(32,214,181,.12);
      flex:0 0 auto;
    }
    .worlds-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
      align-items:center;
    }
    .media-card{
      position:relative;
      min-height:360px;
      border-radius:var(--radius-xl);
      overflow:hidden;
      background:#171321;
      box-shadow:var(--shadow-dark);
    }
    .media-card img{
      width:100%;
      height:100%;
      min-height:360px;
      object-fit:cover;
      filter:saturate(1.08) contrast(1.02);
    }
    .media-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(to top,rgba(17,16,25,.86),rgba(17,16,25,.08) 60%);
    }
    .media-caption{
      position:absolute;
      z-index:1;
      left:22px;
      right:22px;
      bottom:22px;
      color:#fff;
    }
    .media-caption p{margin:8px 0 0;color:rgba(255,255,255,.74)}
    .insight-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
    }
    .content-card{
      padding:20px;
      transition:var(--ease);
    }
    .content-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(35,32,60,.12)}
    .content-card .num{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      margin-bottom:14px;
      border-radius:13px;
      color:#fff;
      font-weight:850;
      background:linear-gradient(135deg,var(--primary),var(--accent));
    }
    .content-card p{margin-bottom:0;font-size:15px}
    .check-section{
      background:
        radial-gradient(circle at 10% 0%,rgba(109,74,255,.18),transparent 34%),
        radial-gradient(circle at 88% 18%,rgba(32,214,181,.12),transparent 30%),
        var(--bg);
      color:#fff;
    }
    .check-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
      margin-top:28px;
    }
    .check-card{
      padding:22px;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.12);
      box-shadow:none;
      color:#fff;
      transition:var(--ease);
    }
    .check-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.085)}
    .check-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      margin-bottom:14px;
      border-radius:14px;
      color:#fff;
      background:rgba(32,214,181,.14);
      border:1px solid rgba(32,214,181,.22);
      font-weight:900;
    }
    .check-card.warning{
      border-color:rgba(255,178,63,.32);
      background:rgba(255,178,63,.08);
    }
    .check-card.warning .check-icon{
      color:var(--warning);
      background:rgba(255,178,63,.11);
      border-color:rgba(255,178,63,.32);
    }
    .process{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
      counter-reset:step;
      margin-top:26px;
    }
    .process-step{
      position:relative;
      padding:22px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .process-step::before{
      counter-increment:step;
      content:"0" counter(step);
      display:block;
      margin-bottom:34px;
      color:rgba(109,74,255,.18);
      font-size:42px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.06em;
    }
    .process-step::after{
      content:"";
      position:absolute;
      left:22px;
      top:72px;
      width:46px;
      height:4px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .process-step p{margin-bottom:0;font-size:15px}
    .keywords-panel{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
      align-items:start;
    }
    .keyword-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding:22px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
    }
    .keyword-cloud a{
      padding:9px 13px;
      border-radius:999px;
      background:#f3f1ff;
      color:#4b36bf;
      font-size:13px;
      font-weight:800;
      transition:var(--ease);
    }
    .keyword-cloud a:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}
    .risk-note{
      padding:24px;
      border-radius:var(--radius-lg);
      background:linear-gradient(135deg,rgba(255,178,63,.16),rgba(255,255,255,.96));
      border:1px solid rgba(255,178,63,.36);
      box-shadow:var(--shadow-soft);
    }
    .risk-note strong{
      display:block;
      margin-bottom:8px;
      color:#8a5a00;
      font-size:18px;
    }
    .faq-grid{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);
    }
    .faq-question{
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:18px 20px;
      color:var(--text-dark);
      font-weight:850;
      text-align:left;
    }
    .faq-question span:last-child{
      width:26px;
      height:26px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:#f1efff;
      color:var(--primary);
      transition:var(--ease);
      flex:0 0 auto;
    }
    .faq-answer{
      display:none;
      padding:0 20px 18px;
      color:var(--muted-dark);
      font-size:15px;
    }
    .faq-item.active .faq-answer{display:block}
    .faq-item.active .faq-question span:last-child{transform:rotate(45deg);background:var(--primary);color:#fff}
    .cta-box{
      position:relative;
      overflow:hidden;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(109,74,255,.96),rgba(23,19,33,.98)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      color:#fff;
      box-shadow:var(--shadow-dark);
    }
    .cta-box::after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-80px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(32,214,181,.18);
    }
    .cta-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .cta-box p{max-width:690px;margin-bottom:0;color:rgba(255,255,255,.76)}
    .footer{
      background:#0c0b12;
      color:#fff;
      padding-top:58px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr 1fr;
      gap:36px;
      padding-bottom:34px;
    }
    .footer h3{
      margin-bottom:14px;
      font-size:16px;
      color:#fff;
    }
    .footer p{
      max-width:520px;
      margin:14px 0 0;
      color:rgba(255,255,255,.62);
      font-size:14px;
    }
    .footer-links,.footer-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links{flex-direction:column;align-items:flex-start}
    .footer a{transition:var(--ease)}
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-size:14px;
    }
    .footer-links a:hover,.footer-tags a:hover{color:#fff}
    .footer-risk{
      padding:14px 16px;
      border-radius:14px;
      background:rgba(255,178,63,.1);
      border:1px solid rgba(255,178,63,.22);
      color:rgba(255,255,255,.75)!important;
    }
    .footer-tags a{
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      color:rgba(255,255,255,.7);
      font-size:13px;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding:20px 0;
      color:rgba(255,255,255,.48);
      border-top:1px solid rgba(255,255,255,.08);
      font-size:13px;
    }
    @media (max-width:1024px){
      .nav-actions{display:none}
      .hero-grid,.score-terminal,.worlds-wrap,.faq-grid,.keywords-panel{grid-template-columns:1fr}
      .hero-panel{max-width:680px}
      .check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .process{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 32px,var(--container))}
      .section{padding:58px 0}
      .notice-inner{padding:8px 0;align-items:flex-start}
      .nav{min-height:68px}
      .menu-toggle{display:grid;place-items:center}
      .nav-links{
        position:absolute;
        left:16px;
        right:16px;
        top:76px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        padding:14px;
        border-radius:20px;
        background:#111019;
        border:1px solid rgba(255,255,255,.12);
        box-shadow:var(--shadow-dark);
      }
      .nav-links.open{display:flex}
      .nav-links a{padding:13px 14px}
      .hero{padding:38px 0 58px}
      .hero-actions .btn{width:100%}
      .filter-dock{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:8px;
        scrollbar-width:none;
      }
      .filter-dock::-webkit-scrollbar{display:none}
      .filter-pill{flex:0 0 auto}
      .split-heading{display:block}
      .split-heading p{margin-top:8px}
      .insight-grid,.check-grid,.process{grid-template-columns:1fr}
      .cta-content{display:block}
      .cta-content .btn{margin-top:20px;width:100%}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column}
    }
    @media (max-width:520px){
      h1{font-size:30px}
      h2{font-size:25px}
      .logo span:not(.logo-mark){font-size:14px}
      .logo small{font-size:10px}
      .logo-mark{width:34px;height:34px;border-radius:12px}
      .hero-panel,.cta-box{padding:18px}
      .team{min-width:auto}
      .panel-head{align-items:flex-start;flex-direction:column}
      .table-toolbar{align-items:flex-start;flex-direction:column}
      .media-card,.media-card img{min-height:280px}
    }
