* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI',
    Roboto, 'Helvetica Neue', sans-serif;
  background: #f6f6f7;
  color: #202223;
  -webkit-font-smoothing: antialiased;
}

.gr-page {
  max-width: 620px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.gr-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.gr-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.gr-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #1a1a2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.gr-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.gr-subtitle {
  font-size: 0.8125rem;
  color: #6d7175;
}

.gr-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.gr-badge--success {
  background: #aee9d1;
  color: #0d5132;
}

.gr-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #44474a;
  margin-bottom: 1.5rem;
}

.gr-section {
  margin-bottom: 1.5rem;
}

.gr-section-title {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6d7175;
  margin-bottom: 0.5rem;
}

.gr-list {
  list-style: none;
  padding: 0;
}

.gr-list li {
  font-size: 0.875rem;
  padding: 0.375rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #44474a;
}

.gr-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #29845a;
  font-weight: 600;
}

.gr-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #44474a;
}

.gr-link {
  color: #2c6ecb;
  text-decoration: none;
}

.gr-link:hover {
  text-decoration: underline;
}

.gr-footer {
  padding-top: 1.25rem;
  border-top: 1px solid #e1e3e5;
  font-size: 0.8125rem;
  color: #6d7175;
}

.gr-divider {
  margin: 0 0.5rem;
  color: #c9cccf;
}
