body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 2rem;
}

.container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  margin-left: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  margin: 1rem 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

li input[type="checkbox"] {
  margin-right: 0.75rem;
  transform: scale(1.2);
  margin-top: 0.2rem;
}

li span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.completed span {
  text-decoration: line-through;
  color: #888;
}

#completed-count {
  margin-top: 2rem;
  color: #888;
  font-size: 0.95rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}


#project-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.project-line {
  display: inline-block;
}

.project-name {
  font-weight: 600; /* Increased from 500 */
  font-size: 1.05rem;
  margin-right: 0.5rem;
}

.project-meta {
  font-size: 0.85rem;
  color: #888;
}

a.project-name {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}


.page-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.page-title a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  cursor: pointer;
}

.page-title a:hover {
  text-decoration: underline;
}

.footer {
  text-align: center;
  color: #aaa;
  font-size: 0.85rem;
  margin-top: 2rem;
}

.homepage-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.promo-image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.login-button {
  background: none;
  border: none;
  color: #333;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.login-button:hover {
  text-decoration: underline;
}
