/* Minimal, unstyled scaffold — final design is applied on top of this later.
   Kept intentionally bare so ids/classes stay easy to target from real CSS. */

body {
  margin: 0;
  font-family: sans-serif;
}

.view {
  padding: 12px;
  padding-bottom: 72px;
}

.listing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing-card {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 8px;
}

#bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  border-top: 1px solid #ccc;
  background: #fff;
}

.nav-button {
  flex: 1;
  padding: 12px 4px;
  border: none;
  background: none;
}

.nav-button--active {
  font-weight: bold;
}

.error-text {
  color: #c00;
}
