.masters-mode {
  font-family: "Baskerville", "Times New Roman", serif;
}
.masters-mode.q-page {
  background: #f4f4f2;
  min-height: 100vh;
}
.masters-mode .text-h5 {
  font-family: "Baskerville", "Times New Roman", serif !important;
  color: #006747 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: clamp(2.1rem, 4vw, 3.25rem) !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
}
.masters-mode .the-people-who-paid-text {
  color: #6b6f70;
  font-family: "Baskerville", "Times New Roman", serif;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.masters-mode .q-table {
  background: #ffffff;
  border: 1px solid #d7d8d9;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none;
}
.masters-mode .q-table thead tr th,
.masters-mode .q-table .q-table__top,
.masters-mode .q-table th.bg-primary,
.masters-mode .q-table th.bg-masters-green {
  background: #006747 !important;
  color: #ffffff !important;
  font-family: "Baskerville", "Times New Roman", serif;
  font-weight: 700;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 8px;
  border-bottom: 1px solid #0a5c42;
}
.masters-mode .q-table tbody tr {
  border-bottom: 1px solid #d7d8d9;
  transition: background-color 0.1s ease;
  cursor: pointer;
}
.masters-mode .q-table tbody tr:hover {
  background: #f7f8f7;
}
.masters-mode .q-table tbody tr.dnp {
  background: #f3f4f4;
}
.masters-mode .q-table tbody tr.dnp td {
  color: rgba(0, 0, 0, 0.45);
}
.masters-mode .q-table tbody tr.dnp .team-name {
  color: rgba(0, 0, 0, 0.45);
}
.masters-mode .q-table tbody tr.dnp:hover {
  background: #eeefef;
}
.masters-mode .q-table tbody td {
  font-family: "Baskerville", "Times New Roman", serif;
  color: #1f2a24;
  padding: 12px 8px;
  font-size: 1rem;
  vertical-align: middle;
}
.masters-mode .q-table .team-name {
  text-transform: uppercase;
  font-weight: 700;
  color: #143f31;
  letter-spacing: 0.02em;
  font-size: 1rem;
}
.masters-mode .q-table .text-red {
  color: #c8102e !important;
  font-weight: 700;
  font-size: 1rem;
}
.masters-mode .q-table .text-green {
  color: #006747 !important;
  font-weight: 700;
}
.masters-mode .q-tr--expanded {
  background: #f8f9f8;
}
.masters-mode .q-tr--expanded td {
  padding: 0 !important;
  border-bottom: 1px solid #d7d8d9;
}
.masters-mode .text-primary,
.masters-mode .text-subtitle-2 {
  color: #006747 !important;
  font-family: "Baskerville", "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: 0.01em;
}
.masters-mode .q-spinner-rings {
  color: #006747 !important;
}
.masters-mode .position-cell {
  font-weight: 600;
  color: #2d2d2d;
}
.masters-mode > .text-center > p {
  color: #555;
  font-family: "Baskerville", "Times New Roman", serif;
  font-style: normal;
  background: transparent;
  padding: 0.6rem 0;
  border: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}
.masters-mode .mini-scorecard {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.masters-mode .mini-scorecard .circled {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.masters-mode .mini-scorecard .double-circled {
  border-color: rgba(255, 255, 255, 0.9) !important;
  outline-color: rgba(255, 255, 255, 0.9) !important;
}
.masters-mode .stat-title {
  color: #006747;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.masters-mode .round-stats-header {
  color: #006747;
  font-family: "Baskerville", "Times New Roman", serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(0, 103, 71, 0.2);
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.masters-mode .bg-masters-green {
  background: #006747 !important;
}

a {
  color: #12a650;
  text-decoration: none;
}

/*# sourceMappingURL=app.437b689a.css.map*/