/* Restored from discovery/phase1/raw_html/%2Fresearch%2Fai-ma-2026%2F.html — page styles (do not strip) */
.paper-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
}
.paper-meta-tag {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.85);
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.paper-meta-tag strong {
  color: #fff;
  font-weight: 600;
}
.paper-section {
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 10px;
  padding: 36px 40px;
  margin-bottom: 28px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.paper-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0D1B2E;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8edf2;
}
.paper-section p {
  color: #374151;
  line-height: 1.75;
  margin-bottom: 14px;
  font-size: 0.97rem;
}
.paper-section p:last-child { margin-bottom: 0; }
.paper-section code {
  display: block;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 0.9rem;
  color: #1a56db;
  margin: 16px 0;
  font-family: 'Courier New', monospace;
}
.paper-section ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.paper-section ol li {
  color: #374151;
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 0.97rem;
}
.paper-section ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.paper-section ul li {
  color: #374151;
  line-height: 1.75;
  margin-bottom: 10px;
  font-size: 0.97rem;
}
.paper-section ul li a,
.paper-section p a {
  color: #1a56db;
  text-decoration: none;
  font-weight: 500;
}
.paper-section ul li a:hover,
.paper-section p a:hover {
  text-decoration: underline;
}
.paper-section-cta {
  background: linear-gradient(135deg, #0D1B2E 0%, #1a3a5c 100%);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 28px;
  text-align: center;
}
.paper-section-cta h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.paper-section-cta p {
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 24px;
  font-size: 0.97rem;
}
.paper-section-cta .btn-primary {
  background: #1a56db;
  border-color: #1a56db;
  padding: 14px 32px;
  font-size: 0.95rem;
}
.paper-section-cta .btn-primary:hover {
  background: #1447b8;
  border-color: #1447b8;
}
