:root {
  color: #172026;
  background: #f7f5ef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

button,
input {
  min-height: 48px;
  border-radius: 8px;
  font: inherit;
}

.app-shell {
  max-width: 680px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 16px;
}

.unlock-panel,
.library {
  display: grid;
  gap: 16px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.item {
  width: 100%;
  margin: 0 0 10px;
  padding: 14px;
  border: 1px solid #d6d0c3;
  background: #fffdf8;
  color: inherit;
  text-align: left;
}

.item.resource-backed {
  border-color: #4b7f72;
  box-shadow: inset 4px 0 0 #4b7f72;
}

.title,
.subtitle {
  display: block;
}

.title {
  font-weight: 700;
}

.subtitle {
  margin-top: 4px;
  color: #5f676d;
  font-size: 14px;
}

.toast {
  min-height: 24px;
}
