:root{--ok:#198754;--meh:#0d6efd;--bad:#dc3545}
*{box-sizing:border-box}
body{margin:0;background:#f7f8fb;color:#0a0a0a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.page{max-width:1200px;margin:0 auto;padding:24px}
.article h2,.article p{margin:0 0 12px}
.game-header{display:flex;flex-direction:column;gap:8px;margin:20px 0}
.scoreline{display:flex;align-items:baseline;gap:12px}
.scoreline .teams{font-weight:600}
.scoreline .score{font-size:28px;font-weight:800}
.meta{display:flex;flex-wrap:wrap;gap:12px;color:#444}
.scoring-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}
.play{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:10px}
.play-time{font-weight:700}
.play-team{font-size:12px;color:#666;margin:2px 0}
.play-detail .strength{margin-left:6px;font-size:12px;color:#666}
.goalie-grid,.units-grid,.players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin:12px 0}
.goalie-card,.unit-card,.player-card{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:12px}
.g-name,.u-type,.p-name{font-weight:700}
.unit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;color:#fff}
.badge-exceeded{background:var(--ok)}
.badge-met{background:var(--meh)}
.badge-not_met{background:var(--bad)}
.u-players,.u-usage,.u-summary,.p-meta,.p-stats,.p-evidence{margin:4px 0}
