.project-intelligence {
  display:grid;
  gap:16px;
  margin:0 0 24px;
  padding:20px;
  border:1px solid rgba(28,46,37,.13);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(250,252,248,.98),rgba(239,246,238,.96));
  box-shadow:0 18px 48px rgba(22,37,29,.08);
}
.project-intelligence[data-intelligence-state="attention"] { border-color:rgba(181,116,27,.24); background:linear-gradient(145deg,rgba(255,252,244,.98),rgba(248,243,227,.97)); }
.project-intelligence-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; }
.project-intelligence-heading h2 { margin:2px 0 0; font-size:clamp(1.3rem,2vw,1.8rem); line-height:1.05; letter-spacing:-.035em; }
.project-intelligence-badge { padding:7px 10px; border-radius:999px; background:#14221a; color:#dfff94; font-size:.7rem; font-weight:900; letter-spacing:.08em; white-space:nowrap; }
.project-intelligence[data-intelligence-state="attention"] .project-intelligence-badge { background:#5b3d16; color:#ffe5a9; }
.project-intelligence-layout { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr); gap:14px; }
.project-intelligence-primary,
.project-intelligence-inferred { padding:16px; border:1px solid rgba(28,46,37,.09); border-radius:17px; background:rgba(255,255,255,.64); }
.project-intelligence-primary { display:grid; gap:7px; }
.project-intelligence-primary strong { font-size:1.05rem; }
.project-intelligence-primary p,
.project-intelligence-primary small,
.project-intelligence-trust { margin:0; color:#5c6a62; line-height:1.48; }
.project-intelligence-inferred > span { color:#63736a; font-size:.7rem; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
.project-intelligence-inferred ul { margin:10px 0 0; padding:0; list-style:none; display:flex; flex-wrap:wrap; gap:7px; }
.project-intelligence-inferred li { padding:7px 9px; border-radius:999px; background:#edf4eb; color:#27362e; font-size:.78rem; font-weight:750; }
.project-intelligence-details { padding-top:2px; }
.project-intelligence-details summary { cursor:pointer; font-weight:800; }
.project-intelligence-details ol { display:grid; gap:8px; margin:10px 0 0; padding-left:22px; }
.project-intelligence-details li { padding-left:3px; }
.project-intelligence-details li strong,
.project-intelligence-details li span { display:block; }
.project-intelligence-details li span { margin-top:2px; color:#66736c; }
.project-intelligence-trust { padding-top:12px; border-top:1px solid rgba(28,46,37,.08); font-size:.78rem; }
.smart-delta { grid-column:1 / -1; justify-self:start; margin-top:5px; padding:4px 7px; border-radius:999px; background:rgba(20,34,26,.07); color:#546158; font-size:.66rem; font-weight:850; letter-spacing:.01em; }
.dashboard-option.recommended .smart-delta { background:rgba(200,255,87,.15); color:#34451c; }

@media (max-width: 760px) {
  .project-intelligence { padding:16px; border-radius:18px; }
  .project-intelligence-heading { display:grid; }
  .project-intelligence-badge { justify-self:start; }
  .project-intelligence-layout { grid-template-columns:1fr; }
}
