.comment {
  color: #6a9955;
}

.keyword {
  color: #569cd6;
}

.funcname {
  color: #dcdcaa;
}

.string {
  color: #ce9178;
}

.number {
  color: #b5cea8;
}

.import {
  color: #c586c0;
}

.variable {
  color: #9cdcfe;
}

.faw {
  font-weight: 350;
  line-height: 1.2;
  font-size: 1.35rem;
  margin-right: 20px;
  color: #E5F5EA;
}

.nfl {
  width: 580px;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: "Encode Sans Condensed", sans-serif;
  border-radius: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #888;
}

.wider {
  width: 660px;
}

.nfl th {
  background: #026467; /* linear-gradient(135deg, #222222 0%, #111111 100%); */
  color: white;
  padding: 12px 8px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  position: sticky;
  top: 0;
}

.nfl td {
  padding: 10px 8px;
  border-bottom: 1px solid #EFF9F2;
  /*#ecf0f1;*/
  font-size: 18px;
}

.nfl tr:hover {
  background-color: #AEE0BD;
  transition: background-color 0.3s ease;
}

.rank {
  font-weight: normal;
  color: #2c3e50;
  width: 40px;
  text-align: center;
}

.player-name {
  font-weight: 400;
  color: #445;
  /* 2980b9; */
  min-width: 180px;
}

.team {
  color: #7f8c8d;
  font-size: 12px;
}

.points {
  font-weight: normal;
  color: #27ae60;
  text-align: right;
  min-width: 80px;
}

.calculated-points {
  font-weight: 400;
  color: #e74c3c;
  text-align: right;
  min-width: 80px;
}

.stat {
  text-align: right;
  min-width: 50px;
}

.top-3 {
  background: linear-gradient(135deg, #fff9d8 0%, #fff9d8 100%);
}

.top-10 {
  background: linear-gradient(135deg, #E5F5EA 0%, #E5F5EA 100%);
  color: black;
}

.formula {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  border-left: 4px solid #667eea;
}

.movedup {
  margin-top: -50px;
}

.moregap {
  margin-bottom: 40px;
}