.financing-detail-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.financing-detail-overlay.is-open {
  display: block;
}

body.financing-detail-open {
  overflow: hidden;
}

.financing-detail-overlay .financing-detail-backdrop {
  z-index: 0;
}

.financing-detail-overlay .financing-detail-shell {
  z-index: 1;
  pointer-events: none;
}

.financing-detail-overlay .financing-detail {
  pointer-events: auto;
}

/* 融资情报 · Hub 内阅读页 */
.financing-reader-view {
  padding-top: 2px;
}

.financing-reader-page {
  min-height: 100vh;
  padding: 28px 20px 48px;
  background-color: #050a12;
  background-image:
    linear-gradient(rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    radial-gradient(ellipse 80% 50% at 50% -18%, rgba(245, 158, 11, 0.08) 0%, transparent 58%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(34, 211, 238, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #050a12 0%, #0a1019 100%);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

.financing-reader-page .financing-reader__back {
  text-decoration: none;
  display: inline-block;
}

.financing-reader__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.financing-reader__back {
  appearance: none;
  border: none;
  background: none;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(251, 191, 36, 0.92);
  cursor: pointer;
  transition: color 0.2s ease;
}

.financing-reader__back:hover {
  color: #fde68a;
}

.financing-reader {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 4px 56px;
}

.financing-reader__masthead,
.financing-detail__head {
  position: relative;
  margin-bottom: 24px;
  padding: 22px 22px 20px;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, 0.16);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(34, 211, 238, 0.08) 0%, transparent 52%),
    radial-gradient(80% 60% at 0% 0%, rgba(245, 158, 11, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, rgba(10, 18, 32, 0.92) 0%, rgba(8, 12, 22, 0.72) 100%);
  box-shadow:
    inset 0 1px 0 rgba(34, 211, 238, 0.1),
    0 12px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.financing-reader__masthead::before,
.financing-detail__head::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 189, 248, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.045) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 72%);
}

.financing-reader__masthead::after,
.financing-detail__head::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(34, 211, 238, 0.45);
  border-right: 1px solid rgba(34, 211, 238, 0.45);
  pointer-events: none;
}

.financing-detail__head {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 20px 22px 16px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(14, 19, 32, 0.98) 0%, rgba(14, 19, 32, 0.94) 78%, rgba(14, 19, 32, 0) 100%);
  box-shadow: none;
}

.financing-reader__kicker,
.financing-detail__kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.72);
}

.financing-reader__kicker-en,
.financing-detail__kicker-en {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  color: #67e8f9;
  text-shadow: 0 0 16px rgba(34, 211, 238, 0.28);
}

.financing-reader__kicker-dot,
.financing-detail__kicker-dot {
  opacity: 0.45;
  color: rgba(56, 189, 248, 0.8);
}

.financing-reader__kicker-zh,
.financing-detail__kicker-zh {
  letter-spacing: 0.12em;
}

.financing-reader__title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.38;
  color: #f8fafc;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.financing-reader__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.financing-reader__level {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.financing-reader__level-k {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.9);
}

.financing-reader__round {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.08);
}

.financing-reader__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.financing-reader__tag {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.financing-reader__tag--l1 {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.financing-reader__tag--l2 {
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.financing-reader__time {
  font-size: 13px;
  color: rgba(148, 163, 184, 0.85);
  margin-left: auto;
}

.financing-reader__body {
  color: rgba(226, 232, 240, 0.92);
}

.financing-detail__brief {
  position: relative;
  margin-top: 8px;
  padding: 16px 16px 4px;
  border-radius: 14px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  background:
    linear-gradient(rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 14, 26, 0.88) 0%, rgba(6, 10, 18, 0.52) 100%);
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow:
    inset 0 1px 0 rgba(34, 211, 238, 0.08),
    0 8px 28px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.financing-detail__brief-rail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(56, 189, 248, 0.1);
}

.financing-detail__brief-rail-mark {
  flex-shrink: 0;
  width: 3px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22d3ee 0%, #38bdf8 48%, #f59e0b 100%);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.42);
}

.financing-detail__brief-rail-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #67e8f9;
}

.financing-detail__brief-rail-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.72);
}

.financing-detail__brief-rail-sub::before {
  content: '// ';
  color: rgba(56, 189, 248, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

.financing-reader__deputy,
.financing-detail__deputy {
  margin: 0 0 26px;
}

.financing-reader__deputy-panel,
.financing-detail__deputy-panel {
  margin: 0;
  padding: 16px 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(245, 158, 11, 0.16);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(245, 158, 11, 0.09) 0%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.012) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.financing-reader__deputy-panel:not([open]),
.financing-detail__deputy-panel:not([open]) {
  padding-bottom: 16px;
}

.financing-reader__deputy-head,
.financing-detail__deputy-head {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.financing-reader__deputy-head::-webkit-details-marker,
.financing-detail__deputy-head::-webkit-details-marker {
  display: none;
}

.financing-reader__deputy-head::marker,
.financing-detail__deputy-head::marker {
  content: '';
}

.financing-reader__deputy-panel[open] .financing-reader__deputy-head,
.financing-detail__deputy-panel[open] .financing-detail__deputy-head {
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: none;
}

.financing-reader__deputy-head-main,
.financing-detail__deputy-head-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.financing-reader__deputy-badge,
.financing-detail__deputy-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #78350f;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.financing-reader__deputy-k,
.financing-detail__deputy-k {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.financing-reader__deputy-meta,
.financing-detail__deputy-meta {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(148, 163, 184, 0.82);
}

.financing-reader__deputy-toggle,
.financing-detail__deputy-toggle {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
  opacity: 0.7;
}

.financing-reader__deputy-toggle::before,
.financing-detail__deputy-toggle::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(251, 191, 36, 0.85);
  border-bottom: 1.5px solid rgba(251, 191, 36, 0.85);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.financing-reader__deputy-panel[open] .financing-reader__deputy-toggle::before,
.financing-detail__deputy-panel[open] .financing-detail__deputy-toggle::before {
  top: 6px;
  transform: rotate(-135deg);
}

.financing-reader__deputy-body,
.financing-detail__deputy-body {
  min-width: 0;
}

.financing-reader__deputy-t,
.financing-detail__deputy-t {
  margin: 0;
  font-size: 12px;
  line-height: 1.72;
  color: rgba(203, 213, 225, 0.88);
  font-weight: 400;
}

.financing-reader__deputy-changes,
.financing-detail__deputy-changes {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.financing-reader__deputy-changes-k,
.financing-detail__deputy-changes-k {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(100, 116, 139, 0.72);
  margin-bottom: 10px;
}

.financing-reader__deputy-log,
.financing-detail__deputy-log {
  margin: 0;
  padding: 0;
  list-style: none;
}

.financing-reader__deputy-change,
.financing-detail__deputy-change {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 10px;
  padding: 9px 11px;
  margin: 0 0 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.financing-reader__deputy-change:last-child,
.financing-detail__deputy-change:last-child {
  margin-bottom: 0;
}

.financing-reader__deputy-change-k,
.financing-detail__deputy-change-k {
  flex: 0 0 auto;
  max-width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(100, 116, 139, 0.78);
}

.financing-reader__deputy-change-v,
.financing-detail__deputy-change-v {
  flex: 1 1 180px;
  min-width: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(100, 116, 139, 0.78);
}

.financing-reader__deputy-change--plain,
.financing-detail__deputy-change--plain {
  padding-left: 12px;
}

.financing-reader__deputy-change--plain .financing-reader__deputy-change-v,
.financing-detail__deputy-change--plain .financing-detail__deputy-change-v {
  flex: 1 1 100%;
}

.financing-reader .financing-detail__section,
.financing-detail__section {
  position: relative;
  margin-bottom: 14px;
  padding: 16px 18px 18px;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.1);
  background: rgba(8, 14, 26, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(34, 211, 238, 0.06),
    0 4px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.financing-reader .financing-detail__section::before,
.financing-detail__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.38), transparent);
  pointer-events: none;
}

.financing-reader .financing-detail__section:last-child,
.financing-detail__section:last-child {
  margin-bottom: 0;
}

.financing-reader .financing-detail__section--lead,
.financing-detail__section--lead {
  border-color: rgba(34, 211, 238, 0.16);
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(34, 211, 238, 0.08) 0%, transparent 55%),
    radial-gradient(70% 60% at 100% 100%, rgba(245, 158, 11, 0.06) 0%, transparent 58%),
    rgba(8, 14, 26, 0.62);
}

.financing-reader .financing-detail__section-title,
.financing-detail__section-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  border-left: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.financing-detail__section-no {
  flex-shrink: 0;
  min-width: 28px;
  padding: 2px 7px;
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.22);
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 0 12px rgba(34, 211, 238, 0.06);
}

.financing-detail__section-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #f8fafc;
}

.financing-reader .financing-detail__section-body .financing-detail__section-text {
  display: block;
  margin: 0 0 1em;
}

.financing-reader .financing-detail__section-body .financing-detail__section-text:last-child {
  margin-bottom: 0;
}

.financing-reader .financing-detail__section-text {
  font-size: 16px;
  line-height: 1.82;
  color: rgba(226, 232, 240, 0.88);
  white-space: pre-wrap;
}

.financing-reader .financing-detail__sources,
.financing-detail__sources {
  margin-top: 28px;
  padding: 14px 16px 16px;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 14, 26, 0.72) 0%, rgba(6, 10, 18, 0.88) 100%);
  box-shadow: inset 0 1px 0 rgba(34, 211, 238, 0.06);
}

.financing-detail__sources-k {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.9);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

.financing-detail__sources-k::before {
  content: 'SRC // ';
  color: rgba(34, 211, 238, 0.72);
}

.financing-reader .financing-detail__paywall {
  margin-top: 24px;
}

@media (max-width: 720px) {
  .financing-reader {
    padding-bottom: 40px;
  }

  .financing-reader__time {
    margin-left: 0;
    width: 100%;
  }

  .financing-reader .financing-detail__section-text {
    font-size: 15px;
    line-height: 1.78;
  }
}

/* 融资情报 · 文章详情（独立 URL / 弹层遗留） */
.financing-detail-page {
  margin: 0;
  min-height: 100vh;
  background: #050a12;
  color: #e2e8f0;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.financing-detail-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 14, 0.72);
  backdrop-filter: blur(10px);
  z-index: 0;
}

.financing-detail-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 16px 40px;
}

.financing-detail {
  width: min(720px, 100%);
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(18, 24, 40, 0.98) 0%, rgba(11, 15, 26, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(56, 189, 248, 0.05);
  overflow: hidden;
}

.financing-detail__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 14, 24, 0.92);
  flex-shrink: 0;
}

.financing-detail__level {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.financing-detail__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.financing-detail__close:hover {
  color: #fff;
  border-color: rgba(245, 197, 24, 0.35);
  background: rgba(245, 197, 24, 0.08);
}

.financing-detail__stars {
  display: inline-flex;
  gap: 2px;
}

.financing-detail__star {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.16);
}

.financing-detail__star.is-on {
  color: #f5c518;
  text-shadow: 0 0 8px rgba(245, 197, 24, 0.45);
}

.financing-detail__scroll {
  overflow: auto;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.financing-detail__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #f8fafc;
}

.financing-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.financing-detail__round {
  font-size: 11px;
  font-weight: 700;
  color: #fde047;
  background: rgba(245, 197, 24, 0.12);
  border: 1px solid rgba(245, 197, 24, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
}

.financing-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.financing-detail__tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 10px;
  border-radius: 999px;
}

.financing-detail__tag--l1 {
  color: #fde047;
  background: rgba(245, 197, 24, 0.12);
  border: 1px solid rgba(245, 197, 24, 0.3);
}

.financing-detail__tag--l2 {
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.16);
  border: 1px solid rgba(139, 92, 246, 0.28);
}

.financing-detail__time {
  font-size: 12px;
  color: rgba(100, 116, 139, 0.95);
  font-variant-numeric: tabular-nums;
}

.financing-detail__body {
  padding: 8px 22px 20px;
}

.financing-detail__section-body .financing-detail__section-text {
  display: block;
  margin: 0 0 1em;
}

.financing-detail__section-body .financing-detail__section-text:last-child {
  margin-bottom: 0;
}

.financing-detail__section-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.82;
  color: rgba(226, 232, 240, 0.88);
  white-space: pre-wrap;
}

.financing-detail__source-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.financing-detail__source-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  font-size: 12px;
  line-height: 1.5;
  color: #7dd3fc;
  word-break: break-all;
  text-decoration: none;
  background: rgba(34, 211, 238, 0.04);
  border: 1px solid rgba(56, 189, 248, 0.12);
}

.financing-detail__source-list a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.financing-detail__paywall {
  margin: 4px 0 8px;
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px dashed rgba(245, 197, 24, 0.28);
  background: rgba(245, 197, 24, 0.06);
  text-align: center;
}

.financing-detail__paywall p {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(253, 224, 71, 0.92);
}

.financing-detail__paywall-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid rgba(245, 197, 24, 0.45);
  background: rgba(245, 197, 24, 0.12);
  color: #fde047;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.financing-detail__paywall-btn:hover {
  background: rgba(245, 197, 24, 0.2);
  border-color: rgba(245, 197, 24, 0.6);
}

.financing-detail__footer {
  flex-shrink: 0;
  padding: 14px 22px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 12, 22, 0.95);
}

.financing-detail__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(245, 197, 24, 0.35);
  background: transparent;
  color: #fde047;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.financing-detail__back:hover {
  background: rgba(245, 197, 24, 0.1);
  border-color: rgba(245, 197, 24, 0.5);
}

.financing-detail__loading,
.financing-detail__error {
  padding: 48px 24px;
  text-align: center;
  color: rgba(148, 163, 184, 0.95);
  font-size: 14px;
}

.financing-detail__error {
  color: #fca5a5;
}

@media (max-width: 640px) {
  .financing-detail-shell {
    padding: 0;
    align-items: stretch;
  }
  .financing-detail {
    max-height: none;
    min-height: 100vh;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .financing-detail__title {
    font-size: 19px;
  }
}

/* 2026-08 visual alignment: match the Hub's deep-sea blue reading surface. */
.financing-reader-page {
  background-color: #172a41;
  background-image:
    linear-gradient(rgba(103, 168, 225, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 168, 225, 0.026) 1px, transparent 1px),
    radial-gradient(ellipse 78% 48% at 50% -16%, rgba(245, 197, 24, 0.07), transparent 60%),
    radial-gradient(ellipse 62% 42% at 100% 0%, rgba(34, 211, 238, 0.075), transparent 58%),
    linear-gradient(180deg, #1b3049 0%, #172940 100%);
}

.financing-reader__masthead,
.financing-detail__head {
  border-color: rgba(93, 174, 230, 0.22);
  background:
    radial-gradient(110% 100% at 100% 0%, rgba(34, 211, 238, 0.105), transparent 54%),
    radial-gradient(80% 70% at 0% 0%, rgba(245, 197, 24, 0.08), transparent 58%),
    linear-gradient(145deg, rgba(31, 51, 75, 0.96), rgba(24, 41, 64, 0.94));
  box-shadow:
    inset 0 1px rgba(255,255,255,0.055),
    0 14px 34px rgba(4, 10, 20, 0.16);
}

.financing-detail__brief {
  border-color: rgba(80, 170, 224, 0.18);
  background:
    linear-gradient(rgba(103, 186, 235, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 186, 235, 0.025) 1px, transparent 1px),
    linear-gradient(155deg, rgba(29, 49, 74, 0.96), rgba(23, 40, 62, 0.94));
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow:
    inset 0 1px rgba(255,255,255,0.045),
    0 10px 28px rgba(4, 10, 20, 0.13);
}

.financing-reader .financing-detail__section,
.financing-detail__section {
  border-color: rgba(89, 173, 226, 0.14);
  background: linear-gradient(145deg, rgba(40, 61, 88, 0.72), rgba(30, 49, 75, 0.74));
  box-shadow:
    inset 0 1px rgba(255,255,255,0.035),
    0 5px 16px rgba(4, 10, 20, 0.09);
}

.financing-reader .financing-detail__section--lead,
.financing-detail__section--lead {
  border-color: rgba(54, 205, 228, 0.2);
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(34, 211, 238, 0.105), transparent 58%),
    radial-gradient(70% 65% at 100% 100%, rgba(245, 197, 24, 0.065), transparent 60%),
    linear-gradient(145deg, rgba(41, 63, 91, 0.8), rgba(30, 50, 76, 0.8));
}

.financing-reader .financing-detail__sources,
.financing-detail__sources {
  border-color: rgba(89, 173, 226, 0.14);
  background: linear-gradient(145deg, rgba(35, 56, 82, 0.78), rgba(27, 45, 69, 0.82));
}

.financing-detail-page {
  background: #172a41;
}

.financing-detail-backdrop {
  background: rgba(12, 26, 43, 0.74);
}

.financing-detail {
  background: linear-gradient(155deg, rgba(32, 52, 78, 0.99), rgba(24, 41, 64, 0.99));
  border-color: rgba(100, 167, 222, 0.16);
  box-shadow: 0 24px 70px rgba(3, 9, 18, 0.36), 0 0 0 1px rgba(56, 189, 248, 0.04);
}
