.digest-page { display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
.digest-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 10px; border-bottom: 1px solid var(--border); flex-shrink: 0; }
.digest-title { font-size: 18px; font-weight: 700; }
.digest-subtitle { color: var(--text-muted); font-size: 12px; margin-top: 3px; }
.digest-reload { border: 1px solid var(--border); background: transparent; color: var(--text-muted); border-radius: 8px; font-size: 22px; width: 38px; height: 38px; cursor: pointer; }
.digest-list { overflow-y: auto; padding: 12px; min-height: 0; }
.digest-empty { color: var(--text-muted); text-align: center; padding: 48px 20px; line-height: 1.5; }
.digest-block { margin-bottom: 16px; }
.digest-block-header { display: flex; justify-content: space-between; gap: 10px; color: var(--text-muted); font-size: 13px; padding: 4px 2px 8px; }
.digest-block-header span { font-family: monospace; opacity: .65; font-size: 11px; }
.digest-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 14px; margin-bottom: 10px; }
.digest-card h3 { font-size: 16px; line-height: 1.35; margin: 0 0 8px; }
.digest-summary { color: var(--text-muted); line-height: 1.45; font-size: 14px; margin: 0 0 8px; white-space: pre-wrap; }
.digest-meta { color: var(--text-muted); font-size: 12px; margin-bottom: 10px; }
.digest-source { color: var(--accent); text-decoration: none; }
.digest-project-row { margin: 8px 0; }
.digest-project-row label { color: var(--text-muted); font-size: 12px; display: block; }
.digest-project { box-sizing: border-box; width: 100%; margin-top: 5px; padding: 9px 10px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg); color: var(--text); font-size: 14px; }
.digest-actions { display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid var(--border); padding-top: 10px; }
.digest-actions button { border: 1px solid var(--border); background: transparent; color: var(--text-muted); border-radius: 8px; padding: 9px 10px; cursor: pointer; font-size: 13px; }
.digest-actions button.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.digest-actions button:disabled { opacity: .5; cursor: wait; }
.digest-pending { color: var(--warning); font-size: 12px; margin: 6px 0; }
