/* roulang page: index */
:root{
      --bg:#07070B;
      --bg2:#0D0B14;
      --card:rgba(15,23,42,.78);
      --card2:rgba(17,24,39,.88);
      --primary:#7C3AED;
      --secondary:#22D3EE;
      --accent:#F97316;
      --success:#34D399;
      --text:#F8FAFC;
      --muted:#CBD5E1;
      --weak:#64748B;
      --border:rgba(148,163,184,.18);
      --radius-xl:24px;
      --radius-lg:18px;
      --radius-md:14px;
      --shadow:0 18px 60px rgba(0,0,0,.35);
      --container:1240px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(124,58,237,.28), transparent 34%),
        radial-gradient(circle at 82% 14%, rgba(34,211,238,.16), transparent 30%),
        linear-gradient(180deg,#07070B 0%,#0D0B14 42%,#07070B 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(34,211,238,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(124,58,237,.04) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 85%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(34,211,238,.25);color:#fff}
    .site-container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .topbar{
      background:rgba(3,7,18,.86);
      border-bottom:1px solid var(--border);
      color:#94A3B8;
      font-size:12px;
      position:relative;
      z-index:50;
    }
    .topbar a,.topbar strong{color:var(--secondary)}
    .main-header{
      position:sticky;top:0;z-index:60;
      background:rgba(7,7,11,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid transparent;
      border-image:linear-gradient(90deg,rgba(124,58,237,.45),rgba(34,211,238,.45),rgba(249,115,22,.28)) 1;
      box-shadow:0 12px 40px rgba(0,0,0,.22);
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      box-shadow:0 0 26px rgba(124,58,237,.35);
      font-weight:900;
      letter-spacing:-.04em;
    }
    .nav-link{
      position:relative;
      color:#CBD5E1;
      font-size:14px;
      padding:10px 8px;
      transition:.25s ease;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link.active{color:#fff}
    .nav-link:after{
      content:"";
      position:absolute;left:8px;right:8px;bottom:3px;height:2px;border-radius:99px;
      background:linear-gradient(90deg,var(--primary),var(--secondary));
      transform:scaleX(0);transform-origin:left;transition:.25s ease;
    }
    .nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:14px;
      padding:12px 18px;
      font-weight:800;
      transition:.25s ease;
      border:1px solid transparent;
      cursor:pointer;
      min-height:44px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#5B21B6 42%,var(--secondary));
      box-shadow:0 12px 30px rgba(124,58,237,.28);
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.12);box-shadow:0 18px 42px rgba(34,211,238,.24)}
    .btn-secondary{
      color:#DFFBFF;
      background:rgba(34,211,238,.08);
      border-color:rgba(34,211,238,.45);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(34,211,238,.16);box-shadow:0 0 28px rgba(34,211,238,.18)}
    .btn-ghost{
      color:#E2E8F0;
      background:rgba(15,23,42,.72);
      border-color:var(--border);
    }
    .btn-ghost:hover{color:#fff;border-color:rgba(124,58,237,.55);background:rgba(124,58,237,.12)}
    .hero{
      position:relative;
      overflow:hidden;
      padding:82px 0 56px;
      background-image:
        linear-gradient(90deg,rgba(7,7,11,.96),rgba(7,7,11,.78),rgba(7,7,11,.95)),
        url('/assets/images/backpic/back-1.webp');
      background-size:cover;
      background-position:center;
      border-bottom:1px solid var(--border);
    }
    .hero:before{
      content:"";position:absolute;inset:-1px;
      background:
        radial-gradient(circle at 63% 18%,rgba(124,58,237,.35),transparent 28%),
        radial-gradient(circle at 78% 56%,rgba(34,211,238,.22),transparent 30%),
        linear-gradient(120deg,rgba(34,211,238,.08),transparent 42%);
      pointer-events:none;
    }
    .hero>*{position:relative}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(34,211,238,.35);
      background:rgba(34,211,238,.08);
      color:#BFF7FF;
      font-size:13px;
      font-weight:700;
    }
    .pulse-dot{
      width:8px;height:8px;border-radius:99px;background:var(--accent);
      box-shadow:0 0 0 0 rgba(249,115,22,.65);
      animation:pulse 1.6s infinite;
    }
    @keyframes pulse{70%{box-shadow:0 0 0 12px rgba(249,115,22,0)}100%{box-shadow:0 0 0 0 rgba(249,115,22,0)}}
    .gradient-text{
      background:linear-gradient(90deg,#fff 0%,#C4B5FD 42%,#67E8F9 88%);
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }
    .tag{
      display:inline-flex;align-items:center;
      padding:7px 11px;border-radius:999px;
      font-size:13px;color:#CBD5E1;
      background:rgba(15,23,42,.72);
      border:1px solid var(--border);
      transition:.25s ease;
    }
    .tag:hover{color:#fff;border-color:rgba(34,211,238,.45);transform:translateY(-1px)}
    .card{
      background:linear-gradient(180deg,rgba(17,24,39,.92),rgba(15,23,42,.70));
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      transition:.25s ease;
      overflow:hidden;
    }
    .card:hover{transform:translateY(-3px);border-color:rgba(34,211,238,.40);box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 34px rgba(124,58,237,.18)}
    .mini-card{
      background:rgba(15,23,42,.74);
      border:1px solid var(--border);
      border-radius:18px;
      transition:.25s ease;
    }
    .mini-card:hover{border-color:rgba(124,58,237,.55);background:rgba(124,58,237,.10)}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .section-title{font-size:clamp(28px,3vw,42px);font-weight:950;letter-spacing:-.04em;line-height:1.16}
    .section-lead{color:#CBD5E1;max-width:760px}
    .badge-live,.badge-cyan,.badge-purple,.badge-green,.badge-gray,.badge-orange{
      display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;
    }
    .badge-live{color:#FFEDD5;background:rgba(249,115,22,.14);border:1px solid rgba(249,115,22,.35)}
    .badge-cyan{color:#CFFAFE;background:rgba(34,211,238,.12);border:1px solid rgba(34,211,238,.35)}
    .badge-purple{color:#DDD6FE;background:rgba(124,58,237,.15);border:1px solid rgba(124,58,237,.36)}
    .badge-green{color:#D1FAE5;background:rgba(52,211,153,.13);border:1px solid rgba(52,211,153,.35)}
    .badge-gray{color:#CBD5E1;background:rgba(100,116,139,.14);border:1px solid rgba(148,163,184,.20)}
    .badge-orange{color:#FED7AA;background:rgba(249,115,22,.13);border:1px solid rgba(249,115,22,.32)}
    .match-card{
      background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(30,41,59,.62));
      border:1px solid rgba(148,163,184,.18);
      border-radius:20px;
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .match-card:after{
      content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;
      background:radial-gradient(circle,rgba(34,211,238,.20),transparent 65%);
    }
    .team-dot{
      width:36px;height:36px;border-radius:14px;display:grid;place-items:center;
      background:linear-gradient(135deg,rgba(124,58,237,.9),rgba(34,211,238,.75));
      font-size:12px;font-weight:900;
      box-shadow:0 0 20px rgba(124,58,237,.22);
    }
    .table-wrap{
      overflow-x:auto;border-radius:24px;border:1px solid var(--border);
      background:rgba(15,23,42,.72);
      box-shadow:var(--shadow);
    }
    table{border-collapse:separate;border-spacing:0;width:100%;min-width:860px}
    th{background:#111827;color:#E2E8F0;font-size:13px;text-align:left;padding:16px;font-weight:900}
    td{padding:15px 16px;border-top:1px solid rgba(148,163,184,.12);color:#CBD5E1;font-size:14px}
    tr{transition:.2s ease}
    tbody tr:hover{background:rgba(124,58,237,.10)}
    .rank-item{
      display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;
      padding:14px;border-radius:18px;border:1px solid var(--border);
      background:rgba(15,23,42,.62);transition:.25s ease;
    }
    .rank-item:hover{transform:translateX(3px);border-color:rgba(34,211,238,.38);background:rgba(34,211,238,.07)}
    .rank-num{
      width:32px;height:32px;border-radius:12px;display:grid;place-items:center;
      background:rgba(124,58,237,.18);color:#DDD6FE;font-weight:950;
    }
    .cover-card{position:relative;min-height:250px;border-radius:24px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}
    .cover-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
    .cover-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,11,.12),rgba(7,7,11,.88))}
    .cover-content{position:absolute;inset:auto 0 0 0;padding:22px;z-index:1}
    .timeline{position:relative}
    .timeline:before{content:"";position:absolute;left:18px;top:10px;bottom:10px;width:2px;background:linear-gradient(var(--secondary),var(--primary),transparent)}
    .timeline-item{position:relative;padding-left:54px;margin-bottom:20px}
    .timeline-item:before{content:"";position:absolute;left:10px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--bg);border:3px solid var(--secondary);box-shadow:0 0 18px rgba(34,211,238,.35)}
    .faq-item{
      border:1px solid var(--border);border-radius:18px;background:rgba(15,23,42,.70);
      overflow:hidden;transition:.25s ease;
    }
    .faq-q{width:100%;display:flex;justify-content:space-between;gap:18px;align-items:center;text-align:left;padding:18px 20px;color:#fff;font-weight:900}
    .faq-q:focus-visible,.btn:focus-visible,.nav-link:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(34,211,238,.38);outline-offset:3px}
    .faq-a{display:none;padding:0 20px 18px;color:#CBD5E1}
    .faq-item.open{border-color:rgba(34,211,238,.38);background:rgba(34,211,238,.06)}
    .faq-item.open .faq-a{display:block}
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .faq-icon{transition:.2s ease;color:var(--secondary);font-size:22px}
    .cta-band{
      position:relative;overflow:hidden;border-radius:32px;
      border:1px solid rgba(34,211,238,.25);
      background:
        radial-gradient(circle at 10% 10%,rgba(124,58,237,.32),transparent 32%),
        radial-gradient(circle at 82% 40%,rgba(34,211,238,.24),transparent 28%),
        linear-gradient(135deg,rgba(17,24,39,.94),rgba(7,7,11,.96));
      box-shadow:var(--shadow);
    }
    .input{
      width:100%;border:1px solid var(--border);border-radius:14px;
      background:rgba(2,6,23,.58);color:#fff;padding:13px 14px;
      transition:.2s ease;
    }
    .input:focus{border-color:rgba(34,211,238,.65);box-shadow:0 0 0 4px rgba(34,211,238,.12)}
    footer{
      background:#050509;
      border-top:1px solid transparent;
      border-image:linear-gradient(90deg,rgba(124,58,237,.45),rgba(34,211,238,.45),rgba(249,115,22,.2)) 1;
    }
    .footer-link{color:#94A3B8;transition:.2s ease;font-size:14px}
    .footer-link:hover{color:var(--secondary)}
    .mobile-menu{display:none}
    .mobile-menu.open{display:block}
    .scrollbar-thin::-webkit-scrollbar,.table-wrap::-webkit-scrollbar{height:8px;width:8px}
    .scrollbar-thin::-webkit-scrollbar-thumb,.table-wrap::-webkit-scrollbar-thumb{background:rgba(34,211,238,.32);border-radius:999px}
    .scrollbar-thin::-webkit-scrollbar-track,.table-wrap::-webkit-scrollbar-track{background:rgba(15,23,42,.52)}
    @media (max-width:1024px){
      .site-container{width:min(100% - 32px,var(--container))}
      .section{padding:70px 0}
      .desktop-nav{display:none}
      .mobile-toggle{display:inline-flex}
      .hero{padding:62px 0 44px}
    }
    @media (min-width:1025px){
      .mobile-toggle{display:none!important}
      .mobile-menu{display:none!important}
    }
    @media (max-width:768px){
      .topbar .hide-sm{display:none}
      .section{padding:56px 0}
      .section-tight{padding:46px 0}
      .hero h1{font-size:34px!important}
      .btn{width:100%}
      .cta-actions{flex-direction:column}
      table{min-width:760px}
      .timeline:before{left:13px}
      .timeline-item{padding-left:42px}
      .timeline-item:before{left:5px}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px,var(--container))}
      .topbar{font-size:11px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .section-title{font-size:27px}
      .tag{font-size:12px;padding:6px 9px}
      .card{border-radius:20px}
    }

/* roulang page: category2 */
:root {
      --bg: #07070B;
      --bg-soft: #0D0B14;
      --panel: rgba(15, 23, 42, .78);
      --panel-strong: rgba(17, 24, 39, .9);
      --primary: #7C3AED;
      --secondary: #22D3EE;
      --accent: #F97316;
      --success: #34D399;
      --text: #F8FAFC;
      --muted: #CBD5E1;
      --weak: #64748B;
      --border: rgba(148, 163, 184, .18);
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --shadow: 0 18px 60px rgba(0, 0, 0, .35);
      --glow: 0 0 34px rgba(34, 211, 238, .18), 0 0 54px rgba(124, 58, 237, .18);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(124, 58, 237, .26), transparent 32%),
        radial-gradient(circle at 78% 18%, rgba(34, 211, 238, .16), transparent 30%),
        linear-gradient(180deg, #07070B 0%, #0D0B14 42%, #08080D 100%);
      line-height: 1.7;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .26;
      background-image:
        linear-gradient(rgba(34, 211, 238, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 58, 237, .08) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, black, transparent 82%);
      z-index: -1;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    ::selection { background: rgba(34, 211, 238, .28); color: #fff; }

    .site-container {
      width: min(100% - 32px, 1240px);
      margin-inline: auto;
    }

    .topbar {
      background: rgba(3, 7, 18, .92);
      border-bottom: 1px solid rgba(148, 163, 184, .14);
      color: var(--muted);
      font-size: 12px;
    }

    .main-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 7, 11, .86);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(148, 163, 184, .16);
      box-shadow: 0 14px 42px rgba(0, 0, 0, .22);
    }

    .main-header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(34, 211, 238, .55), rgba(124, 58, 237, .55), transparent);
      opacity: .7;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      box-shadow: 0 0 26px rgba(124, 58, 237, .36);
      border: 1px solid rgba(255, 255, 255, .18);
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      color: #CBD5E1;
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .nav-link:hover {
      color: #fff;
      background: rgba(34, 211, 238, .09);
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .28), rgba(34, 211, 238, .16));
      border: 1px solid rgba(34, 211, 238, .26);
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 2px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--secondary), var(--primary));
    }

    .mobile-toggle { display: none !important; }
    .mobile-menu { display: none; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 12px 18px;
      border-radius: var(--radius-sm);
      font-weight: 900;
      line-height: 1;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, filter .2s ease;
      outline: none;
      white-space: nowrap;
    }

    .btn:focus-visible, .field:focus {
      outline: 2px solid rgba(34, 211, 238, .7);
      outline-offset: 3px;
    }

    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), #2563EB 48%, var(--secondary));
      box-shadow: 0 16px 42px rgba(124, 58, 237, .32);
    }

    .btn-primary:hover {
      filter: brightness(1.08);
      box-shadow: 0 20px 54px rgba(34, 211, 238, .24), 0 12px 42px rgba(124, 58, 237, .34);
    }

    .btn-ghost {
      color: #E2E8F0;
      background: rgba(15, 23, 42, .72);
      border: 1px solid rgba(34, 211, 238, .25);
    }

    .btn-ghost:hover {
      background: rgba(34, 211, 238, .12);
      border-color: rgba(34, 211, 238, .56);
      box-shadow: var(--glow);
    }

    .section {
      padding: 82px 0;
      position: relative;
    }

    .section-tight { padding: 58px 0; }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      color: #BAE6FD;
      background: rgba(34, 211, 238, .08);
      border: 1px solid rgba(34, 211, 238, .22);
      font-size: 13px;
      font-weight: 900;
    }

    .kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--secondary);
      box-shadow: 0 0 16px var(--secondary);
    }

    .section-title {
      margin-top: 16px;
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.12;
      font-weight: 950;
      letter-spacing: 0;
    }

    .section-desc {
      margin-top: 14px;
      max-width: 760px;
      color: var(--muted);
      font-size: 16px;
    }

    .score-hero {
      min-height: 620px;
      display: flex;
      align-items: center;
      padding: 76px 0 52px;
      background:
        linear-gradient(90deg, rgba(7, 7, 11, .94) 0%, rgba(7, 7, 11, .74) 48%, rgba(7, 7, 11, .96) 100%),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      border-bottom: 1px solid rgba(148, 163, 184, .16);
      overflow: hidden;
      position: relative;
    }

    .score-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 67% 35%, rgba(34, 211, 238, .2), transparent 25%),
        linear-gradient(135deg, rgba(124, 58, 237, .24), transparent 42%);
      pointer-events: none;
    }

    .hero-shell {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 42px;
      align-items: center;
    }

    .hero-title {
      font-size: clamp(34px, 5.4vw, 68px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: 0;
    }

    .gradient-text {
      background: linear-gradient(90deg, #fff, #C4B5FD 38%, #67E8F9 76%, #FDBA74);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 32px;
      padding: 7px 11px;
      border-radius: 999px;
      color: #E2E8F0;
      background: rgba(15, 23, 42, .68);
      border: 1px solid rgba(148, 163, 184, .18);
      font-size: 13px;
      font-weight: 800;
    }

    .tag.hot {
      color: #FED7AA;
      background: rgba(249, 115, 22, .12);
      border-color: rgba(249, 115, 22, .3);
    }

    .tag.live {
      color: #BAE6FD;
      background: rgba(34, 211, 238, .1);
      border-color: rgba(34, 211, 238, .28);
    }

    .panel {
      background: var(--panel);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .scoreboard {
      padding: 18px;
      border-radius: 28px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .22), rgba(34, 211, 238, .08)),
        rgba(15, 23, 42, .72);
      border: 1px solid rgba(34, 211, 238, .24);
      box-shadow: var(--shadow), var(--glow);
    }

    .score-card {
      padding: 18px;
      border-radius: 20px;
      background: rgba(2, 6, 23, .68);
      border: 1px solid rgba(148, 163, 184, .16);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .score-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .44);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    }

    .team-dot {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 950;
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .95), rgba(34, 211, 238, .85));
      border: 1px solid rgba(255, 255, 255, .2);
    }

    .score-num {
      font-size: clamp(30px, 4vw, 52px);
      line-height: 1;
      font-weight: 950;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      color: #fff;
      letter-spacing: 0;
    }

    .pulse-dot {
      position: relative;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 16px rgba(249, 115, 22, .8);
    }

    .pulse-dot::after {
      content: "";
      position: absolute;
      inset: -6px;
      border-radius: 50%;
      border: 1px solid rgba(249, 115, 22, .55);
      animation: pulse 1.5s ease-out infinite;
    }

    @keyframes pulse {
      0% { transform: scale(.55); opacity: .9; }
      100% { transform: scale(1.35); opacity: 0; }
    }

    .metric-card, .info-card, .rank-card, .faq-card, .timeline-item {
      background: var(--panel);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      box-shadow: 0 16px 46px rgba(0, 0, 0, .2);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .metric-card:hover, .info-card:hover, .rank-card:hover, .faq-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .42);
      box-shadow: var(--shadow), var(--glow);
    }

    .metric-value {
      font-size: clamp(28px, 3.4vw, 42px);
      line-height: 1;
      font-weight: 950;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      background: linear-gradient(90deg, #fff, #67E8F9, #C4B5FD);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .status-tab {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 16px;
      border-radius: 999px;
      color: #CBD5E1;
      background: rgba(15, 23, 42, .66);
      border: 1px solid rgba(148, 163, 184, .16);
      font-weight: 900;
      transition: all .2s ease;
    }

    .status-tab:hover {
      color: #fff;
      border-color: rgba(34, 211, 238, .35);
      background: rgba(34, 211, 238, .1);
    }

    .status-tab.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(249, 115, 22, .28), rgba(124, 58, 237, .24));
      border-color: rgba(249, 115, 22, .42);
      box-shadow: 0 14px 38px rgba(249, 115, 22, .14);
    }

    .match-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .match-card {
      overflow: hidden;
      position: relative;
      padding: 20px;
      min-height: 238px;
      background:
        linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(2, 6, 23, .86)),
        var(--panel);
      border: 1px solid rgba(148, 163, 184, .18);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .match-card::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .18;
      background: linear-gradient(135deg, transparent 0%, rgba(34, 211, 238, .28) 42%, transparent 68%);
      pointer-events: none;
    }

    .match-card:hover {
      transform: translateY(-4px);
      border-color: rgba(34, 211, 238, .48);
      box-shadow: var(--shadow), var(--glow);
    }

    .team-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      position: relative;
      z-index: 1;
    }

    .big-score {
      font-size: 42px;
      font-weight: 950;
      line-height: 1;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      color: #fff;
    }

    .progress-line {
      height: 8px;
      border-radius: 999px;
      overflow: hidden;
      background: rgba(148, 163, 184, .16);
    }

    .progress-line span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      box-shadow: 0 0 16px rgba(34, 211, 238, .45);
    }

    .rank-row {
      display: grid;
      grid-template-columns: 38px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px solid rgba(148, 163, 184, .12);
    }

    .rank-row:last-child { border-bottom: 0; }

    .rank-num {
      width: 32px;
      height: 32px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 950;
      color: #fff;
      background: rgba(124, 58, 237, .22);
      border: 1px solid rgba(124, 58, 237, .36);
    }

    .timeline {
      position: relative;
      display: grid;
      gap: 14px;
    }

    .timeline-item {
      position: relative;
      padding: 18px 18px 18px 52px;
    }

    .timeline-item::before {
      content: "";
      position: absolute;
      left: 21px;
      top: 24px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--secondary);
      box-shadow: 0 0 18px rgba(34, 211, 238, .9);
    }

    .timeline-item::after {
      content: "";
      position: absolute;
      left: 25px;
      top: 38px;
      bottom: -18px;
      width: 1px;
      background: rgba(34, 211, 238, .18);
    }

    .timeline-item:last-child::after { display: none; }

    .image-card {
      position: relative;
      min-height: 280px;
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, .18);
      box-shadow: var(--shadow);
      background: #111827;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
      opacity: .78;
      filter: saturate(1.08) contrast(1.05);
    }

    .image-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 7, 11, .08), rgba(7, 7, 11, .88));
    }

    .image-card .image-content {
      position: absolute;
      z-index: 1;
      left: 22px;
      right: 22px;
      bottom: 22px;
    }

    .field {
      width: 100%;
      min-height: 48px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(148, 163, 184, .2);
      background: rgba(2, 6, 23, .72);
      color: #fff;
      padding: 12px 14px;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .field::placeholder { color: #64748B; }
    .field:focus {
      border-color: rgba(34, 211, 238, .58);
      box-shadow: 0 0 0 4px rgba(34, 211, 238, .1);
      background: rgba(2, 6, 23, .9);
    }

    .faq-card {
      padding: 20px;
    }

    .faq-card h3 {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 17px;
      font-weight: 950;
    }

    .faq-card h3::before {
      content: "Q";
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(124, 58, 237, .22);
      color: #DDD6FE;
      border: 1px solid rgba(124, 58, 237, .32);
      font-size: 13px;
    }

    .faq-card p {
      margin-top: 12px;
      color: var(--muted);
      padding-left: 38px;
      font-size: 14px;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      padding: 42px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .3), rgba(34, 211, 238, .13)),
        rgba(15, 23, 42, .84);
      border: 1px solid rgba(34, 211, 238, .28);
      box-shadow: var(--shadow), var(--glow);
    }

    .cta-band::before {
      content: "";
      position: absolute;
      right: -90px;
      top: -120px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(249, 115, 22, .28), transparent 68%);
    }

    footer {
      background: #050509;
      border-top: 1px solid rgba(148, 163, 184, .14);
      position: relative;
    }

    footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .62), rgba(34, 211, 238, .62), transparent);
    }

    .footer-link {
      color: #94A3B8;
      transition: color .2s ease, transform .2s ease;
    }

    .footer-link:hover {
      color: var(--secondary);
      transform: translateY(-1px);
    }

    .hide-sm { display: inline; }

    @media (max-width: 1024px) {
      .desktop-nav { display: none !important; }
      .mobile-toggle { display: inline-flex !important; }
      .mobile-menu.open { display: block; }
      .hero-shell { grid-template-columns: 1fr; }
      .score-hero { min-height: auto; padding: 60px 0 46px; }
      .match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .section { padding: 68px 0; }
    }

    @media (max-width: 768px) {
      .site-container { width: min(100% - 24px, 1240px); }
      .topbar { font-size: 11px; }
      .hide-sm { display: none; }
      .scoreboard { padding: 14px; border-radius: 22px; }
      .score-card { padding: 15px; }
      .match-grid { grid-template-columns: 1fr; }
      .section { padding: 56px 0; }
      .section-tight { padding: 42px 0; }
      .cta-band { padding: 28px 20px; border-radius: 24px; }
      .big-score { font-size: 36px; }
      .brand-mark { width: 38px; height: 38px; border-radius: 13px; }
      .btn { width: 100%; }
      .btn.mobile-fit { width: auto; }
    }

    @media (max-width: 520px) {
      .hero-title { font-size: 34px; }
      .section-title { font-size: 28px; }
      .score-num { font-size: 34px; }
      .team-dot { width: 34px; height: 34px; }
      .status-tab { width: 100%; }
      .metric-card { padding: 16px !important; }
      .faq-card p { padding-left: 0; }
    }

/* roulang page: category1 */
:root {
      --bg: #07070B;
      --bg-soft: #0D0B14;
      --panel: rgba(15, 23, 42, .78);
      --panel-strong: rgba(17, 24, 39, .9);
      --purple: #7C3AED;
      --cyan: #22D3EE;
      --orange: #F97316;
      --green: #34D399;
      --text: #F8FAFC;
      --muted: #CBD5E1;
      --weak: #64748B;
      --line: rgba(148, 163, 184, .18);
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --shadow: 0 18px 60px rgba(0, 0, 0, .35);
      --glow: 0 0 0 1px rgba(34, 211, 238, .22), 0 22px 70px rgba(124, 58, 237, .24);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.7;
      background:
        radial-gradient(circle at 15% 8%, rgba(124, 58, 237, .18), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(34, 211, 238, .12), transparent 30%),
        linear-gradient(180deg, #07070B 0%, #0D0B14 45%, #07070B 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
      pointer-events: none;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      color: #fff;
      background: rgba(124, 58, 237, .75);
    }

    .site-container {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    .topbar {
      color: var(--muted);
      font-size: 12px;
      background: rgba(3, 7, 18, .86);
      border-bottom: 1px solid rgba(148, 163, 184, .12);
    }

    .main-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 7, 11, .9);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(148, 163, 184, .16);
      box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
    }

    .main-header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .65), rgba(34, 211, 238, .55), transparent);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--purple), var(--cyan));
      box-shadow: 0 0 24px rgba(124, 58, 237, .45);
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      border-radius: 999px;
      transition: color .22s ease, background .22s ease, transform .22s ease;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: #fff;
      background: rgba(34, 211, 238, .08);
      outline: none;
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .34), rgba(34, 211, 238, .16));
      box-shadow: inset 0 0 0 1px rgba(34, 211, 238, .18);
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 17px;
      right: 17px;
      bottom: 3px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--purple), var(--cyan));
    }

    .mobile-toggle {
      display: none !important;
    }

    .mobile-menu {
      display: none;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 10px 16px;
      border: 1px solid transparent;
      border-radius: var(--radius-sm);
      font-weight: 900;
      line-height: 1.2;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn:focus-visible,
    .faq-button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
      outline: 3px solid rgba(34, 211, 238, .28);
      outline-offset: 3px;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--purple), #5B21B6 44%, var(--cyan));
      box-shadow: 0 14px 34px rgba(124, 58, 237, .32);
    }

    .btn-primary:hover {
      box-shadow: 0 18px 46px rgba(34, 211, 238, .25), 0 18px 46px rgba(124, 58, 237, .25);
      filter: brightness(1.08);
    }

    .btn-ghost {
      color: #E0F2FE;
      background: rgba(15, 23, 42, .68);
      border-color: rgba(34, 211, 238, .35);
    }

    .btn-ghost:hover {
      background: rgba(34, 211, 238, .12);
      border-color: rgba(34, 211, 238, .62);
      box-shadow: 0 12px 28px rgba(34, 211, 238, .12);
    }

    .section {
      padding: 82px 0;
      position: relative;
    }

    .section-tight {
      padding: 58px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 11px;
      border: 1px solid rgba(34, 211, 238, .24);
      border-radius: 999px;
      color: #A5F3FC;
      background: rgba(34, 211, 238, .07);
      font-size: 12px;
      font-weight: 900;
    }

    .badge,
    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .badge-purple {
      color: #DDD6FE;
      background: rgba(124, 58, 237, .18);
      border: 1px solid rgba(124, 58, 237, .28);
    }

    .badge-cyan {
      color: #A5F3FC;
      background: rgba(34, 211, 238, .12);
      border: 1px solid rgba(34, 211, 238, .24);
    }

    .badge-orange {
      color: #FED7AA;
      background: rgba(249, 115, 22, .14);
      border: 1px solid rgba(249, 115, 22, .32);
    }

    .badge-green {
      color: #BBF7D0;
      background: rgba(52, 211, 153, .12);
      border: 1px solid rgba(52, 211, 153, .28);
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--orange);
      box-shadow: 0 0 0 0 rgba(249, 115, 22, .55);
      animation: pulse 1.8s infinite;
    }

    @keyframes pulse {
      70% { box-shadow: 0 0 0 9px rgba(249, 115, 22, 0); }
      100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
    }

    .hero {
      position: relative;
      padding: 74px 0 66px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(7, 7, 11, .93), rgba(7, 7, 11, .74), rgba(7, 7, 11, .92)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom: 1px solid rgba(148, 163, 184, .14);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 26% 24%, rgba(124, 58, 237, .25), transparent 34%),
        linear-gradient(120deg, rgba(34, 211, 238, .08), transparent 38%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 130px;
      background: linear-gradient(to top, var(--bg), transparent);
      pointer-events: none;
    }

    .hero > .site-container {
      position: relative;
      z-index: 2;
    }

    .hero-title {
      font-size: clamp(34px, 5.4vw, 62px);
      line-height: 1.08;
      letter-spacing: 0;
      font-weight: 950;
    }

    .text-gradient {
      color: transparent;
      background: linear-gradient(90deg, #fff, #C4B5FD 38%, #67E8F9);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .calendar-panel,
    .glass-card,
    .metric-card,
    .match-card,
    .timeline-card,
    .rank-card,
    .faq-card,
    .contact-panel {
      background: var(--panel);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      border-radius: var(--radius-lg);
    }

    .calendar-panel {
      overflow: hidden;
    }

    .calendar-head {
      background: linear-gradient(135deg, rgba(124, 58, 237, .22), rgba(34, 211, 238, .08));
      border-bottom: 1px solid rgba(148, 163, 184, .15);
    }

    .date-pill {
      width: 72px;
      min-width: 72px;
      padding: 12px 8px;
      text-align: center;
      border-radius: 18px;
      background: rgba(15, 23, 42, .84);
      border: 1px solid rgba(148, 163, 184, .16);
    }

    .date-pill.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .52), rgba(34, 211, 238, .22));
      border-color: rgba(34, 211, 238, .42);
      box-shadow: 0 18px 36px rgba(124, 58, 237, .22);
    }

    .match-card {
      padding: 18px;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
    }

    .match-card:hover,
    .metric-card:hover,
    .timeline-card:hover,
    .rank-card:hover,
    .faq-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .42);
      box-shadow: var(--glow);
    }

    .metric-card {
      padding: 20px;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .metric-value {
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 950;
      line-height: 1;
      color: transparent;
      background: linear-gradient(90deg, #A78BFA, #22D3EE);
      -webkit-background-clip: text;
      background-clip: text;
      font-variant-numeric: tabular-nums;
    }

    .filter-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 9px 15px;
      border-radius: 999px;
      color: var(--muted);
      background: rgba(15, 23, 42, .74);
      border: 1px solid rgba(148, 163, 184, .18);
      font-size: 14px;
      font-weight: 900;
      transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
    }

    .filter-chip:hover,
    .filter-chip.active {
      color: #fff;
      transform: translateY(-2px);
      border-color: rgba(34, 211, 238, .48);
      background: linear-gradient(135deg, rgba(124, 58, 237, .34), rgba(34, 211, 238, .12));
    }

    .table-wrap {
      overflow-x: auto;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, .18);
      background: rgba(15, 23, 42, .58);
      box-shadow: var(--shadow);
    }

    .schedule-table {
      min-width: 900px;
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 14px;
    }

    .schedule-table th {
      padding: 16px 18px;
      color: #E2E8F0;
      text-align: left;
      white-space: nowrap;
      background: #111827;
      border-bottom: 1px solid rgba(148, 163, 184, .16);
      font-size: 12px;
      letter-spacing: .03em;
    }

    .schedule-table td {
      padding: 17px 18px;
      color: var(--muted);
      border-bottom: 1px solid rgba(148, 163, 184, .10);
      vertical-align: middle;
    }

    .schedule-table tr {
      transition: background .18s ease;
    }

    .schedule-table tbody tr:hover {
      background: rgba(124, 58, 237, .10);
    }

    .schedule-table tbody tr:last-child td {
      border-bottom: none;
    }

    .versus {
      color: #fff;
      font-weight: 950;
    }

    .timeline-line {
      position: relative;
    }

    .timeline-line::before {
      content: "";
      position: absolute;
      left: 26px;
      top: 18px;
      bottom: 18px;
      width: 1px;
      background: linear-gradient(var(--cyan), rgba(124, 58, 237, .15));
    }

    .timeline-card {
      position: relative;
      margin-left: 58px;
      padding: 18px;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .timeline-card::before {
      content: "";
      position: absolute;
      left: -42px;
      top: 22px;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: var(--cyan);
      box-shadow: 0 0 0 7px rgba(34, 211, 238, .12), 0 0 18px rgba(34, 211, 238, .65);
    }

    .rank-card {
      padding: 20px;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .rank-row {
      display: grid;
      grid-template-columns: 40px 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(148, 163, 184, .11);
    }

    .rank-row:last-child {
      border-bottom: none;
    }

    .rank-num {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      color: #fff;
      font-weight: 950;
      background: rgba(124, 58, 237, .24);
      border: 1px solid rgba(124, 58, 237, .3);
    }

    .image-card {
      position: relative;
      overflow: hidden;
      min-height: 260px;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, .16);
      box-shadow: var(--shadow);
      background: #0F172A;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover;
      opacity: .7;
      filter: saturate(1.08) contrast(1.05);
    }

    .image-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 7, 11, .15), rgba(7, 7, 11, .92)), radial-gradient(circle at 22% 24%, rgba(124, 58, 237, .32), transparent 32%);
    }

    .image-card-content {
      position: absolute;
      inset: auto 22px 22px 22px;
      z-index: 2;
    }

    .faq-card {
      overflow: hidden;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .faq-button {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px;
      color: #fff;
      text-align: left;
      font-weight: 950;
      background: transparent;
      border: 0;
    }

    .faq-content {
      display: none;
      padding: 0 20px 20px;
      color: var(--muted);
    }

    .faq-card.open .faq-content {
      display: block;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      border-radius: 999px;
      color: #A5F3FC;
      background: rgba(34, 211, 238, .1);
      transition: transform .22s ease;
    }

    .faq-card.open .faq-icon {
      transform: rotate(45deg);
    }

    .contact-panel {
      position: relative;
      overflow: hidden;
      padding: clamp(26px, 5vw, 44px);
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .24), rgba(34, 211, 238, .08)),
        rgba(15, 23, 42, .82);
    }

    .contact-panel::before {
      content: "";
      position: absolute;
      right: -90px;
      top: -120px;
      width: 300px;
      height: 300px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(34, 211, 238, .23), transparent 68%);
      pointer-events: none;
    }

    .form-control {
      width: 100%;
      min-height: 48px;
      padding: 12px 14px;
      color: #fff;
      background: rgba(3, 7, 18, .48);
      border: 1px solid rgba(148, 163, 184, .18);
      border-radius: 14px;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .form-control::placeholder {
      color: #64748B;
    }

    .form-control:focus {
      border-color: rgba(34, 211, 238, .58);
      box-shadow: 0 0 0 4px rgba(34, 211, 238, .10);
      background: rgba(3, 7, 18, .68);
      outline: none;
    }

    footer {
      color: var(--muted);
      background: #050509;
      border-top: 1px solid rgba(148, 163, 184, .16);
      position: relative;
    }

    footer::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .72), rgba(34, 211, 238, .54), transparent);
    }

    .footer-link {
      color: #94A3B8;
      transition: color .2s ease, transform .2s ease;
    }

    .footer-link:hover,
    .footer-link:focus-visible {
      color: #67E8F9;
      outline: none;
    }

    .bg-greenx {
      background: var(--green);
    }

    .text-cyanx {
      color: var(--cyan);
    }

    .hide-sm {
      display: inline;
    }

    .scrollbar-soft {
      scrollbar-width: thin;
      scrollbar-color: rgba(34, 211, 238, .35) rgba(15, 23, 42, .6);
    }

    .scrollbar-soft::-webkit-scrollbar {
      height: 8px;
      width: 8px;
    }

    .scrollbar-soft::-webkit-scrollbar-track {
      background: rgba(15, 23, 42, .6);
      border-radius: 999px;
    }

    .scrollbar-soft::-webkit-scrollbar-thumb {
      background: rgba(34, 211, 238, .35);
      border-radius: 999px;
    }

    @media (max-width: 1024px) {
      .desktop-nav {
        display: none !important;
      }

      .mobile-toggle {
        display: inline-flex !important;
      }

      .mobile-menu.open {
        display: block;
      }

      .hero {
        padding: 58px 0 52px;
      }

      .section {
        padding: 64px 0;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1180px);
      }

      .topbar {
        font-size: 11px;
      }

      .hide-sm {
        display: none;
      }

      .hero-title {
        font-size: 34px;
      }

      .btn {
        width: 100%;
      }

      .hero .btn {
        min-height: 48px;
      }

      .metric-card {
        padding: 16px;
      }

      .date-pill {
        width: 64px;
        min-width: 64px;
      }

      .rank-row {
        grid-template-columns: 34px 1fr;
      }

      .rank-row > span:last-child {
        grid-column: 2;
        justify-self: start;
      }
    }

    @media (max-width: 520px) {
      .section {
        padding: 52px 0;
      }

      .section-tight {
        padding: 42px 0;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 13px;
      }

      .hero {
        padding: 48px 0 44px;
      }

      .filter-chip {
        width: 100%;
      }

      .faq-button {
        padding: 17px;
      }

      .faq-content {
        padding: 0 17px 17px;
      }
    }

/* roulang page: category3 */
:root {
      --bg: #07070B;
      --bg-soft: #0D0B14;
      --panel: rgba(15, 23, 42, .78);
      --panel-strong: rgba(17, 24, 39, .9);
      --text: #F8FAFC;
      --muted: #CBD5E1;
      --weak: #64748B;
      --line: rgba(148, 163, 184, .18);
      --purple: #7C3AED;
      --cyan: #22D3EE;
      --orange: #F97316;
      --green: #34D399;
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --shadow: 0 18px 60px rgba(0, 0, 0, .35);
      --glow: 0 0 34px rgba(34, 211, 238, .18), 0 0 46px rgba(124, 58, 237, .16);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      background:
        radial-gradient(circle at 16% 8%, rgba(124, 58, 237, .28), transparent 30%),
        radial-gradient(circle at 86% 16%, rgba(34, 211, 238, .16), transparent 28%),
        linear-gradient(180deg, #07070B 0%, #0D0B14 46%, #09090F 100%);
      color: var(--text);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.7;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .32;
      background-image:
        linear-gradient(rgba(34, 211, 238, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 58, 237, .07) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, black, transparent 78%);
      z-index: -2;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input, textarea, select { font: inherit; }
    button { border: 0; cursor: pointer; }

    ::selection { background: rgba(34, 211, 238, .28); color: #fff; }
    ::-webkit-scrollbar { width: 10px; height: 10px; }
    ::-webkit-scrollbar-track { background: #07070B; }
    ::-webkit-scrollbar-thumb { background: rgba(124, 58, 237, .7); border-radius: 999px; }

    .site-container {
      width: min(1180px, calc(100% - 32px));
      margin-inline: auto;
    }

    .topbar {
      background: rgba(3, 7, 18, .92);
      border-bottom: 1px solid rgba(148, 163, 184, .14);
      color: var(--muted);
      font-size: 12px;
    }

    .main-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 7, 11, .88);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(148, 163, 184, .16);
      box-shadow: 0 10px 40px rgba(0, 0, 0, .26);
    }

    .main-header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(34, 211, 238, .8), rgba(124, 58, 237, .8), transparent);
      opacity: .7;
    }

    .brand-mark {
      display: inline-grid;
      width: 42px;
      height: 42px;
      place-items: center;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--purple), var(--cyan));
      color: #fff;
      font-weight: 900;
      box-shadow: 0 0 30px rgba(124, 58, 237, .32);
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .nav-link:hover {
      color: #fff;
      background: rgba(34, 211, 238, .08);
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .32), rgba(34, 211, 238, .14));
      box-shadow: inset 0 0 0 1px rgba(34, 211, 238, .22);
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 4px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--purple), var(--cyan));
    }

    .mobile-toggle { display: none !important; }
    .mobile-menu { display: none; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: var(--radius-sm);
      font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      outline: none;
      white-space: nowrap;
    }

    .btn:focus-visible {
      box-shadow: 0 0 0 3px rgba(34, 211, 238, .28);
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--purple), #5B21B6 48%, var(--cyan));
      box-shadow: 0 14px 34px rgba(124, 58, 237, .28);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(34, 211, 238, .18), 0 18px 44px rgba(124, 58, 237, .34);
      filter: brightness(1.08);
    }

    .btn-ghost {
      color: var(--cyan);
      border: 1px solid rgba(34, 211, 238, .36);
      background: rgba(15, 23, 42, .56);
    }

    .btn-ghost:hover {
      transform: translateY(-2px);
      background: rgba(34, 211, 238, .1);
      border-color: rgba(34, 211, 238, .66);
      box-shadow: var(--glow);
    }

    .section {
      padding: 82px 0;
      position: relative;
    }

    .section-tight { padding: 56px 0; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 12px;
      border: 1px solid rgba(34, 211, 238, .3);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(34, 211, 238, .08);
      font-size: 13px;
      font-weight: 800;
    }

    .pulse-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--green);
      box-shadow: 0 0 0 0 rgba(52, 211, 153, .55);
      animation: pulse 1.7s infinite;
    }

    @keyframes pulse {
      70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
      100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
    }

    .hero {
      min-height: 620px;
      padding: 86px 0 64px;
      background:
        linear-gradient(90deg, rgba(7, 7, 11, .92), rgba(7, 7, 11, .72), rgba(7, 7, 11, .92)),
        linear-gradient(180deg, rgba(124, 58, 237, .18), transparent),
        url("/assets/images/backpic/back-2.webp") center / cover no-repeat;
      border-bottom: 1px solid rgba(148, 163, 184, .14);
      position: relative;
      overflow: hidden;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto -10% -35% -10%;
      height: 320px;
      background: radial-gradient(circle, rgba(34, 211, 238, .14), transparent 60%);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
      gap: 38px;
      align-items: center;
    }

    .hero h1 {
      margin: 18px 0 18px;
      max-width: 760px;
      font-size: clamp(34px, 5.3vw, 64px);
      line-height: 1.08;
      letter-spacing: 0;
      font-weight: 950;
    }

    .gradient-text {
      color: transparent;
      background: linear-gradient(90deg, #fff, var(--cyan) 52%, #C4B5FD);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .hero-desc {
      color: var(--muted);
      font-size: 17px;
      max-width: 680px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid rgba(148, 163, 184, .2);
      background: rgba(15, 23, 42, .64);
      color: var(--muted);
      border-radius: 999px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 700;
    }

    .tag.hot {
      color: #FED7AA;
      border-color: rgba(249, 115, 22, .42);
      background: rgba(249, 115, 22, .12);
    }

    .panel {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(15, 23, 42, .82), rgba(2, 6, 23, .72));
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
    }

    .team-archive {
      padding: 22px;
      position: relative;
      overflow: hidden;
    }

    .team-archive::before {
      content: "";
      position: absolute;
      width: 240px;
      height: 240px;
      right: -80px;
      top: -80px;
      background: radial-gradient(circle, rgba(124, 58, 237, .28), transparent 70%);
    }

    .archive-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(148, 163, 184, .14);
    }

    .live-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(52, 211, 153, .1);
      color: #A7F3D0;
      border: 1px solid rgba(52, 211, 153, .26);
      font-size: 12px;
      font-weight: 800;
    }

    .profile-card {
      position: relative;
      margin-top: 16px;
      padding: 16px;
      border-radius: var(--radius-md);
      border: 1px solid rgba(148, 163, 184, .16);
      background: rgba(15, 23, 42, .72);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .profile-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .5);
      box-shadow: var(--glow);
    }

    .team-badge {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      font-weight: 950;
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .95), rgba(34, 211, 238, .72));
      box-shadow: 0 12px 28px rgba(124, 58, 237, .24);
    }

    .win-bar {
      height: 8px;
      border-radius: 999px;
      overflow: hidden;
      background: rgba(148, 163, 184, .18);
    }

    .win-bar span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--purple), var(--cyan));
    }

    .form-mark {
      width: 18px;
      height: 18px;
      display: inline-grid;
      place-items: center;
      border-radius: 6px;
      font-size: 11px;
      font-weight: 900;
    }

    .form-mark.win { background: rgba(52, 211, 153, .18); color: #A7F3D0; }
    .form-mark.lose { background: rgba(248, 113, 113, .14); color: #FCA5A5; }

    .stat-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: -34px;
      position: relative;
      z-index: 2;
    }

    .stat-card {
      padding: 20px;
      border-radius: var(--radius-md);
      background: linear-gradient(180deg, rgba(17, 24, 39, .92), rgba(15, 23, 42, .76));
      border: 1px solid rgba(148, 163, 184, .18);
      box-shadow: var(--shadow);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .stat-card:hover {
      transform: translateY(-3px);
      border-color: rgba(124, 58, 237, .54);
      box-shadow: var(--glow);
    }

    .stat-number {
      margin-top: 10px;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1;
      font-weight: 950;
      color: transparent;
      background: linear-gradient(90deg, #fff, var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      letter-spacing: 0;
    }

    .section-title {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-title h2 {
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.18;
      font-weight: 950;
      letter-spacing: 0;
    }

    .section-title p {
      max-width: 560px;
      color: var(--muted);
      margin-top: 10px;
    }

    .table-shell {
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, .18);
      background: rgba(15, 23, 42, .72);
      box-shadow: var(--shadow);
    }

    .table-scroll { overflow-x: auto; }

    .data-table {
      width: 100%;
      min-width: 860px;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 14px;
    }

    .data-table thead {
      background: rgba(17, 24, 39, .96);
      color: #E2E8F0;
    }

    .data-table th,
    .data-table td {
      padding: 16px 18px;
      text-align: left;
      border-bottom: 1px solid rgba(148, 163, 184, .12);
      vertical-align: middle;
    }

    .data-table tbody tr {
      transition: background .18s ease;
    }

    .data-table tbody tr:hover {
      background: rgba(124, 58, 237, .1);
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .status.hot { color: #FED7AA; background: rgba(249, 115, 22, .14); border: 1px solid rgba(249, 115, 22, .34); }
    .status.info { color: #A5F3FC; background: rgba(34, 211, 238, .1); border: 1px solid rgba(34, 211, 238, .3); }
    .status.ok { color: #A7F3D0; background: rgba(52, 211, 153, .1); border: 1px solid rgba(52, 211, 153, .28); }
    .status.purple { color: #DDD6FE; background: rgba(124, 58, 237, .14); border: 1px solid rgba(124, 58, 237, .32); }

    .region-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }

    .region-card {
      min-height: 152px;
      padding: 18px;
      border-radius: var(--radius-md);
      border: 1px solid rgba(148, 163, 184, .18);
      background:
        linear-gradient(180deg, rgba(15, 23, 42, .8), rgba(15, 23, 42, .56)),
        var(--image, none) center / cover no-repeat;
      position: relative;
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .region-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(7, 7, 11, .22), rgba(124, 58, 237, .15));
      pointer-events: none;
    }

    .region-card > * { position: relative; z-index: 1; }

    .region-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .5);
      box-shadow: var(--glow);
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .content-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background: rgba(15, 23, 42, .72);
      border: 1px solid rgba(148, 163, 184, .18);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
      min-width: 0;
    }

    .content-card:hover {
      transform: translateY(-3px);
      border-color: rgba(124, 58, 237, .5);
      box-shadow: var(--glow);
    }

    .two-col {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
      gap: 22px;
      align-items: start;
    }

    .rank-list {
      display: grid;
      gap: 12px;
    }

    .rank-item {
      display: grid;
      grid-template-columns: 38px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid rgba(148, 163, 184, .14);
      background: rgba(2, 6, 23, .36);
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .rank-item:hover {
      background: rgba(34, 211, 238, .06);
      border-color: rgba(34, 211, 238, .28);
      transform: translateX(2px);
    }

    .rank-no {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(124, 58, 237, .18);
      color: #DDD6FE;
      font-weight: 950;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    }

    .image-band {
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: 24px;
      align-items: center;
      padding: 24px;
      border-radius: 28px;
      border: 1px solid rgba(148, 163, 184, .18);
      background: rgba(15, 23, 42, .68);
      box-shadow: var(--shadow);
    }

    .image-frame {
      min-height: 330px;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      background: url("/assets/images/coverpic/cover-6.webp") center / cover no-repeat;
    }

    .image-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 7, 11, .08), rgba(7, 7, 11, .78));
    }

    .process {
      counter-reset: step;
      display: grid;
      gap: 14px;
    }

    .process li {
      counter-increment: step;
      list-style: none;
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 14px;
      padding: 16px;
      border-radius: 18px;
      background: rgba(2, 6, 23, .34);
      border: 1px solid rgba(148, 163, 184, .14);
    }

    .process li::before {
      content: counter(step, decimal-leading-zero);
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(124, 58, 237, .95), rgba(34, 211, 238, .65));
      font-weight: 950;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    details.faq-item {
      border-radius: var(--radius-md);
      border: 1px solid rgba(148, 163, 184, .18);
      background: rgba(15, 23, 42, .72);
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    details.faq-item[open] {
      border-color: rgba(34, 211, 238, .42);
      box-shadow: var(--glow);
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .faq-item summary::-webkit-details-marker { display: none; }

    .faq-item summary::after {
      content: "+";
      flex: 0 0 auto;
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 9px;
      color: var(--cyan);
      background: rgba(34, 211, 238, .08);
      transition: transform .2s ease;
    }

    .faq-item[open] summary::after {
      content: "−";
      transform: rotate(180deg);
    }

    .faq-item p {
      padding: 0 20px 20px;
      color: var(--muted);
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      padding: 38px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .34), rgba(34, 211, 238, .14)),
        url("/assets/images/coverpic/cover-8.webp") center / cover no-repeat;
      border: 1px solid rgba(34, 211, 238, .22);
      box-shadow: var(--shadow);
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(7, 7, 11, .68);
    }

    .cta-panel > * { position: relative; z-index: 1; }

    .contact-form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .field {
      width: 100%;
      min-height: 46px;
      border: 1px solid rgba(148, 163, 184, .24);
      border-radius: 14px;
      background: rgba(2, 6, 23, .62);
      color: #fff;
      padding: 12px 14px;
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .field::placeholder { color: #94A3B8; }
    .field:focus {
      border-color: rgba(34, 211, 238, .68);
      box-shadow: 0 0 0 3px rgba(34, 211, 238, .14);
      background: rgba(2, 6, 23, .82);
    }

    textarea.field {
      grid-column: 1 / -1;
      min-height: 96px;
      resize: vertical;
    }

    footer {
      background: #050509;
      border-top: 1px solid rgba(148, 163, 184, .14);
      position: relative;
    }

    footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .85), rgba(34, 211, 238, .72), transparent);
    }

    .footer-link {
      color: #94A3B8;
      transition: color .18s ease, transform .18s ease;
    }

    .footer-link:hover {
      color: var(--cyan);
      transform: translateY(-1px);
    }

    .bg-greenx { background-color: var(--green); }
    .text-cyanx { color: var(--cyan); }

    @media (max-width: 1024px) {
      .desktop-nav { display: none !important; }
      .mobile-toggle { display: inline-flex !important; }
      .mobile-menu.open { display: block; }
      .hero-grid,
      .two-col,
      .image-band {
        grid-template-columns: 1fr;
      }
      .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 768px) {
      .hide-sm { display: none; }
      .site-container { width: min(100% - 24px, 1180px); }
      .section { padding: 58px 0; }
      .hero { padding: 58px 0 48px; min-height: auto; }
      .hero-grid { gap: 24px; }
      .hero h1 { font-size: 36px; }
      .hero-desc { font-size: 15px; }
      .section-title { display: block; }
      .btn { width: 100%; }
      .hero .btn { width: 100%; }
      .stat-grid,
      .card-grid,
      .faq-grid,
      .contact-form {
        grid-template-columns: 1fr;
      }
      .region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .rank-item { grid-template-columns: 34px 1fr; }
      .rank-item > .status { grid-column: 2; width: fit-content; }
      .image-frame { min-height: 240px; }
      .cta-panel { padding: 26px; }
      .archive-head { display: block; }
      .live-chip { margin-top: 12px; }
    }

    @media (max-width: 520px) {
      .topbar { font-size: 11px; }
      .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
      .hero h1 { font-size: 31px; }
      .tag { font-size: 12px; padding: 7px 10px; }
      .stat-card, .content-card, .team-archive { padding: 16px; }
      .region-grid { grid-template-columns: 1fr; }
      .region-card { min-height: 126px; }
      .data-table th, .data-table td { padding: 13px 14px; }
    }

/* roulang page: category4 */
:root {
      --bg: #07070B;
      --bg-2: #0D0B14;
      --panel: rgba(15, 23, 42, .78);
      --panel-strong: rgba(17, 24, 39, .9);
      --text: #F8FAFC;
      --muted: #CBD5E1;
      --soft: #64748B;
      --line: rgba(148, 163, 184, .18);
      --purple: #7C3AED;
      --cyan: #22D3EE;
      --orange: #F97316;
      --green: #34D399;
      --radius-xl: 24px;
      --radius-lg: 18px;
      --radius-md: 14px;
      --shadow: 0 18px 60px rgba(0, 0, 0, .35);
      --glow: 0 0 0 1px rgba(34, 211, 238, .18), 0 24px 70px rgba(124, 58, 237, .28);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--text);
      line-height: 1.65;
      background:
        radial-gradient(circle at 12% 8%, rgba(124, 58, 237, .22), transparent 32%),
        radial-gradient(circle at 86% 16%, rgba(34, 211, 238, .16), transparent 30%),
        linear-gradient(180deg, #07070B 0%, #0D0B14 42%, #07070B 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
      background-size: 38px 38px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.25), transparent);
      pointer-events: none;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      color: #061018;
      background: var(--cyan);
    }

    .site-container {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    .topbar {
      color: var(--muted);
      font-size: 12px;
      background: rgba(3, 7, 18, .88);
      border-bottom: 1px solid rgba(148, 163, 184, .12);
    }

    .main-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 7, 11, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(148, 163, 184, .14);
      box-shadow: 0 14px 44px rgba(0, 0, 0, .22);
    }

    .main-header::after {
      content: "";
      display: block;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .75), rgba(34, 211, 238, .7), transparent);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      color: white;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, 1), rgba(34, 211, 238, .9)),
        #111827;
      box-shadow: 0 0 24px rgba(124, 58, 237, .45);
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 13px;
      border-radius: 999px;
      color: #CBD5E1;
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: #fff;
      background: rgba(34, 211, 238, .08);
      outline: none;
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(124, 58, 237, .28), rgba(34, 211, 238, .12));
      box-shadow: inset 0 0 0 1px rgba(34, 211, 238, .18);
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: -9px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--purple), var(--cyan));
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 0 18px;
      border-radius: var(--radius-md);
      border: 1px solid transparent;
      font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn:focus-visible,
    .faq-button:focus-visible,
    .field:focus {
      outline: 2px solid rgba(34, 211, 238, .72);
      outline-offset: 3px;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--purple), #2563EB 54%, var(--cyan));
      box-shadow: 0 14px 36px rgba(124, 58, 237, .28);
    }

    .btn-primary:hover {
      box-shadow: var(--glow);
      filter: brightness(1.08);
    }

    .btn-secondary {
      color: #DFFBFF;
      background: rgba(15, 23, 42, .78);
      border-color: rgba(34, 211, 238, .36);
    }

    .btn-secondary:hover {
      background: rgba(34, 211, 238, .11);
      border-color: rgba(34, 211, 238, .72);
      box-shadow: 0 0 32px rgba(34, 211, 238, .18);
    }

    .btn-ghost {
      color: #DFFBFF;
      background: rgba(15, 23, 42, .68);
      border-color: rgba(148, 163, 184, .2);
    }

    .mobile-toggle {
      display: none;
    }

    .mobile-menu {
      display: none;
    }

    .bg-greenx {
      background: var(--green);
      box-shadow: 0 0 12px rgba(52, 211, 153, .85);
    }

    .text-cyanx {
      color: var(--cyan);
    }

    .section {
      padding: 86px 0;
      position: relative;
    }

    .section-sm {
      padding: 64px 0;
    }

    .section-title {
      max-width: 760px;
      margin-bottom: 30px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border: 1px solid rgba(34, 211, 238, .26);
      border-radius: 999px;
      color: #A5F3FC;
      background: rgba(34, 211, 238, .08);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 72px 0 62px;
      background:
        linear-gradient(90deg, rgba(7, 7, 11, .94), rgba(7, 7, 11, .76) 48%, rgba(7, 7, 11, .92)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 70% 28%, rgba(34, 211, 238, .18), transparent 30%),
        radial-gradient(circle at 30% 72%, rgba(124, 58, 237, .22), transparent 34%),
        linear-gradient(180deg, transparent 68%, #07070B);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 130px;
      background: linear-gradient(180deg, transparent, #07070B);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 420px;
      gap: 38px;
      align-items: center;
    }

    .hero h1 {
      margin: 18px 0 18px;
      max-width: 790px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: 0;
    }

    .gradient-text {
      color: transparent;
      background: linear-gradient(90deg, #fff, #A5F3FC 42%, #C4B5FD 78%);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .hero-lead {
      max-width: 720px;
      color: #CBD5E1;
      font-size: 17px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 24px 0 28px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 999px;
      color: #DFFBFF;
      border: 1px solid rgba(148, 163, 184, .18);
      background: rgba(15, 23, 42, .72);
      font-size: 12px;
      font-weight: 800;
    }

    .tag.hot {
      color: #FFF7ED;
      border-color: rgba(249, 115, 22, .42);
      background: rgba(249, 115, 22, .13);
    }

    .portal-card {
      overflow: hidden;
      border: 1px solid rgba(148, 163, 184, .18);
      border-radius: var(--radius-xl);
      background: rgba(15, 23, 42, .76);
      box-shadow: var(--shadow);
    }

    .portal-card:hover,
    .content-card:hover,
    .topic-card:hover,
    .metric-card:hover {
      transform: translateY(-3px);
      border-color: rgba(34, 211, 238, .46);
      box-shadow: var(--glow);
    }

    .content-card,
    .topic-card,
    .metric-card,
    .faq-item,
    .panel {
      border: 1px solid rgba(148, 163, 184, .18);
      background: var(--panel);
      border-radius: var(--radius-lg);
      box-shadow: 0 14px 44px rgba(0, 0, 0, .22);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .hero-feature img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      filter: saturate(1.12) contrast(1.04);
    }

    .image-overlay {
      position: relative;
    }

    .image-overlay::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent, rgba(7, 7, 11, .88));
      pointer-events: none;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 900;
      border: 1px solid transparent;
    }

    .badge-cyan {
      color: #A5F3FC;
      background: rgba(34, 211, 238, .1);
      border-color: rgba(34, 211, 238, .24);
    }

    .badge-purple {
      color: #DDD6FE;
      background: rgba(124, 58, 237, .14);
      border-color: rgba(124, 58, 237, .32);
    }

    .badge-orange {
      color: #FED7AA;
      background: rgba(249, 115, 22, .14);
      border-color: rgba(249, 115, 22, .34);
    }

    .badge-green {
      color: #BBF7D0;
      background: rgba(52, 211, 153, .12);
      border-color: rgba(52, 211, 153, .28);
    }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .metric-card {
      padding: 20px;
      min-height: 150px;
    }

    .metric-value {
      margin: 8px 0 4px;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 34px;
      line-height: 1;
      font-weight: 950;
      color: transparent;
      background: linear-gradient(90deg, #fff, var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
    }

    .news-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
      gap: 22px;
      align-items: start;
    }

    .lead-news {
      min-height: 100%;
    }

    .lead-news img {
      height: 320px;
      width: 100%;
      object-fit: cover;
    }

    .mini-news-grid {
      display: grid;
      gap: 16px;
    }

    .mini-news {
      display: grid;
      grid-template-columns: 132px 1fr;
      gap: 14px;
      padding: 12px;
    }

    .mini-news img {
      width: 132px;
      height: 98px;
      border-radius: 14px;
      object-fit: cover;
    }

    .light-zone {
      color: #0F172A;
      background:
        radial-gradient(circle at 16% 10%, rgba(124, 58, 237, .12), transparent 30%),
        linear-gradient(180deg, #F8FAFC, #EEF2F7);
    }

    .light-zone .section-title p,
    .light-zone .muted-dark {
      color: #475569;
    }

    .article-list {
      display: grid;
      gap: 14px;
    }

    .article-item {
      display: grid;
      grid-template-columns: 128px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 16px;
      border: 1px solid rgba(15, 23, 42, .1);
      border-radius: 18px;
      background: rgba(255, 255, 255, .78);
      box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .article-item:hover {
      transform: translateY(-2px);
      border-color: rgba(124, 58, 237, .28);
      box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    }

    .article-thumb {
      width: 128px;
      height: 86px;
      border-radius: 14px;
      overflow: hidden;
      background: #111827;
    }

    .article-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .table-shell {
      overflow: hidden;
      border: 1px solid rgba(148, 163, 184, .18);
      border-radius: var(--radius-xl);
      background: rgba(15, 23, 42, .78);
      box-shadow: var(--shadow);
    }

    .table-scroll {
      overflow-x: auto;
    }

    table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
    }

    th,
    td {
      padding: 15px 16px;
      text-align: left;
      border-bottom: 1px solid rgba(148, 163, 184, .12);
      white-space: nowrap;
    }

    th {
      color: #A5F3FC;
      font-size: 12px;
      font-weight: 900;
      background: #111827;
    }

    td {
      color: #E2E8F0;
      font-size: 14px;
    }

    tr:hover td {
      background: rgba(124, 58, 237, .1);
    }

    .rank-list {
      display: grid;
      gap: 12px;
    }

    .rank-item {
      display: grid;
      grid-template-columns: 38px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border: 1px solid rgba(148, 163, 184, .16);
      border-radius: 16px;
      background: rgba(15, 23, 42, .62);
    }

    .rank-num {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 950;
      color: white;
      background: linear-gradient(135deg, var(--purple), var(--cyan));
    }

    .topic-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
    }

    .topic-card {
      padding: 18px;
      min-height: 188px;
      overflow: hidden;
      position: relative;
    }

    .topic-card::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: -44px;
      bottom: -44px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(34, 211, 238, .18), transparent 70%);
      pointer-events: none;
    }

    .quote-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .quote-card {
      padding: 18px;
      border: 1px solid rgba(148, 163, 184, .18);
      border-radius: 18px;
      background: rgba(15, 23, 42, .74);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .faq-item {
      overflow: hidden;
    }

    .faq-button {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      align-items: center;
      padding: 18px 20px;
      color: #fff;
      background: transparent;
      border: 0;
      text-align: left;
      font-weight: 900;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 18px;
      color: #CBD5E1;
      font-size: 14px;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #A5F3FC;
      background: rgba(34, 211, 238, .1);
      flex: 0 0 auto;
      transition: transform .2s ease;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      padding: 34px;
      border: 1px solid rgba(34, 211, 238, .28);
      border-radius: 28px;
      background:
        linear-gradient(135deg, rgba(124, 58, 237, .24), rgba(34, 211, 238, .09)),
        rgba(15, 23, 42, .84);
      box-shadow: var(--shadow);
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      inset: -80px -120px auto auto;
      width: 280px;
      height: 280px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(34, 211, 238, .24), transparent 70%);
      pointer-events: none;
    }

    .field {
      width: 100%;
      min-height: 46px;
      border: 1px solid rgba(148, 163, 184, .22);
      border-radius: 14px;
      color: #fff;
      background: rgba(2, 6, 23, .68);
      padding: 11px 14px;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    textarea.field {
      min-height: 112px;
      resize: vertical;
    }

    .field::placeholder {
      color: #64748B;
    }

    .field:focus {
      border-color: rgba(34, 211, 238, .68);
      box-shadow: 0 0 0 4px rgba(34, 211, 238, .08);
    }

    footer {
      background: #050509;
      border-top: 1px solid rgba(148, 163, 184, .12);
      position: relative;
    }

    footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124, 58, 237, .75), rgba(34, 211, 238, .65), transparent);
    }

    .footer-link {
      color: #94A3B8;
      transition: color .2s ease;
    }

    .footer-link:hover {
      color: var(--cyan);
    }

    .pulse-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 0 rgba(249, 115, 22, .7);
      animation: pulse 1.8s infinite;
    }

    @keyframes pulse {
      70% {
        box-shadow: 0 0 0 10px rgba(249, 115, 22, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
      }
    }

    @media (max-width: 1024px) {
      .desktop-nav {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .mobile-menu.open {
        display: block;
      }

      .hero-grid,
      .news-layout {
        grid-template-columns: 1fr;
      }

      .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .topic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .quote-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1180px);
      }

      .hide-sm {
        display: none;
      }

      .hero {
        padding: 52px 0 42px;
      }

      .hero h1 {
        font-size: 34px;
      }

      .hero-lead {
        font-size: 15px;
      }

      .section {
        padding: 58px 0;
      }

      .section-sm {
        padding: 44px 0;
      }

      .lead-news img {
        height: 230px;
      }

      .mini-news,
      .article-item {
        grid-template-columns: 1fr;
      }

      .mini-news img,
      .article-thumb {
        width: 100%;
        height: 170px;
      }

      .article-item > .text-right {
        text-align: left;
      }

      .topic-grid,
      .quote-grid,
      .faq-grid {
        grid-template-columns: 1fr;
      }

      .cta-panel {
        padding: 24px;
      }
    }

    @media (max-width: 520px) {
      .metric-grid {
        grid-template-columns: 1fr;
      }

      .btn {
        width: 100%;
      }

      .hero .flex {
        width: 100%;
      }

      .topbar {
        font-size: 11px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      th,
      td {
        padding: 12px;
      }
    }
