.nob-root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #0f1115;
  color: #e6e6e6;
}
.nob-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid #2a2f3a;
  margin-bottom: 12px;
}
.nob-title {
  font-weight: 700;
  font-size: 18px;
  color: #e6f2ff;
}
.nob-refresh {
  font-size: 11px;
  color: #607880;
  white-space: nowrap;
}
.nob-status {
  padding: 8px 0;
  font-size: 13px;
  color: #9aa3b2;
  text-align: center;
}
.nob-list { margin: 0; padding: 0; }
.nob-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #2a2f3a;
  align-items: flex-start;
}
.nob-item:last-child { border-bottom: none; }
.nob-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.nob-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.nob-body { flex: 1; min-width: 0; }
.nob-name {
  font-weight: 600;
  font-size: 13px;
  color: #e6f2ff;
  margin-bottom: 3px;
}
.nob-note {
  font-size: 11px;
  color: #9aa3b2;
  line-height: 1.4;
  margin-bottom: 5px;
}
.nob-meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color: #607880;
  flex-wrap: wrap;
}
.nob-meta span { white-space: nowrap; }
