.home-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin: 0 0 1.75rem;
}

.home-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #aaa;
  margin: 0 0 0.6rem;
}

.home-page-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-page-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #ebebeb;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.home-page-item--online:hover {
  background: #e2e2e2;
}

.home-page-item--offline {
  opacity: 0.45;
}

.home-page-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.home-page-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
}

.home-page-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.3;
}

.home-page-arrow {
  font-size: 1rem;
  color: #A953F6;
  font-weight: 700;
}

.home-page-status {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  white-space: nowrap;
}
