/* App chrome for the Port Operations Console. */

body {
  background: #0c0f10;
  color: #eef1f2;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.app-header {
  padding: 16px 20px;
  border-bottom: 1px solid #383f43;
}

.app-header h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

main {
  padding: 20px;
}

.dashboard {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.dashboard > div:empty {
  display: none;
}
