.card.svelte-1dx4f4t{display:flex;flex-direction:column;gap:var(--space-3);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5, 1.25rem) var(--space-5, 1.25rem) var(--space-4);color:var(--color-ink);text-decoration:none;box-shadow:var(--shadow-card);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.card.svelte-1dx4f4t:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0d1b2a24;border-color:#0d1b2a2e;text-decoration:none}.top.svelte-1dx4f4t{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.icon.svelte-1dx4f4t{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:var(--weight-bold);color:#fff}.stage.svelte-1dx4f4t{padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:var(--weight-semibold);letter-spacing:.02em;white-space:nowrap}.stage-orange.svelte-1dx4f4t .icon:where(.svelte-1dx4f4t){background:linear-gradient(135deg,#ff8c4d,#ff4d1a)}.stage-orange.svelte-1dx4f4t .stage:where(.svelte-1dx4f4t){background:#ff4d1a24;color:var(--color-orange)}.stage-blue.svelte-1dx4f4t .icon:where(.svelte-1dx4f4t){background:linear-gradient(135deg,#4dabff,#0084ff)}.stage-blue.svelte-1dx4f4t .stage:where(.svelte-1dx4f4t){background:#0084ff24;color:var(--color-blue)}.stage-ink.svelte-1dx4f4t .icon:where(.svelte-1dx4f4t){background:linear-gradient(135deg,#4a5870,#0d1b2a)}.stage-ink.svelte-1dx4f4t .stage:where(.svelte-1dx4f4t){background:#0d1b2a1a;color:var(--color-ink)}.title.svelte-1dx4f4t{font-size:1.25rem;line-height:1.25;margin:0;color:var(--color-ink);font-weight:var(--weight-bold)}.pitch.svelte-1dx4f4t{margin:0;color:var(--color-text-muted);line-height:1.5;font-size:.9375rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.domains.svelte-1dx4f4t{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.domain-pill.svelte-1dx4f4t{padding:.25rem .7rem;border-radius:var(--radius-pill);background:#0084ff1a;color:var(--color-blue);font-size:.8125rem;font-weight:var(--weight-semibold)}.footer.svelte-1dx4f4t{display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-3);align-items:center;margin-top:auto;padding-top:var(--space-3);border-top:1px solid var(--color-border)}.founder-row.svelte-1dx4f4t{display:flex;align-items:center;gap:.6rem;min-width:0}.founder-avatar.svelte-1dx4f4t{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.founder-avatar-fallback.svelte-1dx4f4t{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b3d,#0084ff);color:#fff;font-weight:var(--weight-bold);font-size:.9rem}.founder-text.svelte-1dx4f4t{display:flex;flex-direction:column;line-height:1.2;min-width:0}.founder-name.svelte-1dx4f4t{font-weight:var(--weight-semibold);font-size:.875rem;color:var(--color-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.founder-role.svelte-1dx4f4t{font-size:.75rem;color:var(--color-text-muted)}.needs.svelte-1dx4f4t{display:flex;flex-direction:column;gap:.1rem;min-width:0;padding:0 var(--space-2)}.needs-label.svelte-1dx4f4t{font-size:.75rem;color:var(--color-text-muted);font-weight:var(--weight-semibold)}.needs-list.svelte-1dx4f4t{font-size:.8125rem;color:var(--color-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.needs-empty.svelte-1dx4f4t{color:var(--color-text-muted)}.pile.svelte-1dx4f4t{display:flex;align-items:center}.pile-avatar.svelte-1dx4f4t{width:28px;height:28px;border-radius:50%;border:2px solid var(--color-bg);margin-left:-8px;overflow:hidden;display:inline-block;background:var(--color-bg)}.pile-avatar.svelte-1dx4f4t:first-child{margin-left:0}.pile-avatar.svelte-1dx4f4t img:where(.svelte-1dx4f4t){width:100%;height:100%;object-fit:cover;display:block}.pile-fallback.svelte-1dx4f4t{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#ffa45c,#6a7df0);color:#fff;font-size:.7rem;font-weight:var(--weight-bold)}.pile-more.svelte-1dx4f4t{margin-left:-8px;padding:0 .45rem;height:28px;line-height:24px;border-radius:14px;border:2px solid var(--color-bg);background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.7rem;font-weight:var(--weight-bold);display:inline-flex;align-items:center}@media(max-width:480px){.footer.svelte-1dx4f4t{grid-template-columns:1fr;gap:var(--space-2)}.needs.svelte-1dx4f4t{padding:0}}.hero.svelte-1llvrtm{max-width:var(--content-max);margin:0 auto var(--space-12);display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-8);align-items:center}.hero-text.svelte-1llvrtm h1:where(.svelte-1llvrtm){font-size:clamp(2.5rem,6vw,4rem);margin:0 0 var(--space-4)}.lead.svelte-1llvrtm{font-size:1.125rem;color:var(--color-text-muted);max-width:32rem;margin:0 0 var(--space-6);line-height:1.55}.ctas.svelte-1llvrtm{display:flex;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-4)}.note.svelte-1llvrtm{font-size:.9rem;color:var(--color-text-muted);margin:0}.note.svelte-1llvrtm span[aria-hidden]:where(.svelte-1llvrtm){color:var(--color-orange);margin-right:.25rem}.hero-illustration.svelte-1llvrtm{display:flex;justify-content:center}.hero-illustration.svelte-1llvrtm img:where(.svelte-1llvrtm){width:100%;max-width:360px;height:auto;border-radius:45px}.search-row.svelte-1llvrtm{max-width:var(--content-max);margin:0 auto var(--space-4);display:flex;gap:var(--space-3);align-items:center}.search.svelte-1llvrtm{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:.7rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-text-muted)}.search.svelte-1llvrtm svg:where(.svelte-1llvrtm){width:18px;height:18px;flex-shrink:0}.search.svelte-1llvrtm input:where(.svelte-1llvrtm){flex:1;border:none;outline:none;background:transparent;font:inherit;color:var(--color-ink)}.search.svelte-1llvrtm input:where(.svelte-1llvrtm)::placeholder{color:var(--color-text-muted)}.sort.svelte-1llvrtm{padding:.7rem 2.5rem .7rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);font:inherit;font-weight:var(--weight-semibold);color:var(--color-ink);cursor:pointer;line-height:1.5;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230d1b2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px}.filters.svelte-1llvrtm{max-width:var(--content-max);margin:0 auto var(--space-8);display:flex;gap:var(--space-2);flex-wrap:wrap}.filter-pill.svelte-1llvrtm{padding:.5rem 1rem;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:var(--radius-pill);font:inherit;font-size:.9rem;font-weight:var(--weight-semibold);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.filter-pill.svelte-1llvrtm:hover{color:var(--color-ink);border-color:var(--color-text-muted)}.filter-pill.active.svelte-1llvrtm{background:var(--color-blue);border-color:var(--color-blue);color:#fff}.filter-pill.active.svelte-1llvrtm:hover{background:#006fdd}.filter-pill.svelte-1llvrtm:disabled{opacity:.5;cursor:not-allowed;color:var(--color-text-muted);border-color:var(--color-border);background:var(--color-bg)}.filter-pill.svelte-1llvrtm:disabled:hover{color:var(--color-text-muted);border-color:var(--color-border)}.example-row.svelte-1llvrtm{max-width:var(--content-max);margin:0 auto var(--space-8)}.example-eyebrow.svelte-1llvrtm{margin:0 0 var(--space-3);color:var(--color-text-muted);font-size:.9rem;display:flex;align-items:center;gap:var(--space-2)}.example-chip.svelte-1llvrtm{display:inline-block;padding:.15rem .55rem;border-radius:var(--radius-pill);background:var(--color-orange);color:#fff;font-size:.7rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase}.example-grid.svelte-1llvrtm{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,360px));gap:var(--space-4)}.ventures-grid.svelte-1llvrtm{max-width:var(--content-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-4)}.ventures-grid.svelte-1llvrtm:empty{display:none}.empty-banner.svelte-1llvrtm{max-width:var(--content-max);margin:var(--space-12) auto 0;padding:var(--space-6) var(--space-8);display:flex;align-items:center;gap:var(--space-6);background:linear-gradient(135deg,#ffb8001a,#0084ff14);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.empty-mark.svelte-1llvrtm{width:96px;height:96px;flex-shrink:0;display:block}.empty-text.svelte-1llvrtm{flex:1}.empty-text.svelte-1llvrtm h2:where(.svelte-1llvrtm){font-size:1.25rem;margin:0 0 var(--space-2);color:var(--color-ink)}.empty-text.svelte-1llvrtm p:where(.svelte-1llvrtm){color:var(--color-text-muted);margin:0;line-height:1.5}.empty-banner.svelte-1llvrtm .btn:where(.svelte-1llvrtm){flex-shrink:0;align-self:center}@media(max-width:860px){.hero.svelte-1llvrtm{grid-template-columns:1fr}.hero-illustration.svelte-1llvrtm{order:-1}.hero-illustration.svelte-1llvrtm img:where(.svelte-1llvrtm){max-width:220px}}@media(max-width:720px){.search-row.svelte-1llvrtm{flex-direction:column;align-items:stretch}.sort.svelte-1llvrtm{align-self:flex-start}.empty-banner.svelte-1llvrtm{flex-direction:column;text-align:center;padding:var(--space-6)}.empty-mark.svelte-1llvrtm{width:80px;height:80px}}
