.app-page-top {
  max-width: 1200px;
  margin: 0 auto 12px;
  padding: 0 16px;
}

.app-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  line-height: 1.2;
}

.app-back-link:hover {
  background: #f9fafb;
  color: #111827;
  border-color: #d1d5db;
}

.app-back-link:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.launcher-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.launcher-header {
  margin-bottom: 28px;
}

.launcher-header h1 {
  margin: 0 0 8px;
  font-size: 28px;
}

.launcher-header p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}
