Plainr commited on
Commit
b680dce
Β·
verified Β·
1 Parent(s): 203894a

Upload 2 files

Browse files
Files changed (1) hide show
  1. index.html +80 -7
index.html CHANGED
@@ -106,6 +106,18 @@ tbody tr:hover td{background:#fafafa}
106
  .crm-hot{background:#fef2f2;border-color:#ef4444}
107
  .crm-cool{background:#eff6ff;border-color:#3b82f6}
108
  .crm-neutral{background:#f9fafb;border-color:#9ca3af}
 
 
 
 
 
 
 
 
 
 
 
 
109
  /* CHEATSHEET */
110
  .cs-header{background:linear-gradient(135deg,var(--navy),#1a4080);color:#fff;padding:20px 24px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center}
111
  .cs-section{padding:20px 24px;border-bottom:1px solid var(--border)}
@@ -158,6 +170,7 @@ tbody tr:hover td{background:#fafafa}
158
  <a onclick="show('prop')" id="nav-prop"><span class="badge">β˜…</span><span class="dot"></span>Propensity Score</a>
159
  <a onclick="show('cs')" id="nav-cs"><span class="badge">β˜…</span><span class="dot"></span>IR Cheatsheet</a>
160
  <a onclick="show('crm')" id="nav-crm"><span class="badge">β˜…</span><span class="dot"></span>CRM Intelligence</a>
 
161
  </nav>
162
  <div class="s-footer">Carlyle Group Β· Confidential Β· May 2026</div>
163
  </aside>
@@ -530,20 +543,42 @@ tbody tr:hover td{background:#fafafa}
530
  <div><div style="font-weight:700;font-size:15px;color:#991b1b">πŸ”₯ Public Utilities Pension</div><div style="font-size:12px;color:var(--muted);margin-top:2px">Public Pension Β· North America Β· AUM $120BN</div></div>
531
  <div style="text-align:right"><span class="tag tag-high">CRITICAL ACTION</span><div style="font-size:10px;color:var(--muted);margin-top:4px">Last touch: 45 days ago</div></div>
532
  </div>
533
- <div style="background:rgba(255,255,255,.7);border-radius:8px;padding:12px;font-size:13px;color:#374151;line-height:1.6;margin-bottom:8px">
534
- <strong>AI Summary:</strong> LP has received 8 sales interactions including 3 cold outreach attempts and 2 conference touches. No intro meeting or diligence call logged. Peer pensions of similar size (NorthRiver $185BN, Atlas Teachers $210BN) committed $120–185M avg within 45 days of intro meeting. Gap analysis indicates <strong>product discovery call not yet completed</strong>. Risk: LP may be evaluating KKR Infrastructure IV as alternative given recent LinkedIn activity of CIO.
 
 
 
 
 
 
 
 
 
 
 
535
  </div>
536
- <div style="display:flex;gap:8px"><button class="btn btn-primary" style="font-size:12px">πŸ“ž Schedule Diligence Call</button><button class="btn btn-outline" style="font-size:12px">πŸ“„ View Full CRM Log</button></div>
537
  </div>
538
  <div class="crm-card crm-warm">
539
  <div style="display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px">
540
  <div><div style="font-weight:700;font-size:15px;color:#92400e">🌑 Emerging Markets Wealth Co</div><div style="font-size:12px;color:var(--muted);margin-top:2px">Wealth-Other Β· UAE/EMEA Β· AUM $65BN</div></div>
541
  <div style="text-align:right"><span class="tag tag-warm">WARMING</span><div style="font-size:10px;color:var(--muted);margin-top:4px">Last touch: 22 days ago</div></div>
542
  </div>
543
- <div style="background:rgba(255,255,255,.7);border-radius:8px;padding:12px;font-size:13px;color:#374151;line-height:1.6;margin-bottom:8px">
544
- <strong>AI Summary:</strong> 5 interactions logged including 1 intro meeting and 2 follow-ups. Response rate improving β€” last email opened within 2 hours. LP entity registered in ADGM. Carlyle Global Infrastructure II aligns with UAE Vision 2031 infrastructure mandate. <strong>Recommend DIFC-compliant term sheet and localised GP meeting in Dubai Q2.</strong> Competitor signal: Brookfield recently established UAE office β€” monitor.
545
  </div>
546
- <div style="display:flex;gap:8px"><button class="btn btn-gold" style="font-size:12px">πŸ“§ Send Term Sheet</button><button class="btn btn-outline" style="font-size:12px">πŸ“ Schedule Dubai Meeting</button></div>
 
 
 
 
 
 
 
 
 
 
 
547
  </div>
548
  <div class="crm-card crm-cool">
549
  <div style="display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px">
@@ -569,6 +604,44 @@ tbody tr:hover td{background:#fafafa}
569
  </div>
570
  </div>
571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
572
  <!-- EMAIL MODAL -->
573
  <div id="emailModal" class="email-modal">
574
  <div class="email-box">
@@ -603,7 +676,7 @@ tbody tr:hover td{background:#fafafa}
603
  </main>
604
 
605
  <script>
606
- const TITLES={c2:'LP Universe Overview',c3:'Regional Scope Analysis',c4:'Carlyle Commitment Breakdown',c5:'White Space LP Identification',c6:'Sales Velocity Metrics',c7:'Conversion Funnel Analysis',c8:'Competitive Intelligence',c9:'Wealth Channel Analysis',c10:'Global Opportunity Map',c11:'Strategic IR Memo',prop:'Wealth Propensity Score Engine',cs:'Weekly IR Cheatsheet',crm:'LLM CRM Intelligence'};
607
  function show(id){
608
  document.querySelectorAll('.pane').forEach(p=>p.classList.remove('active'));
609
  document.querySelectorAll('.nav a').forEach(a=>a.classList.remove('active'));
 
106
  .crm-hot{background:#fef2f2;border-color:#ef4444}
107
  .crm-cool{background:#eff6ff;border-color:#3b82f6}
108
  .crm-neutral{background:#f9fafb;border-color:#9ca3af}
109
+ /* INTENT SCORE */
110
+ .intent-meter{height:4px;background:#e5e7eb;border-radius:2px;margin-top:6px;overflow:hidden}
111
+ .intent-fill{height:100%;border-radius:2px;transition:width 1s ease}
112
+ .intent-high{background:var(--green)}.intent-med{background:var(--gold)}.intent-low{background:var(--red)}
113
+ /* INTEL FEED */
114
+ .intel-feed{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid var(--border)}
115
+ .intel-item{padding:12px 0;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;align-items:flex-start}
116
+ .intel-item:last-child{border-bottom:none}
117
+ .intel-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}
118
+ .intel-news{background:#dbeafe;color:#1e40af}
119
+ .intel-team{background:#fef3c7;color:#92400e}
120
+ .intel-event{background:#d1fae5;color:#065f46}
121
  /* CHEATSHEET */
122
  .cs-header{background:linear-gradient(135deg,var(--navy),#1a4080);color:#fff;padding:20px 24px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center}
123
  .cs-section{padding:20px 24px;border-bottom:1px solid var(--border)}
 
170
  <a onclick="show('prop')" id="nav-prop"><span class="badge">β˜…</span><span class="dot"></span>Propensity Score</a>
171
  <a onclick="show('cs')" id="nav-cs"><span class="badge">β˜…</span><span class="dot"></span>IR Cheatsheet</a>
172
  <a onclick="show('crm')" id="nav-crm"><span class="badge">β˜…</span><span class="dot"></span>CRM Intelligence</a>
173
+ <a onclick="show('intel')" id="nav-intel"><span class="badge">β˜…</span><span class="dot"></span>LP Intel Feed</a>
174
  </nav>
175
  <div class="s-footer">Carlyle Group Β· Confidential Β· May 2026</div>
176
  </aside>
 
543
  <div><div style="font-weight:700;font-size:15px;color:#991b1b">πŸ”₯ Public Utilities Pension</div><div style="font-size:12px;color:var(--muted);margin-top:2px">Public Pension Β· North America Β· AUM $120BN</div></div>
544
  <div style="text-align:right"><span class="tag tag-high">CRITICAL ACTION</span><div style="font-size:10px;color:var(--muted);margin-top:4px">Last touch: 45 days ago</div></div>
545
  </div>
546
+ <div style="background:rgba(255,255,255,.7);border-radius:8px;padding:12px;font-size:13px;color:#374151;line-height:1.6;margin-bottom:12px">
547
+ <strong>AI Summary:</strong> LP has received 8 sales interactions. Peer pensions of similar size committed $120–185M avg. Gap analysis indicates <strong>product discovery call not yet completed</strong>. Risk: LP may be evaluating KKR Infrastructure IV.
548
+ </div>
549
+ <div style="display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px">
550
+ <div style="padding:10px;background:#fff;border-radius:8px;border:1px solid var(--border)">
551
+ <div style="font-size:10px;color:var(--muted);text-transform:uppercase;margin-bottom:4px">Buying Intent Score</div>
552
+ <div style="font-family:'Outfit',sans-serif;font-size:20px;font-weight:800;color:var(--red)">32%</div>
553
+ <div class="intent-meter"><div class="intent-fill intent-low" style="width:32%"></div></div>
554
+ </div>
555
+ <div style="padding:10px;background:#fff;border-radius:8px;border:1px solid var(--border)">
556
+ <div style="font-size:10px;color:var(--muted);text-transform:uppercase;margin-bottom:4px">Compliance Draft</div>
557
+ <div style="font-size:12px;font-weight:700;color:var(--navy)">Ready for Review</div>
558
+ </div>
559
  </div>
560
+ <div style="display:flex;gap:8px"><button class="btn btn-primary" style="font-size:12px">πŸ“„ Generate Compliance Draft</button><button class="btn btn-outline" style="font-size:12px">πŸ“‹ View Full CRM Log</button></div>
561
  </div>
562
  <div class="crm-card crm-warm">
563
  <div style="display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px">
564
  <div><div style="font-weight:700;font-size:15px;color:#92400e">🌑 Emerging Markets Wealth Co</div><div style="font-size:12px;color:var(--muted);margin-top:2px">Wealth-Other Β· UAE/EMEA Β· AUM $65BN</div></div>
565
  <div style="text-align:right"><span class="tag tag-warm">WARMING</span><div style="font-size:10px;color:var(--muted);margin-top:4px">Last touch: 22 days ago</div></div>
566
  </div>
567
+ <div style="background:rgba(255,255,255,.7);border-radius:8px;padding:12px;font-size:13px;color:#374151;line-height:1.6;margin-bottom:12px">
568
+ <strong>AI Summary:</strong> 5 interactions logged. Response rate improving β€” last email opened within 2 hours. Carlyle Global Infrastructure II aligns with UAE Vision 2031 infrastructure mandate.
569
  </div>
570
+ <div style="display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px">
571
+ <div style="padding:10px;background:#fff;border-radius:8px;border:1px solid var(--border)">
572
+ <div style="font-size:10px;color:var(--muted);text-transform:uppercase;margin-bottom:4px">Buying Intent Score</div>
573
+ <div style="font-family:'Outfit',sans-serif;font-size:20px;font-weight:800;color:var(--green)">89%</div>
574
+ <div class="intent-meter"><div class="intent-fill intent-high" style="width:89%"></div></div>
575
+ </div>
576
+ <div style="padding:10px;background:#fff;border-radius:8px;border:1px solid var(--border)">
577
+ <div style="font-size:10px;color:var(--muted);text-transform:uppercase;margin-bottom:4px">Event Convergence</div>
578
+ <div style="font-size:12px;font-weight:700;color:var(--gold)">SuperReturn Berlin</div>
579
+ </div>
580
+ </div>
581
+ <div style="display:flex;gap:8px"><button class="btn btn-gold" style="font-size:12px">πŸ“„ Generate Compliance Draft</button><button class="btn btn-outline" style="font-size:12px">πŸ“ Track Event Alignment</button></div>
582
  </div>
583
  <div class="crm-card crm-cool">
584
  <div style="display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px">
 
604
  </div>
605
  </div>
606
 
607
+ <!-- LP INTEL FEED -->
608
+ <div id="intel" class="pane">
609
+ <div class="grid2">
610
+ <div class="card">
611
+ <div class="card-hdr"><div><div class="card-label">Live Intelligence Feed</div><div class="card-title">Institutional LP Market Signals</div><div class="card-sub">Real-time monitoring of team changes, mandate shifts, and event attendance</div></div></div>
612
+ <div class="intel-feed">
613
+ <div class="intel-item">
614
+ <div class="intel-icon intel-news">πŸ“°</div>
615
+ <div><div style="font-weight:700;font-size:14px;color:var(--navy)">Strategic Mandate Shift</div><div style="font-size:13px;color:#374151;margin-top:2px"><strong>Public Utilities Pension</strong> reported to be increasing PE target from 10% to 12.5%. Estimated $3BN in new commitments projected for 2026.</div><div style="font-size:10px;color:var(--muted);margin-top:4px">2 hours ago Β· Source: Private Equity International</div></div>
616
+ </div>
617
+ <div class="intel-item">
618
+ <div class="intel-icon intel-team">πŸ‘₯</div>
619
+ <div><div style="font-weight:700;font-size:14px;color:var(--navy)">Key Personnel Change</div><div style="font-size:13px;color:#374151;margin-top:2px"><strong>Nordic Future Fund</strong>: CIO Mark Steiner departing in Q3. Replacement search initiated. Relationship review recommended.</div><div style="font-size:10px;color:var(--muted);margin-top:4px">5 hours ago Β· Source: LP LinkedIn Signal</div></div>
620
+ </div>
621
+ <div class="intel-item">
622
+ <div class="intel-icon intel-event">πŸ“…</div>
623
+ <div><div style="font-weight:700;font-size:14px;color:var(--navy)">Event Alignment Detected</div><div style="font-size:13px;color:#374151;margin-top:2px"><strong>Emerging Markets Wealth Co</strong> confirmed attendance for <i>SuperReturn Berlin</i>. Meeting request auto-drafted for LP Lead.</div><div style="font-size:10px;color:var(--muted);margin-top:4px">Yesterday Β· Source: Event Attendee List</div></div>
624
+ </div>
625
+ <div class="intel-item">
626
+ <div class="intel-icon intel-news">πŸ“Š</div>
627
+ <div><div style="font-weight:700;font-size:14px;color:var(--navy)">Allocation Increase</div><div style="font-size:13px;color:#374151;margin-top:2px"><strong>Vertex SWF</strong> expanding infrastructure sleeve by $500M. Carlyle Infra II fits the new ESG-aligned requirement.</div><div style="font-size:10px;color:var(--muted);margin-top:4px">2 days ago Β· Source: Internal IR Report</div></div>
628
+ </div>
629
+ </div>
630
+ </div>
631
+ <div class="card">
632
+ <div class="card-hdr"><div><div class="card-label">Strategic Context</div><div class="card-title">How to Use This Feed</div></div></div>
633
+ <div style="font-size:13px;color:#374151;line-height:1.7">
634
+ <p style="margin-bottom:12px">This feed synthesizes structured (News) and unstructured (LinkedIn, Event Lists) data to provide IR personnel with <strong>Contextual Advantage</strong>.</p>
635
+ <ul style="padding-left:20px">
636
+ <li style="margin-bottom:8px"><strong>Mandate Shifts:</strong> Identify LPs "loading" specific strategies before the formal RFP process begins.</li>
637
+ <li style="margin-bottom:8px"><strong>Team Changes:</strong> Relationship risk management. New leadership often re-evaluates the GP stable.</li>
638
+ <li><strong>Event Convergence:</strong> Maximising travel ROI by ensuring GP-level face-time with LPs already at the venue.</li>
639
+ </ul>
640
+ </div>
641
+ </div>
642
+ </div>
643
+ </div>
644
+
645
  <!-- EMAIL MODAL -->
646
  <div id="emailModal" class="email-modal">
647
  <div class="email-box">
 
676
  </main>
677
 
678
  <script>
679
+ const TITLES={c2:'LP Universe Overview',c3:'Regional Scope Analysis',c4:'Carlyle Commitment Breakdown',c5:'White Space LP Identification',c6:'Sales Velocity Metrics',c7:'Conversion Funnel Analysis',c8:'Competitive Intelligence',c9:'Wealth Channel Analysis',c10:'Global Opportunity Map',c11:'Strategic IR Memo',prop:'Wealth Propensity Score Engine',cs:'Weekly IR Cheatsheet',crm:'LLM CRM Intelligence',intel:'LP Intelligence Feed'};
680
  function show(id){
681
  document.querySelectorAll('.pane').forEach(p=>p.classList.remove('active'));
682
  document.querySelectorAll('.nav a').forEach(a=>a.classList.remove('active'));