.cr-rating{display:flex;flex-direction:column;gap:12px;margin:18px 0;font-family:inherit}
.cr-card{display:grid;grid-template-columns:40px 150px 1fr auto auto;align-items:center;gap:14px;background:#15171e;border:1px solid #23262f;border-radius:12px;padding:14px 16px;color:#e9ecf2}
.cr-card.cr-top{border-color:#f5b301;box-shadow:0 0 0 1px rgba(245,179,1,.25)}
.cr-rank{font-weight:800;font-size:18px;color:#f5b301;text-align:center}
.cr-logo{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:#e9ecf2}
.cr-logo img{max-width:120px;max-height:48px;height:auto;object-fit:contain}
.cr-logo .cr-name{font-size:13px;opacity:.85}
.cr-logo .cr-noname{font-weight:700;font-size:18px}
.cr-info .cr-bonus{font-weight:600;font-size:15px;line-height:1.3}
.cr-info .cr-meta{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}
.cr-info .cr-meta span{font-size:12px;background:#23262f;border-radius:6px;padding:2px 8px;opacity:.9}
.cr-rate{text-align:center;min-width:80px}
.cr-stars{color:#444;font-size:16px;letter-spacing:1px}
.cr-stars .cr-st-f{color:#f5b301}
.cr-stars .cr-st-h{background:linear-gradient(90deg,#f5b301 50%,#444 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.cr-score{font-weight:700;margin-top:2px;color:#f5b301}
.cr-act{display:flex;flex-direction:column;gap:8px;min-width:120px}
.cr-btn{display:inline-block;text-align:center;padding:9px 14px;border-radius:8px;text-decoration:none;font-weight:700;font-size:14px;transition:.15s}
.cr-btn-go{background:#f5b301;color:#15171e}
.cr-btn-go:hover{background:#ffc724}
.cr-btn-ghost{border:1px solid #3a3f4b;color:#e9ecf2}
.cr-btn-ghost:hover{border-color:#f5b301;color:#f5b301}

.cr-bc{font-size:13px;color:#888;margin:10px 0}
.cr-bc a{color:#888;text-decoration:none}
.cr-bc a:hover{text-decoration:underline}
.cr-review .cr-rev-head{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:14px 0}
.cr-review h1{margin:0 0 6px}
.cr-spec{width:100%;border-collapse:collapse;margin:18px 0}
.cr-spec th,.cr-spec td{text-align:left;padding:8px 10px;border-bottom:1px solid #e3e3e3}
.cr-spec th{width:200px;color:#555}

@media(max-width:760px){
  .cr-card{grid-template-columns:36px 1fr;grid-template-areas:"rank logo" "info info" "rate act";row-gap:10px}
  .cr-rank{grid-area:rank}
  .cr-logo{grid-area:logo;flex-direction:row;justify-content:flex-start}
  .cr-info{grid-area:info}
  .cr-rate{grid-area:rate;text-align:left}
  .cr-act{grid-area:act;flex-direction:row}
  .cr-act .cr-btn{flex:1}
}
