.claim-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.claim-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 1.5rem;
}

.claim-logo {
  font-weight: 700;
  font-size: 1.25rem;
  color: inherit;
  text-decoration: none;
}

.claim-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
  max-width: 560px;
  margin: 0 auto;
}

.claim-name {
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 1.125rem;
  color: #666;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

.claim-name strong {
  color: #1a1a1a;
}

.claim-content h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.claim-subtitle {
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.btn-claim {
  display: inline-block;
  background: #f7b500;
  color: #000;
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 150ms ease;
}

.btn-claim:hover {
  background: #e5a800;
}

.btn-claim-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #d0d0d0;
}

.btn-claim-secondary:hover {
  background: #f8f9fa;
  border-color: #1a1a1a;
}
