/* assets/css/style.css */
body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

.site-logo {
  height: 28px;
  width: auto;
  border-radius: 4px;
}

.card {
  box-shadow: 0 1px 10px rgba(0,0,0,0.08);
}

.table td, .table th {
  vertical-align: middle;
}

.optional-note {
  font-size: 0.875rem;
  opacity: 0.85;
}
