* { box-sizing: border-box }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
  background: #020617;
  color: #e5e7eb;
}

.app-header {
  height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid #1e293b;
}

#view {
  padding: 16px;
  padding-bottom: 72px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  display: flex;
  background: #020617;
  border-top: 1px solid #1e293b;
}

.bottom-nav button {
  flex: 1;
  background: none;
  border: none;
  color: #e5e7eb;
  font-size: 20px;
}
