body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background: #f4f6f8;
  color: #1f2933;
}

.container {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 20px;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin-bottom: 20px;
}

.header {
  background: #1f2933;
  color: #fff;
  padding: 14px 24px;
}

.header a {
  color: #fff;
  margin-right: 16px;
  text-decoration: none;
}

.header a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  margin-top: 0;
}

input, textarea, select {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  border: 1px solid #ccd3da;
  border-radius: 8px;
  font: inherit;
}

textarea {
  min-height: 110px;
}

button, .button {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

button:hover, .button:hover {
  background: #1d4ed8;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th, td {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e5e7eb;
  font-size: 13px;
}

.hours {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hours .box {
  flex: 1;
  min-width: 180px;
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px;
}

.note {
  border-left: 4px solid #2563eb;
  padding: 10px 14px;
  background: #f9fafb;
  margin-bottom: 12px;
}

.small {
  color: #6b7280;
  font-size: 13px;
}
