/* Restored from discovery/phase1/raw_html/%2Fresearch%2Fcross-border-ma-clearing%2F.html — page styles (do not strip) */
.article-hero {
      background: linear-gradient(135deg, #0D1B2E 0%, #131F3E 60%, #0a1628 100%);
      padding: 140px 0 80px; position: relative; overflow: hidden;
    }
    .article-hero::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background: radial-gradient(circle at 80% 20%, rgba(8, 106, 216, 0.15) 0%, transparent 50%);
      pointer-events: none;
    }
    .article-hero-inner {
      max-width: 800px; margin: 0 auto; text-align: left; position: relative; z-index: 2;
    }
    .article-hero h1 {
      font-size: 3rem; color: #fff; margin-bottom: 24px; line-height: 1.1; letter-spacing: -0.02em;
    }
    .article-hero p.lead {
      font-size: 1.25rem; color: #a0aec0; margin-bottom: 32px; line-height: 1.6; font-family: 'Rubik', sans-serif;
    }
    .author-meta {
      display: flex; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px;
    }
    .author-avatar {
      width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255,255,255,0.2);
    }
    .author-avatar img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .author-info {
      display: flex; flex-direction: column;
    }
    .author-name {
      color: #fff; font-weight: 600; font-size: 1rem;
    }
    .author-date {
      color: #8a94a6; font-size: 0.85rem; font-family: 'Rubik', sans-serif;
    }

    .article-content {
      padding: 80px 0; background: #fff;
    }
    .article-content-inner {
      max-width: 800px; margin: 0 auto;
    }
    .article-content h2 {
      font-size: 2rem; color: #0D1B2E; margin: 48px 0 24px; letter-spacing: -0.01em;
    }
    .article-content h3 {
      font-size: 1.5rem; color: #0D1B2E; margin: 32px 0 16px;
    }
    .article-content p {
      font-size: 1.1rem; color: #4a5568; line-height: 1.8; margin-bottom: 24px; font-family: 'Rubik', sans-serif;
    }
    .article-content ul, .article-content ol {
      margin-bottom: 24px; padding-left: 24px; font-family: 'Rubik', sans-serif; font-size: 1.1rem; color: #4a5568; line-height: 1.8;
    }
    .article-content li {
      margin-bottom: 12px;
    }
    .article-content blockquote {
      border-left: 4px solid #086AD8; padding: 24px; margin: 32px 0; background: #f8fafc; border-radius: 0 8px 8px 0;
    }
    .article-content blockquote p {
      margin-bottom: 0; font-style: italic; color: #2d3748;
    }
    
    .references {
      margin-top: 64px; padding-top: 32px; border-top: 1px solid #e2e8f0;
    }
    .references h3 {
      font-size: 1.25rem; margin-bottom: 24px;
    }
    .references ol {
      font-size: 0.9rem; color: #718096; line-height: 1.6; padding-left: 20px;
    }
    .references li {
      margin-bottom: 12px; word-break: break-word;
    }
    .references a {
      color: #086AD8; text-decoration: none;
    }
    .references a:hover {
      text-decoration: underline;
    }
    .citation-link {
      font-size: 0.8em; vertical-align: super; color: #086AD8; text-decoration: none; padding: 0 2px;
    }
    .citation-link:hover {
      text-decoration: underline;
    }
