.digest{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem 2rem;margin-bottom:2rem}.digest-heading{font-size:1.15rem;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border);color:var(--accent)}.digest-heading:first-child{margin-top:0}.digest-bullet{list-style:none;position:relative;padding-left:1.25rem;margin-bottom:.6rem;font-size:.95rem;line-height:1.65}.digest-bullet:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.digest-para{margin-bottom:.6rem;font-size:.95rem;line-height:1.65}.digest-divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.sources{margin-bottom:2rem}.sources-title{font-size:1rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.sources-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.source-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;transition:border-color .15s}.source-item:hover{border-color:var(--accent)}.source-link{font-size:.9rem;font-weight:500;display:block;margin-bottom:.25rem}.source-meta{display:flex;gap:.75rem;font-size:.8rem;color:var(--text-muted)}.source-name{font-weight:500}.app{max-width:800px;margin:0 auto;padding:0 1rem;min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 0;border-bottom:1px solid var(--border);margin-bottom:2rem}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.header-actions{display:flex;align-items:center;gap:.75rem}.date-badge{font-size:.85rem;color:var(--text-muted);background:var(--surface);padding:.3rem .75rem;border-radius:6px;border:1px solid var(--border)}.run-btn{background:var(--accent);color:#fff;border:none;padding:.45rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.run-btn:hover:not(:disabled){background:var(--accent-hover)}.run-btn:disabled{opacity:.5;cursor:not-allowed}.run-result{margin-top:.75rem;padding:.5rem .75rem;border-radius:6px;font-size:.85rem}.run-result.success{background:#4ade801a;color:var(--green);border:1px solid rgba(74,222,128,.2)}.run-result.failure{background:#f871711a;color:var(--red);border:1px solid rgba(248,113,113,.2)}.main{flex:1}.status-msg{text-align:center;color:var(--text-muted);padding:3rem 0}.status-msg.error{color:var(--red)}.footer{padding:2rem 0 1.5rem;border-top:1px solid var(--border);margin-top:3rem;text-align:center;font-size:.8rem;color:var(--text-muted)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--border: #2a2d3a;--text: #e4e6ed;--text-muted: #8b8fa3;--accent: #6c8cff;--accent-hover: #8ba3ff;--green: #4ade80;--red: #f87171;--orange: #fb923c}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}
