/* Opportunity Intelligence: leads. */
.ld-sec { margin-bottom: 22px; }
.ld-sec h2 { margin: 0 0 4px; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.ld-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 12px; margin-top: 10px; }
.ld-card { border: 1px solid rgba(255,255,255,.09); border-left: 3px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.03); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.ld-card.is-stop, .ld-card.is-bad { border-left-color: #ff5c5c; }
.ld-card.is-warn { border-left-color: #e6a700; }
.ld-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ld-num { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-light, #aeaeb2); }
.ld-due { margin-left: auto; font-size: 12px; color: var(--gray-light, #aeaeb2); }
.ld-due.is-warn { color: #e6a700; } .ld-due.is-bad { color: #ff5c5c; }
.ld-card h3 { margin: 0; font-size: 15px; line-height: 1.3; }
.ld-title { background: transparent; border: 0; padding: 0; color: var(--white, #fff); font: inherit; font-weight: 650; text-align: left; cursor: pointer; }
.ld-title:hover { color: #ff8f8f; }
.ld-meta { font-size: 12.5px; color: var(--gray-light, #aeaeb2); }
.ld-flag { font-size: 12.5px; padding: 8px 10px; border-radius: 9px; background: rgba(255,255,255,.05); }
.ld-acts { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; margin-top: 4px; }
.ld-quiet { color: var(--gray-light, #aeaeb2); font-size: 13px; padding: 8px 0; }
html.light .ld-card { border-color: rgba(0,0,0,.09); background: #fff; border-left-color: rgba(0,0,0,.18); }
html.light .ld-card.is-stop, html.light .ld-card.is-bad { border-left-color: #c41717; }
html.light .ld-card.is-warn { border-left-color: #9a6a00; }
html.light .ld-title { color: #111; }
html.light .ld-num, html.light .ld-due, html.light .ld-meta, html.light .ld-quiet { color: #5f5f66; }
html.light .ld-flag { background: #f6f6f8; }
