.team-header { display: flex; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid #ddd; }
.team-avatar { font-size: 4em; line-height: 1; }
.team-logob { width: 96px; height: 1em; object-fit: contain; vertical-align: middle; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stats-box { background: #f7faff; padding: 15px; border-radius: 10px; border: 1px solid #c9d7ff; }
.stats-title { font-size: 1.2em; margin-bottom: 10px; font-weight: bold; }
.last-matches-list { margin-top: 10px; padding-left: 0; list-style: none; }
.last-matches-list li { background: #f7faff; border: 1px solid #c9d7ff; padding: 10px; border-radius: 8px; margin-bottom: 8px; }
.last-matches-round { font-weight: bold; margin-bottom: 3px; }
.last-matches-teams { font-size: 1.05em; }