/* Combined stylesheet generated from templates */

/* Fonts are still loaded via Google Fonts link in templates; base font-family here */
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #000000;
}

/* Utilities / Buttons */
.btn-primary {
  background-color: #000000;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.btn-primary:hover { opacity: 0.8; transform: translateY(-1px); }

.btn-secondary {
  background-color: transparent;
  color: #000000;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s ease-in-out;
  display: inline-block;
}
.btn-secondary:hover { background-color: #f3f4f6; }

/* Feature / cards */
.feature-card {
  border: 1px solid #e5e7eb;
  padding: 2rem;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.feature-card:hover { border-color: #000000; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* Input fields and social button */
.input-field {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.input-field:focus { border-color: #000000; }

.btn-social {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e5e7eb;
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.1s;
}
.btn-social:hover { background-color: #f9fafb; }

/* Sidebar navigation */
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #4b5563;
  font-size: 0.875rem;
  border-radius: 6px;
  transition: all 0.2s;
}
.sidebar-link:hover { background-color: #f3f4f6; color: #000; }
.sidebar-link.active { background-color: #000; color: #fff; }

/* Bounty card */
.bounty-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.2s;
}
.bounty-card:hover { border-color: #000; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }

/* Privacy / Terms typographic helpers */
h1 { font-size: 2rem; font-weight: 600; margin-bottom: 2rem; }
h2 { font-size: 1.25rem; font-weight: 600; margin-top: 2rem; margin-bottom: 1rem; }
p, li { color: #4b5563; line-height: 1.6; font-size: 0.95rem; margin-bottom: 1rem; }
ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1rem; }

/* Small helpers used across templates */
.text-xs { font-size: 0.75rem; }

/* End of combined stylesheet */
