body.dl{background:#00f0ff}
.win-hero{padding:1.5rem 0 2rem}
.chrome{border:6px solid #111;box-shadow:12px 12px 0 #111;background:#fff}
.chrome-bar{background:#111;color:#ffea00;padding:.45rem .8rem;font-size:.75rem;font-weight:900;display:flex;justify-content:space-between}
.chrome-body{display:grid;grid-template-columns:1fr 1fr;gap:0}
.chrome-text{padding:1.2rem 1.3rem}
.chrome-text h1{font-size:clamp(1.15rem,2.6vw,1.7rem);line-height:1.28;margin-bottom:.5rem}
.kpi-row{display:flex;gap:.5rem;flex-wrap:wrap;margin: .8rem 0}
.kpi-row span{border:4px solid #111;background:#ffea00;padding:.3rem .55rem;font-size:.72rem;font-weight:900;box-shadow:3px 3px 0 #111}
.chrome-img{border-left:6px solid #111;background:#ff2d55;padding:.5rem}

.tiles3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.tile{aspect-ratio:1;border:6px solid #111;padding:1rem;box-shadow:8px 8px 0 #111;display:flex;flex-direction:column;justify-content:flex-end}
.tile:nth-child(1){background:#ffea00;transform:translateY(12px)}
.tile:nth-child(2){background:#fff}
.tile:nth-child(3){background:#ff2d55;color:#fff;transform:translateY(-12px)}
.tile h3{font-size:1rem}

.bars{display:flex;flex-direction:column;gap:0}
.bar{display:grid;grid-template-columns:90px 1fr;border:6px solid #111;border-bottom:none;background:#fff}
.bar:last-child{border-bottom:6px solid #111}
.bar .n{background:#111;color:#ffea00;display:grid;place-items:center;font-size:1.4rem}
.bar:nth-child(2) .n{background:#ff2d55;color:#fff}
.bar:nth-child(3) .n{background:#ffea00;color:#111}
.bar div:last-child{padding:.9rem 1rem}

.punch{display:flex;flex-direction:column;gap:1rem}
.card{border:6px solid #111;background:#fff;padding:1rem;box-shadow:8px 8px 0 #111}
.card.alt{background:#ffea00;margin-left:10%}
.card h3{margin-bottom:.4rem}
.card li{font-family:"Arial","Microsoft YaHei",sans-serif;font-weight:400;padding:.25rem 0;border-bottom:3px dashed #111;font-size:.86rem}
.dl-shot{margin-top:1rem;border:6px solid #111;box-shadow:8px 8px 0 #ff2d55;max-width:640px}

.dl-cta{background:#ff2d55;color:#fff;padding:2rem 0;border-top:6px solid #111;border-bottom:6px solid #111}
.dl-cta a{margin:.25rem}

@media(max-width:768px){
  .chrome-body,.tiles3{grid-template-columns:1fr}
  .chrome-img{border-left:none;border-top:6px solid #111}
  .tile:nth-child(1),.tile:nth-child(3){transform:none}
  .card.alt{margin-left:0}
}
