:root{--bg: #f8f9fb;--surface: #ffffff;--surface2: #f1f3f7;--border: #e4e7ed;--border2: #d0d5de;--text: #0f1621;--text2: #4a5568;--text3: #9aa3b2;--accent: #4361ee;--accent-light: #eef0fd;--accent2: #5b7fff;--red: #c0392b;--green: #166534;--amber: #f59e0b;--toast-bg: #1a1a2e;--mono: "Geist Mono", monospace;--sans: "Geist", system-ui, sans-serif;--radius: 6px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--topic-ma: #4361ee;--topic-ma-bg: #e8ecfe;--topic-ipo: #7c4ad9;--topic-ipo-bg: #ede8fd;--topic-earn: #d97706;--topic-earn-bg: #fef3c7;--topic-pe: #2f855a;--topic-pe-bg: #dcfce7;--topic-credit: #0e857c;--topic-credit-bg: #ccfbf1;--topic-lit: #c53030;--topic-lit-bg: #fee2e2;--topic-leadership: #64748b;--topic-leadership-bg: #dbeafe;--topic-regulatory: #c2410c;--topic-regulatory-bg: #ffedd5;--topic-tech: #1d4ed8;--topic-tech-bg: #e0f2fe;--topic-finance: #0f766e;--topic-finance-bg: #e0e7ff;--topic-health: #15803d;--topic-health-bg: #bbf7d0;--topic-energy: #b45309;--topic-energy-bg: #fef3c7;--topic-realestate: #9a3412;--topic-realestate-bg: #ffedd5;--topic-industrial: #1e3a5f;--topic-industrial-bg: #e2e8f0;--topic-media: #7c3aed;--topic-media-bg: #ede9fe;--topic-consumer: #0e7490;--topic-consumer-bg: #fae8ff;--topic-spac: #6d28d9;--topic-spac-bg: #ede9fe;--topic-vc: #059669;--topic-vc-bg: #d1fae5;--topic-neutral-bg: #e2e8f0}html.dark{background:#0d0f14}body.dark{--bg: #0d0f14;--surface: #1a1f2c;--surface2: #232838;--border: #353c50;--border2: #3a4054;--text: #f0f2f5;--text2: #8c96aa;--text3: #525c72;--accent: #5c7aff;--accent-light: #1a2548;--accent2: #7b97ff;--red: #f87171;--green: #4ade80;--toast-bg: #2d3450;--shadow: 0 1px 3px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.5), 0 2px 4px rgba(0,0,0,.3);--topic-ma: #6b84f5;--topic-ma-bg: #2d3a6b;--topic-ipo: #a78bfa;--topic-ipo-bg: #3b2d6b;--topic-earn: #fbbf24;--topic-earn-bg: #5c3d08;--topic-pe: #4ade80;--topic-pe-bg: #1a4d2e;--topic-credit: #2dd4bf;--topic-credit-bg: #0f3d32;--topic-lit: #f87171;--topic-lit-bg: #5c1a1a;--topic-leadership: #94a3b8;--topic-leadership-bg: #252b3a;--topic-regulatory: #fb923c;--topic-regulatory-bg: #5c2d08;--topic-tech: #60a5fa;--topic-tech-bg: #1a2d5c;--topic-finance: #2dd4bf;--topic-finance-bg: #0f3d38;--topic-health: #4ade80;--topic-health-bg: #1a3a2d;--topic-energy: #f97316;--topic-energy-bg: #3d2408;--topic-realestate: #fb923c;--topic-realestate-bg: #5c2d0f;--topic-industrial: #93c5fd;--topic-industrial-bg: #1e2d40;--topic-media: #a78bfa;--topic-media-bg: #2d1a5c;--topic-consumer: #22d3ee;--topic-consumer-bg: #0f3040;--topic-spac: #8b5cf6;--topic-spac-bg: #3b1a5c;--topic-vc: #34d399;--topic-vc-bg: #0f3d2d;--topic-neutral-bg: #3a4a6b}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}:root{--surface3: #fafbfd;--border2: #d0d5de;--match: #1f8a5b;--match-soft: #e7f5ee;--match-soft-border: #c7e7d5}body.dark{--surface3: #1c2230;--border2: #2d3543;--match: #45c486;--match-soft: #0e2a1d;--match-soft-border: #1d4a36}.p-row{display:grid;grid-template-columns:6px 152px 1fr 320px auto;grid-template-areas:"spine entity body chips actions";border-bottom:1px solid var(--border);background:var(--surface);position:relative;transition:background .08s ease;cursor:pointer}.p-row-spine{grid-area:spine}.p-row-entity{grid-area:entity}.p-row-body{grid-area:body}.p-row-chips{grid-area:chips}.p-row-actions{grid-area:actions}.p-row:hover{background:var(--surface3)}.p-row:hover .p-row-spine{transform:scaleX(1.33)}.p-row.unread .p-row-headline{color:var(--text);font-weight:600}.p-row:not(.unread) .p-row-headline{color:var(--text2);font-weight:500}.p-row:not(.unread) .p-row-unread-dot{display:none}@media(max-width:640px){.p-row{grid-template-columns:6px 1fr auto;grid-template-areas:"spine entity actions" "spine body    body" "spine chips   chips"}.p-row-entity{flex-direction:row;align-items:center;gap:8px;padding:10px 14px 4px}.p-row-entity .p-row-entity-age{margin-top:0;padding-top:0;margin-left:auto}.p-row-body{padding:4px 14px 8px}.p-row-chips{padding:0 14px 12px;justify-content:flex-start}}.p-row-spine{transform-origin:left center;transition:transform .1s ease-out}.p-row-spine--longtail{background:var(--text3);opacity:.45}.p-row[data-age-tier=aged-1] .p-row-meta .p-row-src{color:var(--text3)}.p-row[data-age-tier=aged-1] .p-row-meta .p-row-dupe,.p-row[data-age-tier=aged-1] .p-row-meta .p-row-sep{opacity:.85}.p-row[data-age-tier=aged-3] .p-row-headline{color:var(--text2)}.p-row[data-age-tier=aged-3] .p-row-meta{color:var(--text3)}.p-row[data-age-tier=aged-3] .p-row-spine{filter:saturate(.78)}.p-row[data-age-tier=aged-3] .p-row-entity-name{color:var(--text2)}.p-row[data-age-tier=aged-3] .p-chip{opacity:.78}.p-row-entity{padding:14px 12px;display:flex;flex-direction:column;gap:1px;align-items:flex-start;overflow:hidden}.p-row-entity-name{font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--text);width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.p-row-entity-ticker{font-family:var(--mono, "Geist Mono", monospace);font-size:9.5px;font-weight:600;letter-spacing:.08em;margin-top:2px}.p-row-entity-axis-tag{font-family:var(--mono, "Geist Mono", monospace);font-size:8.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-top:2px;opacity:.85}.p-row-entity-age{font-family:var(--mono, "Geist Mono", monospace);font-size:10px;color:var(--text3);margin-top:auto;padding-top:4px}.p-row-body{padding:14px 18px 14px 14px;min-width:0}.p-row-headline{font-size:14.5px;font-weight:600;line-height:1.32;color:var(--text);letter-spacing:-.005em;margin-bottom:6px;display:flex;gap:8px;align-items:flex-start}.p-row-headline a{color:inherit;text-decoration:none;min-width:0}.p-row-headline a:hover{text-decoration:underline}.p-row-unread-dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-top:7px;flex-shrink:0}.p-row-meta{display:flex;align-items:center;gap:10px;font-size:11.5px;color:var(--text3);flex-wrap:wrap}.p-row-meta .p-row-src{color:var(--text2)}.p-row-meta .p-row-src-badge{font-family:var(--mono, "Geist Mono", monospace);font-size:9px;font-weight:600;letter-spacing:.1em;padding:1px 5px;background:var(--surface3);border:1px solid var(--border);border-radius:3px;color:var(--text2)}.p-row-meta .p-row-dupe{color:var(--text3)}.p-row-meta .p-row-sep{color:var(--border2)}.p-row-meta .p-row-age-inline{font-family:var(--mono, "Geist Mono", monospace)}.p-match{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 7px;background:var(--match-soft);color:var(--match);border:1px solid var(--match-soft-border);border-radius:999px;font-size:10.5px;font-weight:600;font-family:var(--mono, "Geist Mono", monospace);letter-spacing:.02em;cursor:default}.p-match-dot{width:5px;height:5px;border-radius:50%;background:var(--match)}.p-match-names{font-weight:500}.p-match-more{font-weight:700;opacity:.85;margin-left:2px;padding-left:5px;border-left:1px solid var(--match-soft-border)}.p-row-chips{padding:14px 14px 14px 6px;display:flex;flex-wrap:wrap;gap:5px;align-content:flex-start;align-items:center;justify-content:flex-end}.p-chip{display:inline-flex;align-items:center;border-radius:4px;line-height:1.1;white-space:nowrap;cursor:default}.p-chip-topic{font-size:11px;font-weight:500;padding:3px 8px;text-transform:lowercase;letter-spacing:.01em}.p-chip-topic-longtail{background:transparent;border:1px dashed var(--border2);color:var(--text3);padding:2px 7px}.p-chip-company{font-family:var(--sans, "Geist", system-ui, sans-serif);font-size:11px;font-weight:600;padding:3px 8px;letter-spacing:-.005em;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;background:var(--surface2);color:var(--text2);border:1px solid var(--border)}.p-chip-person{font-size:11px;font-weight:500;padding:2px 8px 2px 6px;gap:5px;background:var(--surface2);border:1px solid var(--border);color:var(--text2)}.p-chip-dot{width:8px;height:8px;border-radius:50%;background:var(--text3);flex-shrink:0}.p-chip-initials{font-family:var(--mono, "Geist Mono", monospace);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;letter-spacing:0}.p-chip-overflow{font-size:10.5px;font-weight:600;padding:2px 7px;background:transparent;border:1px dashed var(--border2);color:var(--text3);letter-spacing:.04em;cursor:pointer;font-family:var(--mono, "Geist Mono", monospace);line-height:1.1;text-align:center;min-width:28px;transition:color .1s,border-color .1s,background .1s}.p-chip-overflow:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.p-chip-overflow:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.p-row-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 10px;gap:4px}.p-row-action{background:none;border:none;cursor:pointer;font-size:14px;padding:3px 6px;color:var(--text3);border-radius:4px;line-height:1}.p-row-action:hover{background:var(--accent-light);color:var(--text)}.p-row-action.saved{color:var(--accent)}.p-state-feed{background:var(--bg);min-height:400px;display:flex;flex-direction:column}.p-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 40px}.p-state-glyph{width:44px;height:44px;border-radius:50%;background:var(--accent2);animation:pulse 2.5s infinite;margin-bottom:22px}.p-state-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px;letter-spacing:-.01em}.p-state-body{font-size:13.5px;color:var(--text2);max-width:52ch;line-height:1.55;margin-bottom:22px}.p-state-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.p-state-btn{padding:6px 14px;border:1px solid var(--border2);border-radius:6px;background:var(--surface);color:var(--text);font-size:12.5px;font-weight:500;cursor:pointer;font-family:var(--sans, "Geist", system-ui, sans-serif)}.p-state-btn:hover{background:var(--surface2)}.p-state-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.p-state-btn.primary:hover{background:var(--accent);filter:brightness(1.08)}.p-state-foot{padding:16px;text-align:center;font-family:var(--mono, "Geist Mono", monospace);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text3)}.p-skel-row{display:grid;grid-template-columns:6px 152px 1fr 320px auto;grid-template-areas:"spine entity body chips actions";border-bottom:1px solid var(--border);background:var(--surface);min-height:90px}.p-skel-spine{grid-area:spine;background:var(--surface2)}.p-skel-entity{grid-area:entity;padding:14px 12px;display:flex;flex-direction:column;gap:6px}.p-skel-body{grid-area:body;padding:18px 18px 14px 14px;min-width:0}.p-skel-chips{grid-area:chips;padding:18px 14px;display:flex;flex-wrap:wrap;gap:5px;align-content:flex-start;justify-content:flex-end}.p-skel-actions{grid-area:actions}.p-skel-line{background:var(--surface2);border-radius:3px;height:12px;animation:p-skel-pulse 1.4s ease-in-out infinite}.p-skel-chip{height:18px;background:var(--surface2);border-radius:4px;animation:p-skel-pulse 1.4s ease-in-out infinite}@keyframes p-skel-pulse{0%,to{opacity:.55}50%{opacity:.85}}.p-inline-filter-add{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border:1px dashed var(--border2);border-radius:20px;background:transparent;color:var(--text3);font-family:var(--sans, "Geist", system-ui, sans-serif);font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .1s,border-color .1s,background .1s;margin-left:4px}.p-inline-filter-add:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.p-inline-filter-prefix{font-weight:600;letter-spacing:.01em}.p-inline-filter-targets{font-family:var(--mono, "Geist Mono", monospace);font-size:10.5px;opacity:.85}@media(max-width:640px){.p-skel-row{grid-template-columns:6px 1fr auto;grid-template-areas:"spine entity actions" "spine body    body" "spine chips   chips"}.p-skel-body{padding:4px 14px 8px}.p-skel-chips{padding:0 14px 12px;justify-content:flex-start}}
