/* Restored from discovery/phase1/raw_html/%2Fdeal-analysis%2Fcoinbase-bvnk-deal-collapse%2F.html — page styles (do not strip) */
body { background: #0d1b2e; color: #cbd5e1; }
.article-page-bg { background: #0d1b2e; min-height: 100vh; }
.article-hero {
  background: linear-gradient(135deg, #0d1b2e 0%, #1a1035 50%, #0d1b2e 100%);
  padding: 80px 0 60px;
  border-bottom: 1px solid #1e3a5f;
}
.article-hero-inner { max-width: 900px; }
.article-category {
  font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px !important;
  text-transform: uppercase !important; color: #94a3b8 !important; margin-bottom: 20px !important;
  display: block !important; background: transparent !important; border: none !important;
  box-shadow: none !important; padding: 0 !important;
}
.article-hero h1 {
  font-size: clamp(28px, 4vw, 46px); font-weight: 900; color: #ffffff;
  line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.5px;
}
.article-deck { font-size: 18px; color: #94a3b8; line-height: 1.7; margin-bottom: 28px; max-width: 800px; }
.article-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #64748b; align-items: center; }
.article-meta .author { color: #94a3b8; font-weight: 600; }
.status-badge {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.status-badge.closed { background: rgba(16,185,129,0.15); color: #10b981; border: 1px solid rgba(16,185,129,0.3); }
.status-badge.collapsed { background: rgba(239,68,68,0.15); color: #ef4444; border: 1px solid rgba(239,68,68,0.3); }
.metrics-bar { background: #112240; border-top: 1px solid #1e3a5f; border-bottom: 1px solid #1e3a5f; padding: 24px 0; }
.metrics-inner { display: flex; gap: 0; flex-wrap: wrap; justify-content: space-around; }
.metric-cell { text-align: center; padding: 12px 20px; border-right: 1px solid #1e3a5f; flex: 1; min-width: 120px; }
.metric-cell:last-child { border-right: none; }
.metric-num { font-size: 26px; font-weight: 900; color: #3b82f6; display: block; line-height: 1.1; }
.metric-num.green { color: #10b981; }
.metric-num.amber { color: #f59e0b; }
.metric-num.red { color: #ef4444; }
.metric-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #64748b; margin-top: 4px; display: block; }
.article-layout {
  display: grid; grid-template-columns: 1fr 300px; gap: 48px;
  max-width: 1200px; margin: 0 auto; padding: 60px 24px; align-items: start;
}
@media(max-width:900px){ .article-layout { grid-template-columns: 1fr; } }
.article-body { font-size: 16px; line-height: 1.8; color: #cbd5e1; }
.article-body h2 {
  font-size: 24px; font-weight: 800; color: #ffffff; margin: 48px 0 16px;
  padding-top: 8px; border-top: 1px solid #1e3a5f;
}
.article-body h3 { font-size: 18px; font-weight: 700; color: #e2e8f0; margin: 32px 0 12px; }
.article-body p { margin-bottom: 20px; }
.article-body a { color: #3b82f6; text-decoration: none; }
.article-body a:hover { text-decoration: underline; }
.data-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.data-table th {
  background: #1a2d45; color: #94a3b8; font-size: 11px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 12px 16px;
  text-align: left; border-bottom: 1px solid #2d4a6e;
}
.data-table td { padding: 12px 16px; border-bottom: 1px solid #1e3a5f; color: #cbd5e1; vertical-align: top; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(37,99,235,0.05); }
.data-table td:first-child { color: #e2e8f0; font-weight: 500; }
.td-green { color: #10b981 !important; font-weight: 600 !important; }
.td-amber { color: #f59e0b !important; font-weight: 600 !important; }
.td-red { color: #ef4444 !important; font-weight: 600 !important; }
.callout { border-left: 3px solid #2563eb; background: rgba(37,99,235,0.08); padding: 20px 24px; margin: 28px 0; border-radius: 0 8px 8px 0; }
.callout.amber { border-color: #f59e0b; background: rgba(245,158,11,0.08); }
.callout.green { border-color: #10b981; background: rgba(16,185,129,0.08); }
.callout.red { border-color: #ef4444; background: rgba(239,68,68,0.08); }
.callout p { margin: 0; font-size: 15px; color: #cbd5e1; }
.callout strong { color: #e2e8f0; }
.article-sidebar { position: sticky; top: 80px; }
.toc-box { background: #1a2d45; border: 1px solid #2d4a6e; border-radius: 10px; padding: 24px; margin-bottom: 24px; }
.toc-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #64748b; margin-bottom: 16px; }
.toc-list { list-style: none; padding: 0; margin: 0; }
.toc-list li { margin-bottom: 8px; }
.toc-list a { font-size: 13px; color: #94a3b8; text-decoration: none; display: block; padding: 4px 0 4px 10px; border-left: 2px solid transparent; transition: all 0.2s; line-height: 1.4; }
.toc-list a:hover, .toc-list a.active { color: #3b82f6; border-left-color: #3b82f6; }
.sidebar-deal-card { background: #1a2d45; border: 1px solid #2d4a6e; border-radius: 10px; padding: 24px; margin-bottom: 24px; }
.sidebar-deal-card h4 { font-size: 13px; font-weight: 700; color: #e2e8f0; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.sidebar-stat { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2d4a6e; }
.sidebar-stat:last-of-type { border-bottom: none; }
.sidebar-stat-label { font-size: 12px; color: #64748b; }
.sidebar-stat-value { font-size: 13px; font-weight: 700; color: #e2e8f0; }
.sidebar-stat-value.green { color: #10b981; }
.sidebar-stat-value.amber { color: #f59e0b; }
.sidebar-stat-value.red { color: #ef4444; }
.article-body blockquote { border-left: 3px solid #2563eb; margin: 28px 0; padding: 16px 24px; background: rgba(37,99,235,0.06); border-radius: 0 8px 8px 0; }
.article-body blockquote p { font-size: 17px; font-style: italic; color: #e2e8f0; margin: 0 0 8px; }
.article-body blockquote cite { font-size: 13px; color: #64748b; font-style: normal; }
.deal-timeline { position: relative; padding-left: 28px; margin: 28px 0; }
.deal-timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: #1e3a5f; }
.timeline-item { position: relative; margin-bottom: 24px; }
.timeline-item::before { content: ''; position: absolute; left: -24px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: #2563eb; border: 2px solid #0d1b2e; }
.timeline-item.red::before { background: #ef4444; }
.timeline-item.green::before { background: #10b981; }
.timeline-item.amber::before { background: #f59e0b; }
.timeline-date { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #3b82f6; margin-bottom: 4px; }
.timeline-item.red .timeline-date { color: #ef4444; }
.timeline-item.green .timeline-date { color: #10b981; }
.timeline-item.amber .timeline-date { color: #f59e0b; }
.timeline-text { font-size: 14px; color: #94a3b8; line-height: 1.6; }
.timeline-text strong { color: #e2e8f0; }
.deal-structure-box { background: #112240; border: 1px solid #1e3a5f; border-radius: 12px; padding: 28px; margin: 28px 0; }
.deal-structure-box h4 { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #64748b; margin-bottom: 20px; }
.deal-structure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media(max-width:600px){ .deal-structure-grid { grid-template-columns: 1fr; } }
.ds-item-label { font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.ds-item-value { font-size: 20px; font-weight: 800; color: #10b981; }
.ds-item-sub { font-size: 12px; color: #64748b; margin-top: 2px; }
.update-banner { background: linear-gradient(90deg, rgba(16,185,129,0.12) 0%, rgba(37,99,235,0.08) 100%); border: 1px solid rgba(16,185,129,0.3); border-radius: 10px; padding: 16px 20px; margin-bottom: 32px; display: flex; align-items: center; gap: 14px; }
.update-banner-icon { width: 36px; height: 36px; background: rgba(16,185,129,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.update-banner-text { font-size: 14px; color: #94a3b8; line-height: 1.5; }
.update-banner-text strong { color: #10b981; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media(max-width:768px){ .related-grid { grid-template-columns: 1fr; } }
.related-card { background: #1a2d45; border: 1px solid #2d4a6e; border-radius: 10px; padding: 24px; text-decoration: none; display: block; transition: border-color 0.2s, transform 0.2s; }
.related-card:hover { border-color: #2563eb; transform: translateY(-2px); }
.related-card-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #2563eb; margin-bottom: 10px; }
.related-card h4 { font-size: 15px; font-weight: 700; color: #e2e8f0; line-height: 1.4; margin-bottom: 8px; }
.related-card p { font-size: 13px; color: #64748b; margin: 0; }
