.match-card{padding:8px 10px;min-height:190px;height:100%}
.match-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.match-row-1{padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,0.02);margin-bottom:8px;display:flex;align-items:center;gap:8px}
.match-title{font-weight:700;font-size:15px;color:#eaf0ff;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}
.match-title .vs{color:var(--muted);margin:0 8px;font-weight:600}
.match-time{font-size:13px;color:var(--muted);white-space:nowrap;flex:0 0 auto;margin-left:12px;text-align:right}
.match-row-2{align-items:center;justify-content:space-between}
.team-name{max-width:30%;overflow-wrap:break-word;word-break:break-word;white-space:normal;font-weight:600;color:#e6eef6}
.team-name.left{text-align:right}
.team-name.right{text-align:left}
.logos{display:flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;padding:0 8px}
.logo.small{width:56px;height:56px;border-radius:8px;object-fit:cover;background:#081224;padding:6px;border:1px solid rgba(255,255,255,0.03)}
.logo-sep{display:inline-block;color:var(--muted);padding:0 8px;font-weight:700}
.match-row-3{padding-top:6px;margin-top:8px;display:flex;justify-content:center;align-items:center;width:100%}
.match-row-3 .center{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto}
.match-row.match-row-3{display:flex;justify-content:center;align-items:center}
.view-btn{display:inline-flex;align-items:center;justify-content:center;margin:0 auto}
.view-btn{padding:10px 16px;border-radius:999px;font-weight:700;border:none;background:var(--accent);color:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.view-btn:active{transform:translateY(1px)}
.view-btn.ghost{background:transparent;border:1px solid rgba(255,255,255,0.06);color:var(--muted)}
.view-btn.live{background:var(--live);box-shadow:0 8px 28px rgba(229,57,53,0.18);color:#fff}
.card.playing{outline:3px solid rgba(79,70,229,0.12)}
