.bench-head{text-align:center;padding:2.5rem 0 1rem;border-bottom:1px solid #1a1a1a}
.bench-head h1{font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:900;margin-bottom:.5rem;color:#c6ff00;font-family:"Consolas",monospace}
.bench-head p{font-size:.92rem;color:#6a6a6a;font-family:"PingFang SC",sans-serif}
.bench-id{font-size:.7rem;color:#c6ff00;font-family:"Consolas",monospace;margin-top:.5rem;display:block;letter-spacing:.12em}

.benchmark-deck{padding:2rem 0 3.5rem}
.bench-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#c6ff00}
.bench-panel{background:#121212;padding:1.35rem 1.3rem}
.bench-panel.full{grid-column:1/-1;background:#0a0a0a;text-align:center;padding:1.5rem}
.bench-panel.full h2{font-size:1.1rem;color:#c6ff00;margin-bottom:.35rem}
.bench-bar-wrap{margin:1rem 0 .75rem;background:#1a1a1a;height:8px;border-radius:0;overflow:hidden}
.bench-bar{height:100%;background:linear-gradient(90deg,#a8e600,#c6ff00);width:var(--w,80%)}
.bench-label{font-size:.65rem;font-weight:900;color:#c6ff00;letter-spacing:.12em;margin-bottom:.5rem;font-family:"Consolas",monospace}
.bench-panel h2{font-size:1rem;font-weight:800;margin-bottom:.4rem;color:#e0e0e0;font-family:"PingFang SC",sans-serif}
.bench-panel p{font-size:.84rem;color:#6a6a6a;line-height:1.6;margin-bottom:.5rem;font-family:"PingFang SC",sans-serif}
.bench-panel ul{margin-bottom:.65rem}
.bench-panel li{font-size:.82rem;color:#6a6a6a;padding:.18rem 0;font-family:"PingFang SC",sans-serif}
.bench-panel li::before{content:"[+] ";color:#c6ff00;font-family:"Consolas",monospace;font-size:.7rem}
.bench-panel img{border:1px solid #c6ff00;margin-top:.5rem}
.bench-ms{display:inline-block;font-size:2rem;font-weight:900;color:#c6ff00;font-family:"Consolas",monospace;margin:.5rem 0}

.bench-appendix{background:#121212;border-top:1px solid #c6ff00;border-bottom:1px solid #c6ff00;padding:2.5rem 0}
.bench-pair{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#c6ff00}
.bench-extra{background:#0a0a0a;padding:1.25rem}
.bench-extra h3{font-size:.9rem;font-weight:800;color:#c6ff00;margin-bottom:.6rem;font-family:"Consolas",monospace}
.bench-extra li{font-size:.84rem;color:#6a6a6a;padding:.26rem 0;font-family:"PingFang SC",sans-serif}

.bench-cta{text-align:center;padding:2.5rem 1rem;background:#c6ff00;color:#0a0a0a}
.bench-cta h2{font-size:1.1rem;font-weight:900;margin-bottom:.7rem;font-family:"Consolas",monospace}
.bench-cta a{display:inline-block;background:#0a0a0a;color:#c6ff00!important;padding:.5rem 1.3rem;font-weight:900;text-decoration:none!important;font-family:"PingFang SC",sans-serif}

@media(max-width:768px){
  .bench-grid,.bench-pair{grid-template-columns:1fr;background:none;gap:1px}
  .bench-panel,.bench-extra{border:1px solid #1a1a1a}
  .bench-panel.full{grid-column:1}
}
