body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 1rem;
  background: #f4f4f4;
}

h1 {
  text-align: center;
}

.next {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.next h2 {
  margin-top: 0;
  color: #2563eb;
}
.next .subject {
  font-size: 1.4rem;
  font-weight: bold;
}
.next .countdown {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #2563eb;
}
.next.next {
  border-left: 6px solid #2563eb;
}

details {
  background: white;
  margin-bottom: 10px;
  border-radius: 8px;
}

summary {
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
}

.lesson {
  padding: 0.75rem 1rem;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: start;
  gap: 3rem;
}
.lesson.completed {
  opacity: 0.3;
}
.lesson .subject {
  font-size: 1.1rem;
  margin-top: 0;
}
.lesson .time {
  font-weight: bold;
}
.lesson .room {
  color: #666;
}
.lesson.current {
  background: #007bff;
  color: white;
}
.lesson.current .room {
  color: white;
}

/*# sourceMappingURL=style.css.map */
