body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f4f6fa;
  color: #1c2533;
}

.container {
  max-width: 820px;
  margin: 32px auto;
  padding: 0 16px;
}

.lead {
  color: #495266;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
}

ul {
  margin-top: 8px;
}

.blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}

.blog-list li:last-child {
  border-bottom: 0;
}

.blog-directory-title-locked {
  color: #5a647d;
}

.blog-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.blog-pagination-top {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.blog-pagination-current {
  color: #5a647d;
}

.analytics-table-wrap {
  overflow-x: auto;
}

.analytics-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.analytics-table th,
.analytics-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.analytics-table th {
  font-weight: 700;
  color: #3f4a63;
  background: #f8fafc;
}

.analytics-num {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  width: 1%;
}

.analytics-slug {
  font-size: 0.8rem;
  word-break: break-all;
}

.analytics-pre {
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.85rem;
  border: 1px solid #e2e8f0;
}

.blog-pagination-select {
  margin: 0;
  display: inline;
}

.blog-page-select {
  width: auto;
  min-width: 90px;
  padding: 6px 10px;
  font-size: 0.95rem;
}

a {
  color: #1d4ed8;
}

.markets {
  color: #3f4a63;
}

label {
  display: block;
  margin-bottom: 6px;
}

input {
  width: 100%;
  max-width: 360px;
  padding: 10px;
  border: 1px solid #c8cfdf;
  border-radius: 10px;
  box-sizing: border-box;
}

select {
  width: 100%;
  max-width: 420px;
  padding: 10px;
  border: 1px solid #c8cfdf;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.checkbox-row input[type="checkbox"] {
  width: auto;
}

.agreement-section {
  margin: 20px 0;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
}

.agreement-intro {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3f4a63;
  margin-bottom: 16px;
}

.agreement-clause {
  margin: 12px 0;
  align-items: flex-start;
}

.agreement-clause span {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495266;
}

.signature-block {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.signature-note {
  font-size: 0.85rem;
  color: #5a647d;
  margin-top: 8px;
  line-height: 1.5;
}

button,
.btn {
  display: inline-block;
  margin-top: 12px;
  background: #1d4ed8;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
}

.error {
  color: #b91c1c;
  font-weight: 700;
}

.footnote {
  color: #5a647d;
  margin-top: 10px;
}

.list-email-count {
  min-height: 1.35em;
}

.site-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}

.site-footer h2 {
  margin-top: 28px;
  margin-bottom: 12px;
}

.site-footer h2:first-child {
  margin-top: 0;
}

.site-footer h3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.site-footer p,
.site-footer ul {
  margin-bottom: 12px;
}

.disclaimer-link {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.disclaimer-content {
  white-space: pre-line;
  line-height: 1.6;
}

.disclaimer-page .disclaimer-content {
  margin: 16px 0;
}

.site-topbar {
  background: #1c2533;
  color: #e8ecf4;
  margin: 0 0 20px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
}

.site-topbar-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}

.site-topbar-brand {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-topbar-brand:hover {
  text-decoration: underline;
}

.site-account-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  font-size: 0.95rem;
}

.site-account-nav a {
  color: #a8c4ff;
}

.site-account-nav a:hover {
  color: #fff;
}

.site-account-signed-in {
  color: #94a3b8;
  font-size: 0.9rem;
}

.site-paywall-banner {
  max-width: 820px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-size: 0.88rem;
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 8px;
}
