/* Investment Report — four-year YCL accumulation surface */
.cf2-main--investment {
  height: 100vh;
  overflow: hidden;
}

.cf2-main--investment .cf2-content--flush.inv-page {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 6px;
}

.cf2-topbar--investment {
  height: auto;
  min-height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.inv-topbar-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.inv-topbar-title {
  color: #f3f4f6;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.inv-topbar-sep {
  color: #374151;
}

#inv-meta {
  font-size: 10px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inv-intro {
  flex-shrink: 0;
  padding: 8px var(--page-pad-x);
  border-bottom: 1px solid #1a2332;
}

.inv-intro-text {
  margin: 0;
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.45;
}

.inv-intro-text a {
  color: #60a5fa;
  text-decoration: none;
}

.inv-intro-text a:hover {
  text-decoration: underline;
}

.inv-table-wrap {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 0 var(--page-pad-x);
}

.inv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.inv-table th {
  text-align: left;
  padding: 8px 10px;
  color: #64748b;
  font-weight: 600;
  border-bottom: 1px solid #2a3749;
  position: sticky;
  top: 0;
  background: #0b0f14;
  z-index: 1;
}

.inv-table td {
  padding: 10px;
  border-bottom: 1px solid #1a2332;
  vertical-align: top;
  color: #e2e8f0;
}

.inv-empty {
  text-align: center;
  color: #64748b;
  padding: 24px !important;
}

.inv-symbol {
  font-weight: 700;
  color: var(--accent-blue, #60a5fa);
  text-decoration: none;
}
.inv-symbol:hover { text-decoration: underline; }

.inv-symbol-sub {
  display: block;
  font-size: 10px;
  color: #64748b;
  font-weight: 400;
  margin-top: 2px;
}

.inv-rank {
  color: #64748b;
  font-weight: 600;
  width: 28px;
  text-align: center;
}

.inv-bucket {
  display: inline-block;
  margin-left: 4px;
  font-size: 9px;
  padding: 1px 4px;
  border-radius: 3px;
  background: #1e293b;
  color: #94a3b8;
}

.inv-source-tag {
  display: inline-block;
  margin-left: 4px;
  font-size: 9px;
  padding: 1px 4px;
  border-radius: 3px;
  background: #312e81;
  color: #c4b5fd;
}

.inv-exec-date {
  font-size: 11px;
  font-weight: 700;
  color: #f8fafc;
}

.inv-exec-label {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  color: #94a3b8;
  line-height: 1.35;
  max-width: 140px;
}

.inv-price {
  font-size: 10px;
  color: #94a3b8;
  margin-top: 4px;
}

.inv-state {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.inv-state--wait {
  background: #422006;
  color: #fbbf24;
  border: 1px solid #a16207;
}

.inv-state--accumulate {
  background: #052e16;
  color: #4ade80;
  border: 1px solid #166534;
}

.inv-state--buy {
  background: #14532d;
  color: #86efac;
  border: 1px solid #22c55e;
}

.inv-state--avoid {
  background: #450a0a;
  color: #fca5a5;
  border: 1px solid #991b1b;
}

.inv-state-note {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #94a3b8;
  line-height: 1.4;
  max-width: 220px;
}

.inv-levels {
  line-height: 1.5;
}

.inv-levels dt {
  display: inline;
  color: #64748b;
}

.inv-levels dd {
  display: inline;
  margin: 0 0 0 4px;
  color: #e2e8f0;
}

.inv-levels dd::after {
  content: "";
  display: block;
  margin-bottom: 2px;
}

.inv-phase {
  font-size: 10px;
  color: #a78bfa;
  margin-bottom: 4px;
}

.inv-thesis {
  margin: 0;
  font-size: 10px;
  color: #cbd5e1;
  line-height: 1.45;
  max-width: 320px;
}

.inv-window {
  margin-top: 6px;
  font-size: 10px;
  color: #fbbf24;
}

.inv-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.inv-sig {
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #1e293b;
  color: #94a3b8;
}

.inv-tactical-link {
  font-size: 10px;
  color: #60a5fa;
  text-decoration: none;
}

.inv-tactical-link:hover {
  text-decoration: underline;
}

.inv-tactical-note {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  color: #64748b;
  max-width: 160px;
  line-height: 1.35;
}

.inv-tactical-none {
  color: #475569;
  font-size: 10px;
}

.inv-page-foot {
  flex-shrink: 0;
  padding: 10px var(--page-pad-x) 14px;
  border-top: 1px solid #1a2332;
}

.inv-foot-link {
  margin: 0 0 6px;
  font-size: 11px;
}

.inv-foot-link a {
  color: #60a5fa;
  text-decoration: none;
}

.inv-disclaimer {
  margin: 0;
  font-size: 10px;
  color: #475569;
}
