body {  font-family: system-ui, sans-serif;  margin: 0;  padding: 0;  background: #f9f9f9;  color: #333;}.credits-page {  max-width: 960px;  margin: 0 auto;  padding: 2rem;  background: #fff;}.credits-header h1 {  font-size: 2.5rem;  margin-bottom: 0.5rem;}.intro {  font-size: 1.1rem;  color: #666;}.credits-section {  margin-top: 2.5rem;}.credits-section h2 {  font-size: 1.5rem;  margin-bottom: 0.5rem;}.credits-table {  width: 100%;  border-collapse: collapse;  margin-top: 1rem;}.credits-table th,.credits-table td {  border: 1px solid #ddd;  padding: 0.75rem;  text-align: left;}.credits-table th {  background-color: #f0f0f0;}.credits-table a {  color: #0077cc;  text-decoration: underline;}.disclaimer {  font-size: 0.9rem;  color: #777;  margin-top: 1rem;}address {  font-style: normal;  line-height: 1.6;}a {  color: #0077cc;  text-decoration: none;}a:hover {  text-decoration: underline;}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
header h1 {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

