/* roulang page: index */
:root{
      --bg:#080A0F;
      --bg-2:#0D111A;
      --panel:#121826;
      --panel-soft:rgba(255,255,255,.045);
      --panel-strong:rgba(255,255,255,.075);
      --text:#D9E2EF;
      --text-strong:#F8FBFF;
      --muted:#91A0B6;
      --muted-2:#687589;
      --primary:#19F5C6;
      --primary-dark:#0CCAA1;
      --secondary:#7C5CFF;
      --accent:#FF8A3D;
      --danger:#FF5C7A;
      --light:#F6F8FB;
      --light-text:#263241;
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(25,245,198,.34);
      --radius-sm:12px;
      --radius:18px;
      --radius-lg:28px;
      --shadow:0 24px 70px rgba(0,0,0,.38);
      --glow:0 0 36px rgba(25,245,198,.15);
      --light-shadow:0 16px 40px rgba(15,23,42,.08);
      --container:1240px;
      --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      --num:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,monospace;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(124,92,255,.18), transparent 32%),
        radial-gradient(circle at 84% 12%, rgba(25,245,198,.14), transparent 28%),
        linear-gradient(180deg,#080A0F 0%,#0D111A 44%,#090B10 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    input,select,textarea{outline:none}
    input:focus,select:focus,textarea:focus,button:focus,a:focus{outline:2px solid rgba(25,245,198,.45);outline-offset:3px}
    .site-wrap{min-height:100vh;position:relative}
    .container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
    .section{padding:86px 0;position:relative}
    .section.compact{padding:58px 0}
    .section.light{
      color:var(--light-text);
      background:linear-gradient(180deg,#F6F8FB 0%,#EEF3F8 100%);
    }
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.08em}
    .eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 16px var(--primary)}
    h1,h2,h3,h4,p{margin-top:0}
    h1{font-size:clamp(32px,5vw,56px);line-height:1.12;font-weight:850;letter-spacing:-.04em;color:var(--text-strong);margin-bottom:18px}
    h2{font-size:clamp(28px,3.2vw,36px);line-height:1.18;font-weight:820;letter-spacing:-.025em;color:var(--text-strong);margin-bottom:10px}
    .light h2,.light h3{color:#111827}
    h3{font-size:21px;line-height:1.35;font-weight:760;color:var(--text-strong);margin-bottom:10px}
    .lead{font-size:17px;color:#B9C5D6;max-width:780px}
    .light .lead,.light .muted{color:#5D6878}
    .muted{color:var(--muted);font-size:15px}
    .mono{font-family:var(--num)}
    .text-gradient{background:linear-gradient(90deg,var(--primary),#B6FFF1 45%,var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent}
    .top-shell{
      position:sticky;top:0;z-index:50;
      background:rgba(8,10,15,.82);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
    }
    .command-nav{min-height:74px;display:flex;align-items:center;gap:18px;justify-content:space-between}
    .brand{
      display:flex;align-items:center;gap:10px;white-space:nowrap;font-weight:900;color:#fff;letter-spacing:-.02em;
    }
    .brand-mark{
      width:34px;height:34px;border-radius:12px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      display:grid;place-items:center;color:#06100D;font-weight:950;box-shadow:0 0 24px rgba(25,245,198,.24);
    }
    .brand small{display:block;font-size:11px;color:var(--muted);font-weight:700;letter-spacing:.06em;margin-top:-3px}
    .nav-center{display:flex;align-items:center;gap:6px;padding:6px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035)}
    .nav-center a{padding:9px 12px;border-radius:999px;color:#C6D0DF;font-size:14px;font-weight:760;line-height:1}
    .nav-center a:hover{background:rgba(25,245,198,.08);color:var(--primary)}
    .nav-center a.active{background:linear-gradient(135deg,rgba(25,245,198,.18),rgba(124,92,255,.16));color:#fff;border:1px solid rgba(25,245,198,.22)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .command-search{
      min-width:220px;height:42px;border-radius:14px;border:1px solid var(--line);
      background:rgba(255,255,255,.04);color:#AEB9CA;padding:0 12px;display:flex;align-items:center;gap:9px;font-size:13px;
    }
    .kbd{font-family:var(--num);border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:7px;padding:1px 6px;color:#EAF1F8;font-size:12px}
    .btn,.button{
      border:0!important;border-radius:14px!important;padding:13px 18px!important;font-weight:850!important;
      line-height:1!important;margin:0!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease!important;
      cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;
    }
    .btn-primary,.button.primary{
      background:linear-gradient(135deg,var(--primary),#5BFFDF)!important;color:#06100D!important;box-shadow:0 12px 28px rgba(25,245,198,.20)!important;
    }
    .btn-primary:hover,.button.primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#42FFD8,var(--accent))!important;color:#150B05!important}
    .btn-secondary{background:rgba(255,255,255,.055)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}
    .btn-secondary:hover{transform:translateY(-2px);border-color:rgba(255,138,61,.55)!important;box-shadow:0 12px 26px rgba(255,138,61,.12)!important;color:#fff}
    .btn-ghost{background:transparent!important;border:1px solid var(--line)!important;color:#DDE8F6!important}
    .btn-ghost:hover{border-color:var(--primary)!important;background:rgba(25,245,198,.08)!important;transform:translateY(-2px)}
    .mobile-toggle{display:none;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#fff;border-radius:12px;padding:10px 12px}
    .mobile-panel{display:none;border-top:1px solid var(--line);padding:12px 0 18px}
    .mobile-panel a{display:block;padding:12px 14px;border-radius:12px;color:#DCE7F6;font-weight:760}
    .mobile-panel a.active,.mobile-panel a:hover{background:rgba(25,245,198,.10);color:var(--primary)}
    .hero{
      min-height:720px;padding:82px 0 72px;position:relative;overflow:hidden;
      background-image:linear-gradient(90deg,rgba(8,10,15,.92),rgba(8,10,15,.72) 46%,rgba(8,10,15,.88)),url('/assets/images/backpic/back-1.webp');
      background-size:cover;background-position:center;
    }
    .hero:before{
      content:"";position:absolute;inset:0;opacity:.28;pointer-events:none;
      background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,#000,transparent 88%);
    }
    .hero:after{content:"";position:absolute;width:420px;height:420px;right:-140px;top:100px;border-radius:50%;background:rgba(25,245,198,.18);filter:blur(90px)}
    .hero .container{position:relative;z-index:1}
    .hero-grid{align-items:center}
    .hero-tags,.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
    .tag{
      display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;
      background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);color:#DDE8F6;font-size:13px;font-weight:750;
    }
    .tag.hot{border-color:rgba(255,138,61,.35);color:#FFD0B1;background:rgba(255,138,61,.10)}
    .tag.purple{border-color:rgba(124,92,255,.35);background:rgba(124,92,255,.12)}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
    .hero-note{margin-top:18px;display:flex;gap:14px;flex-wrap:wrap;color:#9FAEC2;font-size:13px}
    .terminal-card{
      border:1px solid rgba(25,245,198,.18);background:linear-gradient(180deg,rgba(18,24,38,.86),rgba(8,10,15,.82));
      border-radius:30px;box-shadow:var(--shadow),var(--glow);padding:22px;position:relative;overflow:hidden;
    }
    .terminal-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent))}
    .terminal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
    .pulse{display:inline-flex;align-items:center;gap:8px;color:#AEFEEB;font-weight:850;font-size:13px}
    .pulse:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 6px rgba(25,245,198,.12),0 0 18px var(--primary)}
    .match-card{
      padding:16px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:20px;margin-bottom:12px;
      transition:.22s ease;
    }
    .match-card:hover{transform:translateX(3px);border-color:rgba(25,245,198,.35);background:rgba(25,245,198,.06)}
    .match-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);margin-bottom:12px}
    .versus{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}
    .team{font-weight:850;color:#F5FAFF}
    .team.right{text-align:right}
    .score{font-family:var(--num);font-size:26px;font-weight:900;color:var(--primary);letter-spacing:.02em}
    .status{
      display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:850;white-space:nowrap;
      border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#CFD8E6;
    }
    .status.live{color:#07110F;background:var(--primary);border-color:var(--primary)}
    .status.wait{background:rgba(124,92,255,.14);color:#CFC6FF;border-color:rgba(124,92,255,.36)}
    .status.end{background:rgba(145,160,182,.12);color:#BAC5D4}
    .status.hot{background:rgba(255,138,61,.15);color:#FFD1B3;border-color:rgba(255,138,61,.34)}
    .mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
    .mini-metric{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:16px;padding:12px}
    .mini-metric b{display:block;font-family:var(--num);font-size:23px;color:#fff;line-height:1}
    .mini-metric span{font-size:12px;color:var(--muted)}
    .metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .metric-card,.card{
      border:1px solid var(--line);background:var(--panel-soft);border-radius:var(--radius);padding:22px;
      transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    .metric-card:hover,.card:hover{transform:translateY(-4px);border-color:rgba(25,245,198,.32);background:rgba(255,255,255,.065);box-shadow:0 18px 42px rgba(0,0,0,.16)}
    .metric-num{font-family:var(--num);font-size:34px;font-weight:950;color:#fff;line-height:1.05}
    .metric-name{font-weight:820;color:#DDE8F6;margin-top:9px}
    .metric-desc{font-size:13px;color:var(--muted);margin-top:4px}
    .metric-card.accent .metric-num{color:var(--accent)}
    .metric-card.primary .metric-num{color:var(--primary)}
    .game-strip{display:grid;grid-template-columns:1.1fr .9fr 1.2fr .8fr;gap:16px;align-items:stretch}
    .game-card{
      min-height:210px;border-radius:24px;overflow:hidden;position:relative;border:1px solid var(--line);
      background:#121826;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;
    }
    .game-card.tall{grid-row:span 2;min-height:436px}
    .game-card.wide{grid-column:span 2}
    .game-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,15,.18),rgba(8,10,15,.88));z-index:1}
    .game-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
    .game-card:hover img{transform:scale(1.05)}
    .game-card-content{position:relative;z-index:2}
    .game-card h3{margin-bottom:5px}
    .game-line{display:flex;justify-content:space-between;gap:12px;color:#C9D4E5;font-size:14px;margin:10px 0 14px}
    .table-wrap{
      overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.04);
      box-shadow:inset -14px 0 24px rgba(0,0,0,.08);
    }
    table.data-table{width:100%;border-collapse:separate;border-spacing:0;margin:0;min-width:920px;color:#DCE6F4}
    .data-table thead{background:rgba(255,255,255,.07)}
    .data-table th{padding:16px 16px;color:#AEBBD0;font-size:13px;font-weight:850;border-bottom:1px solid var(--line);text-align:left}
    .data-table td{padding:15px 16px;border-bottom:1px solid rgba(255,255,255,.07);font-size:14px;vertical-align:middle}
    .data-table tr:last-child td{border-bottom:0}
    .data-table tbody tr{transition:background .18s ease}
    .data-table tbody tr:hover{background:rgba(25,245,198,.055)}
    .score-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .score-tile{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:22px;padding:18px}
    .score-tile .score{font-size:34px;text-align:center;margin:12px 0}
    .score-team{display:flex;justify-content:space-between;font-weight:850;color:#F4F8FE}
    .score-stage{font-size:13px;color:var(--muted);display:flex;justify-content:space-between;margin-top:10px}
    .rank-board{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
    .rank-list{display:flex;flex-direction:column;gap:12px}
    .rank-item{display:grid;grid-template-columns:42px 1fr 76px;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:18px}
    .rank-no{width:34px;height:34px;border-radius:12px;background:rgba(25,245,198,.12);display:grid;place-items:center;color:var(--primary);font-family:var(--num);font-weight:950}
    .bar{height:8px;border-radius:99px;background:rgba(255,255,255,.09);overflow:hidden;margin-top:8px}
    .bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--primary),var(--secondary))}
    .rate{font-family:var(--num);font-weight:950;color:#fff;text-align:right}
    .player-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
    .radar-card{min-height:360px;position:relative;overflow:hidden}
    .radar{
      width:230px;height:230px;margin:18px auto;border-radius:50%;position:relative;
      background:
        radial-gradient(circle,transparent 26%,rgba(25,245,198,.13) 27% 28%,transparent 29% 49%,rgba(124,92,255,.18) 50% 51%,transparent 52% 72%,rgba(255,255,255,.10) 73% 74%,transparent 75%),
        conic-gradient(from 20deg,rgba(25,245,198,.34),rgba(124,92,255,.25),rgba(255,138,61,.22),rgba(25,245,198,.34));
      border:1px solid rgba(25,245,198,.18);
      box-shadow:0 0 42px rgba(25,245,198,.10);
    }
    .radar:after{content:"KDA";position:absolute;inset:62px;border-radius:50%;background:#0D111A;display:grid;place-items:center;color:var(--primary);font-family:var(--num);font-size:34px;font-weight:950;border:1px solid var(--line)}
    .skill-row{display:grid;grid-template-columns:92px 1fr 54px;gap:12px;align-items:center;margin:14px 0;color:#DCE7F6;font-size:14px}
    .masonry{columns:3 280px;column-gap:18px}
    .topic-card{break-inside:avoid;margin:0 0 18px;border-radius:24px;overflow:hidden;border:1px solid #E4EAF2;background:#fff;box-shadow:var(--light-shadow);transition:.22s ease}
    .topic-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(15,23,42,.12)}
    .topic-cover{height:180px;position:relative;overflow:hidden}
    .topic-cover img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
    .topic-card:hover img{transform:scale(1.04)}
    .topic-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55))}
    .topic-body{padding:20px}
    .topic-body h3{color:#111827}
    .timeline{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .update-item{border:1px solid var(--line);border-radius:20px;padding:18px;background:rgba(255,255,255,.045);position:relative}
    .update-item:before{content:"";position:absolute;left:18px;top:0;width:2px;height:100%;background:linear-gradient(var(--primary),transparent);opacity:.28}
    .update-item > *{position:relative;margin-left:18px}
    .analysis-panel{
      border:1px solid rgba(124,92,255,.24);border-radius:30px;padding:28px;
      background:linear-gradient(135deg,rgba(124,92,255,.13),rgba(25,245,198,.07)),#0D111A;
      overflow:hidden;position:relative;
    }
    .analysis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
    .analysis-card{border:1px solid var(--line);background:rgba(0,0,0,.18);border-radius:20px;padding:18px}
    .wave{height:54px;border-radius:14px;background:
      linear-gradient(135deg,transparent 0 20%,rgba(25,245,198,.28) 20% 22%,transparent 22% 42%,rgba(124,92,255,.30) 42% 45%,transparent 45% 62%,rgba(255,138,61,.28) 62% 64%,transparent 64%),
      rgba(255,255,255,.04);margin-top:12px}
    .reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .review-card{background:#fff;border:1px solid #E4EAF2;border-radius:22px;padding:20px;box-shadow:var(--light-shadow)}
    .review-card h3{font-size:16px;color:#111827;margin-bottom:4px}
    .stars{color:#FF9A3D;font-family:var(--num);font-weight:950;font-size:14px}
    .review-card p{font-size:14px;color:#4E5969;margin:10px 0}
    .compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .compare-card{border:1px solid var(--line);border-radius:26px;padding:24px;background:rgba(255,255,255,.045)}
    .compare-card.featured{background:linear-gradient(180deg,rgba(25,245,198,.12),rgba(124,92,255,.08));border-color:rgba(25,245,198,.30);box-shadow:var(--glow)}
    .compare-list{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}
    .compare-list li{display:flex;gap:9px;color:#C9D4E5;font-size:14px}
    .compare-list li:before{content:"✓";color:var(--primary);font-weight:900}
    .accordion{background:transparent}
    .accordion-item{margin-bottom:12px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.045)}
    .accordion-title{border:0!important;background:transparent!important;color:#F2F7FF!important;font-weight:850;font-size:16px;padding:18px 52px 18px 20px!important}
    .accordion-title:before{color:var(--primary);font-size:22px;right:20px}
    .accordion-content{border:0!important;background:rgba(255,255,255,.035)!important;color:#B9C5D6!important;padding:0 20px 20px!important}
    .contact-shell{
      border:1px solid rgba(25,245,198,.25);border-radius:32px;padding:30px;
      background:linear-gradient(135deg,rgba(25,245,198,.12),rgba(124,92,255,.10) 55%,rgba(255,138,61,.08)),#0D111A;
      box-shadow:var(--shadow);
    }
    .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .field.full{grid-column:1/-1}
    .contact-form label{color:#DCE7F6;font-weight:800;font-size:13px;margin-bottom:6px}
    .contact-form input,.contact-form select,.contact-form textarea{
      width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(8,10,15,.62);border-radius:14px;color:#fff;
      min-height:48px;padding:12px 14px;box-shadow:none;margin:0;
    }
    .contact-form textarea{min-height:112px;resize:vertical}
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(25,245,198,.10)}
    .site-footer{background:#07090D;border-top:1px solid var(--line);padding:56px 0 26px;color:#AEB9CA}
    .footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:28px;margin-bottom:28px}
    .footer-links,.friend-links{display:flex;flex-wrap:wrap;gap:10px 16px}
    .footer-links a,.friend-links a{color:#B7C2D4;font-size:14px}
    .footer-links a:hover,.friend-links a:hover{color:var(--primary)}
    .record{text-align:center;border-top:1px solid var(--line);padding-top:22px;font-size:13px;color:#8995A8}
    .record p{margin:4px 0}
    @media (max-width:1100px){
      .nav-center,.command-search,.nav-actions .btn-secondary{display:none}
      .mobile-toggle{display:inline-flex}
      .mobile-panel.open{display:block}
      .metric-grid{grid-template-columns:repeat(3,1fr)}
      .game-strip{grid-template-columns:1fr 1fr}
      .game-card.wide,.game-card.tall{grid-column:auto;grid-row:auto;min-height:240px}
      .score-cards,.reviews{grid-template-columns:repeat(2,1fr)}
      .rank-board,.player-panel{grid-template-columns:1fr}
      .analysis-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:768px){
      .section{padding:58px 0}
      .hero{padding:54px 0 54px;min-height:auto}
      .hero-actions .btn{width:100%}
      .terminal-card{margin-top:28px;border-radius:24px;padding:16px}
      .metric-grid{grid-template-columns:repeat(2,1fr);gap:10px}
      .metric-card,.card{padding:18px}
      .metric-num{font-size:28px}
      .game-strip,.timeline,.compare-grid,.contact-form,.footer-grid{grid-template-columns:1fr}
      .score-cards,.reviews,.analysis-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .masonry{columns:1}
      .rank-item{grid-template-columns:38px 1fr 60px}
      .contact-shell{padding:20px;border-radius:24px}
      .mini-metrics{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .container{width:min(calc(100% - 22px),var(--container))}
      .command-nav{min-height:66px}
      .brand small{display:none}
      .brand{font-size:15px}
      .brand-mark{width:31px;height:31px}
      .hero-tags .tag{font-size:12px}
      h1{font-size:31px}
      .versus{grid-template-columns:1fr;gap:6px;text-align:left}
      .team.right{text-align:left}
      .score{text-align:left}
      .table-wrap{border-radius:18px}
    }

/* roulang page: category4 */
:root {
      --bg: #080A0F;
      --bg-2: #0D111A;
      --panel: rgba(255,255,255,.052);
      --panel-2: #121826;
      --text: #D9E2EF;
      --muted: #94A3B8;
      --line: rgba(255,255,255,.11);
      --cyan: #19F5C6;
      --purple: #7C5CFF;
      --orange: #FF8A3D;
      --light: #F6F8FB;
      --dark-text: #263241;
      --light-line: #E4EAF2;
      --radius-sm: 12px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --shadow-dark: 0 0 0 1px rgba(255,255,255,.08), 0 24px 70px rgba(0,0,0,.35);
      --shadow-light: 0 16px 40px rgba(15,23,42,.08);
      --container: 1220px;
      --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      --mono: "DIN Alternate", "Roboto Mono", "SFMono-Regular", Consolas, monospace;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--font);
      color: var(--text);
      background:
        radial-gradient(circle at 18% 2%, rgba(25,245,198,.14), transparent 28%),
        radial-gradient(circle at 80% 12%, rgba(124,92,255,.18), transparent 26%),
        linear-gradient(180deg, #080A0F 0%, #0D111A 44%, #090B11 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .32;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
      z-index: -1;
    }
    a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
    img { max-width: 100%; display: block; }
    button, input, select, textarea { font: inherit; }
    button, a, input, select, textarea { outline-color: var(--cyan); }
    .container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
    .muted { color: var(--muted); }
    .section { padding: 86px 0; position: relative; }
    .section.light { background: var(--light); color: var(--dark-text); }
    .section-title { max-width: 760px; margin-bottom: 30px; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--cyan);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0;
      padding: 7px 12px;
      border: 1px solid rgba(25,245,198,.22);
      border-radius: 999px;
      background: rgba(25,245,198,.07);
    }
    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 16px rgba(25,245,198,.75);
    }
    h1, h2, h3, p { margin-top: 0; }
    h1 {
      margin: 18px 0 18px;
      font-size: clamp(32px, 5vw, 56px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: 0;
    }
    h2 {
      font-size: clamp(28px, 3.4vw, 36px);
      line-height: 1.22;
      font-weight: 760;
      margin-bottom: 12px;
      letter-spacing: 0;
    }
    h3 {
      font-size: 21px;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: 0;
    }
    p { font-size: 16px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 12px 18px;
      border-radius: 13px;
      font-weight: 800;
      border: 1px solid transparent;
      cursor: pointer;
      line-height: 1.1;
      white-space: nowrap;
    }
    .btn-primary {
      background: linear-gradient(135deg, var(--cyan), #78FFE0 48%, var(--purple));
      color: #071016 !important;
      box-shadow: 0 14px 36px rgba(25,245,198,.22);
    }
    .btn-secondary {
      background: rgba(255,255,255,.06);
      color: var(--text) !important;
      border-color: var(--line);
    }
    .btn:hover, .btn:focus {
      transform: translateY(-2px);
      border-color: rgba(255,138,61,.72);
      box-shadow: 0 18px 42px rgba(255,138,61,.16);
    }
    .btn-primary:hover { background: linear-gradient(135deg, var(--orange), var(--cyan)); }

    .top-shell {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 14px 0;
      background: rgba(8,10,15,.82);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--line);
    }
    .command-nav {
      min-height: 66px;
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: space-between;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 10px 12px;
      background: rgba(13,17,26,.72);
      box-shadow: 0 18px 50px rgba(0,0,0,.22);
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-width: 236px;
      color: #fff;
      font-weight: 850;
      line-height: 1.1;
    }
    .brand small {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 600;
    }
    .brand-mark {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: linear-gradient(135deg, var(--cyan), var(--purple));
      color: #061017;
      font-weight: 900;
      box-shadow: 0 0 24px rgba(25,245,198,.32);
    }
    .nav-center {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      flex: 1;
    }
    .nav-center a, .mobile-panel a:not(.btn) {
      padding: 10px 12px;
      border-radius: 11px;
      color: #B8C4D5;
      font-size: 14px;
      font-weight: 750;
      position: relative;
    }
    .nav-center a:hover, .nav-center a.active,
    .mobile-panel a:hover, .mobile-panel a.active {
      color: var(--cyan);
      background: rgba(25,245,198,.08);
    }
    .nav-center a.active::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 4px;
      height: 2px;
      border-radius: 99px;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(25,245,198,.7);
    }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .command-search {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 220px;
      height: 42px;
      padding: 0 12px;
      border: 1px solid var(--line);
      border-radius: 13px;
      color: var(--muted);
      font-size: 13px;
      background: rgba(255,255,255,.045);
    }
    .kbd {
      font-family: var(--mono);
      color: var(--cyan);
      border: 1px solid rgba(25,245,198,.22);
      border-radius: 7px;
      padding: 1px 6px;
      background: rgba(25,245,198,.08);
    }
    .mobile-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: rgba(255,255,255,.06);
      color: #fff;
      cursor: pointer;
    }
    .mobile-panel {
      display: none;
      margin-top: 10px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(13,17,26,.96);
    }
    .mobile-panel.open { display: grid; gap: 6px; }

    .hero {
      min-height: 690px;
      padding: 78px 0 58px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(8,10,15,.96), rgba(8,10,15,.74) 45%, rgba(8,10,15,.9)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom: 1px solid var(--line);
      position: relative;
      overflow: hidden;
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      right: -180px;
      top: 80px;
      background: radial-gradient(circle, rgba(124,92,255,.2), transparent 64%);
      pointer-events: none;
    }
    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 16px;
    }
    .breadcrumb a { color: #BFD4E8; }
    .breadcrumb a:hover { color: var(--cyan); }
    .hero-lead {
      max-width: 690px;
      color: #B8C4D5;
      font-size: 18px;
      line-height: 1.85;
      margin-bottom: 24px;
    }
    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 28px;
    }
    .tag, .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 13px;
      font-weight: 760;
      color: #CFE2F3;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.05);
    }
    .tag.hot, .badge.hot { color: #16100b; background: var(--orange); border-color: rgba(255,138,61,.85); }
    .tag.cyan, .badge.live { color: #061017; background: var(--cyan); border-color: rgba(25,245,198,.8); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .topic-terminal {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(18,24,38,.88), rgba(8,10,15,.92));
      padding: 22px;
      box-shadow: var(--shadow-dark);
      position: relative;
      overflow: hidden;
    }
    .terminal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--line);
      margin-bottom: 18px;
    }
    .terminal-head strong { color: #fff; font-size: 18px; }
    .cover-stack {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 14px;
      margin-bottom: 16px;
    }
    .feature-cover {
      min-height: 250px;
      border-radius: 22px;
      overflow: hidden;
      position: relative;
      border: 1px solid var(--line);
    }
    .feature-cover img {
      width: 100%;
      height: 100%;
      min-height: 250px;
      object-fit: cover;
      transition: transform .35s ease;
    }
    .feature-cover:hover img { transform: scale(1.04); }
    .feature-cover .overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 18px;
      background: linear-gradient(180deg, transparent 12%, rgba(0,0,0,.82) 100%);
    }
    .mini-topic-list { display: grid; gap: 12px; }
    .mini-topic {
      padding: 14px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.045);
    }
    .mini-topic b { display: block; color: #fff; margin-bottom: 3px; }
    .mini-topic span { color: var(--muted); font-size: 13px; }
    .terminal-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    .terminal-metric {
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 14px;
      background: rgba(25,245,198,.045);
    }
    .num {
      display: block;
      font-family: var(--mono);
      font-size: 30px;
      line-height: 1;
      color: var(--cyan);
      font-weight: 900;
    }
    .terminal-metric small { color: var(--muted); }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .metric-card, .dark-card, .topic-card, .rank-card, .review-card, .info-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--panel);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
    }
    .metric-card {
      padding: 22px;
      min-height: 144px;
      position: relative;
      overflow: hidden;
    }
    .metric-card::after {
      content: "";
      position: absolute;
      width: 96px;
      height: 96px;
      right: -30px;
      top: -30px;
      border-radius: 50%;
      background: rgba(124,92,255,.14);
    }
    .metric-card:hover, .dark-card:hover, .topic-card:hover, .rank-card:hover, .review-card:hover, .info-card:hover {
      transform: translateY(-3px);
      border-color: rgba(25,245,198,.48);
      box-shadow: 0 18px 44px rgba(0,0,0,.22);
    }
    .metric-card .num { margin-bottom: 9px; }
    .metric-card p { margin: 0; color: var(--muted); font-size: 14px; }

    .topic-masonry {
      display: grid;
      grid-template-columns: 1.3fr .9fr .9fr;
      grid-auto-rows: minmax(220px, auto);
      gap: 18px;
    }
    .topic-card {
      position: relative;
      overflow: hidden;
      min-height: 250px;
      background: #111827;
    }
    .topic-card.large { grid-row: span 2; min-height: 520px; }
    .topic-card img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
      transition: transform .36s ease;
    }
    .topic-card:hover img { transform: scale(1.04); }
    .topic-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 22px;
      background: linear-gradient(180deg, rgba(8,10,15,.08), rgba(8,10,15,.9) 70%, rgba(8,10,15,.98));
    }
    .slant-label {
      align-self: flex-start;
      color: #071016;
      background: var(--cyan);
      font-size: 12px;
      font-weight: 850;
      padding: 7px 12px;
      border-radius: 8px;
      transform: skew(-8deg);
      margin-bottom: 12px;
    }
    .topic-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
      color: #C9D7EA;
      font-size: 13px;
    }
    .topic-meta span {
      padding: 5px 8px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 999px;
      background: rgba(255,255,255,.07);
    }

    .light .section-title .eyebrow { background: rgba(25,245,198,.12); color: #0E806D; border-color: rgba(14,128,109,.22); }
    .light .muted { color: #607085; }
    .focus-layout {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 24px;
      align-items: start;
    }
    .editor-pick {
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #fff;
      box-shadow: var(--shadow-light);
      border: 1px solid var(--light-line);
    }
    .editor-pick img {
      width: 100%;
      height: 270px;
      object-fit: cover;
    }
    .editor-body { padding: 24px; }
    .pick-list {
      display: grid;
      gap: 14px;
    }
    .pick-item {
      display: grid;
      grid-template-columns: 86px 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 14px;
      border: 1px solid var(--light-line);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 12px 28px rgba(15,23,42,.05);
      transition: transform .2s ease, border-color .2s ease;
    }
    .pick-item:hover { transform: translateY(-2px); border-color: rgba(124,92,255,.4); }
    .pick-item img {
      width: 86px;
      height: 70px;
      border-radius: 14px;
      object-fit: cover;
    }
    .pick-item h3 { margin-bottom: 3px; color: #1C2533; }
    .pick-item p { margin: 0; color: #607085; font-size: 14px; }
    .heat {
      font-family: var(--mono);
      font-size: 22px;
      color: #7C5CFF;
      font-weight: 900;
      white-space: nowrap;
    }

    .rank-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .rank-card { padding: 24px; background: rgba(18,24,38,.78); }
    .rank-row {
      display: grid;
      grid-template-columns: 42px 1fr 78px;
      gap: 14px;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
    }
    .rank-row:last-child { border-bottom: 0; }
    .rank-no {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 11px;
      background: rgba(124,92,255,.16);
      color: var(--cyan);
      font-family: var(--mono);
      font-weight: 900;
    }
    .progress {
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      overflow: hidden;
      margin-top: 8px;
    }
    .progress span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--cyan), var(--purple), var(--orange));
    }
    .rank-value {
      text-align: right;
      font-family: var(--mono);
      color: var(--orange);
      font-weight: 900;
    }

    .compare-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 20px;
      align-items: stretch;
    }
    .dark-card { padding: 24px; }
    .path-list { display: grid; gap: 12px; margin-top: 20px; }
    .path-item {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 13px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
    }
    .path-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: #071016;
      background: var(--cyan);
      font-weight: 900;
    }
    .panel-table-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255,255,255,.035);
      box-shadow: inset -18px 0 28px rgba(0,0,0,.12);
    }
    table.topic-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      margin: 0;
      color: var(--text);
    }
    .topic-table th {
      padding: 16px;
      text-align: left;
      color: #AFC1D6;
      font-size: 13px;
      background: rgba(255,255,255,.06);
      border-bottom: 1px solid var(--line);
    }
    .topic-table td {
      padding: 16px;
      border-bottom: 1px solid rgba(255,255,255,.07);
      font-size: 14px;
      vertical-align: middle;
    }
    .topic-table tr:hover td { background: rgba(25,245,198,.055); }
    .topic-table tr:last-child td { border-bottom: 0; }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .review-card { padding: 20px; background: rgba(255,255,255,.045); }
    .review-head {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px;
      color: #fff;
      font-weight: 800;
    }
    .stars { color: var(--orange); font-family: var(--mono); }
    .review-card p { color: #B8C4D5; font-size: 14px; margin-bottom: 14px; }
    .review-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      color: var(--muted);
      font-size: 12px;
    }

    .accordion {
      background: transparent;
      border: 0;
    }
    .accordion-item {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255,255,255,.045);
      overflow: hidden;
      margin-bottom: 12px;
    }
    .accordion-title {
      border: 0 !important;
      color: #fff;
      font-size: 16px;
      font-weight: 800;
      padding: 18px 54px 18px 20px;
      background: transparent;
    }
    .accordion-title:hover, .accordion-title:focus {
      color: var(--cyan);
      background: rgba(25,245,198,.06);
    }
    .accordion-content {
      border: 0;
      background: rgba(8,10,15,.55);
      color: #B8C4D5;
      padding: 0 20px 20px;
    }

    .cta-panel {
      border: 1px solid rgba(25,245,198,.22);
      border-radius: 30px;
      padding: 34px;
      background:
        linear-gradient(135deg, rgba(25,245,198,.12), rgba(124,92,255,.11)),
        rgba(18,24,38,.8);
      box-shadow: var(--shadow-dark);
    }
    .contact-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .contact-form label {
      display: grid;
      gap: 7px;
      color: #C7D4E5;
      font-size: 13px;
      font-weight: 750;
    }
    .contact-form input, .contact-form select, .contact-form textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 13px;
      background: rgba(255,255,255,.055);
      color: #fff;
      min-height: 46px;
      padding: 11px 13px;
      box-shadow: none;
      margin: 0;
    }
    .contact-form textarea {
      min-height: 112px;
      resize: vertical;
    }
    .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
      border-color: var(--cyan);
      box-shadow: 0 0 0 4px rgba(25,245,198,.12);
      background: rgba(255,255,255,.075);
    }
    .contact-form .full { grid-column: 1 / -1; }

    .site-footer {
      padding: 56px 0 28px;
      background: #07090D;
      border-top: 1px solid var(--line);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .8fr .9fr;
      gap: 32px;
      align-items: start;
    }
    .site-footer h3 {
      color: #fff;
      font-size: 16px;
      margin-bottom: 14px;
    }
    .footer-links, .friend-links {
      display: grid;
      gap: 9px;
    }
    .footer-links a, .friend-links a {
      color: #AAB8CA;
      font-size: 14px;
    }
    .footer-links a:hover, .friend-links a:hover { color: var(--cyan); }
    .record {
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
      text-align: center;
      color: #8B9AAF;
      font-size: 13px;
    }
    .record p { margin-bottom: 6px; font-size: 13px; }

    @media (max-width: 1180px) {
      .nav-center { display: none; }
      .command-search { display: none; }
      .mobile-toggle { display: grid; place-items: center; }
      .command-nav { gap: 12px; }
      .brand { min-width: auto; }
      .topic-masonry { grid-template-columns: 1fr 1fr; }
      .topic-card.large { grid-row: span 1; min-height: 340px; }
      .metric-grid { grid-template-columns: repeat(2, 1fr); }
      .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 900px) {
      .hero { padding: 56px 0 50px; }
      .hero .grid-x { row-gap: 26px; }
      .focus-layout, .compare-grid, .rank-grid, .footer-grid { grid-template-columns: 1fr; }
      .pick-item { grid-template-columns: 74px 1fr; }
      .pick-item .heat { grid-column: 2; text-align: left; font-size: 18px; }
      .contact-form { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .container { width: min(100% - 24px, var(--container)); }
      .section { padding: 58px 0; }
      .top-shell { padding: 10px 0; }
      .command-nav { border-radius: 16px; }
      .brand small { display: none; }
      .brand-mark { width: 36px; height: 36px; }
      .nav-actions .btn { display: none; }
      .hero-actions .btn { width: 100%; }
      .cover-stack, .terminal-metrics, .topic-masonry, .metric-grid, .reviews-grid { grid-template-columns: 1fr; }
      .topic-card, .topic-card.large { min-height: 320px; }
      .terminal-head { align-items: flex-start; flex-direction: column; }
      .pick-item { grid-template-columns: 1fr; }
      .pick-item img { width: 100%; height: 150px; }
      .rank-row { grid-template-columns: 36px 1fr; }
      .rank-value { grid-column: 2; text-align: left; }
      .cta-panel { padding: 22px; border-radius: 22px; }
      h1 { font-size: 34px; }
    }

/* roulang page: category3 */
:root{
      --bg:#080A0F;
      --bg-2:#0D111A;
      --panel:#121826;
      --panel-2:rgba(255,255,255,.052);
      --text:#D9E2EF;
      --muted:#8EA0B7;
      --faint:#607086;
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(25,245,198,.32);
      --primary:#19F5C6;
      --primary-2:#11CFA8;
      --purple:#7C5CFF;
      --orange:#FF8A3D;
      --light:#F6F8FB;
      --dark-text:#263241;
      --white:#FFFFFF;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --shadow:0 22px 70px rgba(0,0,0,.32);
      --shadow-soft:0 16px 42px rgba(15,23,42,.10);
      --glow:0 0 0 1px rgba(25,245,198,.16),0 20px 60px rgba(25,245,198,.08);
      --mono:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,monospace;
      --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%,rgba(124,92,255,.22),transparent 32%),
        radial-gradient(circle at 84% 10%,rgba(25,245,198,.14),transparent 30%),
        linear-gradient(180deg,#080A0F 0%,#0D111A 46%,#080A0F 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    input,select,textarea{
      width:100%;
      border:1px solid var(--line);
      border-radius:14px;
      background:rgba(255,255,255,.055);
      color:var(--text);
      padding:13px 14px;
      outline:none;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    select option{color:#111827}
    textarea{min-height:126px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 4px rgba(25,245,198,.12);
      background:rgba(255,255,255,.08);
    }
    ::selection{background:rgba(25,245,198,.28);color:#fff}
    .container{
      width:min(1240px,calc(100% - 36px));
      margin:0 auto;
    }
    .top-shell{
      position:sticky;
      top:0;
      z-index:50;
      padding:14px 0;
      background:rgba(8,10,15,.78);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(16px);
    }
    .command-nav{
      min-height:66px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 12px;
      border:1px solid rgba(255,255,255,.10);
      border-radius:22px;
      background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      box-shadow:0 14px 40px rgba(0,0,0,.20);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      color:#fff;
      font-weight:800;
      letter-spacing:.01em;
    }
    .brand small{
      display:block;
      color:var(--muted);
      font-size:11px;
      font-weight:500;
      line-height:1.2;
      margin-top:2px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      color:#06100E;
      background:linear-gradient(135deg,var(--primary),#B8FFE9 46%,var(--purple));
      box-shadow:0 0 22px rgba(25,245,198,.32);
      font-weight:900;
    }
    .nav-center{
      display:flex;
      align-items:center;
      gap:4px;
      justify-content:center;
      flex:1;
    }
    .nav-center a,.mobile-panel a{
      position:relative;
      padding:10px 12px;
      border-radius:12px;
      color:#B8C5D8;
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
    }
    .nav-center a:hover{
      background:rgba(25,245,198,.08);
      color:var(--primary);
    }
    .nav-center a.active{
      color:#06100E;
      background:var(--primary);
      box-shadow:0 0 18px rgba(25,245,198,.26);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
    }
    .command-search{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      border:1px solid var(--line);
      background:rgba(0,0,0,.18);
      border-radius:14px;
      padding:10px 12px;
      font-size:13px;
    }
    .kbd{
      font-family:var(--mono);
      color:var(--primary);
      border:1px solid rgba(25,245,198,.28);
      border-radius:8px;
      padding:1px 6px;
      background:rgba(25,245,198,.08);
    }
    .btn,.button{
      display:inline-flex!important;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:14px!important;
      padding:12px 16px!important;
      font-weight:800;
      line-height:1!important;
      margin:0!important;
      border:1px solid transparent!important;
      cursor:pointer;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
    }
    .btn-primary{
      color:#05100E!important;
      background:linear-gradient(135deg,var(--primary),#6CFBE0)!important;
      box-shadow:0 14px 32px rgba(25,245,198,.20);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#120A02!important;
      background:linear-gradient(135deg,var(--orange),#FFD0A6)!important;
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(255,138,61,.22);
    }
    .btn-secondary{
      color:#DDE7F4!important;
      border-color:rgba(255,255,255,.16)!important;
      background:rgba(255,255,255,.045)!important;
    }
    .btn-secondary:hover,.btn-secondary:focus{
      border-color:var(--orange)!important;
      color:#fff!important;
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(255,138,61,.14);
    }
    .mobile-toggle{
      display:none;
      width:42px;
      height:42px;
      border:1px solid var(--line);
      color:var(--text);
      border-radius:12px;
      background:rgba(255,255,255,.05);
      font-size:21px;
    }
    .mobile-panel{
      display:none;
      margin-top:10px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(13,17,26,.96);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:grid;gap:6px}
    .mobile-panel a.active{background:rgba(25,245,198,.12);color:var(--primary)}
    main{overflow:hidden}
    .section{padding:86px 0}
    .section.tight{padding:58px 0}
    .section.light{
      color:var(--dark-text);
      background:var(--light);
      position:relative;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      font-size:13px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-bottom:10px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--primary);
      box-shadow:0 0 16px var(--primary);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      color:#fff;
      font-size:clamp(32px,5vw,56px);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:900;
      margin-bottom:20px;
    }
    h2{
      color:#fff;
      font-size:clamp(28px,3vw,36px);
      line-height:1.2;
      letter-spacing:-.025em;
      font-weight:850;
      margin-bottom:10px;
    }
    .light h2,.light h3{color:#172033}
    h3{
      color:#fff;
      font-size:21px;
      line-height:1.35;
      font-weight:820;
      margin-bottom:10px;
    }
    .lead{
      color:#B9C7D9;
      font-size:17px;
      max-width:760px;
      margin-bottom:24px;
    }
    .muted{color:var(--muted)}
    .light .muted{color:#64748B}
    .hero{
      position:relative;
      padding:84px 0 72px;
      min-height:680px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg,rgba(8,10,15,.94),rgba(8,10,15,.76) 45%,rgba(8,10,15,.88)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
      border-bottom:1px solid var(--line);
    }
    .hero:after{
      content:"";
      position:absolute;
      inset:auto 0 0;
      height:160px;
      background:linear-gradient(to bottom,transparent,var(--bg));
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:2}
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:14px;
      margin-bottom:18px;
    }
    .breadcrumb a{color:#BFD0E6}
    .breadcrumb span:last-child{color:var(--primary)}
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:18px 0 26px;
    }
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 11px;
      font-size:12px;
      font-weight:800;
      color:#CFE0F5;
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
    }
    .tag.hot,.badge.hot{
      color:#fff;
      border-color:rgba(255,138,61,.35);
      background:rgba(255,138,61,.13);
    }
    .badge.live{
      color:#06100E;
      background:var(--primary);
      border-color:var(--primary);
    }
    .badge.purple{
      color:#fff;
      background:rgba(124,92,255,.18);
      border-color:rgba(124,92,255,.38);
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
    .terminal-card{
      position:relative;
      border:1px solid rgba(255,255,255,.13);
      border-radius:30px;
      background:linear-gradient(180deg,rgba(18,24,38,.88),rgba(10,13,22,.92));
      box-shadow:var(--shadow),var(--glow);
      padding:24px;
      overflow:hidden;
    }
    .terminal-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 80% 0,rgba(25,245,198,.18),transparent 38%),
                 linear-gradient(120deg,transparent,rgba(124,92,255,.10),transparent);
      pointer-events:none;
    }
    .terminal-top{
      position:relative;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding-bottom:16px;
      border-bottom:1px solid var(--line);
      margin-bottom:16px;
    }
    .pulse{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      font-size:13px;
      font-weight:900;
    }
    .pulse:before{
      content:"";
      width:10px;
      height:10px;
      border-radius:999px;
      background:var(--primary);
      box-shadow:0 0 0 6px rgba(25,245,198,.12),0 0 20px rgba(25,245,198,.75);
    }
    .team-match{
      position:relative;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:14px;
      padding:16px;
      margin:12px 0;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.045);
    }
    .team-logo{
      width:40px;height:40px;border-radius:14px;
      display:inline-flex;align-items:center;justify-content:center;
      color:#06100E;font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--purple));
      margin-bottom:8px;
    }
    .team-side.right{text-align:right}
    .team-name{color:#fff;font-weight:850;line-height:1.25}
    .team-meta{color:var(--muted);font-size:12px}
    .score-box{
      text-align:center;
      min-width:98px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(25,245,198,.26);
      background:rgba(25,245,198,.08);
    }
    .score-box strong{
      display:block;
      font-family:var(--mono);
      font-size:34px;
      color:var(--primary);
      line-height:1;
    }
    .mini-grid{
      position:relative;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:18px;
    }
    .mini-stat{
      border:1px solid var(--line);
      border-radius:16px;
      padding:14px;
      background:rgba(0,0,0,.18);
    }
    .mini-stat strong{
      display:block;
      font-family:var(--mono);
      color:#fff;
      font-size:24px;
      line-height:1.1;
    }
    .mini-stat span{color:var(--muted);font-size:12px}
    .metric-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .metric-card,.glass-card,.rank-card,.comment-card,.faq-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
      box-shadow:0 18px 44px rgba(0,0,0,.18);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .metric-card:hover,.glass-card:hover,.rank-card:hover,.comment-card:hover{
      transform:translateY(-4px);
      border-color:rgba(25,245,198,.36);
      box-shadow:0 24px 56px rgba(0,0,0,.26),0 0 0 1px rgba(25,245,198,.08);
    }
    .metric-card{padding:20px}
    .metric-card .num{
      font-family:var(--mono);
      font-size:34px;
      line-height:1.1;
      font-weight:900;
      color:var(--primary);
      margin-bottom:8px;
    }
    .metric-card b{display:block;color:#fff;font-size:15px;margin-bottom:6px}
    .metric-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
    .dashboard-wrap{
      display:grid;
      grid-template-columns:1.55fr .85fr;
      gap:22px;
      align-items:start;
    }
    .table-card{
      border:1px solid var(--line);
      border-radius:26px;
      background:rgba(18,24,38,.78);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .table-toolbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:20px 22px;
      border-bottom:1px solid var(--line);
      background:rgba(255,255,255,.035);
    }
    .filter-pills{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .filter-pills span{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      color:#BFD0E6;
      background:rgba(255,255,255,.055);
      border:1px solid var(--line);
    }
    .filter-pills span.active{
      color:#06100E;
      background:var(--primary);
      border-color:var(--primary);
    }
    .data-table{width:100%;border-collapse:separate;border-spacing:0}
    .data-table th{
      color:#91A4BD;
      font-size:12px;
      letter-spacing:.04em;
      text-align:left;
      padding:14px 16px;
      background:rgba(0,0,0,.16);
      border-bottom:1px solid var(--line);
      white-space:nowrap;
    }
    .data-table td{
      color:#DDE7F4;
      padding:16px;
      border-bottom:1px solid rgba(255,255,255,.07);
      vertical-align:middle;
      font-size:14px;
    }
    .data-table tr:hover td{background:rgba(25,245,198,.045)}
    .data-table tr:last-child td{border-bottom:none}
    .team-cell{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:150px;
    }
    .shield{
      width:34px;height:34px;border-radius:12px;
      display:inline-flex;align-items:center;justify-content:center;
      flex:0 0 auto;
      font-weight:900;
      color:#06100E;
      background:linear-gradient(135deg,var(--primary),#E4FFF7);
    }
    .progress-line{
      width:100%;
      min-width:84px;
      height:8px;
      border-radius:99px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
      margin-top:6px;
    }
    .progress-line i{
      display:block;height:100%;
      border-radius:99px;
      background:linear-gradient(90deg,var(--primary),var(--purple));
    }
    .rank-panel{
      padding:22px;
      border:1px solid var(--line);
      border-radius:26px;
      background:linear-gradient(180deg,rgba(124,92,255,.12),rgba(255,255,255,.035));
    }
    .rank-item{
      display:grid;
      grid-template-columns:32px 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 0;
      border-bottom:1px solid var(--line);
    }
    .rank-item:last-child{border-bottom:none}
    .rank-no{
      width:30px;height:30px;border-radius:10px;
      display:flex;align-items:center;justify-content:center;
      color:#06100E;background:var(--primary);
      font-family:var(--mono);font-weight:900;
    }
    .rank-item:nth-child(n+4) .rank-no{background:rgba(255,255,255,.09);color:#DDE7F4}
    .rank-title{font-weight:850;color:#fff}
    .rank-sub{font-size:12px;color:var(--muted)}
    .trend{font-family:var(--mono);font-size:13px;font-weight:900;color:var(--orange)}
    .compare-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .compare-card{
      position:relative;
      min-height:330px;
      padding:22px;
      border-radius:26px;
      border:1px solid #E4EAF2;
      background:#fff;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .compare-card.featured{
      color:#fff;
      background:linear-gradient(145deg,#121826,#191E31);
      border-color:rgba(25,245,198,.26);
    }
    .compare-card.featured h3{color:#fff}
    .compare-card:before{
      content:"";
      position:absolute;
      right:-42px;top:-42px;
      width:120px;height:120px;border-radius:50%;
      background:rgba(25,245,198,.10);
    }
    .compare-card h3{color:#172033}
    .compare-list{
      list-style:none;
      padding:0;
      margin:16px 0 0;
      display:grid;
      gap:12px;
    }
    .compare-list li{
      position:relative;
      padding-left:24px;
      color:inherit;
      font-size:14px;
    }
    .compare-list li:before{
      content:"";
      position:absolute;
      left:0;top:.62em;
      width:9px;height:9px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 12px rgba(25,245,198,.55);
    }
    .player-section{
      background:
        linear-gradient(180deg,rgba(8,10,15,.92),rgba(8,10,15,.98)),
        url("/assets/images/coverpic/cover-7.webp") center/cover fixed;
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .player-grid{
      display:grid;
      grid-template-columns:.95fr 1.25fr;
      gap:24px;
      align-items:stretch;
    }
    .profile-card{
      position:relative;
      padding:24px;
      border-radius:30px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(18,24,38,.82);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .profile-card img{
      width:100%;
      height:230px;
      object-fit:cover;
      border-radius:22px;
      opacity:.86;
      filter:saturate(1.05) contrast(1.05);
      margin-bottom:18px;
    }
    .radar{
      width:220px;
      height:220px;
      margin:20px auto 6px;
      border-radius:50%;
      background:
        radial-gradient(circle,rgba(25,245,198,.20) 0 28%,transparent 29%),
        radial-gradient(circle,transparent 0 47%,rgba(255,255,255,.08) 48% 49%,transparent 50%),
        conic-gradient(from 20deg,var(--primary),var(--purple),var(--orange),var(--primary));
      mask:radial-gradient(circle,transparent 0 22%,#000 23%);
      opacity:.86;
    }
    .stat-bars{
      display:grid;
      gap:14px;
    }
    .bar-row{
      padding:16px;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.045);
    }
    .bar-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:#fff;
      font-weight:800;
      margin-bottom:8px;
    }
    .bar-top span:last-child{
      font-family:var(--mono);
      color:var(--primary);
    }
    .region-map{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:12px;
    }
    .region-tile{
      padding:18px;
      border-radius:20px;
      background:#fff;
      border:1px solid #E4EAF2;
      box-shadow:var(--shadow-soft);
      transition:transform .22s ease,border-color .22s ease;
    }
    .region-tile:hover{
      transform:translateY(-4px);
      border-color:rgba(25,245,198,.55);
    }
    .region-tile strong{
      display:block;
      font-size:26px;
      font-family:var(--mono);
      color:#111827;
      line-height:1;
      margin-bottom:8px;
    }
    .region-tile b{display:block;color:#172033}
    .region-tile span{font-size:12px;color:#64748B}
    .case-masonry{
      columns:3 260px;
      column-gap:18px;
    }
    .topic-card{
      break-inside:avoid;
      margin:0 0 18px;
      position:relative;
      overflow:hidden;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.052);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .topic-card:hover{
      transform:translateY(-4px);
      border-color:rgba(124,92,255,.45);
      box-shadow:0 20px 52px rgba(0,0,0,.24);
    }
    .topic-card img{
      width:100%;
      height:180px;
      object-fit:cover;
      transition:transform .32s ease;
    }
    .topic-card:hover img{transform:scale(1.04)}
    .topic-body{padding:18px}
    .topic-card.tall img{height:245px}
    .comment-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .comment-card{padding:20px}
    .comment-head{
      display:flex;
      justify-content:space-between;
      gap:12px;
      margin-bottom:10px;
      align-items:flex-start;
    }
    .comment-name{color:#fff;font-weight:850}
    .stars{font-family:var(--mono);color:var(--orange);font-weight:900}
    .comment-card p{font-size:14px;margin-bottom:10px}
    .comment-meta{color:var(--muted);font-size:12px}
    .faq-wrap{
      max-width:940px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      border:none;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid #E4EAF2;
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 12px 30px rgba(15,23,42,.06);
    }
    .accordion-title{
      border:none!important;
      color:#172033!important;
      font-size:16px!important;
      font-weight:850;
      padding:18px 52px 18px 20px!important;
      background:#fff!important;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#F1F5F9!important;
      color:#0F172A!important;
    }
    .accordion-title:before{
      color:var(--purple);
      font-size:22px;
      top:50%;
      transform:translateY(-50%);
    }
    .accordion-content{
      border:none!important;
      border-top:1px solid #E4EAF2!important;
      color:#536174;
      line-height:1.8;
      padding:18px 20px!important;
    }
    .cta-panel{
      position:relative;
      border-radius:32px;
      border:1px solid rgba(25,245,198,.22);
      background:
        radial-gradient(circle at 80% 20%,rgba(25,245,198,.14),transparent 34%),
        linear-gradient(135deg,rgba(18,24,38,.98),rgba(13,17,26,.94));
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
      padding:32px;
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      opacity:.14;
      pointer-events:none;
    }
    .cta-panel > .grid-x{position:relative;z-index:1}
    .form-card{
      border:1px solid var(--line);
      border-radius:24px;
      background:rgba(0,0,0,.24);
      padding:22px;
    }
    .form-card label{
      color:#C9D6E8;
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    .site-footer{
      padding:58px 0 30px;
      background:#07090E;
      border-top:1px solid var(--line);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .85fr 1fr;
      gap:34px;
      padding-bottom:30px;
      border-bottom:1px solid var(--line);
    }
    .footer-grid h3{
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links,.friend-links{
      display:grid;
      gap:9px;
    }
    .footer-links a,.friend-links a{
      color:#AAB8CB;
      font-size:14px;
    }
    .footer-links a:hover,.friend-links a:hover{color:var(--primary);transform:translateX(2px)}
    .record{
      text-align:center;
      color:#7F8FA6;
      font-size:13px;
      padding-top:24px;
    }
    .record p{margin-bottom:6px}
    @media (max-width:1180px){
      .nav-center{display:none}
      .command-search{display:none}
      .mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
      .dashboard-wrap,.player-grid{grid-template-columns:1fr}
      .metric-grid{grid-template-columns:repeat(3,1fr)}
      .region-map{grid-template-columns:repeat(3,1fr)}
    }
    @media (max-width:900px){
      .hero{padding:58px 0;min-height:auto}
      .section{padding:66px 0}
      .section-head{display:block}
      .metric-grid{grid-template-columns:repeat(2,1fr)}
      .compare-grid,.comment-grid,.footer-grid{grid-template-columns:1fr}
      .table-card{overflow-x:auto}
      .data-table{min-width:900px}
      .nav-actions .btn-secondary,.nav-actions .btn-primary{display:none!important}
      .mini-grid{grid-template-columns:1fr}
      .team-match{grid-template-columns:1fr;text-align:left}
      .team-side.right{text-align:left}
      .score-box{text-align:left}
    }
    @media (max-width:640px){
      .container{width:min(100% - 24px,1240px)}
      .command-nav{border-radius:18px;padding:8px}
      .brand{font-size:14px}
      .brand small{display:none}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      h1{font-size:34px}
      h2{font-size:27px}
      .hero-actions .btn{width:100%}
      .metric-grid,.region-map{grid-template-columns:1fr}
      .section{padding:52px 0}
      .section.tight{padding:42px 0}
      .terminal-card,.cta-panel{padding:20px;border-radius:24px}
      .case-masonry{columns:1}
      .comment-grid{grid-template-columns:1fr}
      .radar{width:180px;height:180px}
    }

/* roulang page: category5 */
:root{
      --bg:#080A0F;
      --bg-2:#0D111A;
      --panel:#121826;
      --panel-soft:rgba(255,255,255,.055);
      --text:#D9E2EF;
      --muted:#94A3B8;
      --dark-text:#263241;
      --light:#F6F8FB;
      --line:rgba(255,255,255,.11);
      --line-light:#E4EAF2;
      --primary:#19F5C6;
      --secondary:#7C5CFF;
      --orange:#FF8A3D;
      --radius:22px;
      --radius-sm:13px;
      --shadow:0 18px 54px rgba(0,0,0,.34);
      --shadow-light:0 16px 40px rgba(15,23,42,.08);
      --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      --mono:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,monospace;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 12% 4%, rgba(25,245,198,.14), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(124,92,255,.16), transparent 30%),
        linear-gradient(180deg,#080A0F 0%,#0B0F18 44%,#101624 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    input,select,textarea{outline:none}
    .container{width:min(1240px,calc(100% - 36px));margin:0 auto}
    .top-shell{
      position:sticky;top:0;z-index:50;
      background:rgba(8,10,15,.82);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
    }
    .command-nav{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{display:flex;align-items:center;gap:12px;min-width:max-content;font-weight:800;color:#fff}
    .brand-mark{
      width:40px;height:40px;border-radius:14px;
      display:grid;place-items:center;
      color:#07100e;
      background:linear-gradient(135deg,var(--primary),#B8FFE9 48%,var(--secondary));
      box-shadow:0 0 28px rgba(25,245,198,.28);
      font-weight:900;
    }
    .brand small{display:block;font-size:11px;font-weight:600;color:var(--muted);margin-top:1px;letter-spacing:.02em}
    .nav-center{
      display:flex;align-items:center;gap:4px;
      padding:7px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .nav-center a,.mobile-panel a:not(.btn){
      font-size:14px;
      color:#b9c6d8;
      padding:8px 12px;
      border-radius:999px;
      position:relative;
    }
    .nav-center a:hover,.nav-center a.active,.mobile-panel a:hover,.mobile-panel a.active{
      color:var(--primary);
      background:rgba(25,245,198,.08);
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .command-search{
      display:flex;align-items:center;gap:8px;
      color:#9AA8BB;
      font-size:13px;
      padding:10px 12px;
      border:1px solid var(--line);
      border-radius:14px;
      background:rgba(255,255,255,.04);
      min-width:208px;
    }
    .kbd{
      font-family:var(--mono);
      color:#09120f;
      background:var(--primary);
      padding:1px 6px;
      border-radius:7px;
      font-size:12px;
      font-weight:800;
    }
    .btn{
      display:inline-flex!important;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:14px!important;
      padding:12px 17px!important;
      font-weight:800!important;
      line-height:1!important;
      border:1px solid transparent!important;
      transition:.22s ease!important;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-primary{
      color:#07100e!important;
      background:linear-gradient(135deg,var(--primary),#8BFFE7)!important;
      box-shadow:0 10px 28px rgba(25,245,198,.2);
    }
    .btn-primary:hover,.btn-primary:focus{
      transform:translateY(-2px);
      background:linear-gradient(135deg,var(--orange),var(--primary))!important;
      box-shadow:0 18px 36px rgba(255,138,61,.2);
    }
    .btn-secondary{
      color:#EAF4FF!important;
      background:rgba(255,255,255,.055)!important;
      border-color:var(--line)!important;
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--primary)!important;
      border-color:rgba(255,138,61,.65)!important;
      transform:translateY(-2px);
    }
    .mobile-toggle{
      display:none;
      width:42px;height:42px;
      border-radius:12px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.05);
      color:#fff;
      font-size:20px;
    }
    .mobile-panel{
      display:none;
      padding:0 0 16px;
      border-top:1px solid var(--line);
    }
    .mobile-panel.open{display:grid;gap:8px}
    main{position:relative}
    .section{padding:86px 0}
    .section.light{
      background:var(--light);
      color:var(--dark-text);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      font-weight:900;
      font-size:13px;
      letter-spacing:.08em;
      margin-bottom:10px;
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 18px var(--primary);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,4.6vw,56px);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.04em;
      color:#fff;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(27px,3vw,36px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:10px;
    }
    h3{font-size:21px;line-height:1.35;font-weight:800;margin-bottom:10px}
    .muted{color:var(--muted)}
    .light .muted{color:#657286}
    .hero{
      position:relative;
      min-height:640px;
      padding:108px 0 72px;
      overflow:hidden;
      border-bottom:1px solid var(--line);
    }
    .hero:before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg,rgba(8,10,15,.94),rgba(8,10,15,.72),rgba(8,10,15,.92)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      opacity:.9;
      z-index:-2;
    }
    .hero:after{
      content:"";
      position:absolute;inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,#000,transparent 85%);
      z-index:-1;
    }
    .breadcrumb{
      display:flex;flex-wrap:wrap;gap:8px;
      color:#9CB0C8;
      font-size:14px;
      margin-bottom:22px;
    }
    .breadcrumb a{color:#D8E4F4}
    .breadcrumb a:hover{color:var(--primary)}
    .hero-copy p{
      max-width:680px;
      font-size:17px;
      color:#BFD0E5;
      margin-bottom:24px;
    }
    .tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      color:#DDE8F7;
      background:rgba(255,255,255,.055);
      border:1px solid var(--line);
      font-size:13px;
      font-weight:700;
    }
    .tag.hot{color:#111827;background:var(--orange);border-color:transparent}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .version-console{
      position:relative;
      padding:18px;
      border:1px solid var(--line);
      border-radius:30px;
      background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .version-console:before{
      content:"";
      position:absolute;right:-40px;top:-40px;
      width:180px;height:180px;
      background:radial-gradient(circle,rgba(25,245,198,.22),transparent 68%);
    }
    .console-img{
      height:210px;
      border-radius:24px;
      overflow:hidden;
      position:relative;
      margin-bottom:16px;
    }
    .console-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.12) contrast(1.05)}
    .console-img:after{
      content:"版本观察";
      position:absolute;left:16px;bottom:16px;
      padding:7px 11px;border-radius:999px;
      background:rgba(8,10,15,.78);
      border:1px solid var(--line);
      color:var(--primary);
      font-weight:900;
      font-size:13px;
    }
    .patch-item{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      align-items:center;
      padding:15px;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(8,10,15,.45);
      margin-top:10px;
    }
    .patch-item strong{display:block;color:#fff}
    .patch-item small{color:var(--muted)}
    .badge{
      display:inline-flex;align-items:center;justify-content:center;
      padding:6px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .badge.live{background:rgba(25,245,198,.13);color:var(--primary);border-color:rgba(25,245,198,.35)}
    .badge.purple{background:rgba(124,92,255,.14);color:#BFB3FF;border-color:rgba(124,92,255,.38)}
    .badge.orange{background:rgba(255,138,61,.15);color:var(--orange);border-color:rgba(255,138,61,.4)}
    .badge.gray{background:rgba(148,163,184,.12);color:#AEBBD0;border-color:rgba(148,163,184,.25)}
    .metric-card,.card-dark,.card-light{
      border-radius:var(--radius);
      transition:.22s ease;
    }
    .metric-card{
      padding:22px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
      min-height:150px;
    }
    .metric-card:hover,.card-dark:hover,.card-light:hover{
      transform:translateY(-4px);
      border-color:rgba(25,245,198,.45);
      box-shadow:0 16px 40px rgba(25,245,198,.08);
    }
    .metric-num{
      font-family:var(--mono);
      font-size:clamp(30px,4vw,42px);
      line-height:1;
      font-weight:900;
      color:var(--primary);
      margin:8px 0;
    }
    .metric-card span{font-size:13px;color:var(--muted)}
    .table-wrap{
      overflow-x:auto;
      border:1px solid var(--line);
      border-radius:24px;
      background:rgba(255,255,255,.04);
      box-shadow:var(--shadow);
    }
    table.version-table{
      width:100%;
      min-width:920px;
      border-collapse:separate;
      border-spacing:0;
      margin:0;
      color:var(--text);
    }
    .version-table thead th{
      position:sticky;top:0;
      background:#151C2A;
      color:#BFD0E5;
      font-size:13px;
      letter-spacing:.04em;
      padding:16px 18px;
      border-bottom:1px solid var(--line);
      text-align:left;
    }
    .version-table tbody td{
      padding:18px;
      border-bottom:1px solid rgba(255,255,255,.075);
      vertical-align:middle;
      font-size:14px;
    }
    .version-table tbody tr:hover{background:rgba(25,245,198,.055)}
    .game-name{font-weight:900;color:#fff}
    .mono{font-family:var(--mono)}
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline:before{
      content:"";
      position:absolute;left:18px;top:8px;bottom:8px;
      width:2px;background:linear-gradient(var(--primary),var(--secondary),transparent);
    }
    .timeline-item{
      position:relative;
      padding:20px 20px 20px 54px;
      border-radius:22px;
      border:1px solid var(--line-light);
      background:#fff;
      box-shadow:var(--shadow-light);
    }
    .timeline-item:before{
      content:"";
      position:absolute;left:11px;top:25px;
      width:16px;height:16px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 6px rgba(25,245,198,.13);
    }
    .insight-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .card-dark{
      padding:26px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
      box-shadow:var(--shadow);
    }
    .card-light{
      padding:24px;
      border:1px solid var(--line-light);
      background:#fff;
      color:var(--dark-text);
      box-shadow:var(--shadow-light);
    }
    .cover-card{
      position:relative;
      overflow:hidden;
      min-height:330px;
      border-radius:28px;
      border:1px solid var(--line);
      background:#111827;
      box-shadow:var(--shadow);
    }
    .cover-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.3s ease}
    .cover-card:hover img{transform:scale(1.04)}
    .cover-card:after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(8,10,15,.18),rgba(8,10,15,.92));
    }
    .cover-content{
      position:absolute;z-index:2;left:24px;right:24px;bottom:22px;
    }
    .rank-list{display:grid;gap:14px}
    .rank-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:15px;
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
    }
    .rank-no{
      width:32px;height:32px;border-radius:11px;
      display:grid;place-items:center;
      background:rgba(124,92,255,.18);
      color:#CFC7FF;
      font-family:var(--mono);
      font-weight:900;
    }
    .bar{
      height:8px;border-radius:999px;
      background:rgba(255,255,255,.1);
      overflow:hidden;
      margin-top:7px;
    }
    .bar i{
      display:block;height:100%;
      background:linear-gradient(90deg,var(--primary),var(--secondary));
      border-radius:inherit;
    }
    .analysis-panel{
      padding:30px;
      border-radius:30px;
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(25,245,198,.09),transparent 34%),
        linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
    }
    .analysis-list{display:grid;gap:14px;margin-top:18px}
    .analysis-row{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding:16px;
      border-radius:18px;
      background:rgba(8,10,15,.42);
      border:1px solid var(--line);
    }
    .comment-card{
      padding:22px;
      border-radius:22px;
      border:1px solid var(--line-light);
      background:#fff;
      color:var(--dark-text);
      box-shadow:var(--shadow-light);
      height:100%;
    }
    .stars{color:#FFB84D;font-weight:900}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line);
      border-radius:18px;
      overflow:hidden;
      background:rgba(255,255,255,.045);
    }
    .accordion-title{
      border:0!important;
      background:transparent!important;
      color:#fff!important;
      font-weight:850;
      font-size:16px;
      padding:18px 48px 18px 20px!important;
    }
    .accordion-title:hover,.accordion-title:focus{color:var(--primary)!important}
    .accordion-content{
      border:0!important;
      background:rgba(8,10,15,.38)!important;
      color:#BFD0E5!important;
      padding:0 20px 20px!important;
    }
    .cta-wrap{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      padding:34px;
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(25,245,198,.12),rgba(124,92,255,.1)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
    }
    .cta-wrap:before{
      content:"";position:absolute;inset:0;background:rgba(8,10,15,.76);
    }
    .cta-wrap>*{position:relative;z-index:1}
    .contact-form{
      display:grid;
      gap:12px;
      padding:22px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(8,10,15,.72);
    }
    .contact-form label{font-size:13px;color:#BFD0E5;font-weight:800}
    .contact-form input,.contact-form select,.contact-form textarea{
      width:100%;
      color:#fff;
      background:rgba(255,255,255,.065);
      border:1px solid var(--line);
      border-radius:14px;
      padding:12px 13px;
      margin:5px 0 0;
      box-shadow:none;
    }
    .contact-form textarea{min-height:106px;resize:vertical}
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 3px rgba(25,245,198,.12);
    }
    .site-footer{
      padding:58px 0 34px;
      background:#07090E;
      border-top:1px solid var(--line);
      color:#C7D3E4;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .7fr .9fr;
      gap:32px;
      margin-bottom:34px;
    }
    .site-footer h3{font-size:16px;color:#fff;margin-bottom:14px}
    .footer-links,.friend-links{display:grid;gap:9px}
    .footer-links a,.friend-links a{color:#99A8BA;font-size:14px}
    .footer-links a:hover,.friend-links a:hover{color:var(--primary);transform:translateX(3px)}
    .record{
      text-align:center;
      color:#7F8EA3;
      font-size:13px;
      border-top:1px solid var(--line);
      padding-top:22px;
    }
    .record p{margin-bottom:4px}
    @media (max-width:1180px){
      .nav-center{display:none}
      .command-search{display:none}
      .mobile-toggle{display:inline-grid;place-items:center}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,1240px)}
      .command-nav{min-height:70px}
      .brand small{display:none}
      .nav-actions .btn-secondary,.nav-actions .btn-primary{display:none!important}
      .hero{padding:86px 0 54px;min-height:auto}
      .section{padding:58px 0}
      .section-head{display:block}
      .hero-actions .btn{width:100%}
      .version-console{margin-top:22px}
      .metric-card{padding:18px;min-height:128px}
      .insight-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .cta-wrap{padding:22px}
      .analysis-row{display:grid}
    }
    @media (max-width:520px){
      h1{font-size:31px}
      .brand{font-size:14px}
      .brand-mark{width:36px;height:36px}
      .tag{font-size:12px}
      .metric-num{font-size:30px}
      .patch-item{grid-template-columns:1fr}
      .rank-item{grid-template-columns:auto 1fr}
      .rank-item .badge{grid-column:2}
      .console-img{height:170px}
    }

/* roulang page: category2 */
:root{
      --bg:#080A0F;
      --bg-2:#0D111A;
      --bg-3:#111827;
      --panel:rgba(255,255,255,.055);
      --panel-2:#121826;
      --card:#151C2B;
      --light:#F6F8FB;
      --white:#FFFFFF;
      --text:#D9E2EF;
      --muted:#94A3B8;
      --dark-text:#263241;
      --line:rgba(255,255,255,.11);
      --line-light:#E4EAF2;
      --primary:#19F5C6;
      --primary-2:#66FFE0;
      --purple:#7C5CFF;
      --orange:#FF8A3D;
      --danger:#FF5470;
      --success:#20E3A2;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --shadow:0 24px 70px rgba(0,0,0,.32);
      --shadow-light:0 16px 40px rgba(15,23,42,.08);
      --container:1240px;
      --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      --mono:"DIN Alternate","Roboto Mono","SFMono-Regular",Consolas,monospace;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 14% 10%,rgba(25,245,198,.14),transparent 30%),
        radial-gradient(circle at 82% 12%,rgba(124,92,255,.18),transparent 26%),
        linear-gradient(180deg,#080A0F 0%,#0D111A 45%,#080A0F 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    button{cursor:pointer}
    .container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
    .top-shell{
      position:sticky;
      top:0;
      z-index:50;
      padding:14px 0;
      background:rgba(8,10,15,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
    }
    .command-nav{
      min-height:68px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:10px 12px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:22px;
      background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      box-shadow:0 12px 40px rgba(0,0,0,.22);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      color:#fff;
      font-weight:800;
      letter-spacing:.2px;
    }
    .brand:hover{color:#fff;transform:translateY(-1px)}
    .brand-mark{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      background:linear-gradient(135deg,var(--primary),var(--purple));
      color:#071014;
      font-weight:900;
      box-shadow:0 0 24px rgba(25,245,198,.28);
    }
    .brand small{display:block;color:var(--muted);font-size:11px;font-weight:500;line-height:1.2;margin-top:2px}
    .nav-center{
      display:flex;
      align-items:center;
      gap:4px;
      padding:6px;
      border-radius:16px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.06);
    }
    .nav-center a,.mobile-panel a:not(.btn){
      position:relative;
      padding:9px 12px;
      border-radius:12px;
      color:#C9D4E5;
      font-size:14px;
      font-weight:650;
      white-space:nowrap;
    }
    .nav-center a:hover,.nav-center a.active{
      color:var(--primary);
      background:rgba(25,245,198,.08);
    }
    .nav-center a.active:after{
      content:"";
      position:absolute;
      left:14px;right:14px;bottom:4px;
      height:2px;
      background:linear-gradient(90deg,var(--primary),var(--purple));
      border-radius:999px;
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .command-search{
      display:flex;
      align-items:center;
      gap:8px;
      height:42px;
      padding:0 13px;
      border-radius:14px;
      color:var(--muted);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      font-size:13px;
      min-width:210px;
    }
    .kbd{
      font-family:var(--mono);
      font-size:12px;
      color:var(--primary);
      padding:2px 6px;
      border-radius:7px;
      background:rgba(25,245,198,.08);
      border:1px solid rgba(25,245,198,.18);
    }
    .btn{
      display:inline-flex!important;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:14px!important;
      padding:12px 17px!important;
      font-weight:800!important;
      line-height:1!important;
      border:1px solid transparent!important;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease!important;
      min-height:44px;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--primary),var(--purple))!important;
      color:#071014!important;
      box-shadow:0 12px 28px rgba(25,245,198,.18);
    }
    .btn-primary:hover,.btn-primary:focus{
      transform:translateY(-2px);
      color:#071014!important;
      box-shadow:0 16px 36px rgba(255,138,61,.22);
      filter:saturate(1.08);
    }
    .btn-secondary{
      background:rgba(255,255,255,.04)!important;
      color:#E6EDF7!important;
      border-color:rgba(255,255,255,.15)!important;
    }
    .btn-secondary:hover,.btn-secondary:focus{
      transform:translateY(-2px);
      border-color:var(--orange)!important;
      color:var(--orange)!important;
      box-shadow:0 12px 28px rgba(255,138,61,.12);
    }
    .btn-ghost{
      color:var(--primary)!important;
      background:rgba(25,245,198,.08)!important;
      border-color:rgba(25,245,198,.24)!important;
    }
    .mobile-toggle{
      display:none;
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.15);
      background:rgba(255,255,255,.05);
      color:#fff;
      font-size:20px;
    }
    .mobile-toggle:focus,.btn:focus,input:focus,textarea:focus,select:focus{
      outline:2px solid rgba(25,245,198,.75);
      outline-offset:3px;
    }
    .mobile-panel{
      display:none;
      margin-top:10px;
      padding:12px;
      border-radius:20px;
      background:#0D111A;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:grid;gap:8px}
    main{overflow:hidden}
    .hero{
      position:relative;
      padding:76px 0 68px;
      min-height:640px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg,rgba(8,10,15,.96),rgba(8,10,15,.76) 48%,rgba(8,10,15,.95)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom:1px solid var(--line);
    }
    .hero:before{
      content:"";
      position:absolute;inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:42px 42px;
      opacity:.28;
      pointer-events:none;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:360px;height:360px;
      right:8%;top:18%;
      border-radius:50%;
      background:radial-gradient(circle,rgba(25,245,198,.18),transparent 68%);
      filter:blur(10px);
      pointer-events:none;
    }
    .hero .container{position:relative;z-index:1}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border:1px solid rgba(25,245,198,.25);
      border-radius:999px;
      background:rgba(25,245,198,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:750;
      margin-bottom:18px;
    }
    .pulse{
      width:8px;height:8px;border-radius:99px;background:var(--primary);
      box-shadow:0 0 0 8px rgba(25,245,198,.12);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,56px);
      line-height:1.1;
      letter-spacing:-1.4px;
      font-weight:900;
      margin-bottom:18px;
      color:#fff;
    }
    .hero-lead{
      max-width:680px;
      color:#B8C5D8;
      font-size:17px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:13px;
      margin-bottom:16px;
    }
    .breadcrumb a{color:#CFE8F1}
    .tag-row{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 30px}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      color:#DDE7F4;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.11);
      font-size:13px;
      font-weight:650;
    }
    .tag.hot{border-color:rgba(255,138,61,.35);color:#FFD0B4;background:rgba(255,138,61,.09)}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .calendar-panel{
      border-radius:var(--radius-lg);
      padding:22px;
      background:linear-gradient(180deg,rgba(18,24,38,.92),rgba(13,17,26,.88));
      border:1px solid rgba(255,255,255,.13);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .calendar-panel:before{
      content:"";
      position:absolute;inset:-1px;
      background:linear-gradient(135deg,rgba(25,245,198,.18),transparent 32%,rgba(124,92,255,.14));
      pointer-events:none;
    }
    .calendar-panel>*{position:relative;z-index:1}
    .calendar-head{
      display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;
    }
    .calendar-title{font-weight:850;color:#fff;font-size:20px}
    .date-chip{
      font-family:var(--mono);
      color:var(--primary);
      padding:6px 10px;
      border-radius:10px;
      background:rgba(25,245,198,.08);
      border:1px solid rgba(25,245,198,.2);
    }
    .mini-days{
      display:grid;
      grid-template-columns:repeat(7,1fr);
      gap:8px;
      margin-bottom:20px;
    }
    .day{
      text-align:center;
      padding:12px 4px;
      border-radius:15px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:12px;
    }
    .day strong{display:block;color:#fff;font-family:var(--mono);font-size:18px;line-height:1.2}
    .day.active{background:linear-gradient(135deg,rgba(25,245,198,.2),rgba(124,92,255,.16));border-color:rgba(25,245,198,.42);color:var(--primary)}
    .focus-match{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px;
      border-radius:20px;
      background:rgba(0,0,0,.22);
      border:1px solid rgba(255,255,255,.1);
      margin-top:12px;
    }
    .team-vs{font-weight:850;color:#fff}
    .team-vs small{display:block;font-weight:600;color:var(--muted);margin-top:2px}
    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:26px;
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
      border:1px solid transparent;
    }
    .badge.live{color:#071014;background:var(--primary)}
    .badge.wait{color:#E7E2FF;background:rgba(124,92,255,.2);border-color:rgba(124,92,255,.35)}
    .badge.end{color:#BFC8D6;background:rgba(148,163,184,.14);border-color:rgba(148,163,184,.2)}
    .badge.hot{color:#231105;background:var(--orange)}
    .section{padding:86px 0}
    .section.light{background:var(--light);color:var(--dark-text)}
    .section-title{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-title h2{
      font-size:clamp(28px,3.6vw,38px);
      line-height:1.15;
      font-weight:900;
      color:#fff;
      margin-bottom:8px;
      letter-spacing:-.6px;
    }
    .light .section-title h2{color:#111827}
    .section-title p{
      max-width:760px;
      color:var(--muted);
      margin:0;
      font-size:16px;
    }
    .light .section-title p,.light .muted{color:#5D697A}
    .muted{color:var(--muted)}
    .metric-card,.card,.timeline-card,.rank-card,.comment-card,.filter-card,.cta-panel,.form-panel{
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:var(--panel);
      box-shadow:0 16px 45px rgba(0,0,0,.16);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    .metric-card:hover,.card:hover,.timeline-card:hover,.rank-card:hover,.comment-card:hover,.filter-card:hover{
      transform:translateY(-4px);
      border-color:rgba(25,245,198,.45);
      box-shadow:0 22px 60px rgba(25,245,198,.08);
    }
    .metric-card{
      padding:22px;
      min-height:145px;
      position:relative;
      overflow:hidden;
    }
    .metric-card:after{
      content:"";
      position:absolute;
      right:-28px;bottom:-28px;
      width:90px;height:90px;border-radius:24px;
      background:linear-gradient(135deg,rgba(25,245,198,.12),rgba(124,92,255,.14));
      transform:rotate(18deg);
    }
    .metric-label{color:var(--muted);font-weight:700;font-size:13px;margin-bottom:10px}
    .metric-value{
      font-family:var(--mono);
      font-size:38px;
      line-height:1;
      color:#fff;
      font-weight:900;
      letter-spacing:-1px;
      margin-bottom:10px;
    }
    .metric-value small{font-size:16px;color:var(--primary);margin-left:3px}
    .metric-note{font-size:13px;color:#AAB8CA;position:relative;z-index:1}
    .filter-card{
      padding:22px;
      background:#fff;
      border-color:var(--line-light);
      box-shadow:var(--shadow-light);
    }
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      margin-top:14px;
    }
    .filter-btn{
      display:inline-flex;
      border:1px solid #DDE5EF;
      background:#fff;
      color:#314056;
      border-radius:999px;
      padding:9px 13px;
      font-size:13px;
      font-weight:800;
    }
    .filter-btn:hover,.filter-btn.active{
      color:#071014;
      border-color:rgba(25,245,198,.55);
      background:linear-gradient(135deg,rgba(25,245,198,.22),rgba(124,92,255,.12));
      transform:translateY(-1px);
    }
    .timeline-wrap{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline-wrap:before{
      content:"";
      position:absolute;
      left:24px;top:8px;bottom:8px;
      width:2px;
      background:linear-gradient(180deg,var(--primary),var(--purple),rgba(255,255,255,.06));
    }
    .timeline-card{
      position:relative;
      padding:22px 22px 22px 68px;
      background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
    }
    .timeline-dot{
      position:absolute;
      left:13px;top:28px;
      width:24px;height:24px;
      border-radius:50%;
      background:#0D111A;
      border:5px solid var(--primary);
      box-shadow:0 0 24px rgba(25,245,198,.28);
    }
    .time-line-head{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      margin-bottom:12px;
    }
    .time-block{
      font-family:var(--mono);
      color:var(--primary);
      font-size:24px;
      font-weight:900;
      line-height:1;
    }
    .match-title{
      color:#fff;
      font-size:20px;
      font-weight:900;
      margin:0 0 4px;
    }
    .match-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      margin:8px 0 14px;
    }
    .vs-line{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:16px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.08);
    }
    .vs-team{font-weight:850;color:#F3F7FD}
    .vs-team:last-child{text-align:right}
    .vs{
      font-family:var(--mono);
      color:var(--orange);
      font-weight:900;
      padding:5px 9px;
      border-radius:10px;
      background:rgba(255,138,61,.1);
    }
    .table-wrap{
      overflow-x:auto;
      border-radius:var(--radius);
      border:1px solid var(--line-light);
      background:#fff;
      box-shadow:var(--shadow-light);
    }
    table.schedule-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:860px;
      margin:0;
      color:#273244;
    }
    .schedule-table thead th{
      position:sticky;
      top:0;
      background:#101827;
      color:#DDE7F4;
      text-align:left;
      padding:16px 14px;
      font-size:13px;
      letter-spacing:.2px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .schedule-table tbody td{
      padding:16px 14px;
      border-bottom:1px solid #EDF1F6;
      vertical-align:middle;
      font-size:14px;
    }
    .schedule-table tbody tr:hover{background:#F5FBFA}
    .schedule-table tbody tr:last-child td{border-bottom:0}
    .game-name{font-weight:900;color:#111827}
    .team-text{font-weight:800;color:#273244}
    .link-chip{
      display:inline-flex;
      padding:7px 10px;
      border-radius:10px;
      background:rgba(25,245,198,.11);
      color:#0A7A65;
      border:1px solid rgba(25,245,198,.25);
      font-weight:850;
      font-size:12px;
    }
    .highlight-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:22px;
      align-items:stretch;
    }
    .image-card{
      position:relative;
      min-height:380px;
      border-radius:var(--radius-lg);
      overflow:hidden;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .image-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;position:absolute;inset:0}
    .image-card:hover img{transform:scale(1.04)}
    .image-card:after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(8,10,15,.18),rgba(8,10,15,.92));
    }
    .image-card-content{
      position:absolute;z-index:1;left:24px;right:24px;bottom:24px;
    }
    .image-card-content h3{color:#fff;font-size:26px;font-weight:900;margin-bottom:8px}
    .side-stack{display:grid;gap:16px}
    .card{padding:22px}
    .card h3{color:#fff;font-weight:900;font-size:21px;margin-bottom:8px}
    .rank-card{padding:22px;background:#fff;border-color:var(--line-light);box-shadow:var(--shadow-light);color:#263241}
    .rank-item{
      display:grid;
      grid-template-columns:38px 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 0;
      border-bottom:1px solid #E9EEF5;
    }
    .rank-item:last-child{border-bottom:0}
    .rank-num{
      width:30px;height:30px;
      display:inline-flex;align-items:center;justify-content:center;
      border-radius:10px;
      background:#111827;
      color:var(--primary);
      font-family:var(--mono);
      font-weight:900;
    }
    .rank-name{font-weight:900;color:#142033}
    .rank-name small{display:block;color:#667085;font-weight:600;margin-top:2px}
    .bar{
      height:8px;
      border-radius:999px;
      background:#E8EEF6;
      overflow:hidden;
      margin-top:8px;
    }
    .bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--purple))}
    .trend{font-family:var(--mono);font-weight:900;color:#0D8E75}
    .notice-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .notice-card{
      padding:22px;
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
      border:1px solid var(--line);
    }
    .notice-card h3{color:#fff;font-weight:900;font-size:20px}
    .notice-card .icon{
      width:42px;height:42px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      margin-bottom:14px;
      background:rgba(25,245,198,.1);
      color:var(--primary);
      font-size:22px;
      border:1px solid rgba(25,245,198,.22);
    }
    .comment-grid{
      columns:3 260px;
      column-gap:18px;
    }
    .comment-card{
      display:inline-block;
      width:100%;
      padding:20px;
      margin:0 0 18px;
      break-inside:avoid;
      background:#fff;
      border-color:var(--line-light);
      color:#263241;
      box-shadow:var(--shadow-light);
    }
    .comment-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}
    .comment-name{font-weight:900;color:#111827}
    .comment-name small{display:block;color:#667085;font-weight:600}
    .stars{color:#FF8A3D;font-family:var(--mono);font-weight:900;white-space:nowrap}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      border-radius:18px!important;
      overflow:hidden;
      margin-bottom:12px;
    }
    .accordion-title{
      border:0!important;
      color:#fff!important;
      background:transparent!important;
      font-weight:900;
      font-size:16px;
      padding:18px 52px 18px 20px!important;
    }
    .accordion-title:hover,.accordion-title:focus{background:rgba(25,245,198,.06)!important;color:var(--primary)!important}
    .accordion-content{
      background:rgba(0,0,0,.16)!important;
      border:0!important;
      color:#B9C7DA!important;
      padding:0 20px 20px!important;
      line-height:1.8;
    }
    .cta-section{padding:86px 0 98px;background:linear-gradient(135deg,#0D111A,#090B10)}
    .cta-panel{
      padding:34px;
      background:
        linear-gradient(135deg,rgba(25,245,198,.12),rgba(124,92,255,.12)),
        rgba(255,255,255,.045);
      border-color:rgba(25,245,198,.2);
    }
    .cta-panel h2{color:#fff;font-size:34px;font-weight:900;line-height:1.18}
    .form-panel{
      padding:22px;
      background:rgba(7,10,16,.58);
    }
    .form-panel label{color:#CFE0F4;font-weight:750;font-size:13px;margin-bottom:6px}
    .form-panel input,.form-panel select,.form-panel textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:#fff;
      padding:12px 13px;
      margin-bottom:14px;
      box-shadow:none;
    }
    .form-panel select option{background:#111827;color:#fff}
    .form-panel textarea{min-height:110px;resize:vertical}
    .form-panel input::placeholder,.form-panel textarea::placeholder{color:#7F8EA3}
    .site-footer{
      padding:56px 0 30px;
      background:#07090D;
      border-top:1px solid var(--line);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .8fr 1fr;
      gap:34px;
      margin-bottom:34px;
    }
    .site-footer h3{color:#fff;font-size:17px;font-weight:900;margin-bottom:14px}
    .footer-links,.friend-links{display:flex;flex-wrap:wrap;gap:10px}
    .footer-links a,.friend-links a{
      display:inline-flex;
      padding:8px 11px;
      border-radius:12px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      color:#B9C7DA;
      font-size:13px;
      font-weight:650;
    }
    .footer-links a:hover,.friend-links a:hover{border-color:rgba(25,245,198,.35);color:var(--primary);transform:translateY(-1px)}
    .record{
      text-align:center;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#8390A3;
      font-size:13px;
    }
    .record p{margin-bottom:6px}
    @media (max-width:1180px){
      .nav-center{display:none}
      .command-search{min-width:190px}
      .mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
      .mobile-panel a.active{color:var(--primary);background:rgba(25,245,198,.08)}
      .hero{min-height:auto}
      .highlight-grid{grid-template-columns:1fr}
    }
    @media (max-width:900px){
      .command-search,.nav-actions .btn-secondary,.nav-actions .btn-primary{display:none!important}
      .hero{padding:58px 0}
      .section{padding:62px 0}
      .section-title{display:block}
      .footer-grid,.notice-grid{grid-template-columns:1fr}
      .calendar-panel{margin-top:28px}
      .mini-days{grid-template-columns:repeat(4,1fr)}
      .cta-panel{padding:24px}
    }
    @media (max-width:640px){
      .container{width:min(calc(100% - 22px),var(--container))}
      .command-nav{border-radius:18px;padding:8px}
      .brand{font-size:14px}
      .brand small{display:none}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      h1{letter-spacing:-.8px}
      .hero-lead{font-size:15px}
      .hero-actions .btn{width:100%}
      .metric-card{min-height:auto}
      .time-line-head{display:block}
      .timeline-card{padding:20px 16px 20px 54px}
      .timeline-wrap:before{left:20px}
      .timeline-dot{left:9px}
      .vs-line{grid-template-columns:1fr;gap:8px}
      .vs-team:last-child{text-align:left}
      .vs{width:max-content}
      .focus-match{display:block}
      .focus-match .badge{margin-top:10px}
      .image-card{min-height:320px}
      .comment-grid{columns:1}
      .footer-links a,.friend-links a{width:100%;justify-content:center}
      .record{font-size:12px}
    }

/* roulang page: category1 */
:root {
      --bg: #080A0F;
      --bg-2: #0D111A;
      --panel: #121826;
      --panel-soft: rgba(255, 255, 255, .055);
      --panel-strong: rgba(25, 245, 198, .12);
      --text: #D9E2EF;
      --text-strong: #FFFFFF;
      --muted: #91A0B6;
      --muted-2: #67758A;
      --cyan: #19F5C6;
      --purple: #7C5CFF;
      --orange: #FF8A3D;
      --red: #FF5B6E;
      --light: #F6F8FB;
      --light-text: #263241;
      --line: rgba(255, 255, 255, .10);
      --line-strong: rgba(25, 245, 198, .34);
      --line-light: #E4EAF2;
      --radius-sm: 12px;
      --radius-md: 18px;
      --radius-lg: 26px;
      --radius-xl: 32px;
      --shadow-dark: 0 24px 80px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .06);
      --shadow-glow: 0 0 32px rgba(25, 245, 198, .12);
      --shadow-light: 0 16px 40px rgba(15, 23, 42, .08);
      --container: 1240px;
      --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      --num: "DIN Alternate", "Roboto Mono", "SFMono-Regular", Consolas, monospace;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--font);
      color: var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(124, 92, 255, .16), transparent 34%),
        radial-gradient(circle at 88% 4%, rgba(25, 245, 198, .12), transparent 30%),
        linear-gradient(180deg, #080A0F 0%, #0B0F17 42%, #080A0F 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    img { display: block; max-width: 100%; height: auto; }
    button, input, select, textarea { font-family: inherit; }
    button { cursor: pointer; }
    ::selection { background: rgba(25, 245, 198, .3); color: #fff; }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .top-shell {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 14px 0;
      background: rgba(8, 10, 15, .82);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .command-nav {
      display: flex;
      align-items: center;
      gap: 18px;
      min-height: 66px;
      padding: 10px 12px;
      border: 1px solid rgba(255, 255, 255, .09);
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
      box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 226px;
      font-weight: 800;
      color: #fff;
      letter-spacing: 0;
    }

    .brand:hover { color: var(--cyan); }
    .brand-mark {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: 14px;
      color: #06100E;
      font-weight: 900;
      background: linear-gradient(135deg, var(--cyan), #8AFFE8 55%, var(--orange));
      box-shadow: 0 0 24px rgba(25, 245, 198, .28);
    }

    .brand small {
      display: block;
      margin-top: 1px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 600;
      line-height: 1.2;
    }

    .nav-center {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      flex: 1;
    }

    .nav-center a,
    .mobile-panel a:not(.btn) {
      position: relative;
      padding: 10px 12px;
      border-radius: 12px;
      color: #B8C4D6;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .nav-center a:hover,
    .nav-center a.active,
    .mobile-panel a:hover,
    .mobile-panel a.active {
      color: var(--cyan);
      background: rgba(25, 245, 198, .08);
    }

    .nav-center a.active::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 5px;
      height: 2px;
      border-radius: 99px;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(25, 245, 198, .8);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .command-search {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 214px;
      padding: 10px 13px;
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 14px;
      color: var(--muted);
      font-size: 13px;
      background: rgba(0, 0, 0, .18);
    }

    .kbd {
      display: inline-flex;
      align-items: center;
      height: 22px;
      padding: 0 7px;
      border-radius: 7px;
      color: var(--cyan);
      background: rgba(25, 245, 198, .10);
      border: 1px solid rgba(25, 245, 198, .18);
      font-family: var(--num);
      font-size: 12px;
    }

    .btn,
    .button.btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 12px 17px;
      border-radius: 14px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      margin: 0;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }

    .btn-primary {
      color: #06100E;
      background: linear-gradient(135deg, var(--cyan), #A9FFE9);
      box-shadow: 0 12px 28px rgba(25, 245, 198, .20);
    }

    .btn-primary:hover,
    .btn-primary:focus {
      color: #06100E;
      background: linear-gradient(135deg, var(--orange), #FFD0B4);
      transform: translateY(-2px);
      box-shadow: 0 16px 36px rgba(255, 138, 61, .24);
      outline: none;
    }

    .btn-secondary {
      color: #DDE7F5;
      border-color: rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .045);
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      color: var(--orange);
      border-color: rgba(255, 138, 61, .55);
      background: rgba(255, 138, 61, .08);
      transform: translateY(-2px);
      outline: none;
    }

    .mobile-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 12px;
      color: var(--text);
      background: rgba(255, 255, 255, .05);
      font-size: 20px;
      line-height: 1;
    }

    .mobile-toggle:focus { outline: 2px solid rgba(25, 245, 198, .5); outline-offset: 2px; }

    .mobile-panel {
      display: none;
      margin-top: 10px;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 18px;
      background: rgba(13, 17, 26, .96);
      box-shadow: var(--shadow-dark);
    }

    .mobile-panel.is-open { display: grid; gap: 4px; }

    .hero-score {
      position: relative;
      padding: 92px 0 72px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(8, 10, 15, .96) 0%, rgba(8, 10, 15, .76) 48%, rgba(8, 10, 15, .94) 100%),
        url("/assets/images/backpic/back-2.webp") center / cover no-repeat;
    }

    .hero-score::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, .86), transparent 88%);
    }

    .hero-score::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(25, 245, 198, .6), transparent);
    }

    .hero-score .container { position: relative; z-index: 1; }

    .crumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-bottom: 20px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .crumbs a { color: #C7D3E6; }
    .crumbs a:hover { color: var(--cyan); }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 11px;
      border-radius: 999px;
      color: var(--cyan);
      border: 1px solid rgba(25, 245, 198, .28);
      background: rgba(25, 245, 198, .08);
      font-size: 13px;
      font-weight: 800;
    }

    .live-dot {
      width: 8px;
      height: 8px;
      border-radius: 99px;
      background: var(--cyan);
      box-shadow: 0 0 0 6px rgba(25, 245, 198, .12), 0 0 18px rgba(25, 245, 198, .8);
    }

    h1, h2, h3, p { margin-top: 0; }
    h1 {
      max-width: 760px;
      margin: 18px 0 18px;
      color: var(--text-strong);
      font-size: clamp(32px, 4.3vw, 56px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: 0;
    }

    .hero-lead {
      max-width: 690px;
      margin-bottom: 24px;
      color: #B9C7D9;
      font-size: 17px;
      line-height: 1.85;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 28px;
    }

    .tag,
    .badge,
    .status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      width: fit-content;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .tag {
      padding: 8px 11px;
      color: #CFE8F0;
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .055);
    }

    .tag:hover {
      color: var(--cyan);
      border-color: rgba(25, 245, 198, .36);
      transform: translateY(-1px);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .terminal-card {
      position: relative;
      padding: 22px;
      border-radius: var(--radius-xl);
      background: linear-gradient(180deg, rgba(18, 24, 38, .92), rgba(8, 10, 15, .92));
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: var(--shadow-dark), var(--shadow-glow);
      overflow: hidden;
    }

    .terminal-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 76% 10%, rgba(124, 92, 255, .22), transparent 34%);
      pointer-events: none;
    }

    .terminal-head,
    .score-line,
    .score-board-head,
    .rank-item,
    .state-row,
    .timeline-item,
    .comment-head,
    .footer-grid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .terminal-head {
      position: relative;
      z-index: 1;
      margin-bottom: 18px;
    }

    .terminal-title { color: #fff; font-weight: 900; }
    .terminal-sub { color: var(--muted); font-size: 13px; }

    .score-line {
      position: relative;
      z-index: 1;
      padding: 16px;
      margin-top: 12px;
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 18px;
      background: rgba(255, 255, 255, .045);
    }

    .team {
      min-width: 0;
      flex: 1;
    }

    .team strong {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 1.35;
    }

    .team span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 3px;
    }

    .score-num {
      min-width: 86px;
      text-align: center;
      color: var(--cyan);
      font-family: var(--num);
      font-size: 28px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section {
      padding: 86px 0;
      position: relative;
    }

    .section-tight { padding: 64px 0; }
    .section-light {
      color: var(--light-text);
      background: var(--light);
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 24px;
      margin-bottom: 30px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      color: var(--cyan);
      font-size: 13px;
      font-weight: 900;
    }

    .section-light .section-kicker { color: #118D75; }

    h2 {
      margin-bottom: 9px;
      color: var(--text-strong);
      font-size: clamp(28px, 3vw, 36px);
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: 0;
    }

    .section-light h2,
    .section-light h3 { color: #142033; }

    .section-desc {
      max-width: 720px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
      margin-bottom: 0;
    }

    .section-light .section-desc,
    .section-light .muted { color: #5D6A7B; }

    .metric-card,
    .score-card,
    .rank-panel,
    .info-card,
    .faq-shell,
    .form-card,
    .compare-card,
    .notice-card,
    .comment-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255, 255, 255, .10);
      background: rgba(255, 255, 255, .045);
      box-shadow: 0 16px 45px rgba(0, 0, 0, .18);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .metric-card:hover,
    .score-card:hover,
    .rank-panel:hover,
    .info-card:hover,
    .compare-card:hover,
    .comment-card:hover {
      transform: translateY(-3px);
      border-color: rgba(25, 245, 198, .34);
      box-shadow: 0 22px 58px rgba(0, 0, 0, .28), 0 0 30px rgba(25, 245, 198, .08);
    }

    .metric-card {
      min-height: 158px;
      padding: 22px;
    }

    .metric-card .num {
      display: block;
      margin: 8px 0 6px;
      color: #fff;
      font-family: var(--num);
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 900;
      line-height: 1;
    }

    .metric-card .label {
      color: #C4D0E2;
      font-size: 14px;
      font-weight: 800;
    }

    .metric-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .badge {
      padding: 7px 9px;
      color: #09110F;
      background: var(--cyan);
    }

    .badge-purple { color: #fff; background: var(--purple); }
    .badge-orange { color: #241105; background: var(--orange); }
    .badge-ghost {
      color: #C9D5E6;
      border: 1px solid rgba(255, 255, 255, .13);
      background: rgba(255, 255, 255, .05);
    }

    .score-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 18px;
    }

    .score-card {
      grid-column: span 4;
      padding: 20px;
      overflow: hidden;
      position: relative;
    }

    .score-card.large { grid-column: span 8; }
    .score-card::after {
      content: "";
      position: absolute;
      inset: auto -20% -40% 45%;
      height: 120px;
      background: radial-gradient(circle, rgba(124, 92, 255, .18), transparent 66%);
      pointer-events: none;
    }

    .score-board-head {
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .versus {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 14px;
      margin: 18px 0;
    }

    .versus .side {
      padding: 15px;
      min-width: 0;
      border-radius: 16px;
      background: rgba(255, 255, 255, .045);
      border: 1px solid rgba(255, 255, 255, .08);
    }

    .versus .side:last-child { text-align: right; }
    .side strong {
      display: block;
      color: #fff;
      font-size: 18px;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }

    .side span {
      color: var(--muted);
      font-size: 12px;
    }

    .big-score {
      min-width: 112px;
      text-align: center;
      color: var(--cyan);
      font-family: var(--num);
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
      text-shadow: 0 0 18px rgba(25, 245, 198, .34);
    }

    .status {
      padding: 7px 9px;
      color: #06100E;
      background: var(--cyan);
    }

    .status.waiting { color: #fff; background: var(--purple); }
    .status.done { color: #DFE6F1; background: rgba(255, 255, 255, .16); }
    .status.hot { color: #2B1103; background: var(--orange); }
    .status.pause { color: #fff; background: var(--red); }

    .score-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 16px;
    }

    .score-meta span {
      padding: 7px 9px;
      border-radius: 10px;
      color: #BAC7D9;
      background: rgba(255, 255, 255, .055);
      font-size: 12px;
      font-weight: 700;
    }

    .table-wrap {
      overflow-x: auto;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255, 255, 255, .10);
      background: rgba(255, 255, 255, .035);
      box-shadow: var(--shadow-dark);
    }

    table.esports-table {
      width: 100%;
      min-width: 940px;
      border-collapse: separate;
      border-spacing: 0;
      margin: 0;
      color: var(--text);
    }

    .esports-table thead th {
      position: sticky;
      top: 0;
      z-index: 1;
      padding: 16px 16px;
      color: #DDE8F7;
      background: rgba(18, 24, 38, .98);
      border-bottom: 1px solid rgba(255, 255, 255, .10);
      font-size: 13px;
      font-weight: 900;
      text-align: left;
      white-space: nowrap;
    }

    .esports-table tbody td {
      padding: 17px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, .075);
      font-size: 14px;
      vertical-align: middle;
    }

    .esports-table tbody tr {
      transition: background .2s ease;
    }

    .esports-table tbody tr:hover {
      background: rgba(25, 245, 198, .055);
    }

    .table-title {
      color: #fff;
      font-weight: 850;
    }

    .table-sub {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 3px;
    }

    .table-score {
      color: var(--cyan);
      font-family: var(--num);
      font-size: 20px;
      font-weight: 900;
      white-space: nowrap;
    }

    .link-chip {
      display: inline-flex;
      padding: 8px 10px;
      border-radius: 11px;
      color: var(--cyan);
      border: 1px solid rgba(25, 245, 198, .24);
      background: rgba(25, 245, 198, .07);
      font-size: 12px;
      font-weight: 850;
      white-space: nowrap;
    }

    .link-chip:hover {
      color: #06100E;
      background: var(--cyan);
    }

    .rank-panel {
      padding: 24px;
    }

    .rank-list {
      display: grid;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .rank-item {
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 18px;
      background: rgba(255, 255, 255, .04);
    }

    .rank-left {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      flex: 1;
    }

    .rank-no {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      border-radius: 12px;
      color: #08100F;
      background: var(--cyan);
      font-family: var(--num);
      font-weight: 900;
    }

    .rank-name {
      min-width: 0;
      color: #fff;
      font-weight: 850;
      overflow-wrap: anywhere;
    }

    .rank-desc {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 2px;
    }

    .rank-value {
      min-width: 64px;
      text-align: right;
      color: var(--orange);
      font-family: var(--num);
      font-weight: 900;
    }

    .progress-rail {
      height: 7px;
      width: 100%;
      margin-top: 9px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255, 255, 255, .08);
    }

    .progress-fill {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
    }

    .state-grid {
      display: grid;
      gap: 14px;
    }

    .state-row {
      padding: 17px;
      border: 1px solid rgba(255, 255, 255, .09);
      border-radius: 18px;
      background: rgba(255, 255, 255, .04);
    }

    .state-row strong {
      color: #fff;
      font-size: 16px;
    }

    .state-row p {
      margin: 3px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .magazine {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 22px;
      align-items: stretch;
    }

    .cover-card {
      position: relative;
      min-height: 390px;
      overflow: hidden;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(255, 255, 255, .10);
      background: #121826;
      box-shadow: var(--shadow-dark);
    }

    .cover-card img {
      width: 100%;
      height: 100%;
      min-height: 390px;
      object-fit: cover;
      filter: saturate(1.08) contrast(1.05);
      transform: scale(1);
      transition: transform .3s ease;
    }

    .cover-card:hover img { transform: scale(1.04); }

    .cover-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 28px;
      background: linear-gradient(180deg, transparent 15%, rgba(8, 10, 15, .72) 58%, rgba(8, 10, 15, .96) 100%);
    }

    .cover-overlay h3 {
      color: #fff;
      font-size: 25px;
      line-height: 1.25;
      font-weight: 850;
    }

    .cover-overlay p {
      color: #C2CDDC;
      margin-bottom: 0;
    }

    .info-stack {
      display: grid;
      gap: 16px;
    }

    .info-card {
      padding: 22px;
    }

    .info-card h3 {
      color: #fff;
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: 850;
    }

    .info-card p,
    .muted {
      color: var(--muted);
      margin-bottom: 0;
    }

    .section-light .info-card,
    .section-light .comment-card,
    .section-light .compare-card,
    .section-light .notice-card {
      background: #fff;
      border-color: var(--line-light);
      box-shadow: var(--shadow-light);
    }

    .section-light .info-card h3,
    .section-light .comment-card h3,
    .section-light .compare-card h3 { color: #152033; }

    .comment-card {
      padding: 22px;
      height: 100%;
    }

    .comment-head {
      margin-bottom: 12px;
      align-items: flex-start;
    }

    .avatar {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: 15px;
      color: #06100E;
      background: linear-gradient(135deg, var(--cyan), #C7FFF0);
      font-weight: 900;
    }

    .comment-user {
      display: flex;
      gap: 10px;
      align-items: center;
      min-width: 0;
    }

    .comment-user strong {
      display: block;
      color: #152033;
      line-height: 1.25;
    }

    .comment-user span {
      display: block;
      color: #657286;
      font-size: 12px;
      margin-top: 2px;
    }

    .rating {
      color: #B7661B;
      font-family: var(--num);
      font-weight: 900;
      white-space: nowrap;
    }

    .comment-card p {
      color: #344256;
      font-size: 14px;
      line-height: 1.72;
      margin-bottom: 12px;
    }

    .comment-meta {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: #728096;
      font-size: 12px;
      font-weight: 700;
    }

    .compare-card {
      padding: 24px;
      height: 100%;
    }

    .compare-card.featured {
      border-color: rgba(25, 245, 198, .42);
      background: linear-gradient(180deg, rgba(25, 245, 198, .10), rgba(255, 255, 255, .045));
    }

    .compare-card h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 850;
    }

    .compare-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 22px;
      padding: 0;
      list-style: none;
    }

    .compare-list li {
      position: relative;
      padding-left: 20px;
      color: #C3CEE0;
      font-size: 14px;
    }

    .compare-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .75em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
    }

    .faq-shell {
      overflow: hidden;
      padding: 10px;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin: 0 0 10px;
      border: 1px solid rgba(255, 255, 255, .09);
      border-radius: 18px;
      overflow: hidden;
      background: rgba(255, 255, 255, .035);
    }

    .accordion-title {
      color: #fff;
      border: 0;
      padding: 18px 48px 18px 18px;
      font-size: 16px;
      font-weight: 850;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--cyan);
      background: rgba(25, 245, 198, .055);
      outline: none;
    }

    .accordion-title::before {
      right: 18px;
      color: var(--cyan);
      font-size: 22px;
      margin-top: -14px;
    }

    .accordion-content {
      color: #B7C4D6;
      border: 0;
      padding: 0 18px 18px;
      background: transparent;
      font-size: 14px;
      line-height: 1.8;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      padding: 34px;
      border: 1px solid rgba(25, 245, 198, .22);
      background:
        linear-gradient(135deg, rgba(25, 245, 198, .13), rgba(124, 92, 255, .14)),
        url("/assets/images/backpic/back-3.webp") center / cover no-repeat;
      box-shadow: var(--shadow-dark);
    }

    .cta-band::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(8, 10, 15, .72);
    }

    .cta-band > * { position: relative; z-index: 1; }

    .form-card {
      padding: 24px;
      background: rgba(8, 10, 15, .78);
    }

    .form-card label {
      color: #DDE7F5;
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .form-card input,
    .form-card select,
    .form-card textarea {
      width: 100%;
      min-height: 46px;
      margin-bottom: 14px;
      border-radius: 13px;
      border: 1px solid rgba(255, 255, 255, .14);
      color: #fff;
      background: rgba(255, 255, 255, .06);
      box-shadow: none;
    }

    .form-card textarea { min-height: 104px; resize: vertical; }

    .form-card input::placeholder,
    .form-card textarea::placeholder { color: #8190A6; }

    .form-card input:focus,
    .form-card select:focus,
    .form-card textarea:focus {
      border-color: rgba(25, 245, 198, .75);
      box-shadow: 0 0 0 4px rgba(25, 245, 198, .12);
      outline: none;
      background: rgba(255, 255, 255, .08);
    }

    .site-footer {
      padding: 62px 0 30px;
      border-top: 1px solid rgba(255, 255, 255, .10);
      background: #07090D;
    }

    .footer-grid {
      align-items: flex-start;
      display: grid;
      grid-template-columns: 1.2fr .75fr .9fr;
      gap: 36px;
    }

    .site-footer h3 {
      color: #fff;
      font-size: 16px;
      font-weight: 850;
      margin-bottom: 14px;
    }

    .footer-links,
    .friend-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-links a,
    .friend-links a {
      padding: 8px 10px;
      border-radius: 10px;
      color: #AEBBD0;
      border: 1px solid rgba(255, 255, 255, .08);
      background: rgba(255, 255, 255, .035);
      font-size: 13px;
      font-weight: 700;
    }

    .footer-links a:hover,
    .friend-links a:hover {
      color: var(--cyan);
      border-color: rgba(25, 245, 198, .32);
      background: rgba(25, 245, 198, .06);
    }

    .record {
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, .09);
      text-align: center;
      color: #7F8EA3;
      font-size: 13px;
      line-height: 1.7;
    }

    .record p { margin-bottom: 5px; }

    @media (max-width: 1180px) {
      .command-search { display: none; }
      .brand { min-width: 210px; }
      .nav-center a { padding: 9px 9px; }
      .score-card,
      .score-card.large { grid-column: span 6; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 960px) {
      .command-nav { align-items: flex-start; }
      .nav-center { display: none; }
      .mobile-toggle { display: grid; place-items: center; }
      .nav-actions .btn-secondary,
      .nav-actions .btn-primary { display: none; }
      .brand { flex: 1; min-width: 0; }
      .hero-score { padding: 70px 0 58px; }
      .terminal-card { margin-top: 28px; }
      .section { padding: 68px 0; }
      .section-head { display: block; }
      .score-card,
      .score-card.large { grid-column: span 12; }
      .magazine { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 720px) {
      .container { width: min(100% - 28px, var(--container)); }
      .top-shell { padding: 10px 0; }
      .command-nav {
        min-height: 58px;
        padding: 8px;
        border-radius: 16px;
      }
      .brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 12px;
      }
      .brand {
        font-size: 14px;
        gap: 8px;
      }
      .brand small { font-size: 10px; }
      .hero-score { padding: 54px 0 48px; }
      .hero-lead { font-size: 15px; }
      .hero-actions .btn { width: 100%; }
      .terminal-card { padding: 16px; border-radius: 22px; }
      .score-line,
      .versus {
        grid-template-columns: 1fr;
        display: grid;
        text-align: left;
      }
      .score-num,
      .big-score {
        min-width: 0;
        text-align: left;
        font-size: 34px;
      }
      .versus .side:last-child { text-align: left; }
      .metric-card { min-height: 138px; padding: 18px; }
      .section { padding: 56px 0; }
      .section-tight { padding: 48px 0; }
      .table-wrap {
        border-radius: 18px;
        margin-left: -4px;
        margin-right: -4px;
      }
      .rank-item,
      .state-row,
      .comment-head {
        align-items: flex-start;
      }
      .rank-item { display: block; }
      .rank-value {
        margin-top: 10px;
        text-align: left;
      }
      .cover-card,
      .cover-card img { min-height: 320px; }
      .cover-overlay { padding: 22px; }
      .cta-band { padding: 22px; border-radius: 24px; }
    }

    @media (max-width: 520px) {
      h1 { font-size: 31px; }
      h2 { font-size: 27px; }
      .tag-row { gap: 8px; }
      .tag { font-size: 11px; padding: 7px 9px; }
      .mobile-panel { border-radius: 16px; }
      .metric-card .num { font-size: 31px; }
      .score-meta span { width: 100%; }
      .comment-meta { display: block; }
    }
